Commit Graph

4517 Commits

Author SHA1 Message Date
lpsolit%gmail.com
2b4e6821e3 Bug 351182: Odd number of elements in anonymous hash in editusers.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-09-03 20:32:22 +00:00
mkanat%bugzilla.org
d3ed2e8b72 Bug 347096: Create Bugzilla->localconfig and replace most read_localconfig calls with it
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-09-03 19:18:53 +00:00
mkanat%bugzilla.org
b3c2a996ef Bug 341091: checksetup breaks if there are duplicate versions for a product
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-09-03 19:15:58 +00:00
mkanat%bugzilla.org
0b9440930a Bug 350649: Improve the rendering of POD from Bugzilla::DB
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-08-30 20:36:24 +00:00
lpsolit%gmail.com
febbb1f005 Bug 349368: Allow custom fields to be edited from editfields.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-08-26 17:40:20 +00:00
mkanat%bugzilla.org
bfe7aed793 Bug 350249: We don't need an index on bugs.short_desc
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-08-25 23:55:18 +00:00
mkanat%bugzilla.org
33911a1604 Bug 350244: profiles.disabledtext has its definition changed every time checksetup runs
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-08-25 23:22:29 +00:00
mkanat%bugzilla.org
85f0294bed Bug 350237: checksetup does not properly add a short_desc index to old installations
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-08-25 23:20:34 +00:00
mkanat%bugzilla.org
02353cf614 Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user for Bugzilla::User
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-25 22:59:55 +00:00
mkanat%bugzilla.org
a488fd3800 Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user for Bugzilla::User
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-25 22:10:39 +00:00
mkanat%bugzilla.org
fd10696d67 Bug 347864: Generally improve fulltext search
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=myk
2006-08-25 22:03:35 +00:00
mkanat%bugzilla.org
0e8bdb984f Bug 287170: Need to be able to do fulltext searches on bugs.short_desc even with most tables using InnoDB
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=myk
2006-08-25 21:53:12 +00:00
lpsolit%gmail.com
355cec180a Bug 350181: Check whether the requestee is allowed to set a flag - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> a=myk 2006-08-25 20:19:44 +00:00
lpsolit%gmail.com
abddff6919 Bug 350120: undefined value when creating a new user account - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-08-25 20:14:58 +00:00
lpsolit%gmail.com
68890b4430 Bug 338965: Add me to cc list feature is confusing - Patch by Joost de Valk <bugzilla@joostdevalk.nl> r=mkanat a=myk 2006-08-25 08:41:26 +00:00
lpsolit%gmail.com
71a25ed659 Bug 276816: attachment edit page should have <link rel="up"> to the bug - Patch by victory(_RSZ_) <bmo@rsz.jp> r=wurblzap a=justdave 2006-08-25 08:38:06 +00:00
lpsolit%gmail.com
3d7ff0c6a1 Bug 349766: Use of uninitialized value in pattern match (m//) at editusers.cgi line 270 - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=kevin.benton a=myk 2006-08-25 08:33:19 +00:00
lpsolit%gmail.com
29f8d4e844 Bug 345958: Do not throw an error if an inactive flag type is set to "X" while editing a bug - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> a=myk 2006-08-24 21:41:20 +00:00
lpsolit%gmail.com
7f13394dda Bug 350083: Bugzilla::Bug::AUTOLOAD tries to find Bugzilla::Bug::confess() when a bug method doesn't exist - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=Colin a=myk 2006-08-24 21:31:03 +00:00
lpsolit%gmail.com
94ec020ab5 Bug 170019: Sanity check for flags in right product - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-08-24 21:27:20 +00:00
lpsolit%gmail.com
5124facbef Bug 274802: Save flags having the same name on product change - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> a=myk 2006-08-24 21:20:09 +00:00
lpsolit%gmail.com
89322c8eb6 Bug 343809: Merge FlagType::validate() with Flag::validate() - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> a=myk 2006-08-24 15:56:39 +00:00
mkanat%bugzilla.org
d747418858 Bug 349555: Move dependency validation from post_bug into Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave
2006-08-22 22:52:10 +00:00
mkanat%bugzilla.org
4297b5fd16 Bug 349561: Move the strict_isolation check from post_bug into Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave
2006-08-22 22:42:25 +00:00
mkanat%bugzilla.org
a2d778c073 Bug 349558: Move validations of global enum fields from post_bug into Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave
2006-08-22 22:30:27 +00:00
lpsolit%gmail.com
33d265704e Bug 300436: In votes.cgi, the bug description should not link to voters - Patch by Paul <pdemarco@zoominternet.net> r=LpSolit a=myk 2006-08-22 16:11:28 +00:00
lpsolit%gmail.com
2613991799 Bug 349367: Display a message when a custom field has been successfully created - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-08-21 21:42:55 +00:00
lpsolit%gmail.com
7bdeefa6f7 Bug 349363: DB::bz_add_column() shouldn't print anything when called from editfields.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-08-21 21:39:53 +00:00
lpsolit%gmail.com
293b28b832 Bug 349361: Implement a Welcome page for admins on a fresh installation - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=myk 2006-08-21 21:27:42 +00:00
lpsolit%gmail.com
8d9f450317 Bug 314501: Use <label>'s on the login form - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=myk 2006-08-21 21:19:09 +00:00
lpsolit%gmail.com
45e0af45c0 Bug 344435: Let me remove bugs from saved buglists - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=bkor a=myk 2006-08-21 20:52:31 +00:00
olav%bkor.dhs.org
68893e797a Bug 349554: User preference to add/remove individual bugs to saved searches should default to off - Patch by Olav Vitters <olav@bkor.dhs.org> r=wurblzap a=myk 2006-08-21 20:08:39 +00:00
lpsolit%gmail.com
3f00d8e147 Bug 337118: OS becomes Other when use windows98 - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=timeless a=myk 2006-08-21 19:24:13 +00:00
lpsolit%gmail.com
6c3310ec69 Bug 275613: pressing [enter] in a textarea in editflagtypes.cgi results in an addition to the inclusion list instead of saving changes - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=timeless a=myk 2006-08-21 19:15:11 +00:00
olav%bkor.dhs.org
1b1668016f Bug 349026: Find a Specific Bug for Closed bugs returns NO ROWS with perl-CGI 3.18 - 3.20
Patch By Olav Vitters <olav@bkor.dhs.org> r=LpSolit, a=myk
2006-08-21 19:08:29 +00:00
mkanat%bugzilla.org
06ccf47932 Bug 348542: Move keyword validation out of post_bug.cgi and into Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
2006-08-21 18:53:16 +00:00
mkanat%bugzilla.org
5758e7327e Bug 348539: Move CC validation out of post_bug.cgi and into Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
2006-08-21 18:49:56 +00:00
mkanat%bugzilla.org
f47fbc7839 Bug 348537: Move bug status validation out of post_bug and into Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
2006-08-21 18:48:41 +00:00
mkanat%bugzilla.org
026a8782d2 Bug 344961: Display custom fields on show_bug.cgi before the time table
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-21 18:47:32 +00:00
mkanat%bugzilla.org
5cc2c3af2d Bug 348477: Move simple validations from post_bug.cgi to Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
2006-08-19 23:21:44 +00:00
mkanat%bugzilla.org
50b87cb582 Bug 339386: Make Bugzilla::Bug use Bugzilla::Object
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-19 23:18:29 +00:00
lpsolit%gmail.com
1b33a7d336 Bug 344875: Implement a UI to manage custom fields and remove customfield.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-08-19 23:02:56 +00:00
lpsolit%gmail.com
3ded6a1544 Bug 346241: Make series.creator nullable in the DB and use NULL for series with creator 0 - Patch by R�mi Zara <remi_zara@mac.com> r=wicked a=myk 2006-08-19 20:56:51 +00:00
lpsolit%gmail.com
d45d8bd8bd Bug 87795: Creating an account should send token and wait for confirmation (prevent user account abuse) - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat r=bkor a=myk 2006-08-19 18:12:00 +00:00
mozilla%colinogilvie.co.uk
7dc7da3c22 Bustage fix from Bug 224577 2006-08-19 17:41:47 +00:00
lpsolit%gmail.com
c15442e004 Fixing bustage (unfiltered directive in code-error.html.tmpl) 2006-08-19 17:38:37 +00:00
wurblzap%gmail.com
971d84889b Bug 224577: Bugzilla could use a web services interface.
Patch by Marc Schumann <wurblzap@gmail.com>;
r=mkanat; a=myk
2006-08-19 17:20:25 +00:00
lpsolit%gmail.com
dc96f9e9b7 Bug 349198: 001compile.t must not compile mod_perl.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-08-18 18:29:41 +00:00
lpsolit%gmail.com
9ea0e39492 Bug 252856: HTML charts don't validate - Patch by victory(_RSZ_) <bmo@rsz.jp> r=gerv a=myk 2006-08-18 17:43:41 +00:00
lpsolit%gmail.com
234f19aa5e Bug 343050: process_bug.cgi tries to send emails to too many bugs - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-08-18 17:32:11 +00:00