Commit Graph

4055 Commits

Author SHA1 Message Date
gerv%gerv.net
b445bca5ee Bug 168075 - Undefined subroutine &main::Error called at /opt/webtools/bugzilla/buglist.cgi line 1005. Patch by gerv; r=bbaetz. 2002-09-13 17:37:41 +00:00
gerv%gerv.net
bda11cb1c6 Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. Patch by gerv; r=bbaetz. 2002-09-12 22:51:50 +00:00
tara%tequilarista.org
40b3b839fe Quick update to Perl module list 2002-09-12 20:19:45 +00:00
ian%hixie.ch
4889c1fb44 To make debugging easier, move the level 9 output debugging dumps from failure cases in the datasources to always, in the generic output service. May need further tweaking later. 2002-09-12 11:45:17 +00:00
ian%hixie.ch
adba24c93e Adding a new way of executing database statements: attempt(). Works like execute() but doesn't raise an exception on failure. Check for failure by using the ResultsFrame's 'lastError' method. 2002-09-12 11:44:07 +00:00
ian%hixie.ch
ad095c7804 Add two new filters: One for theoretically valid URIs, and one for strings being embedded _into_ URIs. Note that the first overrides the Template::Filters version since that version is arguably incorrect. 2002-09-11 23:11:43 +00:00
gerv%gerv.net
93323c2273 Bug 166698 - The error system's in a bit of a mess. This file was missed on the original checkin. 2002-09-11 14:12:12 +00:00
gerv%gerv.net
7712577a10 Bug 166821 - reports.cgi broken by recent schema changes. r=bbaetz. 2002-09-11 13:56:35 +00:00
bugreport%peshkin.net
c49f36cc60 Bug 167595 - Query - multiple-select product (and probably component) broken
2xr = bbaetz
2002-09-10 23:51:05 +00:00
bugreport%peshkin.net
15242ddc8c Bug 167643 - Schema Changes from bug 143826 are out of order
2xr=JayPee
2002-09-10 04:49:59 +00:00
ian%hixie.ch
791866856a Changing 'HTTP/1.1' to 'Status:' since we're now in a non-nph environment. 2002-09-09 19:23:04 +00:00
ian%hixie.ch
cae1696299 More debugging information at high verbosity settings. 2002-09-09 19:22:10 +00:00
ian%hixie.ch
2493903b1d Implementations should stop using nph- scripts now. (This may have more fallout.) 2002-09-09 15:38:05 +00:00
bugreport%peshkin.net
e1210f4984 Bug 166023 - On failure in template->new, a template is used to display error
2xr = bbaetz
2002-09-09 01:10:54 +00:00
ian%hixie.ch
8ee8ff9e8b Return the HTTP headers as well in an array context. 2002-09-08 16:39:35 +00:00
caillon%returnzero.com
db6490e423 167242 - 'Modify Query' will choose the wrong value for 'Sort By'
r=justdave
2002-09-07 09:29:13 +00:00
ian%hixie.ch
6e7c01e16e Switch to using smart_encode, cos we are smart. Add support for <fault> in XML-RPC output to handle errors. 2002-09-06 10:37:17 +00:00
matty%chariot.net.au
f11ecf8841 Spelling fixes. 2002-09-06 03:59:06 +00:00
justdave%syndicomm.com
8fb817e88a Adds Mac OS X 10.1 and 10.2 to the OS list on new installations. Existing installations will need to add these manually in
localconfig.  Also corrects spelling from "MacOS X" to "Mac OS X" per Apple's encouraged usage.
r= caillon
2002-09-06 03:19:02 +00:00
ian%hixie.ch
8091275c08 Add a comment to remind others of what I forgot... (that you probably need a propertyImpliedAccessAllowed to use methodMissing) 2002-09-06 02:01:48 +00:00
ian%hixie.ch
239d98ec13 Normalise the command argument so that we don't choke if it has a dot in it or something. (We don't always control what the command is, e.g. for XMLRPC.) 2002-09-06 02:00:26 +00:00
ian%hixie.ch
f865cddc1c Silly typo: the constructor arguments don't go on the class, duh 2002-09-06 01:54:14 +00:00
ian%hixie.ch
2a1af49e61 A wrapper around LWP::UserAgent and HTTP::Entities. (And maybe other things, in future.) 2002-09-05 21:16:24 +00:00
ian%hixie.ch
2c7166b3af Minor bug fixes: Make anonymous arguments start from 1 not 0; make a zero argument response have a response (a true boolean); make outputs with zero or one arguments be handled as outputs instead of implied property accesses. 2002-09-05 21:15:15 +00:00
ian%hixie.ch
3da4cfd8a2 Add a generic output: acknowledge. Used when nothing is particularily required as a response, e.g. for a one-way XMLRPC call. 2002-09-05 21:05:33 +00:00
ian%hixie.ch
6e682a075a XML RPC support. This is all you need to turn a PLIF application into a PLIF application with XML RPC. 2002-09-05 17:04:03 +00:00
ian%hixie.ch
533f6d4def Removing a few things which are now done or which will never be done. 2002-09-05 16:52:07 +00:00
ian%hixie.ch
8b10632835 Missing newline in the output. This was causing some hickups for some UAs (perfectly understandably...) 2002-09-05 16:27:04 +00:00
ian%hixie.ch
ded9adb65d Optimisation: move the importing of Template::Context to runtime. 2002-09-05 16:24:58 +00:00
ian%hixie.ch
1998746fe3 Untaint the statement as well as the values before handing them to the database, because some statements are made from tainted data. This should be made more secure at some point, because currently there's no checking of database statements. 2002-09-05 16:23:38 +00:00
ian%hixie.ch
e13d10f036 Split the CGI input module into one module per method and Content-Type. In the process, added support for MIME multipart POST, so in theory we now support file upload too. 2002-09-05 16:18:38 +00:00
ian%hixie.ch
aa2d09d401 Adding yet more layers to the output mechanism: now objects con hook in and do whatever they like to the output before it reaches the protocol (or generic) output service instance. Also, move the objects hash reset code to the end of the run loop so that an input device can add an object (before, the earliest you could add an object was the input verifier). 2002-09-05 16:11:25 +00:00
gerv%gerv.net
75cbf0f7a9 Bug 166698 - clean up the error system, which was confused and broken. Patch by gerv; r=bbaetz. 2002-09-05 07:28:33 +00:00
bbaetz%student.usyd.edu.au
8c2189214f Bug 146134 - checksetup.pl gives weird error message
r=justdave x2
2002-09-04 23:30:43 +00:00
bugreport%peshkin.net
7f1dd2dc9b Bug 123957 run checksetup.pl non-interactively (for use with cron jobs on test installs)
2xr=justdave
2002-09-04 23:11:02 +00:00
bbaetz%student.usyd.edu.au
5bc51b82dd Bug 165756 - Running tests without checksetup causes failure
r=joel, jake
2002-09-04 22:43:38 +00:00
bbaetz%student.usyd.edu.au
9283e3b274 Bug 166318 - Bugzilla::Config should check for defparams.pl failure
r=joel x2
2002-09-03 23:07:44 +00:00
bbaetz%student.usyd.edu.au
611be4738f bug 163024 - bugzilla_email_append calls processmail incorrectly
r=joel, preed
2002-09-03 06:39:01 +00:00
bugreport%peshkin.net
0182fbdcfc Bug 166016 checksetup gives torrent of cryptic errors if my_webservergroup is not found
2xr = timeless
2002-09-01 10:29:14 +00:00
bugreport%peshkin.net
55530103e7 Recheckin due to misapplied patch for bug 123957 2002-09-01 00:45:44 +00:00
bugreport%peshkin.net
83dad43adb Bug 123957 run checksetup.pl non-interactively (for use with cron jobs on test installs)
2xr=bbaetz
2002-09-01 00:33:01 +00:00
bugreport%peshkin.net
f7a2fc8ddc Bug 121419 - If multiple cookies exist, the least significant is assigned.
2xr = bbaetz

Also fixes Duplicate Bug 165685 When switching from no cookiepath to using cookiepath, old cookie gets in the way
2002-08-31 01:53:12 +00:00
timeless%mac.com
b56392468a Bug 143312 errant link in cvsblame.cgi/software error in cvsview2.cgi for all subsequent links to the first version of a file
r=tara
2002-08-30 20:40:06 +00:00
preed%sigkill.com
9a411ceabb Bug 165221: Apostrophes not properly handled during account creation. r=joel,r2=bbaetz 2002-08-30 15:24:12 +00:00
bbaetz%student.usyd.edu.au
06a80377b0 Bug 163829 - move pref code into a separate package
r=joel, preed
2002-08-29 09:25:54 +00:00
myk%mozilla.org
a4f22d93b5 The rest of the fix for bug 163573: Escapes HTML in form data displayed to the user to secure Bonsai against cross-site scripting attacks. 2002-08-28 21:03:26 +00:00
bbaetz%student.usyd.edu.au
f4f9660d39 Correct checkin date for bug 153578 schema modification 2002-08-28 05:43:51 +00:00
bbaetz%student.usyd.edu.au
911c525f97 Bug 165080 - Delete product fails with missing column error
r=joel x2
2002-08-28 04:27:21 +00:00
timeless%mac.com
e0392b3ecd Bug 91835 Can't find [tcl] rebuildtaginfo.cgi
r=bbaetz
2002-08-27 16:01:10 +00:00
bbaetz%student.usyd.edu.au
debef61f9d Bug 161203 - Bug changes with intermediate pages munges fields with
multiple values (e.g., CC)
patch by "Randall M! Gee", r=bbaetz, myk
2002-08-27 09:35:22 +00:00
jake%bugzilla.org
49a521ab90 Updating my e-mail address as jake@acutex.net is no longer valid.
* NO CODE CHANGES *
2002-08-27 04:28:05 +00:00
jake%bugzilla.org
b0ca126531 Bug 86651 - cvs-update was setting sticky dates which made commiting changes and getting updates more difficult
r=bbaetz, jouni
2002-08-27 04:07:14 +00:00
timeless%mac.com
2ddb219bfa Bug 68509 multidiff.cgi should use diff -u rather than diff -c
r=tara
2002-08-27 03:48:50 +00:00
timeless%mac.com
805d9b2f47 Bug 164718 Add maxlength=29 in search input boxes in lxr index
r=bbaetz
2002-08-27 03:34:28 +00:00
bugreport%peshkin.net
b9d181a5cc Bug 164623 - xml.cgi - attachments is broken and insiders not enforced
2xr=bbaetz
2002-08-26 22:24:58 +00:00
bbaetz%student.usyd.edu.au
eac0c90e66 Bug 164623 - add .htaccess to .cvsignore
r=joel x2
2002-08-26 22:24:55 +00:00
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
gerv%gerv.net
33fcb9cb3f Fix another un-globalised SqlQuote(). Oops. 2002-08-10 07:29:53 +00:00
bbaetz%student.usyd.edu.au
f08a2c0945 Miseed &:: for call to SqlQuote, no bug # (cleanup from bug 158474)
r=justdave x2
2002-08-10 02:19:52 +00:00
bbaetz%student.usyd.edu.au
f0fe90b9e1 Bug 161402 - Disable DBI taint mode in processmail
r=joel x2
2002-08-10 01:53:39 +00:00
gerv%gerv.net
5f237d4aba Bug 158474 - Abstract out GenerateSQL into perl module. Patch by gerv; r=jouni. 2002-08-09 22:12:14 +00:00
zach%zachlipton.com
fe73f04b66 Add a test to check for speling errors. It only currently checks for two simple errors that used to be in checksetup.pl, more errors can and will be added in the future.
Bug 147151, no review needed for tests
2002-08-09 20:14:23 +00:00
gerv%gerv.net
5fb0ad82a9 Bug 161450 - New search knob causes warnings. Patch by gerv; 2xr=bbaetz. 2002-08-09 19:56:36 +00:00
bbaetz%student.usyd.edu.au
56c95371d6 Bug 160224 - remember query radio buttons don't have default
r=gerv x2
2002-08-08 11:03:39 +00:00
gerv%gerv.net
c371997be8 Bug 55753 - if order is the first param to buglist.cgi, can't resort. Patch by gerv; r=bbaetz. 2002-08-08 10:42:34 +00:00
bbaetz%student.usyd.edu.au
190a892f2b Bug 118442 - Bugzilla fails to notice if nothing has changed when editing
multiple bugs if no keywords have been defined
patch by jake@bugzilla.org, r=bbaetz
2002-08-01 11:05:12 +00:00
bbaetz%student.usyd.edu.au
ea855a758e Bug 160227 - VERSION cookie not set correctly
r=myk
2002-07-31 12:46:02 +00:00
bugreport%peshkin.net
0ba5d772f5 Bug 113459 Bad regexp in emailregexp causes system lockout 2002-07-31 10:15:54 +00:00
bbaetz%student.usyd.edu.au
f04baa4bd2 Bug 160204 - search/knob.html.tmpl: script type missing, space missing
Patch by burnus@gmx.de (Tobias Burnus), r=bbaetz x2
2002-07-30 22:43:50 +00:00
bbaetz%student.usyd.edu.au
dcce444a21 Bug 158236 - Remove 'watchfordiffs' column from namedqueries table
r=preed, jouni
2002-07-30 14:05:20 +00:00
gerv%gerv.net
7bbdf27692 Bug 159593 - usedependencies parameter must die. Patch by gerv; r=bbaetz. 2002-07-28 23:15:53 +00:00
gerv%gerv.net
056ab42829 Merging from 2.16 branch. 2002-07-27 22:03:53 +00:00
gerv%gerv.net
5c46bde5fe Merging new docs from 2.16 branch. 2002-07-27 22:01:14 +00:00
gerv%gerv.net
1c046285fa Bug 159687 - attachment/*.tmpl should use <label>. Patch by burnus; r=gerv. 2002-07-27 19:10:18 +00:00
gerv%gerv.net
f22109005e Bug 159644 - bug/create/create.html.tmpl should use <label>. Patch by burnus; r=gerv. 2002-07-27 19:02:23 +00:00
gerv%gerv.net
e158e2c710 Bug 159582 - search/knob.html.tmpl should use <label> for the radiobuttons. Patch by burnus; r=gerv. 2002-07-26 22:29:24 +00:00
gerv%gerv.net
744e97fbc9 Bug 159629 - make users login to add quips. Patch by gerv; r=burnus. 2002-07-26 22:21:56 +00:00
gerv%gerv.net
fa7ca28a6c Bug 158658 - relogin.cgi should use a template. This also adds the ability to localise messages. Patch by gerv; r=burnus. 2002-07-26 20:49:04 +00:00
gerv%gerv.net
7f9d7087a8 Bug 150776 - Remembered query options need regrouping. Patch by gerv; r=jouni, burnus. 2002-07-26 20:44:46 +00:00
gerv%gerv.net
737416de44 Bug 106640 - allow translation of system messages. Patch by gerv; r=burnus. 2002-07-26 20:39:17 +00:00
gerv%gerv.net
7ef9fc63c9 Bug 158497 - Templatise colchange.cgi. Patch by gerv; r=burnus. 2002-07-26 20:37:06 +00:00
gerv%gerv.net
6430b51456 Bug 159565 - fix hash initialisation error caused by my duff patch for accesskeys. Patch by burnus; 2xr=gerv. 2002-07-26 18:22:18 +00:00
gerv%gerv.net
e151b93125 ... and = instead of =>. 2002-07-26 18:20:58 +00:00
gerv%gerv.net
bea2f446ed Fixing bustage caused by ; instead of , in burnus' patch. 2002-07-26 18:20:13 +00:00
gerv%gerv.net
3b03baa595 Bug 158651 - currenttime should use time2str. Patch by burnus@gmx.de; 2xr=gerv. 2002-07-26 18:16:39 +00:00
gerv%gerv.net
7d22a43342 Bug 123740 - Add <label> to email prefs. Patch by burnus@gmx.de; 2xr=gerv. 2002-07-26 18:11:45 +00:00
justdave%syndicomm.com
e9032bd2bc Fix for bug 154008: some basic (but incomplete) maintenance on bug_email.pl, also fixes a possible security hole with a misuse
of a system() call.
Patches by Erik Anderson <erikba@teamworkgroup.com> and Brad Baetz <bbaetz@student.usyd.edu.au>
r= myk, justdave
2002-07-25 01:47:19 +00:00
gerv%gerv.net
09bf449ea4 Bug 67950c - make quips.cgi compile without warnings, by use vars-ing $userid. Patch by gerv. 2002-07-24 23:38:50 +00:00
gerv%gerv.net
e1c9420655 Bug 67950b - quick fixes. Patch by gerv. 2002-07-24 23:32:41 +00:00
gerv%gerv.net
dab73b82a4 Bug 67950 - Move the quip list into the database. Patch by davef@tetsubo.com; r=gerv, preed. 2002-07-24 23:23:00 +00:00
gerv%gerv.net
13ac037a94 Bug 158660 - confirm_login in CGI.pl should use a template for the login dialog. Patch by gerv; 2xr=jouni. 2002-07-24 23:13:35 +00:00
gerv%gerv.net
f1794ef3df bug 159200 - support accesskey in search page. Patch by gerv; 2xr=timeless. 2002-07-24 20:25:08 +00:00
gerv%gerv.net
18866e129d Bug 102648 - a little more thought. We are changing Platform to Hardware (see the search page) for usability; if we do that, Product can be P and Hardware can be H. 2xr=timeless. 2002-07-24 19:53:00 +00:00
gerv%gerv.net
c31efa98d2 Bug 102648 - Bugzilla should support accesskey. Patch by gerv; 2xr=timeless. 2002-07-24 19:14:07 +00:00
gerv%gerv.net
d13b52aeae bug 158498 - defparams.pl prints an error message in a check function instead of returning it. Patch by gerv; 2xr=zeroj. 2002-07-24 06:56:11 +00:00
gerv%gerv.net
53be3b3e5d Bug 96003 - buglist.cgi should not return all bugs if called without any parameters. Patch by gerv; r=myk. 2002-07-23 07:16:57 +00:00
gerv%gerv.net
f40727eef3 Bug 143650 - general template display system. Patch by gerv; 2xr=jouni. 2002-07-22 23:17:48 +00:00
jouni%heikniemi.net
d698f88a32 Tree bustage fix of bug 157074: a filter had the wrong name in hidden-fields template. 2002-07-22 11:09:06 +00:00
gerv%gerv.net
c4f3c92577 Bug 95426 - remove $onebug cruft. Patch by gerv; 2xr=timeless. 2002-07-21 21:47:43 +00:00
gerv%gerv.net
66675fddb5 Fixing trivial but obvious bug where "and QA contact" was not displaying correctly; noticed on b.m.o. No bug number. 2002-07-21 14:14:41 +00:00
bbaetz%student.usyd.edu.au
120976a543 Bug 157074 - verify-new-product doubles comment linefeeds on Win32
r=myk, jouni
2002-07-19 14:03:58 +00:00