Граф коммитов

4513 Коммитов

Автор SHA1 Сообщение Дата
lpsolit%gmail.com 5435127bfd 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 0702bbe448 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 180b4731a5 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 d1178dabfe 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 6191706094 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 ab3b44ad99 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 301a7ca6a8 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 38d9e1fff0 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 b9b4a5491b 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 e4d231e2ae 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 5291b7a655 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 48ddeffb76 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 c06d92b942 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 f2ef8f158d 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 799b01863d 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 e10d2df004 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 f6aafe12be 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 5b99b331a5 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 57429d1e05 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 8d230862d5 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 dd92b36846 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 089c0b9eae 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 b43934e19c 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 8695be2520 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 9589d9bb47 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 2f0751422d 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 d6affb124d 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 b2e9b8cf60 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 0bc8109af0 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 c5d83af2d7 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 27d2a6fe12 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 e73dfe9b03 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 90241da55a 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 8ee521c7ec 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 5e7a635c74 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 783b06f2b4 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 801ee1f9e9 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 9710d19f24 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 8779d85bfa 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 8bb9a2480c 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 b4b542905f Bustage fix from Bug 224577 2006-08-19 17:41:47 +00:00
lpsolit%gmail.com 74a5882197 Fixing bustage (unfiltered directive in code-error.html.tmpl) 2006-08-19 17:38:37 +00:00
wurblzap%gmail.com 2c3aae1024 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 2b1e7e146c 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 3fc96ceaeb 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 823a2e751f 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
mkanat%bugzilla.org 8e75f3ea75 Bug 345376: Startup Script for mod_perl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=myk
2006-08-17 20:39:58 +00:00
vladd%bugzilla.org 1652c3fbb5 Bug 348871: modify show_bug in order to pass HTML validation - Patch by victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk 2006-08-17 20:24:04 +00:00
vladd%bugzilla.org 1a8a82f2d5 Bug 343418: Update the votes page in order to include the reason for crossed out bugs; patch by Paul <pdemarco@zoominternet.net>, r=LpSolit, a=myk. 2006-08-17 20:17:01 +00:00
mkanat%bugzilla.org 503e374c16 Bug 341933: Make bug object creation much lighter
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-08-16 21:23:15 +00:00