aboutsummaryrefslogtreecommitdiffstats
path: root/editusers.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 289043: Implicit joins should be replaced by explicit joins - installment Cmkanat%kerio.com2005-05-031-3/+4
* Bug 290372: Missing locked tables in editusers.cgi - Patch by Frédéric Bucl...lpsolit%gmail.com2005-04-201-1/+3
* Bug 285153: editusers.cgi cleanliness re-do - Patch by Marc Schumann <wurblza...lpsolit%gmail.com2005-04-161-40/+54
* Bug 290000: lock email settings table before adding new userbugreport%peshkin.net2005-04-131-0/+1
* Bug 289062: editusers.cgi is querying for groups twice on update - Patch by T...lpsolit%gmail.com2005-04-131-7/+6
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com2005-03-161-4/+3
* Bug 284262 : Bundle of small editusers.cgi post-checkin fixestravis%sedsystems.ca2005-03-081-46/+37
* Bug 284155 : New editusers.cgi broke group visibilitytravis%sedsystems.ca2005-03-081-1/+1
* Bug 277782: _throw_error should unlock tables when tables are locked, automat...mkanat%kerio.com2005-03-051-11/+7
* Bug 119485 : Templatise editusers.cgitravis%sedsystems.ca2005-03-011-787/+681
* Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User functionmkanat%kerio.com2005-02-251-2/+2
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-251-2/+2
* Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-2/+1
* Bug 280495: Replace "REGEXP" with Bugzilla::DB function callmkanat%kerio.com2005-02-171-3/+3
* Bug 281845 : Possible to delete users who are initial QA contacts (Regression...travis%sedsystems.ca2005-02-111-1/+1
* Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca2005-02-091-1/+1
* Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca2005-02-011-2/+3
* Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ...jocuri%softhome.net2005-01-161-47/+24
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ...travis%sedsystems.ca2005-01-081-1/+2
* Patch for bug 261434: implement functionality to delete a user semi-properly ...jocuri%softhome.net2004-10-171-1/+3
* Patch for bug 253360: replace IF() with CASE WHEN for database compatibility;...jocuri%softhome.net2004-07-311-3/+3
* Bug 251837: Extend group_group_map to control which groups can see each otherbugreport%peshkin.net2004-07-271-1/+3
* Bug 253088: Fix ability of users with bless privileges to bless usersbugreport%peshkin.net2004-07-271-1/+1
* Bug 252190: Fix unitialized value in editusers.cgibugreport%peshkin.net2004-07-221-3/+3
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-19/+4
* Backing out bug 241900bugreport%peshkin.net2004-07-121-4/+19
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-121-19/+4
* Bug 244272: Remove editusers 'query' parameterbugreport%peshkin.net2004-07-101-3/+0
* Bug 233486: Only process groups user is supposed to be able to bless in editg...bugreport%peshkin.net2004-07-101-1/+2
* Bug 236650: html_quote and validate email addresses in editueser.cgibugreport%peshkin.net2004-07-101-1/+9
* Bug 240325: Keep regexp-based groups up-to-datebugreport%peshkin.net2004-06-161-19/+20
* Bug 224021: taint issues in editusers.cgijouni%heikniemi.net2004-05-231-0/+1
* Bug 141006: Run edit*.cgis in taint mode.jouni%heikniemi.net2004-05-231-1/+1
* Bug 240439: "Edit user again" link didn't work if the user had a + in their e...justdave%syndicomm.com2004-04-141-4/+4
* Bug 235265: Getting rid of some unwanted form value dumps.justdave%syndicomm.com2004-03-271-4/+0
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-2/+2
* Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.kiko%async.com.br2004-03-271-4/+4
* Patch for bug 238033: eliminate HTML closing tags that haven't been opened an...jocuri%softhome.net2004-03-211-3/+1
* Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br2004-03-171-2/+2
* Bug 214457 Updated user page is uselesstimeless%mozdev.org2004-03-141-10/+28
* Bug 225234: Wrong comment in editusers.cgi; r=timeless; a=myk.jocuri%softhome.net2003-11-111-1/+1
* Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and thekiko%async.com.br2003-09-271-5/+7
* Bug 178935: Eliminating the "Add another user" link on the confirmation scree...justdave%syndicomm.com2003-07-201-2/+5
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-4/+9
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+1
* Bug 201018 - editusers.cgi never calls DeriveGroup prior to changing a bugbbaetz%acm.org2003-04-251-0/+3
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-10/+8
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-150/+136
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0