summaryrefslogtreecommitdiffstats
path: root/extensions/Example/lib
AgeCommit message (Collapse)AuthorFilesLines
2016-04-15Bug 1261679 - Add more examples about how to define new parameters using the ↵Frédéric Buclin1-1/+52
config_add_panels hook r=gerv
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin6-6/+10
r=dkl
2016-01-15Bug 922549: Bugzilla::Migrate.pm should provide hook in load function. r=gerv.rojanu1-0/+102
2015-01-21Bug 1090275: WebServices modules should maintain a whitelist of methods that ↵David Lawrence1-0/+5
are allowed instead of allowing access to any function imported into its namespace r=dylan,a=glob
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2-0/+4
r=dkl a=sgreen
2013-01-01Bug 816870: All extensions must require Perl 5.10.1 to pass testsMatt Selsky5-0/+10
r/a=LpSolit
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky3-3/+3
r/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 Buclin5-91/+25
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2010-07-14Add a sortkey to the Example extension's Config extension.Max Kanat-Alexander1-0/+2
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander4-136/+0
During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
2009-11-24Bug 430013: Make extensions load their modules like ↵mkanat%bugzilla.org5-0/+164
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.org4-0/+136
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat