Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 526146: Use remove_from_db to delete keywords in editkeywords.cgi | mkanat%bugzilla.org | 2009-11-09 | 1 | -2/+1 |
| | | | | Patch by Frank Becker <Frank@Frank-Becker.de> r=mkanat, a=mkanat | ||||
* | Bug 466692: [SECURITY] keywords and unused flag types can be deleted by ↵ | lpsolit%gmail.com | 2009-02-02 | 1 | -13/+10 |
| | | | | bypassing the token check - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | ||||
* | Bug 460293: Implement Bugzilla::Object::set_all and have editkeywords.cgi use it | mkanat%bugzilla.org | 2008-10-18 | 1 | -2/+4 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 325487: Admin pages should require less "clicks" (remove useless ↵ | lpsolit%gmail.com | 2008-01-28 | 1 | -8/+14 |
| | | | | confirmation pages) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave r=mkanat a=LpSolit | ||||
* | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 2007-10-19 | 1 | -1/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 281181: [SECURITY] It's way too easy to delete ↵ | lpsolit%gmail.com | 2006-10-15 | 1 | -0/+21 |
| | | | | versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 351098: Make Bugzilla::Object able to update objects in the database, ↵ | mkanat%bugzilla.org | 2006-09-06 | 1 | -90/+21 |
| | | | | | | and make Bugzilla::Keyword use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | ||||
* | Bug 348529: Editing keywords results in a "Software Error" | mkanat%bugzilla.org | 2006-08-15 | 1 | -0/+19 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 347061: Create Bugzilla::Object->create and make Bugzilla::Keyword use it | mkanat%bugzilla.org | 2006-08-11 | 1 | -57/+5 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk | ||||
* | Bug 343248: SQL query to get all keywords with bug count is duplicated in ↵ | mkanat%bugzilla.org | 2006-07-01 | 1 | -11/+2 |
| | | | | | | editkeywords.cgi and describekeywords.cgi Patch By Remi Zara <remi_zara@mac.com> r=mkanat, a=justdave | ||||
* | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵ | lpsolit%gmail.com | 2006-06-21 | 1 | -3/+2 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵ | lpsolit%gmail.com | 2006-06-20 | 1 | -9/+0 |
| | | | | | | | | module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache | ||||
* | Spelling patch: 'valididy' -> 'validity'; patch by Vlad Dascalu ↵ | vladd%bugzilla.org | 2006-06-19 | 1 | -1/+1 |
| | | | | <vladd@bugzilla.org>. | ||||
* | Bug 319089: editkeywords.cgi throws an error when action="edit" or "delete" ↵ | lpsolit%gmail.com | 2005-12-12 | 1 | -6/+11 |
| | | | | and the "id" parameter is invalid - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave | ||||
* | Bug 313603: The keyword_already_exists error has an undefined variable - ↵ | lpsolit%gmail.com | 2005-10-26 | 1 | -1/+1 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk | ||||
* | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵ | lpsolit%gmail.com | 2005-10-25 | 1 | -3/+2 |
| | | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | ||||
* | Bug 304696: Replace UserInGroup() by $user->in_group() when checking user ↵ | lpsolit%gmail.com | 2005-09-16 | 1 | -3/+2 |
| | | | | privs in edit*.cgi files - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 303705: Eliminate deprecated Bugzilla::DB routines from editkeywords.cgi ↵ | lpsolit%gmail.com | 2005-09-05 | 1 | -76/+61 |
| | | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=jouni a=justdave | ||||
* | Bug 303669: Bugzilla mis-uses perl subroutine prototypes | mkanat%kerio.com | 2005-08-13 | 1 | -1/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵ | lpsolit%gmail.com | 2005-08-10 | 1 | -1/+1 |
| | | | | r=mkanat,wicked a=justdave | ||||
* | Backout of bug 303669 which broke AppendComment and possibly a number | bugreport%peshkin.net | 2005-08-09 | 1 | -1/+1 |
| | | | | of other items. | ||||
* | Bug 303669: Bugzilla mis-uses perl subroutine prototypes | mkanat%kerio.com | 2005-08-09 | 1 | -1/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵ | mkanat%kerio.com | 2005-03-16 | 1 | -2/+5 |
| | | | | | | unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk | ||||
* | Bug 283581 : Move UserInGroup out of globals.pl | travis%sedsystems.ca | 2005-03-16 | 1 | -0/+1 |
| | | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave | ||||
* | Bug 284975: Any code after Throw*Error is a dead code. | mkanat%kerio.com | 2005-03-09 | 1 | -6/+0 |
| | | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=LpSolit, a=myk | ||||
* | Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ↵ | jocuri%softhome.net | 2005-01-16 | 1 | -5/+4 |
| | | | | by Frédéric Buclin <LpSolit@gmail.com>, r=vladd, a=myk. | ||||
* | Patch for bug 239576: make sure detaint_natural is always called with a ↵ | jocuri%softhome.net | 2004-04-05 | 1 | -1/+1 |
| | | | | defined value in editkeywords.cgi; r=timeless; a=justdave. | ||||
* | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 2004-03-27 | 1 | -2/+2 |
| | | | | | | | quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave. | ||||
* | Patch for bug 234879: remove %FORM from editkeywords.cgi; r=kiko, a=justdave. | jocuri%softhome.net | 2004-03-06 | 1 | -11/+16 |
| | |||||
* | Bug 190223: Complete templatization for editkeywords.cgi; reviewed by kiko, ↵ | jocuri%softhome.net | 2003-12-10 | 1 | -140/+42 |
| | | | | jth, gerv; r/a=justdave. | ||||
* | 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". |