Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 208604 - Make data/template dir locations configurable | bbaetz%acm.org | 2003-11-22 | 1 | -3/+5 |
| | |||||
* | Bug 225703: Partial templatization for editkeywords.cgi; r=jouni; r=gerv; ↵ | jocuri%softhome.net | 2003-11-21 | 1 | -55/+33 |
| | | | | a=justdave. | ||||
* | [SECURITY] Bug 219044: A user with 'editkeywords' privileges (i.e. usually ↵ | justdave%syndicomm.com | 2003-11-03 | 1 | -0/+1 |
| | | | | | | | an administrator) can inject arbitrary SQL via the URL used to edit an existing keyword. Patch by Joel Peshkin <bugreport@peshkin.net> r= justdave, zach a= justdave | ||||
* | Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and the | kiko%async.com.br | 2003-09-27 | 1 | -1/+6 |
| | | | | | default output, in certain cases) in the edit pages. Patch by Vlad Dascalu <jocuri@softhome.net>, r=kiko, a=justdave | ||||
* | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 2003-05-05 | 1 | -1/+1 |
| | | | | r=joel, a=justdave | ||||
* | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 2003-03-27 | 1 | -1/+1 |
| | | | | | r=justdave a=justdave | ||||
* | Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) | bbaetz%student.usyd.edu.au | 2002-08-26 | 1 | -1/+0 |
| | | | | r=joel x2 | ||||
* | Bug 95426 - remove $onebug cruft. Patch by gerv; 2xr=timeless. | gerv%gerv.net | 2002-07-22 | 1 | -10/+2 |
| | |||||
* | Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called | bbaetz%student.usyd.edu.au | 2002-06-17 | 1 | -0/+1 |
| | | | | | early enough r=mattyt, jouni | ||||
* | Bug 141326 - broken hyperlink in editkeywords.cgi. Fix by dkl@redhat.com. ↵ | dkl%redhat.com | 2002-05-01 | 1 | -1/+1 |
| | | | | 2xr=Gerv | ||||
* | Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by ↵ | gerv%gerv.net | 2002-04-30 | 1 | -0/+1 |
| | | | | jouni@heikniemi.net; r=bbaetz, gerv. | ||||
* | stupid lamo fix for 69621: Keyword cache not updated on keyword rename/delete. | cyeh%bluemartini.com | 2001-02-27 | 1 | -0/+14 |
| | | | | | now give warning to admin that keyword cache should be rebuilt after any keyword edit or deletion. | ||||
* | Landing Jon Robertson's for bug #41913 | tara%tequilarista.org | 2000-07-26 | 1 | -1/+1 |
| | |||||
* | Patch by Klaas Freitag <freitag@suse.de>, with modifications by me -- | terry%mozilla.org | 2000-01-23 | 1 | -1/+11 |
| | | | | | don't generate HTML tables with more than 50 lines, as browsers generally can't cope with huge tables. | ||||
* | Let's outlaw whitespace in keywords. | terry%mozilla.org | 2000-01-20 | 1 | -2/+2 |
| | |||||
* | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 2000-01-15 | 1 | -1/+1 |
| | | | | | | | me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case. | ||||
* | Worked around bug in older versions of MySQL that caused a report of | terry%mozilla.org | 2000-01-11 | 1 | -2/+10 |
| | | | | one bug matching a keyword when there really are zero. | ||||
* | Add support for a new "keywords" feature. This lets some central | terry%mozilla.org | 2000-01-07 | 1 | -0/+379 |
authority maintain a list of keywords, and users can associate any keyword with any bug. The new functionality won't appear until at least one keyword is defined. Note that you *must* run the "checksetup.pl" script after updating this change, in order to create the new required tables "keywords" and "keyworddefs". |