| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bug 162060: Remove the relationship between "votestoconfirm" and whether or ↵ | mkanat%bugzilla.org | 2009-12-17 | 1 | -0/+12 |
| | | | | | | | not the UNCONFIRMED status is available, by adding a checkbox to enable the UNCONFIRMED status in editproducts.cgi. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
| * | After the checkin of bug 524603, checksetup.pl printed "No such file or ↵ | mkanat%bugzilla.org | 2009-12-15 | 1 | -3/+3 |
| | | | | | directory at Bugzilla/Install/Filesystem.pm line 465" the first time the new code was run. This fixes the warning. | ||||
| * | Bug 524603: Allow a non-root jobqueue.pl to write to data/mailer.testfile ↵ | mkanat%bugzilla.org | 2009-12-14 | 1 | -1/+25 |
| | | | | | | | (for the "Test" mail_delivery_method) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
| * | Fix a compile error in Bugzilla::Install::DB from the last checkin. | mkanat%bugzilla.org | 2009-12-13 | 1 | -1/+1 |
| | | |||||
| * | Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to ↵ | mkanat%bugzilla.org | 2009-12-13 | 1 | -4/+6 |
| | | | | | | | the fields.html page Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
| * | Bug 526734: Allow localization of the "From update of attachment" string in ↵ | mkanat%bugzilla.org | 2009-12-13 | 1 | -22/+46 |
| | | | | | | | comments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
| * | Bug 532911: Remove use of Bugzilla::User from Bugzilla::Install::DB (modules ↵ | mkanat%bugzilla.org | 2009-12-04 | 1 | -7/+7 |
| | | | | | | | may not be used like that during Install::DB) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
| * | Bug 452919: Allow the "created an attachment" message in comments to be ↵ | mkanat%bugzilla.org | 2009-12-04 | 1 | -8/+75 |
| | | | | | | | localized Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
| * | Bug 208347: The version of Chart::Base below 2.1 cannot be determined ↵ | lpsolit%gmail.com | 2009-11-26 | 1 | -1/+2 |
| | | | | | accurately - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
| * | Bug 530994: Allow extensions to specify where their template directory is ↵ | mkanat%bugzilla.org | 2009-11-25 | 1 | -2/+67 |
| | | | | | | | (which allows CPAN-distributed extensions to have templates) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
| * | Bug 530767: Allow for CPAN distribution of extensions | mkanat%bugzilla.org | 2009-11-25 | 2 | -4/+31 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
| * | Bug 530252: Create a script that sets up the framework of an extension | mkanat%bugzilla.org | 2009-11-25 | 1 | -0/+1 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
| * | Bug 530960: Put hooks into template/default/hook instead of template/hook | mkanat%bugzilla.org | 2009-11-25 | 1 | -19/+20 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
| * | Bug 430014: Re-write the code hooks system so that it uses modules instead ↵ | mkanat%bugzilla.org | 2009-11-24 | 3 | -47/+125 |
| | | | | | | | of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
| * | Bug 430010: Re-work the template hooks system so that template hooks always ↵ | mkanat%bugzilla.org | 2009-11-23 | 1 | -32/+47 |
| | | | | | | | live in template/<lang>/hook/, both for extensions and for the base Bugzilla template/ directory. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
| * | Bug 421265: Let the user easily override the language used to display HTML pages | mkanat%bugzilla.org | 2009-11-18 | 1 | -3/+32 |
| | | | | | Patch by Jacques Supcik <jacques@supcik.org> r=mkanat, a=mkanat | ||||
| * | Fix for Bug 527505: Make t/001compile.t work even after ↵ | mkanat%bugzilla.org | 2009-11-18 | 1 | -3/+67 |
| | | | | | | | Bugzilla::Install::CPAN messes with @INC, and make Bugzilla->feature work during mod_perl.pl. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | ||||
| * | Bug 513593: Make the WebService taint incoming parameters | mkanat%bugzilla.org | 2009-11-09 | 1 | -0/+6 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | ||||
| * | Bug 525025: Custom field names having UTF8-characters in them crash Bugzilla ↵ | lpsolit%gmail.com | 2009-11-01 | 1 | -0/+16 |
| | | | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
| * | Bug 519584: Implement a framework for migrating from other bug-trackers, and ↵ | mkanat%bugzilla.org | 2009-10-24 | 2 | -1/+4 |
| | | | | | | | start with a GNATS importer. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
| * | Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵ | mkanat%bugzilla.org | 2009-10-24 | 1 | -2/+2 |
| | | | | | | | checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
| * | Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric ↵ | lpsolit%gmail.com | 2009-10-18 | 1 | -1/+13 |
| | | | | | Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
| * | Bug 519676: Allow users to set blank/false values for things in ↵ | mkanat%bugzilla.org | 2009-09-30 | 1 | -1/+6 |
| | | | | | | | checksetup.pl's "answers" file. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
| * | Bug 519032: Remove the unused "last_viewed" column from the "series" DB ↵ | lpsolit%gmail.com | 2009-09-28 | 1 | -0/+3 |
| | | | | | table - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
| * | Bug 517761: Checksetup creates and deletes ./data/duplicates/ directory ↵ | lpsolit%gmail.com | 2009-09-22 | 1 | -1/+0 |
| | | | | | every time - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
| * | Bug 517632: Make checksetup.pl die when it fails to create a directory | mkanat%bugzilla.org | 2009-09-22 | 1 | -2/+2 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
| * | Bug 516712: Allow checksetup.pl to upgrade installations from before 3.4 ↵ | mkanat%bugzilla.org | 2009-09-21 | 1 | -2/+12 |
| | | | | | | | where profiles.extern_id contains multiple empty string values. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | ||||
| * | Bug 515991: Blacklist CGI 3.46 and 3.47 because CGI::Carp breaks Template ↵ | mkanat%bugzilla.org | 2009-09-11 | 1 | -1/+3 |
| | | | | | | | Toolkit in those versions. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
| * | Bug 176002: Move duplicate statistics into the db | mkanat%bugzilla.org | 2009-09-06 | 2 | -2/+9 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
| * | Bug 486306: Truncated XML-RPC response (incorrect content-length header) | mkanat%bugzilla.org | 2009-09-04 | 1 | -3/+3 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
| * | Bug 511337: Make checksetup.pl properly throw a warning when it can't ↵ | mkanat%bugzilla.org | 2009-08-19 | 1 | -3/+6 |
| | | | | | | | chmod/chown a file Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
| * | Bug 507969: Speed up checksetup for cases when it's doing nothing | mkanat%bugzilla.org | 2009-08-18 | 1 | -9/+10 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | ||||
| * | Bug 509497: Implement sql_group_concat for all databases | mkanat%bugzilla.org | 2009-08-17 | 1 | -46/+16 |
| | | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat Patch by Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
| * | Bug 257933: File::Spec version check does not work against 0.90 - Patch by ↵ | lpsolit%gmail.com | 2009-08-13 | 1 | -5/+0 |
| | | | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
| * | Bug 480986: The BMP -> PNG conversion tool for new attachments should be an ↵ | lpsolit%gmail.com | 2009-08-13 | 1 | -6/+0 |
| | | | | | extension - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
| * | Bug 507493: checksetup.pl's output should use colors for missing and too old ↵ | lpsolit%gmail.com | 2009-08-12 | 2 | -5/+20 |
| | | | | | Perl modules - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
| * | Bug 430011: Disabled extensions are still included in template include path | mkanat%bugzilla.org | 2009-08-11 | 1 | -0/+1 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
| * | Bug 509054: Internationalize feature descriptions in checksetup.pl | mkanat%bugzilla.org | 2009-08-07 | 1 | -23/+33 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
| * | Bug 508032: Speed up initializing of email_setting values | mkanat%bugzilla.org | 2009-08-03 | 1 | -11/+3 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
| * | Bug 405970: Make checksetup.pl not rederive regex groups every time it runs ↵ | mkanat%bugzilla.org | 2009-08-03 | 1 | -1/+50 |
| | | | | | | | (this was significantly slowing down checksetup.pl on large installations when there was nothing to do) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
| * | Bug 457524: Reports don't calculate totals correctly if one of the axes ↵ | lpsolit%gmail.com | 2009-07-24 | 1 | -1/+3 |
| | | | | | | | | | | | contain utf-8 data and Bug 469794: On windows, export bug list to CSV breaks because of extra line breaks Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
| * | Bug 503290: Email::Send 2.196 has a bug in the SMTP module - Patch by ↵ | lpsolit%gmail.com | 2009-07-17 | 1 | -1/+2 |
| | | | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
| * | Bug 495783: Create the default Classification before setting up foreign ↵ | mkanat%bugzilla.org | 2009-06-02 | 1 | -0/+8 |
| | | | | | | | keys, so that the products.classification_id -> classifications.id FK doesn't fail during upgrades that add the classification_id column. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | ||||
| * | Bug 493090 - Product disallownew should be converted to isactive | ghendricks%novell.com | 2009-05-20 | 1 | -4/+25 |
| | | | | | patch by ghendricks r=mkanat a=mkanat | ||||
| * | Bug 486206: Quoted-printable bugmail had a =0D at the end of every line, ↵ | mkanat%bugzilla.org | 2009-04-17 | 1 | -0/+6 |
| | | | | | | | because of a bug in Email::MIME::Encodings Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
| * | Bug 302420: Allow whining messages to be sent even without any results - ↵ | wicked%sci.fi | 2009-04-06 | 1 | -0/+4 |
| | | | | | Patch by Micheal J. Tosh <michael.j.tosh@lmco.com> r=wicked a=mkanat | ||||
| * | Bug 123165 â Permissions setup option for bugzilla_user==webserver_user ↵ | wurblzap%gmail.com | 2009-04-03 | 2 | -8/+26 |
| | | | | | | | (suexec). Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat | ||||
| * | Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by ↵ | lpsolit%gmail.com | 2009-03-31 | 1 | -12/+13 |
| | | | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
| * | Bug 432907: Create a JSON frontend for WebServices | mkanat%bugzilla.org | 2009-03-31 | 1 | -0/+6 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | ||||
| * | Bug 423613: Make profiles.extern_id actually UNIQUE in the DB schema. | mkanat%bugzilla.org | 2009-03-30 | 1 | -0/+4 |
| | | | | | Patch by arbingersys@gmail.com r=mkanat, a=mkanat | ||||
