aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/Example/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add a sortkey to the Example extension's Config extension.Max Kanat-Alexander2010-07-141-0/+2
|
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-014-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.
* Bug 430013: Make extensions load their modules like ↵mkanat%bugzilla.org2009-11-245-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
* Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org2009-11-244-0/+136
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat