Commit Graph

6434 Commits

Author SHA1 Message Date
lpsolit%gmail.com
e024264c8e Bug 286160: possible invalid flag types when moving a bug to a different product - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2005-05-06 21:40:32 +00:00
bugzilla%glob.com.au
d55d9a272a Bug 292821: "Attempt to free unreferenced scalar" running checksetup
Patch By Byron Jones <bugzilla@glob.com.au> r=mkanat,r=vladd,a=justdave
2005-05-06 14:16:54 +00:00
lpsolit%gmail.com
d9adc4f823 Bug 288663: The inclusion and exclusion lists behave incorrectly when a product or a component is called "Any" - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk a=myk 2005-05-05 19:20:45 +00:00
lpsolit%gmail.com
597cbe04b6 Bug 286357: user preference settings only works if all users sets non-default values for all settings - Patch by Albert Ting <altlst@sonic.net> r=mkanat a=justdave 2005-05-03 20:42:48 +00:00
lpsolit%gmail.com
c42377d9b9 Bug 279303: Negative numbers are rejected as invalid sortkeys for milestones - Patch by Peter D. Stout <pds@edgedynamics.com> r=LpSolit a=justdave 2005-05-03 19:41:23 +00:00
lpsolit%gmail.com
abd58faf9c Bug 248386: Add support for Alias to post_bug.cgi - Patch by Albert Ting <altlst@sonic.net> r=LpSolit a=justdave 2005-05-03 18:44:54 +00:00
ian%hixie.ch
0db25f5b1d Better Unload handling for modules that need it. Introduce a way for modules to monitor pipes continuously (e.g. to watch the serial port or a socket). Better handling for when messages are repeated a lot in a row. Update documentation and modules to match. 2005-05-03 18:38:43 +00:00
lpsolit%gmail.com
ca5addac97 Bug 287136: Missing validations in editproducts.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=justdave 2005-05-03 18:32:58 +00:00
lpsolit%gmail.com
9590682009 Bug 7233: Editversions.cgi has a potential race resulting in duplicate versions - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-05-03 18:23:38 +00:00
mkanat%kerio.com
99d0bb95b2 Bug 289139: Bugzilla::DB::Schema::Pg needs to re-create indexes when it has to drop them for a rename/alter
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-05-03 08:35:29 +00:00
mkanat%kerio.com
252d2c0c95 Bug 289043: Implicit joins should be replaced by explicit joins - installment C
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave
2005-05-02 18:52:02 +00:00
lpsolit%gmail.com
36a922fbc9 Bug 274724: The 'Edit Attachment' link is now available even if a user does not have 'editbugs' privs - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk a=myk 2005-04-28 02:14:26 +00:00
mkanat%kerio.com
b3a290df01 Bug 289012: Can't use an undefined value as a HASH reference at userprefs.cgi line 142.
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-04-27 16:00:25 +00:00
mkanat%kerio.com
0228481abe Bug 286695: bugs.resolution needs a default value
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-04-27 11:08:58 +00:00
jake%bugzilla.org
9c34608454 Bug 274906 - Bugzilla no longer displays an [edit] link inline for attachments. Instead, the edit page is linked to directly where a "view" link is available to get the raw data if required.
r=wurblzap, a=justdave
2005-04-26 16:38:35 +00:00
mkanat%kerio.com
ff9d01f881 Bug 287986: Bugzilla::DB::Mysql needs a way to read in a Schema object from the disk
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-23 02:11:51 +00:00
mkanat%kerio.com
075bcb8c58 Bug 285722: Updates From 2.18- to 2.20+ will not work
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-23 02:09:23 +00:00
mkanat%kerio.com
e60125d457 Bug 290277: Index renaming may fail if misnamed PRIMARY indexes exist
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=justdave
2005-04-23 02:07:46 +00:00
timeless%mozdev.org
a51c425a0b Bug 291420 build.dat can't be read because |tell| returns 0
patch by ajschult@verizon.net r=chase
2005-04-22 14:21:39 +00:00
myk%mozilla.org
7b6ab0d069 Fix for bug 291391: allows users to rerequest set flags even if they don't have the privilege to set them; r=lpsolit; a=myk 2005-04-22 02:17:14 +00:00
mkanat%kerio.com
4a7b69445b Bug 284599: Use of REGEXP search is not consistent wrt case sensitivity
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-04-19 23:44:03 +00:00
lpsolit%gmail.com
6becb0d488 Bug 290513: Move CheckIfVotedConfirmed() out of CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2005-04-19 23:43:00 +00:00
myk%mozilla.org
ca0f7454de Fix for bug 238800: speeds up editflagtypes.cgi list of flags to tolerable level by adding index on flags.type_id; r=justdave; a=justdave 2005-04-19 21:43:37 +00:00
lpsolit%gmail.com
23a19abaa2 Bug 288603: Allow users in the request group to remove pending requests made by others - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk a=justdave 2005-04-19 18:11:41 +00:00
lpsolit%gmail.com
5c5339c863 Bug 272623: FindWrapPoint is misplaced in process_bug.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2005-04-19 17:55:10 +00:00
lpsolit%gmail.com
c076b865be Bug 290372: Missing locked tables in editusers.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=myk 2005-04-19 17:36:25 +00:00
mkanat%kerio.com
30e1227dfa Bug 290407: Fix up bz_alter_column and break out a bz_alter_column_raw
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-17 07:29:08 +00:00
mkanat%kerio.com
9bce224e74 Bug 290411: Cross-DB bz_drop_table
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-17 07:27:07 +00:00
mkanat%kerio.com
f881f1ac83 Bug 290403: Slight cleanup of Bugzilla::DB index code
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-17 07:24:13 +00:00
mkanat%kerio.com
ad70ac135e Bug 290402: Functions to support reading-in a Schema object from the database
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-17 07:22:42 +00:00
lpsolit%gmail.com
63d0fb5a50 Bug 290579: Remove unused function PasswordForLogin() from CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=justdave 2005-04-16 17:33:29 +00:00
lpsolit%gmail.com
1823d8db70 Bug 290511: Move RemoveVotes() out of globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-04-16 17:17:06 +00:00
lpsolit%gmail.com
c40c480116 Bug 290570: Bugzilla::Auth::WWW:Env uses bitwise OR - Patch by Simon Wilkinson <simon@sxw.org.uk> r=kiko a=justdave 2005-04-16 17:08:32 +00:00
lpsolit%gmail.com
19d162e87a Bug 285153: editusers.cgi cleanliness re-do - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave 2005-04-16 16:55:32 +00:00
mkanat%kerio.com
c9f941cf6b Bug 286360: ANSI SQL does not allow aliases to be used in HAVING clause
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=myk, r=joel, a=myk
2005-04-16 00:37:23 +00:00
mkanat%kerio.com
9454bf5870 Bug 288539: minimum DBD::mysql version requirement may need to be increased beyond 2.1028
Patch By Albert Ting <altlst@sonic.net> r=mkanat, a=justdave
2005-04-15 23:45:58 +00:00
mkanat%kerio.com
686a1e83d4 Bug 290414: bz_index_info is slightly broken and has unclear API
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-15 05:46:04 +00:00
mkanat%kerio.com
792d40b092 Bug 290405: bz_add_column needs a way to specify an initial value
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-15 02:31:35 +00:00
mkanat%kerio.com
6c47296a3c Bug 78276: change name of "when" index on bugs_activity.bug_when column
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=myk
2005-04-14 22:49:25 +00:00
mkanat%kerio.com
10a2d98966 Bug 289999: $bad_names hash in index-renaming code throws an "odd number of elements" warning
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk
2005-04-14 22:42:22 +00:00
mkanat%kerio.com
9e77c8f19a Bug 290089: Move timestamp updates to happen before any other Schema updates
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-14 22:20:54 +00:00
lpsolit%gmail.com
4f4042edd3 Bug 290095: Do not display flag types in show_bug.cgi whose inclusion list is empty - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel, a=justdave 2005-04-14 17:07:17 +00:00
mkanat%kerio.com
819659606a Back out bug bug 290089, which causes checksetup to fail on a newly-created DB. 2005-04-14 08:35:45 +00:00
mkanat%kerio.com
db0685311c Bug 290089: Move timestamp updates to happen before any other Schema updates
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-14 07:11:27 +00:00
mkanat%kerio.com
7511992eca Bug 289453: components.initialowner is different in Bugzilla::DB::Schema than it was in the old checksetup
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-14 06:58:24 +00:00
bugreport%peshkin.net
0c1c0d429f Bug 290000: lock email settings table before adding new user
Patch by bugreport@peshkin.net
r=glob,a=justdave
2005-04-12 23:28:47 +00:00
lpsolit%gmail.com
822394f881 Bug 289742: No value for param user_verify_class at Bugzilla/Config.pm line 162 - Patch by byron jones (glob) <bugzilla@glob.com.au> r=gerv, a=justdave 2005-04-12 21:40:56 +00:00
jake%bugzilla.org
13fa23bc12 Bug 289594 - Part 2 - The "exclude" table also needs alternating colors. Also changing the default color back to F7F7F7.
r=mkanat
2005-04-12 20:43:32 +00:00
lpsolit%gmail.com
2025124fde Bug 289729: fix several "uninitialized value" messages - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-04-12 20:21:45 +00:00
lpsolit%gmail.com
ec84b33d3b Bug 289618: reference globals.pl's quoteUrls function for changing bug term - Patch by Peter Kay <peterkayatwork@yahoo.com> r=wurblzap a=justdave 2005-04-12 18:19:57 +00:00