| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 2012-09-01 | 1 | -0/+1 |
* | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ... | Frédéric Buclin | 2012-01-11 | 1 | -18/+5 |
* | Bug 77193 - Add the ability to retire (disable) old versions, components and ... | Dave Lawrence | 2010-08-31 | 1 | -3/+7 |
* | Bug 571003: After changing the name of the default milestone using | Tiago Mello | 2010-06-21 | 1 | -0/+3 |
* | Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v... | Frédéric Buclin | 2010-05-20 | 1 | -3/+1 |
* | Bug 556731 - Make Bugzilla::Milestone, Bugzilla::Version, and | Max Kanat-Alexander | 2010-05-14 | 1 | -1/+1 |
* | Bug 325487: Admin pages should require less "clicks" (remove useless confirma... | lpsolit%gmail.com | 2008-01-28 | 1 | -12/+20 |
* | Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colin | lpsolit%gmail.com | 2007-10-23 | 1 | -0/+3 |
* | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 2007-10-19 | 1 | -1/+1 |
* | Bug 313129: Implement $milestone->create and $milestone->update based on Obje... | lpsolit%gmail.com | 2007-10-10 | 1 | -165/+18 |
* | Bug 373440: Make "check" into a generic function in Bugzilla::Object | mkanat%bugzilla.org | 2007-08-24 | 1 | -14/+10 |
* | Bug 339384: Make Bugzilla::Milestone use Bugzilla::Object - Patch by Max Kana... | lpsolit%gmail.com | 2006-12-19 | 1 | -6/+6 |
* | Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin... | lpsolit%gmail.com | 2006-11-11 | 1 | -9/+9 |
* | Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest... | lpsolit%gmail.com | 2006-10-15 | 1 | -4/+14 |
* | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F... | lpsolit%gmail.com | 2006-06-21 | 1 | -4/+3 |
* | Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod... | lpsolit%gmail.com | 2006-06-20 | 1 | -8/+0 |
* | Bug 311258: use objects in admin templates (products & co) - Patch by André ... | lpsolit%gmail.com | 2006-03-02 | 1 | -29/+24 |
* | Bug 106386 Correct misspellings in source code | timeless%mozdev.org | 2006-02-23 | 1 | -1/+1 |
* | Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk M... | lpsolit%gmail.com | 2006-02-21 | 1 | -0/+1 |
* | Backing out fix for bug 287325 (initial implementation of custom fields): tur... | myk%mozilla.org | 2006-01-06 | 1 | -1/+0 |
* | Bug 287325: an initial implementation of custom fields, including the ability... | myk%mozilla.org | 2006-01-06 | 1 | -0/+1 |
* | Bug 271596: editcomponents priv allows you to see/edit products you don't hav... | lpsolit%gmail.com | 2005-12-12 | 1 | -7/+9 |
* | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi... | lpsolit%gmail.com | 2005-10-25 | 1 | -2/+2 |
* | Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of o... | mkanat%kerio.com | 2005-10-07 | 1 | -4/+1 |
* | Bug 307604: "Redisplay table with bug counts" should also be available from e... | lpsolit%gmail.com | 2005-09-28 | 1 | -0/+3 |
* | Bug 304696: Replace UserInGroup() by $user->in_group() when checking user pri... | lpsolit%gmail.com | 2005-09-16 | 1 | -2/+1 |
* | Bug 302955: Remove the "delete" link for the default milestone - Patch by Gav... | lpsolit%gmail.com | 2005-08-29 | 1 | -0/+1 |
* | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=... | lpsolit%gmail.com | 2005-08-10 | 1 | -1/+0 |
* | Bug 300952: Change the editmilestones.cgi code to use Milestone.pm and Produc... | lpsolit%gmail.com | 2005-07-28 | 1 | -268/+89 |
* | Bug 301440: Move LogActivityEntry out of CGI.pl - Patch by Frédéric Buclin ... | lpsolit%gmail.com | 2005-07-20 | 1 | -0/+1 |
* | Bug 279303: Negative numbers are rejected as invalid sortkeys for milestones ... | lpsolit%gmail.com | 2005-05-04 | 1 | -16/+19 |
* | Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch by... | lpsolit%gmail.com | 2005-04-06 | 1 | -92/+50 |
* | Bug 286235: Implicit joins should be replaced by explicit joins - installment A | mkanat%kerio.com | 2005-04-05 | 1 | -3/+4 |
* | Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless... | mkanat%kerio.com | 2005-03-16 | 1 | -2/+3 |
* | Bug 283581 : Move UserInGroup out of globals.pl | travis%sedsystems.ca | 2005-03-16 | 1 | -0/+1 |
* | Bug 284975: Any code after Throw*Error is a dead code. | mkanat%kerio.com | 2005-03-09 | 1 | -12/+0 |
* | Bug 277782: _throw_error should unlock tables when tables are locked, automat... | mkanat%kerio.com | 2005-03-05 | 1 | -8/+3 |
* | Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call | mkanat%kerio.com | 2005-02-18 | 1 | -13/+13 |
* | Bug 281574 : Combine version_/milestone_/component_no_action errors into one. | travis%sedsystems.ca | 2005-02-17 | 1 | -1/+1 |
* | Bug 257315 : type of delta_ts in bugs table should not be timestamp | travis%sedsystems.ca | 2005-02-09 | 1 | -2/+1 |
* | Backing out the checking from bug 257315 until it gets corrected. It prevent... | justdave%bugzilla.org | 2005-01-30 | 1 | -1/+2 |
* | Bug 257315 : type of delta_ts in bugs table should not be timestamp | travis%sedsystems.ca | 2005-01-29 | 1 | -2/+1 |
* | Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ... | jocuri%softhome.net | 2005-01-16 | 1 | -5/+4 |
* | Bug 190224: templatize editmilestones.cgi | justdave%bugzilla.org | 2004-09-11 | 1 | -320/+345 |
* | Bug 252450: Unlock tables in edit*.cgi before sending trailer | bugreport%peshkin.net | 2004-07-27 | 1 | -4/+1 |
* | Patch for bug 246328: make editmilestone check for invalid sortkeys; patch by... | jocuri%softhome.net | 2004-06-16 | 1 | -0/+6 |
* | Patch for bug 245976: fix software error caused by taint issue when trying to... | jocuri%softhome.net | 2004-06-12 | 1 | -1/+1 |
* | Bug 141006: Run edit*.cgis in taint mode. | jouni%heikniemi.net | 2004-05-23 | 1 | -1/+1 |
* | Bug 235265: Getting rid of some unwanted form value dumps. | justdave%syndicomm.com | 2004-03-27 | 1 | -3/+0 |
* | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 2004-03-27 | 1 | -2/+2 |