Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 299646: Potential missing entries in bug_group_map related to mandatory ↵ | lpsolit%gmail.com | 2005-12-30 | 1 | -2/+36 |
| | | | | groups - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave | ||||
* | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵ | lpsolit%gmail.com | 2005-10-25 | 1 | -2/+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 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric ↵ | lpsolit%gmail.com | 2005-08-30 | 1 | -22/+2 |
| | | | | Buclin <LpSolit@gmail.com> r=joel a=myk | ||||
* | Bug 303704: Eliminate deprecated Bugzilla::DB routines from editgroups.cgi - ↵ | lpsolit%gmail.com | 2005-08-27 | 1 | -168/+164 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave | ||||
* | Bug 304583: Remove all remaining need to rederive inherited groups | bugreport%peshkin.net | 2005-08-19 | 1 | -8/+9 |
| | | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, 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 303141: Missing buglist when deleting groups - Patch by Frédéric ↵ | lpsolit%gmail.com | 2005-08-03 | 1 | -2/+1 |
| | | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave | ||||
* | Bug 286235: Implicit joins should be replaced by explicit joins - installment A | mkanat%kerio.com | 2005-04-05 | 1 | -4/+5 |
| | | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk | ||||
* | Bug 287138: INSERT IGNORE is not ANSI SQL | mkanat%kerio.com | 2005-03-22 | 1 | -7/+12 |
| | | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave | ||||
* | 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 253721: Add group-based lists to whining | erik%dasbistro.com | 2005-02-19 | 1 | -0/+3 |
| | | | | | Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave | ||||
* | Bug 282510: Argument "" isn't numeric when modifying group | bugzilla%glob.com.au | 2005-02-19 | 1 | -2/+3 |
| | | | | Patch by Byron Jones <bugzilla@glob.com.au> r,a=justdave | ||||
* | Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function call | mkanat%kerio.com | 2005-02-19 | 1 | -2/+1 |
| | | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave | ||||
* | Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call | mkanat%kerio.com | 2005-02-18 | 1 | -9/+7 |
| | | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk | ||||
* | Bug 277768 : Some validations are missing when editing groups | travis%sedsystems.ca | 2005-02-17 | 1 | -102/+152 |
| | | | | Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave | ||||
* | Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ↵ | jocuri%softhome.net | 2005-01-16 | 1 | -1/+4 |
| | | | | by Frédéric Buclin <LpSolit@gmail.com>, r=vladd, a=myk. | ||||
* | Patch for bug 180879: Implement privs for bug flags modification; patch by ↵ | jocuri%softhome.net | 2004-11-24 | 1 | -0/+19 |
| | | | | Frédéric Buclin <LpSolit@netscape.net>, r=joel, a=justdave. | ||||
* | Bug 244239: Add group-based pronouns to query | bugreport%peshkin.net | 2004-08-11 | 1 | -2/+2 |
| | | | | | r=erik,justdave a=justdave | ||||
* | Patch for bug 253360: replace IF() with CASE WHEN for database ↵ | jocuri%softhome.net | 2004-07-31 | 1 | -3/+3 |
| | | | | compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave. | ||||
* | Bug 251837: Extend group_group_map to control which groups can see each other | bugreport%peshkin.net | 2004-07-27 | 1 | -15/+41 |
| | | | | | r=kiko a=justdave | ||||
* | Patch for bug 190222: templatize editgroups.cgi; r=joel, a=justdave. | jocuri%softhome.net | 2004-07-13 | 1 | -459/+196 |
| | |||||
* | Bug 250080: Fix regression causing blank regexp to make all users group members | bugreport%peshkin.net | 2004-07-07 | 1 | -1/+1 |
| | | | | | r=erik, justdave a=justdave | ||||
* | Patch for bug 248001: Conversion of boolean conditions in SQL statements for ↵ | jocuri%softhome.net | 2004-07-03 | 1 | -1/+1 |
| | | | | better DB independence; patch by David Lawrence <dkl@redhat.com>; r=joel, vladd; a=justdave. | ||||
* | Bug 240325: Keep regexp-based groups up-to-date | bugreport%peshkin.net | 2004-06-16 | 1 | -2/+28 |
| | |||||
* | Bug 208847: Fix taint issues in editgroups.cgi | jouni%heikniemi.net | 2004-05-23 | 1 | -14/+11 |
| | | | | | Patch by byron jones <bugzilla@glob.com.au>, r=jouni, a=justdave | ||||
* | Bug 235265: Getting rid of some unwanted form value dumps. | justdave%syndicomm.com | 2004-03-27 | 1 | -4/+0 |
| | | | | | Patch by Jouni Heikniemi <jouni@heikniemi.net> r= justdave, kiko; a= justdave | ||||
* | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 2004-03-27 | 1 | -2/+1 |
| | | | | | | | 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. | ||||
* | Bug 181589: Add mass-remove to editgroups | bugreport%peshkin.net | 2004-03-26 | 1 | -24/+178 |
| | | | | r=justdave, a=justdave | ||||
* | Bug 226119: The template admin/add-group.html.tmpl moved to ↵ | jouni%heikniemi.net | 2003-11-19 | 1 | -1/+1 |
| | | | | | | admin/groups/create.html.tmpl to better match with admin template naming consensus discussed in reviewers@. r=myk, a=justdave | ||||
* | 226061 - someone forgot to tell editgroups that regexps are applied at ↵ | caillon%returnzero.com | 2003-11-19 | 1 | -1/+1 |
| | | | | | | runtime, not on account creation. r=joel,a=justdave | ||||
* | Bug 207211: Editgroups.cgi - template for add a group page; r=myk; a=myk. | jocuri%softhome.net | 2003-11-10 | 1 | -44/+7 |
| | |||||
* | Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and the | kiko%async.com.br | 2003-09-27 | 1 | -10/+10 |
| | | | | | 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 | ||||
* | Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixes | zach%zachlipton.com | 2003-01-11 | 1 | -2/+2 |
| | | | | | | | | | the spelling errors so tinderbox doesn't barf, part two fixes t/006spellcheck.t and adds some more new words to check for. Part 1 patch by myself, r=timeless Part 2 patch by MattyT. r=zach (myself) a=justdave | ||||
* | Bug 181951 Cannot delete groups | bugreport%peshkin.net | 2002-11-30 | 1 | -1/+1 |
| | | | | | | Patch by joel r=burnus,bbaetz a=justdave | ||||
* | Bug 147275 Rearchitect product groups | bugreport%peshkin.net | 2002-11-25 | 1 | -16/+41 |
| | | | | | | Patch by joel r=bbaetz,justdave a=justdave | ||||
* | Bug 171440 editgroups shows system groups as usable for bugs even though ↵ | bugreport%peshkin.net | 2002-09-29 | 1 | -1/+1 |
| | | | | | | they are not 2xr=justdave | ||||
* | bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported | bugreport%peshkin.net | 2002-09-23 | 1 | -245/+261 |
| | | | | r=bbaetz, gerv | ||||
* | Updating my e-mail address as jake@acutex.net is no longer valid. | jake%bugzilla.org | 2002-08-27 | 1 | -1/+1 |
| | | | | * NO CODE CHANGES * | ||||
* | 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 43600 - Convert products/components to use ids instead of names. | bbaetz%student.usyd.edu.au | 2002-08-12 | 1 | -2/+2 |
| | | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed | ||||
* | 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 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. | ||||
* | Bug 106377 - processmail rescanall should use lastdiffed | bbaetz%student.usyd.edu.au | 2002-03-04 | 1 | -1/+1 |
| | | | | r=justdave, ddkilzer@theracingworld.com | ||||
* | Fix for bug 119005: The instructions in editgroups.cgi incorrectly state ↵ | justdave%syndicomm.com | 2002-02-06 | 1 | -2/+1 |
| | | | | | | | | that you can't use spaces in a group name. You in fact can. Patch by Christian Reis <kiko@async.com.br> r= bbaetz x 2 |