summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Extension.pm
AgeCommit message (Collapse)AuthorFilesLines
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
r=dkl a=sgreen
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
r/a=LpSolit
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+10
r/a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+2
r=wicked a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-19/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-03-22Bug 643904 - Bugzilla::Extension should export a web_dir attribute to get ↵David Lawrence1-1/+11
full path to the extension's web directory r/a=mkanat
2011-01-05Document how to add user settings. r,a=mkanat.Gervase Markham1-1/+2
https://bugzilla.mozilla.org/show_bug.cgi?id=616427
2010-06-25Bug 457373: Refactor the permissions system in Bugzilla::Install::FilesystemMax Kanat-Alexander1-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-08Fix some typos and formatting in the Bugzilla::Extension POD.Max Kanat-Alexander1-6/+6
2010-02-20Bug 531577: Fix the paths that single-file extensions (like extensions/Foo.pm)Max Kanat-Alexander1-1/+16
look for their tempaltes and libraries in. r=mkanat, a=mkanat (module owner)
2009-12-01Bug 531107: [Windows] Starting an extension resulted in "deep recursion on ↵mkanat%bugzilla.org1-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-01Add a note about where templates go to the SYNOPSIS of the POD in ↵mkanat%bugzilla.org1-0/+4
Bugzilla::Extension.
2009-12-01Bug 531988: Add information about templates to Bugzilla::Extension's POD and ↵mkanat%bugzilla.org1-10/+193
port over Bugzilla:Writing_Extensions Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-25Bug 530994: Allow extensions to specify where their template directory is ↵mkanat%bugzilla.org1-23/+101
(which allows CPAN-distributed extensions to have templates) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-25Bug 530767: Allow for CPAN distribution of extensionsmkanat%bugzilla.org1-3/+62
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-25Bug 530746: Create a script that converts extensions from the old format to ↵mkanat%bugzilla.org1-2/+2
the new format Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-24Bug 430013: Make extensions load their modules like ↵mkanat%bugzilla.org1-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-24Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org1-0/+364
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat