summaryrefslogtreecommitdiffstats
path: root/extensions/Example/lib
AgeCommit message (Collapse)AuthorFilesLines
2015-01-27Bug 1124437: Backport upstream bug 1090275 to bmo/4.2 to whitelist ↵Byron Jones1-0/+5
webservice api methods
2011-10-05more porting workDavid Lawrence1-0/+2
2011-10-05more porting workDavid Lawrence1-2/+0
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