Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵ | lpsolit%gmail.com | 2006-06-20 | 1 | -99/+0 |
| | | | | | | | | 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 | ||||
* | Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Frédéric ↵ | lpsolit%gmail.com | 2006-06-20 | 1 | -22/+0 |
| | | | | Buclin <LpSolit@gmail.com> r=vladd a=justdave | ||||
* | Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric ↵ | lpsolit%gmail.com | 2006-06-18 | 1 | -20/+0 |
| | | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave | ||||
* | Bug 328438: Eliminate @::log_columns - Patch by Max Kanat-Alexander ↵ | lpsolit%gmail.com | 2006-06-16 | 1 | -12/+0 |
| | | | | <mkanat@bugzilla.org> r=LpSolit a=myk | ||||
* | Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by ↵ | lpsolit%gmail.com | 2006-06-14 | 1 | -26/+0 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 337054: Remove get_component_id() and get_component_name() from ↵ | lpsolit%gmail.com | 2006-05-30 | 1 | -22/+0 |
| | | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 332522: Remove $::prodmaxvotes - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 2006-05-22 | 1 | -12/+3 |
| | | | | <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 337055: Move AnyDefaultGroups() from globals.pl into process_bug.cgi - ↵ | lpsolit%gmail.com | 2006-05-19 | 1 | -19/+0 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ↵ | lpsolit%gmail.com | 2006-05-08 | 1 | -26/+0 |
| | | | | into User.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Frédéric ↵ | lpsolit%gmail.com | 2006-05-08 | 1 | -9/+0 |
| | | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 330754: Remove AnyEntryGroups() from globals.pl - Patch by Frédéric ↵ | lpsolit%gmail.com | 2006-04-03 | 1 | -27/+0 |
| | | | | Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 330698: Remove $::components, @::enterable_products and ↵ | lpsolit%gmail.com | 2006-04-03 | 1 | -81/+4 |
| | | | | $::classifications (and some others) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 330521: Remove @::legal_product, @::legal_components and ↵ | lpsolit%gmail.com | 2006-03-16 | 1 | -21/+6 |
| | | | | @::legal_target_milestone - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 330519: Remove unused IsInClassification() function from globals.pl - ↵ | lpsolit%gmail.com | 2006-03-16 | 1 | -18/+0 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=Tru a=justdave | ||||
* | Bug 328638: Remove @::legal_keywords and %::keywordsbyname | mkanat%kerio.com | 2006-03-09 | 1 | -20/+0 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 282628: Move OpenStates and IsOpenedState out of globals.pl | mkanat%kerio.com | 2006-03-07 | 1 | -19/+0 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk | ||||
* | Bug 329177: Bugzilla fails when there are no keywords | mkanat%kerio.com | 2006-03-03 | 1 | -7/+0 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 328602: Eliminate %::versions and @::legal_versions | mkanat%kerio.com | 2006-03-03 | 1 | -26/+9 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | ||||
* | Bug 328436: Move BugInGroupId from globals.pl to process_bug.cgi | mkanat%kerio.com | 2006-03-02 | 1 | -12/+0 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave | ||||
* | Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExists | mkanat%kerio.com | 2006-03-02 | 1 | -18/+0 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave | ||||
* | Bug 328434: Move GroupIsActive into post_bug.cgi | mkanat%kerio.com | 2006-03-02 | 1 | -14/+0 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave | ||||
* | Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of ↵ | lpsolit%gmail.com | 2006-02-26 | 1 | -237/+0 |
| | | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Patch for bug 313045: Display quoted text in a different color; patch by ↵ | jocuri%softhome.net | 2006-02-22 | 1 | -0/+4 |
| | | | | Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, r=LpSolit, a=justdave. | ||||
* | Bug 311278: Eliminate %::proddesc - Patch by Max Kanat-Alexander ↵ | lpsolit%gmail.com | 2006-02-22 | 1 | -6/+4 |
| | | | | <mkanat@bugzilla.org> r=LpSolit a=justdave | ||||
* | Bug 238207: Comment autolinkification on midair page points to wrong cgi - ↵ | lpsolit%gmail.com | 2006-01-10 | 1 | -2/+5 |
| | | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | ||||
* | Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵ | lpsolit%gmail.com | 2005-10-31 | 1 | -2/+0 |
| | | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave | ||||
* | Bug 313131: Remove the unused get_classification_id() routine - Patch by ↵ | lpsolit%gmail.com | 2005-10-26 | 1 | -9/+0 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk | ||||
* | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵ | lpsolit%gmail.com | 2005-10-25 | 1 | -6/+0 |
| | | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | ||||
* | Bug 313209: Oracle requires "CASE WHEN" around boolean expressions in the ↵ | mkanat%kerio.com | 2005-10-25 | 1 | -1/+3 |
| | | | | | | SELECT column list Patch By Lance Larsh <lance.larsh@oracle.com> r=mkanat, a=justdave | ||||
* | Bug 309681 Prevent users from adding another user who shouldn't have access ↵ | bugreport%peshkin.net | 2005-10-18 | 1 | -21/+0 |
| | | | | | | | to a bug as assignee or CC member Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=joel, a=justdave | ||||
* | Bug 306325: Move CanEnterProduct() and CanEnterProductOrWarn() out of ↵ | lpsolit%gmail.com | 2005-10-12 | 1 | -92/+0 |
| | | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel r=wicked a=justdave | ||||
* | Bug 282090: Eliminate %classdesc in favor of Bugzilla::Classification methods | mkanat%kerio.com | 2005-10-12 | 1 | -9/+2 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave | ||||
* | Fix for bug 300949: reverts fix for bug 274906 which eliminated [edit] link ↵ | myk%mozilla.org | 2005-09-10 | 1 | -3/+8 |
| | | | | next to attachments to avoid duplicate [edit] references and made the main attachment link go to the 'edit attachment' page; that fix unreasonably reduced Bugzilla usability by making it difficult to view attachments; this patch includes a different fix for bug 274906 that prevents those duplicate [edit] references; long-term we want to make the 'edit attachment' page the irresistable default and have a pop-up menu of links, at which point [edit] can truly go away, but for now it stays | ||||
* | Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 2005-09-06 | 1 | -8/+0 |
| | | | | <LpSolit@gmail.com> r=wicked a=justdave | ||||
* | Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵ | lpsolit%gmail.com | 2005-09-03 | 1 | -107/+0 |
| | | | | Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave | ||||
* | Bug 304582: Move GenerateRandomPassword() out of globals.pl - Patch by ↵ | lpsolit%gmail.com | 2005-09-02 | 1 | -5/+0 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk | ||||
* | Bug 279738: Move GetLongDescriptionAsText() out of globals.pl - Patch by ↵ | lpsolit%gmail.com | 2005-08-30 | 1 | -45/+0 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ↵ | lpsolit%gmail.com | 2005-08-25 | 1 | -48/+0 |
| | | | | by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave | ||||
* | Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - ↵ | lpsolit%gmail.com | 2005-08-16 | 1 | -1/+0 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 303803: Remove the unused get_classification_name() routine - Patch by ↵ | lpsolit%gmail.com | 2005-08-10 | 1 | -13/+0 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵ | lpsolit%gmail.com | 2005-08-10 | 1 | -0/+1 |
| | | | | r=mkanat,wicked a=justdave | ||||
* | Bug 298273: Marking duplicates misses 'Bug' before the number - Patch by ↵ | lpsolit%gmail.com | 2005-07-26 | 1 | -1/+1 |
| | | | | Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave | ||||
* | Bug 265188: GenerateVersionTable should only overwrite versioncache if it's ↵ | lpsolit%gmail.com | 2005-07-19 | 1 | -12/+7 |
| | | | | changed - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob,justdave a=justdave | ||||
* | Bug 300684: missing_version_or_component error message is not translatable | mozilla%colinogilvie.co.uk | 2005-07-17 | 1 | -6/+2 |
| | | | | Patch by A. Karl Kornel <karl@kornel.name>, r=jouni, a=justdave | ||||
* | Bug 300336: Bugzilla::Auth should not contain any exported subroutines | mkanat%kerio.com | 2005-07-13 | 1 | -1/+0 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 300379: GenerateVersionTable's rename may fail silently - Patch by byron ↵ | lpsolit%gmail.com | 2005-07-13 | 1 | -1/+2 |
| | | | | jones (glob) <bugzilla@glob.com.au> r=LpSolit a=justdave | ||||
* | Bug 223570: Creating a bug in a product with no versions results in internal ↵ | lpsolit%gmail.com | 2005-07-07 | 1 | -19/+36 |
| | | | | error - Patch by A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave | ||||
* | Bug 293501: Add me to files where I belong and fix kerio.com emails | mkanat%kerio.com | 2005-06-15 | 1 | -1/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk | ||||
* | Bug 237774: The text "bug 0" auto-linkifies to "<missing bug number>" - ↵ | lpsolit%gmail.com | 2005-05-13 | 1 | -2/+5 |
| | | | | Patch by Nick Barnes <nb+bz@ravenbrook.com> r=LpSolit a=myk | ||||
* | Bug 287109: [SECURITY] Names of private products/components can be exposed ↵ | mkanat%kerio.com | 2005-05-12 | 1 | -10/+54 |
| | | | | | | on certain CGIs Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, r=joel, a=justdave |