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
2008-01-28
Bug 325487: Admin pages should require less "clicks" (remove useless confirma...
lpsolit%gmail.com
1
-3
/
+7
2007-10-23
Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colin
lpsolit%gmail.com
1
-0
/
+3
2007-10-19
Bug 399954: Make Bugzilla able to hold its dependencies in a local directory
mkanat%bugzilla.org
1
-1
/
+1
2007-10-12
Bug 313123: Implement $component->create and $component->update based on Obje...
lpsolit%gmail.com
1
-253
/
+22
2007-10-10
Bug 398976: edit*.cgi scripts should use transactions for database interactio...
lpsolit%gmail.com
1
-8
/
+6
2007-07-23
Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ...
timeless%mozdev.org
1
-1
/
+1
2006-12-19
Bug 339380: Make Bugzilla::Component use Bugzilla::Object
mkanat%bugzilla.org
1
-3
/
+3
2006-11-11
Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin...
lpsolit%gmail.com
1
-9
/
+9
2006-10-15
Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...
lpsolit%gmail.com
1
-6
/
+14
2006-09-21
Bug 38922: Default (Initial) CC list for each component
mkanat%bugzilla.org
1
-8
/
+71
2006-08-12
Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->new
mkanat%bugzilla.org
1
-1
/
+3
2006-07-04
Bug 338375: Use Bugzilla->params everywhere instead of Param().
mkanat%bugzilla.org
1
-1
/
+0
2006-07-04
Bug 342869: Use Bugzilla->params everywhere except templates
mkanat%bugzilla.org
1
-3
/
+3
2006-06-21
Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...
lpsolit%gmail.com
1
-3
/
+2
2006-06-20
Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...
lpsolit%gmail.com
1
-8
/
+0
2006-03-31
Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin <LpSoli...
lpsolit%gmail.com
1
-2
/
+1
2006-03-02
Bug 311258: use objects in admin templates (products & co) - Patch by André ...
lpsolit%gmail.com
1
-18
/
+17
2006-02-21
Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk M...
lpsolit%gmail.com
1
-0
/
+1
2006-01-06
Backing out fix for bug 287325 (initial implementation of custom fields): tur...
myk%mozilla.org
1
-1
/
+0
2006-01-06
Bug 287325: an initial implementation of custom fields, including the ability...
myk%mozilla.org
1
-0
/
+1
2006-01-02
Bug 300473: "All Closed" for components missing bug_status= in series.query.
wurblzap%gmail.com
1
-12
/
+10
2005-12-12
Bug 271596: editcomponents priv allows you to see/edit products you don't hav...
lpsolit%gmail.com
1
-8
/
+10
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
[next]