aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 283361 : 'Deadline' info not saved in bookmarkable templatetravis%sedsystems.ca2005-02-262-1/+3
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=wurblzap a=myk
* Fix burning tinderbox after checkin of 155414; 'Bugzilla' is a reserved word.travis%sedsystems.ca2005-02-261-2/+2
|
* Bug 155414 : "Account not found" error should be more friendlytravis%sedsystems.ca2005-02-251-8/+8
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=timeless a=myk
* Bug 282983 : bug cloning doesn't work if classifications are enabledtravis%sedsystems.ca2005-02-252-0/+4
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=glob a=myk
* Bug 282999 remove Javascript LANGUAGE attribute in all filesbugreport%peshkin.net2005-02-2516-21/+21
| | | | | Patch by Anne van Kesteren <bug@annevankesteren.nl> r=LpSolit,a=myk
* Bug 264192: Fix search where BugsThisDependsOn or OtherBugsDependingOnThis ↵bugreport%peshkin.net2005-02-251-4/+8
| | | | | | is empty Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=myk
* Bug 282035: Add boolean search by "Commenter"bugreport%peshkin.net2005-02-251-0/+1
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat,a=myk
* Bug 282748: uninitialized value in localtime in Format.pmmkanat%kerio.com2005-02-254-17/+23
| | | | Patch By Frederic Buclin <LpSolit@gmail.com> r=wurblzap, a=myk
* Bug 279910: Query crashed with Software Error: "Unknown column ↵mkanat%kerio.com2005-02-252-10/+23
| | | | | | 'bugs.assignee_accessible' " Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=myk
* Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User functionmkanat%kerio.com2005-02-254-58/+55
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
* Bug 282074: Software error instead of Bugzilla's "Internal Error" Messagemkanat%kerio.com2005-02-251-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=myk
* Bug 281590: Stop using RelationSetmkanat%kerio.com2005-02-251-267/+0
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> a=myk
* Bug 281550: Remove RelationSet from userprefs.cgi (and thus fix non-ANSI INSERT)mkanat%kerio.com2005-02-252-33/+81
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
* Bug (None): Fix for checkin from Bug 280493, fix a trailing comma in Bug.pmmkanat%kerio.com2005-02-251-1/+1
| | | | Thanks to glob for pointing it out.
* Bug 172383 : checksetup.pl : spelling, wording, and whitespace fixestravis%sedsystems.ca2005-02-251-487/+566
| | | | Patch by travis & timeless r=timeless, travis a=myk
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-2512-41/+62
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
* Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com2005-02-258-22/+36
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
* Bug 277504 : quips migrated from quip file have an (invalid) userid of 0travis%sedsystems.ca2005-02-251-1/+12
| | | | Patch by Frederic Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 281876: New Admin Interface to manage old Enum fields (Field Values)mkanat%kerio.com2005-02-2513-11/+976
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
* Bug 17453: Enumerators in Bugzilla are not cross-DB compatible. This removes ↵mkanat%kerio.com2005-02-254-222/+211
| | | | | | all 'enum' types in the database from Bugzilla. Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
* Bug 150901 : Some params containing mail-templates contain URLs with ↵travis%sedsystems.ca2005-02-251-1/+1
| | | | | | terminating punctuation Patch by Shane H. W. Travis <travis@sedsystems.ca> r=timeless a=justdave
* Bug 283085 : post_bug.cgi can be used to know which products do not exist ↵travis%sedsystems.ca2005-02-251-8/+5
| | | | | | and which ones are not accessible Patch by Frederic Buclin <LpSolit@gmail.com> r=myk a=myk
* Bug 212940 : Can't use an undefined value as an ARRAY reference at ↵travis%sedsystems.ca2005-02-241-14/+20
| | | | | | /http/bugzilla/process_bug.cgi line 866. Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 176011 : reports.cgi throws a scary error if collectstats has never been runtravis%sedsystems.ca2005-02-231-2/+3
| | | | Patch by Vlad Dascalu <vladd@bugzilla.org> r=mkanat a=justdave
* Bug 282914: Fix broken sanitycheck.cgi due to missing ")"bugreport%peshkin.net2005-02-211-1/+1
| | | | r,a=justdave
* Bug 282835: Fix SQL error in sanitycheck.cgibugreport%peshkin.net2005-02-211-1/+0
| | | | | patch by LpSolit r=joel,a=justdave
* Bug 282790: Warn if name for a stored query exceeds maximum lengthbugreport%peshkin.net2005-02-212-0/+5
| | | | | patch by LpSolit r=mkanat,a=justdave
* Bug 252272: Allow extremely large attachments to be stored locallybugreport%peshkin.net2005-02-217-16/+143
| | | | r=wurblzap.a=justdave
* Bug 282124: Remove globals.pl and CGI.pl from editclassifications.cgimkanat%kerio.com2005-02-201-6/+9
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=vladd, a=justdave
* Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com2005-02-206-15/+26
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 280499: Replace "TO_DAYS()" with Bugzilla::DB function callmkanat%kerio.com2005-02-207-19/+26
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 282728: Add a switch to checksetup to skip compiling the templatesmkanat%kerio.com2005-02-201-2/+12
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=travis, a=justdave
* Bug 281185: Add boolean charts docsbugreport%peshkin.net2005-02-191-2/+138
| | | | r=colin,a=justdave
* Bug 282705: Remove newlines from LEFT JOIN parts of SQL in Search.pmbugreport%peshkin.net2005-02-191-9/+9
| | | | r=lpsolit, a=justdave
* Bug 253721: Add group-based lists to whiningerik%dasbistro.com2005-02-198-80/+208
| | | | | Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave
* Bug 282621 : error message in the apache log file when creating a new attachmenttravis%sedsystems.ca2005-02-191-1/+1
| | | | Patch by Frederic Buclin <LpSolit@gmail.com> r=myk, a=myk
* Bug 281360: Checksetup should use the new DB-compatibility layer to create $dbhmkanat%kerio.com2005-02-192-32/+25
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, r=glob, a=justdave
* Bug 238665 : "change anything on the selected" is awkward in ↵travis%sedsystems.ca2005-02-191-1/+2
| | | | | | "bugs_not_changed" error Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=justdave
* Bug 254347: Use of uninitialized value msg in query.cgimkanat%kerio.com2005-02-191-1/+1
| | | | Patch By Frederic Buclin <LpSolit@gmail.com>, r=mkanat, a=justdave
* Bug 282510: Argument "" isn't numeric when modifying groupbugzilla%glob.com.au2005-02-192-3/+5
| | | | Patch by Byron Jones <bugzilla@glob.com.au> r,a=justdave
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-1911-26/+42
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=justdave
* Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com2005-02-1910-34/+21
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 282570: Missing errors for DB compatibility layermkanat%kerio.com2005-02-181-0/+12
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 282597: GetGroupsByUserId() in buglist.cgi fails to return correct ↵mkanat%kerio.com2005-02-181-1/+1
| | | | | | information Patch By Frederic Buclin <LpSolit@gmail.com> r=mkanat, a=justdave
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-1823-192/+232
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
* Bug 280093 : Update "Add to Sidbar" HTML text and JS addsidebar() functiontravis%sedsystems.ca2005-02-181-5/+5
| | | | Patch by Anne van Kesteren <bug@annevankesteren.nl> r=myk a=myk
* Bug 240252 : "users who are a" is awkward and should be rewrittentravis%sedsystems.ca2005-02-181-7/+11
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=mkanat a=myk
* Bug 280858 : Last Changed Date column header wastes spacetravis%sedsystems.ca2005-02-181-3/+3
| | | | Patch by Anne van Kesteren <bug@annevankesteren.nl> r=myk a=myk
* Bug 282578: documentation should say application/rdf+xmlmkanat%kerio.com2005-02-171-2/+2
| | | | Patch By Anne van Kesteren <bug@annevankesteren.nl> r=colin.ogilvie
* Bug 282509: Bugzilla now requires perl 5.6.1mkanat%kerio.com2005-02-172-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave