Commit Graph

3280 Commits

Author SHA1 Message Date
mkanat%kerio.com
6c47f53cec Bug 286689: Cross-DB bz_add_index and bz_drop_index (Part of Bug 285111)
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
2005-03-22 08:56:52 +00:00
mkanat%kerio.com
01cc53adbb Bug 194160: buglist.cgi has wrong time zone in datestamp at the top
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave
2005-03-22 08:46:13 +00:00
travis%sedsystems.ca
b872654c07 Bug 103439 : Correctly use noun/verb forms of Login/Log In and Logout/Log Out where appropriate
Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=myk  a=myk
2005-03-18 21:32:53 +00:00
lpsolit%gmail.com
282aafa02e Bug 178157: Dependency emails don't get sent for status change during mass change - Patch by Frederic Buclin <LpSolit@gmail.com> r=myk, a=myk 2005-03-18 08:29:47 +00:00
mkanat%kerio.com
fb09bed568 Bug 256513: Fix usage of grep (/$value/, @array);
Patch By Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat, a=justdave
2005-03-18 04:21:29 +00:00
mkanat%kerio.com
db9cccead1 Bug 285748: Cross-DB bz_alter_column (Part of Bug 285111)
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
2005-03-18 03:28:53 +00:00
mkanat%kerio.com
c99a16fce3 Bug 285740: DBD::Pg must have the PG_BYTEA type specified for inserting BLOBs
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
2005-03-18 03:23:55 +00:00
mkanat%kerio.com
1a6384513d Bug 285723: Cross-DB bz_add_column (Part of Bug 285111)
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
2005-03-18 03:21:34 +00:00
mkanat%kerio.com
7674c809f6 Bug 285713: Cross-DB bz_column_info and bz_index_info
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
2005-03-18 03:18:13 +00:00
mkanat%kerio.com
af16820a6e Small nit fixes for Bug 285113. 2005-03-18 03:16:06 +00:00
mkanat%kerio.com
0fedd5d8d7 Bug 285113: Bugzilla::DB::Schema needs a way to serialize and store its abstract schema
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
2005-03-18 03:12:23 +00:00
lpsolit%gmail.com
b0782806ba Bug 278717: Can't create "create bug" template with multiple CCs if you use usemenuforusers - Patch by Marc Schumann <wurblzap@gmail.com> r=myk, a=myk 2005-03-17 15:50:45 +00:00
lpsolit%gmail.com
4a42ce13fc Bug 286311: print "Context-type..." is used instead of print $cgi->header() (cookies aren't sent in header) - Patch by Jacob Steenhagen <jake@bugzilla.org> r=LpSolit a=justdave 2005-03-17 15:14:58 +00:00
lpsolit%gmail.com
26e5dfb449 Bug 282384: Templatize the 'select classification' bit of editproducts - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit, a=justdave 2005-03-17 14:47:06 +00:00
lpsolit%gmail.com
1a4183e8b4 Bug 280639: When creating bookmarkable template, it is called "this link" - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave 2005-03-17 10:47:33 +00:00
mkanat%kerio.com
272e180437 Bug 286501: Summarize time fails with "Can't bind reference" error
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-03-17 06:56:16 +00:00
mkanat%kerio.com
045f1af5ad Bug 286392: String concatenation on postgres does not always work
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-03-17 06:54:05 +00:00
mkanat%kerio.com
86df8816c2 Bug 285555: FlagType::match uses a HAVING clause that PostgreSQL does not support
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=myk, a=myk
2005-03-17 06:52:26 +00:00
mkanat%kerio.com
1a64c2ec98 Bug 284125: PostgreSQL cannot call SUM on a boolean (Boolean Charts)
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-03-17 06:50:44 +00:00
justdave%bugzilla.org
802571fdb5 Bug 278823: Make the "Back to bug ####" text read "Go to bug ####" if you didn't just come from said bug.
Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>
r=LpSolit, a=justdave
2005-03-17 06:13:15 +00:00
gerv%gerv.net
efb51161de Bug 179514 - make CVS bug lists use consistent format for date and time. Patch by gerv; r,a=myk. 2005-03-17 00:01:28 +00:00
mkanat%kerio.com
c46bfbe2a3 Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless they are in "aggregate" functions
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2005-03-16 23:50:59 +00:00
jake%bugzilla.org
d6d26c825b Backing out the fix for bug 135812 as it causes the mail params to be deleted on new installs. 2005-03-16 21:58:56 +00:00
mkanat%kerio.com
fe0c3ca47e Bug 283230: POD for Bugzilla::Flag
Patch By Kevin Benton <kevin.benton@amd.com> r=mkanat, a=myk
2005-03-16 02:39:08 +00:00
mkanat%kerio.com
2ea52f6980 Bug 283231: POD for Bugzilla::FlagType
Patch By Kevin Benton <kevin.benton@amd.com> r=mkanat, a=myk
2005-03-16 02:30:00 +00:00
mkanat%kerio.com
2aee138325 Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless they are in "aggregate" functions
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2005-03-16 00:27:15 +00:00
travis%sedsystems.ca
b8d9847e9e Bug 284811 : Remove %FORM from enter_bug.cgi classification code
Patch by Teemu Mannermaa <wicked@etlicon.fi>   r=LpSolit  a=myk
2005-03-15 23:59:46 +00:00
gerv%gerv.net
1e20541fea Bug 275705 - better diagnostics for charts. Patch by bugzilla@glob.com.au; r=gerv, a=myk. 2005-03-15 23:58:06 +00:00
travis%sedsystems.ca
9dcfce38d9 Bug 286286 : Incorrect name check when adding a new classification
Patch by Frederic Buclin <LpSolit@gmail.com>   r=jake  a=myk
2005-03-15 23:56:18 +00:00
travis%sedsystems.ca
3d0f288895 Bug 283581 : Move UserInGroup out of globals.pl
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>   r=mkanat  a=justdave
2005-03-15 22:10:14 +00:00
travis%sedsystems.ca
ef15d4f129 Fix nits on bug 180652 - Frederic Buclin 2005-03-15 22:08:12 +00:00
myk%mozilla.org
f86b2fdcfe Fix for bug 286265: makes the RSS bug list explanation read a bit better; r=lpsolit 2005-03-15 18:34:58 +00:00
myk%mozilla.org
ed9deebbb1 Fix for bug 284446: adds hooks useful for testrunner and other third-party extensions; r=gerv 2005-03-15 17:48:36 +00:00
myk%mozilla.org
a905802c7c Fix for bustage: memeber -> member 2005-03-15 17:39:40 +00:00
myk%mozilla.org
af3b39db5b Fix for bug 82878: Generate RSS 1.0 version of bug lists.
Patch by Jason Remillard.
r=myk
a=myk
2005-03-15 17:22:14 +00:00
myk%mozilla.org
0d641a3abf Fix for bug 82878: Generate RSS 1.0 version of bug lists.
Patch by Jason Remillard.
r=myk
a=myk
2005-03-15 17:16:25 +00:00
travis%sedsystems.ca
353cde63e7 Bug 135812 : Add a 'mailfrom' parameter to unify bugmail originating address
Patch by Cedric Caron <cedric.caron@urbanet.ch>   r=wurblzap  a=justdave
2005-03-15 16:44:12 +00:00
travis%sedsystems.ca
cc6f83dba7 Bug 280517 : Let me know who is watching my account
Patch by Frederic Buclin <LpSolit@gmail.com>  r=myk a=myk
2005-03-15 16:10:18 +00:00
travis%sedsystems.ca
b7c47c02f1 Bug 238866 : remove %FORM from query.cgi
Patch by Teemu Mannermaa <wicked@etlicon.fi>   r=gerv  a=justdave
2005-03-15 16:04:00 +00:00
travis%sedsystems.ca
f43289d88d Bug 180652 : Marking an attachment as obsolete should cancel all unfulfilled requests
Patch by Frederic Buclin <LpSolit@gmail.com>  r=myk  a=myk
2005-03-15 15:57:19 +00:00
travis%sedsystems.ca
394a29b122 Bug 285689 : quip_list_entry_control conversion code is not converting the enablequips 'off' value
Patch by Shane H. W. Travis <travis@sedsystems.ca>  r=mkanat  a=myk
2005-03-15 15:55:42 +00:00
mkanat%kerio.com
ba1b99dc65 Bug 285552: Cannot enter a bug on PostgreSQL
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=myk
2005-03-15 07:59:18 +00:00
mkanat%kerio.com
4a77c6881a Bug 285534: bugs.qa_contact should allow NULL
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
2005-03-15 05:20:48 +00:00
mkanat%kerio.com
feac4db4c8 Bug 251960: Search.pm uses DB dependent comma operator
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave
2005-03-14 23:17:47 +00:00
travis%sedsystems.ca
13592b8534 Bug 271125 : Need template for table-simple
Patch by alanjstr <Bugzilla-alanjstrBugs@sneakemail.com>   r=gerv  a=myk
2005-03-14 16:24:03 +00:00
mkanat%kerio.com
550516a633 Bug 285824: whiteboard, votes, and keywords update in checksetup.pl fails to detect an already-upgraded schema
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=justdave, a=justdave
2005-03-13 13:28:05 +00:00
jake%bugzilla.org
3f10515dc3 Bug 83044 - Any page is now capable of being a login page simply by adding the ?GoAheadAndLogin=1 option to the URL. All links have been changed to make index.cgi the default login page instead of query.cgi.
r=joel, a=justdave
2005-03-12 21:51:17 +00:00
travis%sedsystems.ca
2c23ba7d0a Bug 285708 : colchange.cgi shows "actual_hours" instead of "Actual Hours"
Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=mkanat  a=myk
2005-03-12 03:23:15 +00:00
mkanat%kerio.com
dce9290512 Bug 285692: lastdiffed should use NULL instead of the "beginning of time"
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk
2005-03-11 19:45:03 +00:00
mkanat%kerio.com
a395145e48 Bug 285121: Only run "old" table checks if the database is MySQL
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
2005-03-11 19:39:19 +00:00