Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-25 | Bug 1441732 - Improve missing module error in Bugzilla::Extensions and catch ↵ | Dylan William Hardison | 1 | -1/+5 | |
more compile errors in tests | |||||
2017-12-23 | no bug - support Devel::NYTProf | Dylan William Hardison | 1 | -1/+1 | |
2017-12-02 | Bug 1417980 - Fix non-HTTPS links and outdated links where possible | Kohei Yoshino | 1 | -4/+4 | |
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 1 | -39/+39 | |
2017-07-07 | Bug 1376023 - Undo accidental reversion of bug 1352907 | Dylan William Hardison | 1 | -110/+57 | |
This reverts commit 38b13ae3f1885faa0da1d0040a0dda87dc786515. * change __lbheartbeat__ to "httpd OK" again | |||||
2017-05-17 | use non-whimsical string for lbheartbeat | Dylan William Hardison | 1 | -57/+110 | |
2017-05-11 | Bug 1352907 - Simplify extension system for performance | Dylan William Hardison | 1 | -110/+57 | |
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -19/+8 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 1 | -8/+19 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -19/+8 | |
local symlink to data/ directory | |||||
2011-03-22 | Bug 643904 - Bugzilla::Extension should export a web_dir attribute to get ↵ | David Lawrence | 1 | -1/+11 | |
full path to the extension's web directory r/a=mkanat | |||||
2011-01-05 | Document how to add user settings. r,a=mkanat. | Gervase Markham | 1 | -1/+2 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=616427 | |||||
2010-06-25 | Bug 457373: Refactor the permissions system in Bugzilla::Install::Filesystem | Max Kanat-Alexander | 1 | -0/+11 | |
to use constants instead of local variables. Also, change the permissions so that they are stricter in general, and work better under suexec. This also fixes the problem that dependency graphs didn't work under suexec, and adds a "web" directory by default to Extensions created with extension/create.pl. r=mkanat, a=mkanat (module owner) | |||||
2010-03-08 | Fix some typos and formatting in the Bugzilla::Extension POD. | Max Kanat-Alexander | 1 | -6/+6 | |
2010-02-20 | Bug 531577: Fix the paths that single-file extensions (like extensions/Foo.pm) | Max Kanat-Alexander | 1 | -1/+16 | |
look for their tempaltes and libraries in. r=mkanat, a=mkanat (module owner) | |||||
2009-12-01 | Bug 531107: [Windows] Starting an extension resulted in "deep recursion on ↵ | mkanat%bugzilla.org | 1 | -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 | |||||
2009-12-01 | Add a note about where templates go to the SYNOPSIS of the POD in ↵ | mkanat%bugzilla.org | 1 | -0/+4 | |
Bugzilla::Extension. | |||||
2009-12-01 | Bug 531988: Add information about templates to Bugzilla::Extension's POD and ↵ | mkanat%bugzilla.org | 1 | -10/+193 | |
port over Bugzilla:Writing_Extensions Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-11-25 | Bug 530994: Allow extensions to specify where their template directory is ↵ | mkanat%bugzilla.org | 1 | -23/+101 | |
(which allows CPAN-distributed extensions to have templates) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-11-25 | Bug 530767: Allow for CPAN distribution of extensions | mkanat%bugzilla.org | 1 | -3/+62 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-11-25 | Bug 530746: Create a script that converts extensions from the old format to ↵ | mkanat%bugzilla.org | 1 | -2/+2 | |
the new format Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-11-24 | Bug 430013: Make extensions load their modules like ↵ | mkanat%bugzilla.org | 1 | -7/+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 | |||||
2009-11-24 | Bug 430014: Re-write the code hooks system so that it uses modules instead ↵ | mkanat%bugzilla.org | 1 | -0/+364 | |
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat |