aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Fix bustage from checkin of Bug 374331--defaultlanguage parameter no longer ↵mkanat%bugzilla.org2007-05-061-2/+3
| | | | exists, use $languages[0] instead. r=LpSolit
* Bug 374331: Bugzilla::Template should use template_include_path from ↵mkanat%bugzilla.org2007-05-063-109/+49
| | | | | | Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=mkanat
* Bug 378672: Use of uninitialized value in numeric comparison (<=>) at ↵lpsolit%gmail.com2007-04-251-2/+2
| | | | Bugzilla/Update.pm line 178 - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 377564: Indexes are not renamed when renaming tablesmkanat%bugzilla.org2007-04-193-1/+41
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com2007-04-191-0/+3
| | | | get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 372531: "match" should be a generic function in Bugzilla::Objectmkanat%bugzilla.org2007-04-193-75/+84
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 350112: Error about "data/bugzilla-update.xml" being unreadable - Patch ↵lpsolit%gmail.com2007-04-182-4/+32
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton r=mkanat a=LpSolit
* Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting ↵justdave%bugzilla.org2007-04-155-2/+128
| | | | | | | throws an error Patch by mkanat and justdave r=LpSolit,mkanat; a=mkanat
* Bug 92552: Separate reassignment from bug status change (they are now ↵lpsolit%gmail.com2007-04-131-17/+0
| | | | independent) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 375191: Remove ChangeStatus() and ChangeResolution() from ↵lpsolit%gmail.com2007-04-111-0/+84
| | | | process_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv r=mkanat r=bkor a=LpSolit
* Bug 371727: One week is too long to wait for an update notification - Patch ↵lpsolit%gmail.com2007-04-071-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 376497: validateID() should return an attachment object - Patch by ↵lpsolit%gmail.com2007-04-041-8/+8
| | | | Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
* Bug 375251 - "Typo in the Bugzilla::WebService pod" [p=reed r=LpSolit a=LpSolit]reed%reedloden.com2007-03-261-1/+1
|
* Bug 375357: GD::Graph requires GD::Text (not vice-versa)mkanat%bugzilla.org2007-03-261-5/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 375352: Building DBI requires PathToolsmkanat%bugzilla.org2007-03-261-5/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 371475: Quicksearch should include OS field (in addition to Platform ↵lpsolit%gmail.com2007-03-251-2/+6
| | | | field) by default - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
* Bug 374051: Bugmail is no longer sent (regression) - Patch by Frédéric ↵lpsolit%gmail.com2007-03-251-1/+1
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 375246: Installation is broken by "can't coerce array into hash"mkanat%bugzilla.org2007-03-251-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374016: Use transactions to create bugsmkanat%bugzilla.org2007-03-241-5/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 374012: Use transactions inside of Bugzilla::Objectmkanat%bugzilla.org2007-03-241-1/+9
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 192054: Bugzilla dependencies upgrade messages in wrong ordermkanat%bugzilla.org2007-03-211-50/+65
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374540: Print out the requirements in an HTML table instead of ↵mkanat%bugzilla.org2007-03-212-17/+34
| | | | | | preformatted text Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374330: Make it possible for installation templates to be text or HTMLmkanat%bugzilla.org2007-03-201-19/+52
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374227: Create a system for localizing basic installation stringsmkanat%bugzilla.org2007-03-171-3/+250
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 366120: QuickSearch gets confused by colons in quotes - Patch by Teemu ↵lpsolit%gmail.com2007-03-172-13/+7
| | | | Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
* Bug 174085: Want to be able to query via group in quicksearch - Patch by ↵lpsolit%gmail.com2007-03-171-0/+1
| | | | Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
* Bug 45207: Automated sanity check that can send an e-mail if there are ↵lpsolit%gmail.com2007-03-171-0/+1
| | | | problems - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 374215: Move all generally-useful Installation subroutines to ↵mkanat%bugzilla.org2007-03-165-105/+202
| | | | | | Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374024: Abstract-out isolation level in Bugzilla::DB so drivers can ↵mkanat%bugzilla.org2007-03-151-2/+11
| | | | | | choose their own level Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374004: Enable transaction code and use it in some installation placesmkanat%bugzilla.org2007-03-153-40/+57
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 366466 - "flag notification mail has canceled spelled incorrectly" ↵reed%reedloden.com2007-03-111-3/+3
| | | | [p=reed r=timeless a=mkanat]
* Bug 373511: InnoDB conversion can fail silentlymkanat%bugzilla.org2007-03-111-0/+18
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 373442: Add referential integrity against the profiles table in some ↵mkanat%bugzilla.org2007-03-114-172/+192
| | | | | | more simple places Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* We forgot to update DEFAULT_USER in bug 372700, and it caused the checksetup ↵mkanat%bugzilla.org2007-03-101-1/+1
| | | | tinderboxen to burn.
* Bug 372700: Make Bugzilla::Bug do bug updating for moving in process_bug.cgimkanat%bugzilla.org2007-03-103-29/+107
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 365150: #cNN comment not part of linkified URL - Patch by David D. ↵lpsolit%gmail.com2007-03-101-2/+2
| | | | Kilzer (ddk) <ddkilzer@kilzer.net> r/a=LpSolit
* Fix POD to fix burning tree from checkin of bug 347439.mkanat%bugzilla.org2007-03-101-3/+9
|
* Bug 347439: Implement support for referential integrity in ↵mkanat%bugzilla.org2007-03-104-29/+297
| | | | | | Bugzilla::DB::Schema and implement it on profiles_activity Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 373286: Versions from 2.17.4 - 2.23.2 can no longer upgrademkanat%bugzilla.org2007-03-091-1/+19
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 347475: [MySQL] Use InnoDB for most tablesmkanat%bugzilla.org2007-03-092-5/+30
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 283926: Make process_bug add comments by using Bugzilla::Bugmkanat%bugzilla.org2007-03-091-0/+91
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 371070: Move basic validations from process_bug.cgi into Bugzilla::Bugmkanat%bugzilla.org2007-03-081-15/+33
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 367480: [LDAP] Try a list of servers in order until we connect successfullymkanat%bugzilla.org2007-03-081-4/+9
| | | | Patch By Tony Bajan <firefox@tonyb.me.uk> r=mkanat, a=mkanat
* Bug 354627: Improve the UI for adding/removing inheritance in editgroups.cgimkanat%bugzilla.org2007-03-061-2/+121
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org r=LpSolit, a=LpSolit
* Bug 372533: Bugzilla::Object->update throws a warning if some values are ↵mkanat%bugzilla.org2007-03-061-8/+16
| | | | | | undefined Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 312197: Templatize sanitycheck.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-03-061-38/+0
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 371808: 'emailsuffix' is duplicated on email notification - Patch by ↵lpsolit%gmail.com2007-02-281-3/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* bug 369429: bug reports should contain microformat markup in order to make ↵db48x%yahoo.com2007-02-272-4/+3
| | | | | | the information in them more useable. r=LpSolit
* Bump version number on the trunk with the branching of 3.0.mkanat%bugzilla.org2007-02-261-1/+1
|
* Bug 371286: Ignore deleted flags - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-02-241-4/+6
| | | | <LpSolit@gmail.com> r=myk a=LpSolit