Commit Graph

3899 Commits

Author SHA1 Message Date
bbaetz%student.usyd.edu.au
2b781fd427 Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)
r=joel x2
2002-08-26 06:17:26 +00:00
bbaetz%student.usyd.edu.au
4c3a5a0d9a Bug 164470 - mass reassign changes UNCONFIRMED->NEW
r=joel x2
2002-08-26 05:51:00 +00:00
bbaetz%student.usyd.edu.au
bf00fdce5f Bug 164566 - Param and UserInGroup are not defined in Bugzilla::Search
r= joel x2
2002-08-26 05:11:57 +00:00
bugreport%peshkin.net
1a7f1c2f85 Bug 163494 - runtests.sh needs a switch to include optional modules
Tests now detect optional modules and only exclude optional files
if optional module dependencies are not met.
Also major indent cleanup
r=timeless
2002-08-25 17:19:03 +00:00
bugreport%peshkin.net
edf3d2faf5 Bug 164464 - Importxml will fail if versioncache needs update
r=bbatez, timeless
2002-08-25 16:38:13 +00:00
bbaetz%student.usyd.edu.au
c82cb60687 Bug 164465 - importxml.pl fails
r=joel x2
2002-08-25 12:32:49 +00:00
bugreport%peshkin.net
7fcf3627bd Fixed merge problem from checkin of 143826 - No bug 2002-08-24 14:51:27 +00:00
bugreport%peshkin.net
9b91fd9389 Bug 143286 - Adding 2 new files missing from repository 2002-08-24 14:43:49 +00:00
myk%mozilla.org
7ef02807ad Changed the password field on the "create document" page to type="password" (was type="text") so passwords get obscured. 2002-08-24 03:01:35 +00:00
myk%mozilla.org
74545ebfea Fix for bug 142829: Allow users to create files. Also whacks the tree heavily with improvements to error handling (differentiating between user and code errors),
reorganization of the Perl code, and additional instructions for setup in the README file and the sample.conf file.
2002-08-24 01:56:50 +00:00
bbaetz%student.usyd.edu.au
d09b47af7a Bug 163570 - Bugzilla::Search missing Date::Format include
patch by jussi@comlink.fi (Jussi Sirpoma), r=bbaetz x2
2002-08-22 10:31:24 +00:00
myk%mozilla.org
2d5e472506 Fix for bug 163541: Corrects problem with previous patch that causes primary headers not to appear on some installations.
2xr=bbaetz
2002-08-21 19:23:32 +00:00
myk%mozilla.org
42866b21e9 Partial fix for bug 163573: Escapes HTML in form data displayed to the user to secure Bonsai against cross-site scripting attacks.
r=tara
2002-08-20 21:32:07 +00:00
myk%mozilla.org
2fe1867f87 Fix for bug 163541: let there be a page title but no primary page header.
2xr=bbaetz
2002-08-20 01:25:07 +00:00
gerv%gerv.net
265f030180 Bug 163457 - bugs not registered as "new". Patch by gerv; r=timeless, bbaetz. 2002-08-19 22:47:06 +00:00
gerv%gerv.net
1ff6a7dc5d Bug 163331 - shutdownhtml is broken. Patch by gerv; r=bbaetz. 2002-08-19 22:34:32 +00:00
bbaetz%student.usyd.edu.au
65eb009cf6 Bug 163299 - Can't change cc accessible checkbox
r=joel x2
2002-08-19 22:16:04 +00:00
gerv%gerv.net
48d6ce2ad3 Bug 143286 - Add support for Insiders, Private comments, Private Attachments. Patch by bugreport@peshkin.net; r=gerv. 2002-08-19 21:17:28 +00:00
bbaetz%student.usyd.edu.au
67d1dbd062 Fix long line noticed by Gerv, no bug #. 2002-08-19 14:30:28 +00:00
bbaetz%student.usyd.edu.au
0f27f72d85 Big 163291 - Move utility funcs into a module
r=preed x2
2002-08-19 13:59:45 +00:00
bugreport%peshkin.net
c5b834302c Fix typo from 43600
r=bbaetz x2
2002-08-19 01:06:56 +00:00
bbaetz%student.usyd.edu.au
0ca13739b2 Bug 162854 - buglist.cgi reporter is actually owner
r=joel x2
2002-08-17 14:31:00 +00:00
bbaetz%student.usyd.edu.au
7ad618595d bug 160631 - bug_email.pl is broken
r=joel x2
2002-08-17 14:19:57 +00:00
bbaetz%student.usyd.edu.au
e3f2b3282c Bug 160112 - clean up quip table conversion code
r=joel x2
2002-08-17 14:09:08 +00:00
justdave%syndicomm.com
5de5989598 Backing out patch for bug 126955 (supporting localized templates) due to fatal regression in checksetup.pl for initial
checkouts/clean installs.  See comment 25 onward in bug for details.
2002-08-17 04:40:53 +00:00
bugreport%peshkin.net
8ec64bbfd0 Bug 10037 - param to disable adding new quips
r=imajes, preed
2002-08-16 23:28:58 +00:00
myk%mozilla.org
ec70db0d68 Fix for bug 41917: Gets LXR working again on systems with only one sourceroot.
Patch by Gregory Leblanc <gleblanc@linuxweasel.com>.
r=kiko
2002-08-16 01:31:20 +00:00
gerv%gerv.net
9ad80e5225 Bug 162066 - Fix callers of ThrowCodeError to use messages in code-error.html.tmpl. Patch by gerv; r=bbaetz. 2002-08-15 23:01:30 +00:00
gerv%gerv.net
4c214d26bb Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch by gerv; r=bbaetz. 2002-08-15 22:57:21 +00:00
gerv%gerv.net
1d5c9b519b Bug 162216 - colchange.cgi, buglist.cgi and page.cgi messages should be l10nable. Patch by burnus; r=gerv. 2002-08-15 07:14:34 +00:00
gerv%gerv.net
2e88df3e51 Bug 162066 - Fix callers of ThrowCodeError to use messages in code-error.html.tmpl. Patch by gerv; r=bbaetz. 2002-08-15 06:43:47 +00:00
bbaetz%student.usyd.edu.au
404f750082 Bug 151619 - Problem with the regex in checksetup.pl to find dependancies
r=jouni, joel
2002-08-14 23:30:40 +00:00
bbaetz%student.usyd.edu.au
1e90376256 Bug 153578 - Attachment modified date is meant to be attachment creation
date
r=preed, joel
2002-08-14 13:42:33 +00:00
bbaetz%student.usyd.edu.au
52987f01cc Bug 162642 - Cannot accept bugs if requiremilestone is on; regression from
bug 43600
r=preed x2
2002-08-14 11:55:24 +00:00
bbaetz%student.usyd.edu.au
b62c0cc5a9 Bug 162438 - fix permissions/tests for Bugzilla/ directory
r=joel x2
2002-08-14 00:59:47 +00:00
bbaetz%student.usyd.edu.au
ce9494955a Bug 24823 - show the last modified date at the top of show_bug
Patch by vkissoyan@yahoo.com (Vaskin Kissoyan)
r=bbaetz x2
2002-08-13 08:02:04 +00:00
bbaetz%student.usyd.edu.au
f26cd04439 Bug 160710 - Taint checking causes problem with rename function
r=joel, preed
2002-08-13 06:54:38 +00:00
bbaetz%student.usyd.edu.au
383efac34c Fixing up the changedate from my bug 43600 patch. Knew I must have
forgotten something....
2002-08-12 12:18:35 +00:00
bbaetz%student.usyd.edu.au
80f3e185c0 Bug 43600 - Convert products/components to use ids instead of names.
Initial attempt by jake@bugzilla.org, updated by me
r=joel, preed
2002-08-12 05:43:05 +00:00
preed%sigkill.com
d5a71f390e Bug 162217: fixed my bustage introduced in bug 160410; yes, I owe the whole Bugzilla team a good bottle of tequila now (ask Baloo for details) 2002-08-11 22:59:03 +00:00
preed%sigkill.com
759627cc09 D'OH! Previous checkin for Bug 160410 broke the build due to "only seen once" errors (and some unitialized errors; but I couldn't repeat those with the testing suite once I used the var twice; I guess we'll see... :-/ 2002-08-11 14:40:43 +00:00
preed%sigkill.com
9174906a99 Bug 160410: defparams.pl support for single/multi pulldown menus; p=preed,r=joel,r2=bbaetz 2002-08-11 14:12:33 +00:00
gerv%gerv.net
98e5003b0a Bug 160557 - products that start with _ do not show up properly in query.cgi. Patch by pbaker@where2getit.com and gerv; r=bbaetz. 2002-08-11 07:50:59 +00:00
gerv%gerv.net
85fc53afaf Bug 126955 - Bugzilla should support translated/localized templates. This patch uses ACCEPT_LANGUAGE to determine which template to use. Patch by burnus; r=gerv. 2002-08-10 16:58:59 +00:00
gerv%gerv.net
8db2450c5f Bug 155584 - Opening duplicates.cgi with no frequent bugs causes SQL syntax error. Patch by gerv; r=bbaetz. 2002-08-10 09:53:32 +00:00
gerv%gerv.net
d63576bdec Fixing bustage - missing %]. 2002-08-10 08:30:03 +00:00
bbaetz%student.usyd.edu.au
8c5d508324 Bug 159996 - bug vote instructions are misleading/confusing
r=gerv x2
2002-08-10 08:22:42 +00:00
gerv%gerv.net
6a0ced1065 Bug 109008 - Footer on create attachment page looks wrong. Patch by bbaetz; r=gerv. 2002-08-10 08:10:22 +00:00
gerv%gerv.net
cce43d09f4 Bug 159901 - token.cgi: localize strings send to message.html.tmpl. Patch by burnus; r=gerv. 2002-08-10 08:06:58 +00:00
bbaetz%student.usyd.edu.au
0b77f31c65 Bug 161865 - GetFieldID shouldn't INSERT into the fielddefs table
r=joel x2
2002-08-10 07:34:17 +00:00