index
:
bugs
master
bugs.mageia.org
Frédéric "LpSolit" Buclin [lpsolit]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editgroups.cgi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.
mkanat%bugzilla.org
2006-08-01
1
-1
/
+1
*
Bug 69000: Permit a stored query to be marked "shared" and accessible by othe...
wurblzap%gmail.com
2006-07-14
1
-8
/
+17
*
Bug 338375: Use Bugzilla->params everywhere instead of Param().
mkanat%bugzilla.org
2006-07-04
1
-1
/
+1
*
Bug 342869: Use Bugzilla->params everywhere except templates
mkanat%bugzilla.org
2006-07-04
1
-4
/
+4
*
Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...
lpsolit%gmail.com
2006-06-21
1
-3
/
+2
*
Spelling patch: use the right spelling form for 'explicitly'; patch by Vlad D...
vladd%bugzilla.org
2006-06-19
1
-1
/
+1
*
Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...
lpsolit%gmail.com
2006-06-18
1
-2
/
+5
*
Bug 324784: editgroups.cgi should make sure groups it edits/removes are not u...
lpsolit%gmail.com
2006-05-30
1
-0
/
+33
*
Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin <LpSoli...
lpsolit%gmail.com
2006-03-31
1
-2
/
+1
*
Bug 329022: Remove group_name_to_id in favor of creating Group objects - Patc...
lpsolit%gmail.com
2006-03-15
1
-1
/
+1
*
Bug 323912: When a group cannot be deleted because it is in used, ThrowUserEr...
lpsolit%gmail.com
2006-03-09
1
-24
/
+23
*
Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExists
mkanat%kerio.com
2006-03-02
1
-1
/
+1
*
Bug 324248: Deleting a group doesn't remove entries in group_group_map correc...
lpsolit%gmail.com
2006-01-23
1
-2
/
+3
*
Bug 323955: Deleting a group incorrectly checks for user group membership (mi...
lpsolit%gmail.com
2006-01-21
1
-8
/
+14
*
Bug 299646: Potential missing entries in bug_group_map related to mandatory g...
lpsolit%gmail.com
2005-12-30
1
-2
/
+36
*
Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...
lpsolit%gmail.com
2005-10-25
1
-2
/
+2
*
Bug 304696: Replace UserInGroup() by $user->in_group() when checking user pri...
lpsolit%gmail.com
2005-09-16
1
-3
/
+2
*
Bug 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric B...
lpsolit%gmail.com
2005-08-30
1
-22
/
+2
*
Bug 303704: Eliminate deprecated Bugzilla::DB routines from editgroups.cgi - ...
lpsolit%gmail.com
2005-08-27
1
-168
/
+164
*
Bug 304583: Remove all remaining need to rederive inherited groups
bugreport%peshkin.net
2005-08-19
1
-8
/
+9
*
Bug 303669: Bugzilla mis-uses perl subroutine prototypes
mkanat%kerio.com
2005-08-13
1
-1
/
+1
*
Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...
lpsolit%gmail.com
2005-08-10
1
-1
/
+1
*
Backout of bug 303669 which broke AppendComment and possibly a number
bugreport%peshkin.net
2005-08-09
1
-1
/
+1
*
Bug 303669: Bugzilla mis-uses perl subroutine prototypes
mkanat%kerio.com
2005-08-09
1
-1
/
+1
*
Bug 303141: Missing buglist when deleting groups - Patch by Frédéric Buclin...
lpsolit%gmail.com
2005-08-03
1
-2
/
+1
*
Bug 286235: Implicit joins should be replaced by explicit joins - installment A
mkanat%kerio.com
2005-04-05
1
-4
/
+5
*
Bug 287138: INSERT IGNORE is not ANSI SQL
mkanat%kerio.com
2005-03-22
1
-7
/
+12
*
Bug 283581 : Move UserInGroup out of globals.pl
travis%sedsystems.ca
2005-03-16
1
-0
/
+1
*
Bug 253721: Add group-based lists to whining
erik%dasbistro.com
2005-02-19
1
-0
/
+3
*
Bug 282510: Argument "" isn't numeric when modifying group
bugzilla%glob.com.au
2005-02-19
1
-2
/
+3
*
Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function call
mkanat%kerio.com
2005-02-19
1
-2
/
+1
*
Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call
mkanat%kerio.com
2005-02-18
1
-9
/
+7
*
Bug 277768 : Some validations are missing when editing groups
travis%sedsystems.ca
2005-02-17
1
-102
/
+152
*
Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ...
jocuri%softhome.net
2005-01-16
1
-1
/
+4
*
Patch for bug 180879: Implement privs for bug flags modification; patch by Fr...
jocuri%softhome.net
2004-11-24
1
-0
/
+19
*
Bug 244239: Add group-based pronouns to query
bugreport%peshkin.net
2004-08-11
1
-2
/
+2
*
Patch for bug 253360: replace IF() with CASE WHEN for database compatibility;...
jocuri%softhome.net
2004-07-31
1
-3
/
+3
*
Bug 251837: Extend group_group_map to control which groups can see each other
bugreport%peshkin.net
2004-07-27
1
-15
/
+41
*
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
*
Patch for bug 248001: Conversion of boolean conditions in SQL statements for ...
jocuri%softhome.net
2004-07-03
1
-1
/
+1
*
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
*
Bug 235265: Getting rid of some unwanted form value dumps.
justdave%syndicomm.com
2004-03-27
1
-4
/
+0
*
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
kiko%async.com.br
2004-03-27
1
-2
/
+1
*
Bug 181589: Add mass-remove to editgroups
bugreport%peshkin.net
2004-03-26
1
-24
/
+178
*
Bug 226119: The template admin/add-group.html.tmpl moved to admin/groups/crea...
jouni%heikniemi.net
2003-11-19
1
-1
/
+1
*
226061 - someone forgot to tell editgroups that regexps are applied at runtim...
caillon%returnzero.com
2003-11-19
1
-1
/
+1
*
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
[next]