aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Bug 369080: Add the possibility to split emails with the semicolon character ↵lpsolit%gmail.com2009-12-061-1/+1
| | | | - Patch by Krzysztof Drewniak <krzysdrewniak@gmail.com> r/a=LpSolit
* Bug 532911: Remove use of Bugzilla::User from Bugzilla::Install::DB (modules ↵mkanat%bugzilla.org2009-12-041-7/+7
| | | | | | may not be used like that during Install::DB) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 531500: Allow the mailer_before_send hook to modify the arguments passed ↵mkanat%bugzilla.org2009-12-042-1/+5
| | | | | | to Email::Send Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 526162: Make the "private" argument to Bug.add_comment into ↵mkanat%bugzilla.org2009-12-041-4/+12
| | | | | | "is_private", for consistency. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 452919: Allow the "created an attachment" message in comments to be ↵mkanat%bugzilla.org2009-12-047-50/+205
| | | | | | localized Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 531107: [Windows] Starting an extension resulted in "deep recursion on ↵mkanat%bugzilla.org2009-12-011-0/+9
| | | | | | subroutine" because File::Spec::Win32 was doing a "require" in case_tolerant, which recursed into Bugzilla::Extension::my_inc in an infinite loop. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) r=mockodin, a=mkanat
* Add a note about where templates go to the SYNOPSIS of the POD in ↵mkanat%bugzilla.org2009-12-011-0/+4
| | | | Bugzilla::Extension.
* Bug 531988: Add information about templates to Bugzilla::Extension's POD and ↵mkanat%bugzilla.org2009-11-301-10/+193
| | | | | | port over Bugzilla:Writing_Extensions Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 523411: Hook: product-end_of_createmkanat%bugzilla.org2009-11-302-0/+18
| | | | Patch by Dave Lawrence <dkl@redhat.com> r=mkanat, a=mkanat
* Bug 208347: The version of Chart::Base below 2.1 cannot be determined ↵lpsolit%gmail.com2009-11-261-1/+2
| | | | accurately - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 329638: https login page switches to http on submit if ssl_redirect = ↵lpsolit%gmail.com2009-11-251-1/+10
| | | | false - 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.org2009-11-252-25/+168
| | | | | | (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 extensionsmkanat%bugzilla.org2009-11-253-7/+93
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org2009-11-251-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/hookmkanat%bugzilla.org2009-11-253-56/+41
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 530746: Create a script that converts extensions from the old format to ↵mkanat%bugzilla.org2009-11-251-2/+2
| | | | | | the new format Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 430013: Make extensions load their modules like ↵mkanat%bugzilla.org2009-11-242-12/+96
| | | | | | Bugzilla::Extension::Foo::Bar, where Bar.pm is in extensions/Foo/lib/. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Fix test failures caused by check-in of bug 430014.mkanat%bugzilla.org2009-11-241-8/+7
|
* Post-checkin fix for bug 430012: Make checksetup not throw a warning when ↵mkanat%bugzilla.org2009-11-241-15/+18
| | | | there are no extension templates that got compiled.
* Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org2009-11-2417-227/+563
| | | | | | of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 430012: Make checksetup.pl precompile extension templatesmkanat%bugzilla.org2009-11-241-53/+45
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 524368: Increase the value of USER_PASSWORD_MIN_LENGTH - Patch by ↵lpsolit%gmail.com2009-11-241-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 451716: Deleting a product does not remove its entries from the 'Series' ↵lpsolit%gmail.com2009-11-231-3/+26
| | | | table - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Fix checkin of bug 528062--it was missing ::process in the hook call.mkanat%bugzilla.org2009-11-231-3/+3
|
* Bug 516404: Compile template hook code only once per request, and cache the ↵mkanat%bugzilla.org2009-11-231-14/+29
| | | | | | compile templates so that they aren't looked up on disk every time the hook is called 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.org2009-11-232-90/+106
| | | | | | 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 523999: New Hook: template-before_createmkanat%bugzilla.org2009-11-232-2/+26
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 528062: Hook: Object-end_of_updatemkanat%bugzilla.org2009-11-232-0/+30
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 521413: Hook: object-end_of_set_allmkanat%bugzilla.org2009-11-232-0/+24
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 530270: Whining fails if mail queueing is enabled - Patch by ↵lpsolit%gmail.com2009-11-221-1/+3
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bump version number post-release.mkanat%bugzilla.org2009-11-191-1/+1
|
* Bump the version number for 3.5.2.mkanat%bugzilla.org2009-11-191-1/+1
|
* Bug 529416: (CVE-2009-3386) [SECURITY] Dependency lists display bug aliases ↵mkanat%bugzilla.org2009-11-191-4/+3
| | | | | | even for bugs the user cannot access Patch by Dave Miller <justdave@bugzilla.org> r=LpSolit, r=mkanat, a=mkanat
* Bug 360626 - "ThrowTemplateError() used in Util.pm" [p=reed r=LpSolit a=LpSolit]reed%reedloden.com2009-11-181-2/+4
|
* Bug 525426: Hook: object-before_setmkanat%bugzilla.org2009-11-182-0/+30
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 524034: New hook: bug-end_of_create_validatorsmkanat%bugzilla.org2009-11-182-0/+18
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 524007: New Hook: object-end_of_create_validatorsmkanat%bugzilla.org2009-11-182-0/+28
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 521373: Hook: object-before_createmkanat%bugzilla.org2009-11-182-0/+26
|
* Bug 529223: The JSON-RPC interface was not working at all with JSON-RPC 1.0, ↵mkanat%bugzilla.org2009-11-181-0/+6
| | | | | | because it was mis-handling input parameters. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 527489: Calls to bz_alter_column were dropping the REFERENCES item from ↵mkanat%bugzilla.org2009-11-181-0/+7
| | | | | | the stored Schema object. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
* Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org2009-11-182-3/+40
| | | | Patch by Jacques Supcik <jacques@supcik.org> r=mkanat, a=mkanat
* Fix for Bug 527505: Make t/001compile.t work even after ↵mkanat%bugzilla.org2009-11-181-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 526189: Silently ignore any attempts to add an inactive group to a bug, ↵mkanat%bugzilla.org2009-11-181-0/+2
| | | | | | which fixes the fact that mandatory groups were being added to bugs when changing products, even if they were inactive (not used for bugs). Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Fix POD of Bugzilla::Migrate to be consistent with reality (it was slightlymkanat%bugzilla.org2009-11-171-17/+17
| | | | | | out-of-sync with the code when I first checked it in, because some things ended up working differently than they originally did as I developed, but the POD didn't get updated at the end).
* Bug 528872 - "Attachments in attachments table should have CSS classes to ↵reed%reedloden.com2009-11-161-2/+2
| | | | help with styling" [p=reed r=LpSolit a=LpSolit]
* Bug 526165: Make it impossible to set creation_ts via Bugzilla::Bug->createmkanat%bugzilla.org2009-11-103-11/+9
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 527505: Make 001compile.t use Bugzilla->feature to determine which ↵mkanat%bugzilla.org2009-11-103-7/+6
| | | | | | modules to compile Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com2009-11-101-10/+5
| | | | $user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
* Bug 505038: Use $user->is_insider instead of ↵lpsolit%gmail.com2009-11-101-2/+1
| | | | $user->in_group(Bugzilla->params->{'insidergroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-107-172/+282
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit