aboutsummaryrefslogtreecommitdiffstats
path: root/editgroups.cgi
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 287138: INSERT IGNORE is not ANSI SQLmkanat%kerio.com2005-03-221-7/+12
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-0/+1
| | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
* Bug 253721: Add group-based lists to whiningerik%dasbistro.com2005-02-191-0/+3
| | | | | Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave
* Bug 282510: Argument "" isn't numeric when modifying groupbugzilla%glob.com.au2005-02-191-2/+3
| | | | Patch by Byron Jones <bugzilla@glob.com.au> r,a=justdave
* Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-2/+1
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-9/+7
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
* Bug 277768 : Some validations are missing when editing groupstravis%sedsystems.ca2005-02-171-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.net2005-01-161-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.net2004-11-241-0/+19
| | | | Frédéric Buclin <LpSolit@netscape.net>, r=joel, a=justdave.
* Bug 244239: Add group-based pronouns to querybugreport%peshkin.net2004-08-111-2/+2
| | | | | r=erik,justdave a=justdave
* Patch for bug 253360: replace IF() with CASE WHEN for database ↵jocuri%softhome.net2004-07-311-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 otherbugreport%peshkin.net2004-07-271-15/+41
| | | | | r=kiko a=justdave
* Patch for bug 190222: templatize editgroups.cgi; r=joel, a=justdave.jocuri%softhome.net2004-07-131-459/+196
|
* Bug 250080: Fix regression causing blank regexp to make all users group membersbugreport%peshkin.net2004-07-071-1/+1
| | | | | r=erik, justdave a=justdave
* Patch for bug 248001: Conversion of boolean conditions in SQL statements for ↵jocuri%softhome.net2004-07-031-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-datebugreport%peshkin.net2004-06-161-2/+28
|
* Bug 208847: Fix taint issues in editgroups.cgijouni%heikniemi.net2004-05-231-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.com2004-03-271-4/+0
| | | | | Patch by Jouni Heikniemi <jouni@heikniemi.net> r= justdave, kiko; a= justdave
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-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 editgroupsbugreport%peshkin.net2004-03-261-24/+178
| | | | r=justdave, a=justdave
* Bug 226119: The template admin/add-group.html.tmpl moved to ↵jouni%heikniemi.net2003-11-191-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.com2003-11-191-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.net2003-11-101-44/+7
|
* Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and thekiko%async.com.br2003-09-271-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 outputbbaetz%acm.org2003-05-051-1/+1
| | | | r=joel, a=justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixeszach%zachlipton.com2003-01-111-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 groupsbugreport%peshkin.net2002-11-301-1/+1
| | | | | | Patch by joel r=burnus,bbaetz a=justdave
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-16/+41
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Bug 171440 editgroups shows system groups as usable for bugs even though ↵bugreport%peshkin.net2002-09-291-1/+1
| | | | | | they are not 2xr=justdave
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-245/+261
| | | | r=bbaetz, gerv
* Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org2002-08-271-1/+1
| | | | * NO CODE CHANGES *
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-2/+2
| | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
* Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-171-0/+1
| | | | | early enough r=mattyt, jouni
* Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by ↵gerv%gerv.net2002-04-301-0/+1
| | | | jouni@heikniemi.net; r=bbaetz, gerv.
* Bug 106377 - processmail rescanall should use lastdiffedbbaetz%student.usyd.edu.au2002-03-041-1/+1
| | | | r=justdave, ddkilzer@theracingworld.com
* Fix for bug 119005: The instructions in editgroups.cgi incorrectly state ↵justdave%syndicomm.com2002-02-061-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
* Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com2001-10-131-15/+15
| | | | | | | remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
* Fix for bug 75482: adding the capability to deactivate a group without ↵justdave%syndicomm.com2001-06-061-5/+51
| | | | | | | deleting it (prevent new bugs from being placed into that group, but don't remove the group restriction from bugs already in it). Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
* Dummy commit so I can put the attributions I forgot in the previous one.justdave%syndicomm.com2001-05-301-0/+1
| | | | | Patch from bug 65290 was by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
* Fix for bug 65290: can now edit user-regexps for system groupsjustdave%syndicomm.com2001-05-301-9/+26
|
* Correcting my email address in the commentsjustdave%syndicomm.com2001-04-171-1/+1
|
* fix for 47561:Incorrect group bit used for new group.cyeh%bluemartini.com2000-09-151-1/+1
| | | | patch by dave@intrec.com
* Fix for bug 51519: Links to index are too specific. Patch bydave%intrec.com2000-09-071-1/+1
| | | | john.beranek@pace.co.uk (John Beranek)
* Fix for bug 47561. Thanks to tengel@fluid.com (Troy Engel) for catchingdave%intrec.com2000-08-061-1/+1
| | | | this one.
* checkin to fix Bug 25010 "Need a way to edit the list of available groups".cyeh%bluemartini.com2000-06-241-23/+134
| | | | | | Patches and work contributed by dave@intrec.com (Dave Miller). Some cleanup work needs to be done with regards to permissions and bit-twiddling see other bugs that are dependent on 25010 for details.
* bug 25010 need a way to edit groupsdonm%bluemartini.com2000-04-271-0/+470
|
* backing out because this has broken bugzilla.mozilla.org. the choice is no ↵endico%mozilla.org2000-04-191-470/+0
| | | | longer given in show_bug.cgi to make bugs confidential. I need to change lounge so it no longer automatically updates.
* bug 25010 add ability to easily edit groupsdonm%bluemartini.com2000-04-191-0/+470