aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Extension.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1107549 - split extension docs into User and Admin docs. r=dkl, a=glob.Gervase Markham2015-01-071-0/+15
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+10
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+2
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-19/+5
* Bug 643904 - Bugzilla::Extension should export a web_dir attribute to get ful...David Lawrence2011-03-221-1/+11
* Document how to add user settings. r,a=mkanat.Gervase Markham2011-01-051-1/+2
* Bug 457373: Refactor the permissions system in Bugzilla::Install::FilesystemMax Kanat-Alexander2010-06-241-0/+11
* Fix some typos and formatting in the Bugzilla::Extension POD.Max Kanat-Alexander2010-03-071-6/+6
* Bug 531577: Fix the paths that single-file extensions (like extensions/Foo.pm)Max Kanat-Alexander2010-02-201-1/+16
* Bug 531107: [Windows] Starting an extension resulted in "deep recursion on su...mkanat%bugzilla.org2009-12-011-0/+9
* Add a note about where templates go to the SYNOPSIS of the POD in Bugzilla::E...mkanat%bugzilla.org2009-12-011-0/+4
* Bug 531988: Add information about templates to Bugzilla::Extension's POD and ...mkanat%bugzilla.org2009-11-301-10/+193
* Bug 530994: Allow extensions to specify where their template directory is (wh...mkanat%bugzilla.org2009-11-251-23/+101
* Bug 530767: Allow for CPAN distribution of extensionsmkanat%bugzilla.org2009-11-251-3/+62
* Bug 530746: Create a script that converts extensions from the old format to t...mkanat%bugzilla.org2009-11-251-2/+2
* Bug 430013: Make extensions load their modules like Bugzilla::Extension::Foo:...mkanat%bugzilla.org2009-11-241-7/+96
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-241-0/+364