index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editcomponents.cgi
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-31
Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...
lpsolit%gmail.com
1
-1
/
+1
2005-10-25
Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...
lpsolit%gmail.com
1
-2
/
+2
2005-10-07
Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of o...
mkanat%kerio.com
1
-4
/
+1
2005-09-16
Bug 304696: Replace UserInGroup() by $user->in_group() when checking user pri...
lpsolit%gmail.com
1
-1
/
+1
2005-09-07
Bug 301743: Replace old code from editcomponents.cgi by methods and routines ...
lpsolit%gmail.com
1
-370
/
+136
2005-08-23
Bug 189635: editcomponents.cgi should use user-matching for the default assig...
lpsolit%gmail.com
1
-0
/
+14
2005-08-13
Bug 303669: Bugzilla mis-uses perl subroutine prototypes
mkanat%kerio.com
1
-4
/
+4
2005-08-10
Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...
lpsolit%gmail.com
1
-1
/
+1
2005-08-09
Backout of bug 303669 which broke AppendComment and possibly a number
bugreport%peshkin.net
1
-4
/
+4
2005-08-09
Bug 303669: Bugzilla mis-uses perl subroutine prototypes
mkanat%kerio.com
1
-4
/
+4
2005-04-06
Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch by...
lpsolit%gmail.com
1
-49
/
+27
2005-04-05
Bug 286235: Implicit joins should be replaced by explicit joins - installment A
mkanat%kerio.com
1
-3
/
+4
2005-04-05
Bug 287483: Sanitycheck screams about "Bad value 0 found in components.initia...
mkanat%kerio.com
1
-2
/
+6
2005-03-16
Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...
mkanat%kerio.com
1
-9
/
+12
2005-03-09
Bug 284975: Any code after Throw*Error is a dead code.
mkanat%kerio.com
1
-17
/
+0
2005-03-05
Bug 277782: _throw_error should unlock tables when tables are locked, automat...
mkanat%kerio.com
1
-6
/
+1
2005-02-25
Bug 283237: Move DBname_to_id out of globals.pl
mkanat%kerio.com
1
-4
/
+5
2005-02-18
Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call
mkanat%kerio.com
1
-15
/
+17
2005-02-17
Bug 281574 : Combine version_/milestone_/component_no_action errors into one.
travis%sedsystems.ca
1
-1
/
+1
2005-01-16
Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ...
jocuri%softhome.net
1
-5
/
+4
2004-08-30
Bug 225687 - add group controls to charts, along with various other cleanups....
gerv%gerv.net
1
-3
/
+8
2004-07-31
Patch for bug 190220: templatize editcomponents.cgi; patch by GavinS <bugzill...
jocuri%softhome.net
1
-431
/
+241
2004-07-28
Bug 252450: Unlock tables in edit*.cgi before sending trailer
bugreport%peshkin.net
1
-8
/
+1
2004-07-09
Bug 242405 Turning on QA contact causes taint error in Bugzilla/Series.pm whe...
timeless%mozdev.org
1
-6
/
+15
2004-05-23
Bug 141006: Run edit*.cgis in taint mode.
jouni%heikniemi.net
1
-1
/
+1
2004-03-27
Bug 235265: Getting rid of some unwanted form value dumps.
justdave%syndicomm.com
1
-3
/
+0
2004-03-27
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
kiko%async.com.br
1
-2
/
+2
2003-12-09
Bug 227771 - Migration and product/component create code no longer writes ser...
gerv%gerv.net
1
-1
/
+2
2003-11-22
Bug 208604 - Make data/template dir locations configurable
bbaetz%acm.org
1
-3
/
+4
2003-11-16
Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; a...
jocuri%softhome.net
1
-2
/
+4
2003-11-08
Bug 222564 - The chart made when creating a new Product/Component is not publ...
gerv%gerv.net
1
-6
/
+2
2003-09-27
Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and the
kiko%async.com.br
1
-2
/
+11
2003-06-26
Bug 16009 - generic charting. Patch by gerv; r,a=justdave.
gerv%gerv.net
1
-0
/
+30
2003-05-05
Bug 201816 - use CGI.pm for header output
bbaetz%acm.org
1
-1
/
+1
2003-03-27
Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
jake%bugzilla.org
1
-1
/
+1
2003-03-16
Bug 197180 - Long comment names not flagged as an error
bbaetz%acm.org
1
-1
/
+13
2002-09-29
Fix for bug 98801: Implementation of the request tracker, a set of enhancemen...
myk%mozilla.org
1
-1
/
+9
2002-08-26
Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)
bbaetz%student.usyd.edu.au
1
-1
/
+0
2002-08-12
Bug 43600 - Convert products/components to use ids instead of names.
bbaetz%student.usyd.edu.au
1
-64
/
+50
2002-07-04
Bug 145795: editcomponents had error messages referring to products where it ...
jouni%heikniemi.net
1
-2
/
+2
2002-06-17
Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called
bbaetz%student.usyd.edu.au
1
-0
/
+1
2002-06-15
Bug 148712 - add component with error/invalid initial owner results in
bbaetz%student.usyd.edu.au
1
-4
/
+0
2002-04-30
Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by jou...
gerv%gerv.net
1
-0
/
+1
2002-03-04
Bug 106377 - processmail rescanall should use lastdiffed
bbaetz%student.usyd.edu.au
1
-1
/
+2
2002-02-04
Fix for bug 14461: QA contact is no longer required. You can still leave it ...
justdave%syndicomm.com
1
-21
/
+3
2001-10-13
Fix for bug 104516: No code changes in this patch, all this checkin does is r...
justdave%syndicomm.com
1
-13
/
+13
2001-09-28
Fix for bug #53612: The milestone URL appears correctly when deleting a produ...
myk%mozilla.org
1
-3
/
+3
2001-06-16
Fix for bug 71396 - $::db->do isn't needed anymore
jake%acutex.net
1
-9
/
+5
2001-02-23
fix for 66876: Using userids (mediumint) for initialowner and initialqacontact
cyeh%bluemartini.com
1
-22
/
+65
2000-09-11
Fix for bug 51487: Now only checks for a valid QA Contact if it actually
dave%intrec.com
1
-8
/
+4
[next]