Commit Graph

127 Commits

Author SHA1 Message Date
mkanat%bugzilla.org
3eabc93edf Bug 338375: Use Bugzilla->params everywhere instead of Param().
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-03 21:42:47 +00:00
mkanat%bugzilla.org
22e445e882 Bug 342869: Use Bugzilla->params everywhere except templates
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-03 21:26:22 +00:00
lpsolit%gmail.com
7d976ba23d Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-06-21 00:44:48 +00:00
lpsolit%gmail.com
31fbfa9477 Bug 304601: Bugzilla::Config's :locations exports need to be in their own module - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave
Bug 328637: Remove all legal_* versioncache arrays - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave

Bug 110503 - Eliminate versioncache
2006-06-19 20:15:18 +00:00
lpsolit%gmail.com
351a31d751 Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=vladd a=justdave 2006-06-19 17:30:24 +00:00
vladd%bugzilla.org
4b673c27f8 Spelling in code comments patch: 'priviledges' -> 'privileges' in editproducts.cgi; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 13:23:11 +00:00
lpsolit%gmail.com
e36bc969e7 Bug 341866: 'changer' in editproducts.cgi must be a user login, not a user ID - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=vladd a=myk 2006-06-18 22:57:34 +00:00
lpsolit%gmail.com
74634f1822 Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-06-02 10:50:15 +00:00
lpsolit%gmail.com
7d0fe875f5 Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-05-07 19:56:05 +00:00
lpsolit%gmail.com
58ccce8e97 Bug 331008: Consistently name errors either prod_ or product_ - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave 2006-04-30 20:52:26 +00:00
lpsolit%gmail.com
c30293f018 Bug 301020: Remove useless locked tables - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2006-03-31 10:27:26 +00:00
lpsolit%gmail.com
4b3910814b Bug 329022: Remove group_name_to_id in favor of creating Group objects - Patch by R�mi Zara <remi_zara@mac.com> r=LpSolit a=justdave 2006-03-14 22:47:24 +00:00
mkanat%kerio.com
bc519bd158 Bug 282628: Move OpenStates and IsOpenedState out of globals.pl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2006-03-06 21:42:10 +00:00
mkanat%kerio.com
e702596d80 Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExists
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
2006-03-01 21:33:01 +00:00
lpsolit%gmail.com
8927182719 Bug 328203: Cannot update a product if 'usetargetmilestone' is off (and the default milestone has been previously changed) - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2006-02-28 22:06:34 +00:00
lpsolit%gmail.com
da82009a4a Bug 328449: Remove BugMail::MessageToMTA() from Bug::RemoveVotes() - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-02-24 22:53:32 +00:00
lpsolit%gmail.com
00e1d8b314 Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk Melez <myk@mozilla.org> r=mkanat a=justdave 2006-02-21 13:08:24 +00:00
myk%mozilla.org
40ef8793a1 Backing out fix for bug 287325 (initial implementation of custom fields): turns out the tree is not yet open for 2.24 checkins after all. I'll check this back in once the tree opens for 2.24 checkins, which lpsolit says will be in about a month. 2006-01-06 14:38:43 +00:00
myk%mozilla.org
b6e4f982d8 Bug 287325: an initial implementation of custom fields, including the ability to add text custom fields via the command-line script customfield.pl, search them via the boolean charts, display and edit them on the show bug page, and see changes to them in bug activity; r=mkanat, glob 2006-01-06 14:23:05 +00:00
lpsolit%gmail.com
f96851067c Bug 271596: editcomponents priv allows you to see/edit products you don't have access to - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2005-12-12 03:12:26 +00:00
lpsolit%gmail.com
7378397088 Bug 153445: Do not display bug counts by default when listing products in editproducts.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=GavinS a=justdave 2005-10-30 21:42:13 +00:00
lpsolit%gmail.com
35ecb1a6b0 Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2005-10-30 21:31:29 +00:00
lpsolit%gmail.com
6594baf721 Bug 303706: Eliminate deprecated Bugzilla::DB routines from editproducts.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2005-10-28 10:25:06 +00:00
lpsolit%gmail.com
b493b5754c Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave 2005-10-24 23:11:56 +00:00
mkanat%kerio.com
6f97449110 Bug 313209: Oracle requires "CASE WHEN" around boolean expressions in the SELECT column list
Patch By Lance Larsh <lance.larsh@oracle.com> r=mkanat, a=justdave
2005-10-24 19:21:05 +00:00
lpsolit%gmail.com
d08f38656a Bug 299753: Replace old code in editproducts.cgi by routines from Product.pm - Patch by Andr� Batosti <batosti@async.com.br> r=LpSolit a=justdave 2005-10-17 21:43:42 +00:00
lpsolit%gmail.com
888d178292 Bug 308318: Can create a product without description but cannot remove an existing description - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2005-09-27 21:47:33 +00:00
lpsolit%gmail.com
178196da08 Bug 307524: Templatise the updategroupcontrols bit of editproducts.cgi (and tidy up templatisation) - Original patch by Andr� Batosti <batosti@async.com.br> r=LpSolit a=justdave 2005-09-16 16:14:18 +00:00
lpsolit%gmail.com
4d0de4219f Bug 304696: Replace UserInGroup() by $user->in_group() when checking user privs in edit*.cgi files - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-09-15 22:01:56 +00:00
lpsolit%gmail.com
76e93eb9de Bug 308150: admin/products/deleted.html.tmpl doesn't include admin/products/footer.html.tmpl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=GavinS a=justdave 2005-09-12 19:06:29 +00:00
lpsolit%gmail.com
4f617af311 Bug 306757: Templatize the 'new' section of editproducts.cgi - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave 2005-09-12 13:50:42 +00:00
lpsolit%gmail.com
3b1e1d1acf Bug 306242: Templatize the 'update product' bit of editproducts.cgi - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave 2005-09-08 16:58:57 +00:00
lpsolit%gmail.com
3a6dd5bb54 Bug 302370: Remove the EmitFormElements() routine from editproducts.cgi and templatize that code - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=myk 2005-09-01 21:33:07 +00:00
lpsolit%gmail.com
88d59107ad Bug 306060: Adding a new product should make it clear that a component is also required to enter bugs - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=justdave 2005-08-26 20:08:46 +00:00
lpsolit%gmail.com
986c2494a0 Bug 303366: Possible locking tables conflict when voting for bugs - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-08-23 12:17:17 +00:00
mkanat%kerio.com
a876784a7e Bug 303669: Bugzilla mis-uses perl subroutine prototypes
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-13 12:27:04 +00:00
lpsolit%gmail.com
a8d486f572 Bug 301508: Remove CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat,wicked a=justdave 2005-08-10 01:30:41 +00:00
bugreport%peshkin.net
f41da5ed69 Backout of bug 303669 which broke AppendComment and possibly a number
of other items.
2005-08-09 11:23:43 +00:00
mkanat%kerio.com
8f7328f4d3 Bug 303669: Bugzilla mis-uses perl subroutine prototypes
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-09 05:59:02 +00:00
lpsolit%gmail.com
dd61bb0adf Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=justdave 2005-07-22 05:13:36 +00:00
lpsolit%gmail.com
4cf64cd384 Bug 300699: Remove dead code from editproducts.cgi and messages.html.tmpl - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk 2005-07-14 00:09:09 +00:00
lpsolit%gmail.com
31027a49f7 Bug 300620: Deletion of a product yields "Insecure dependency in parameter 3" when useclassification is on - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2005-07-13 17:54:58 +00:00
lpsolit%gmail.com
a70339d460 Bug 289580: Templatize the 'confirm delete' bit of editproducts.cgi - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=justdave 2005-07-07 21:03:05 +00:00
lpsolit%gmail.com
c52c68258e Bug 252214: Allow max of zero votes per bug - Patch by Alfred Karl Kornel <kornel.1@osu.edu> r=vladd a=justdave 2005-06-06 21:37:57 +00:00
lpsolit%gmail.com
f1336fef6b Bug 294368: Wrong tense used in sentence in delete components/products - Patch by Tiago R. Mello <tiago@async.com.br> r=LpSolit a=justdave 2005-05-16 23:39:17 +00:00
lpsolit%gmail.com
ca5addac97 Bug 287136: Missing validations in editproducts.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=justdave 2005-05-03 18:32:58 +00:00
mkanat%kerio.com
252d2c0c95 Bug 289043: Implicit joins should be replaced by explicit joins - installment C
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave
2005-05-02 18:52:02 +00:00
lpsolit%gmail.com
1823d8db70 Bug 290511: Move RemoveVotes() out of globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-04-16 17:17:06 +00:00
lpsolit%gmail.com
2eadbc85c2 Bug 289373: Remove %FORM from editproducts.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave 2005-04-08 23:51:02 +00:00
lpsolit%gmail.com
ed0f05eaf5 Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-04-06 00:19:56 +00:00