Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some typos and formatting in the Bugzilla::Extension POD. | Max Kanat-Alexander | 2010-03-07 | 1 | -6/+6 |
| | |||||
* | Bug 531577: Fix the paths that single-file extensions (like extensions/Foo.pm) | Max Kanat-Alexander | 2010-02-20 | 1 | -1/+16 |
| | | | | | look for their tempaltes and libraries in. r=mkanat, a=mkanat (module owner) | ||||
* | Bug 531107: [Windows] Starting an extension resulted in "deep recursion on ↵ | mkanat%bugzilla.org | 2009-12-01 | 1 | -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 | ||||
* | Add a note about where templates go to the SYNOPSIS of the POD in ↵ | mkanat%bugzilla.org | 2009-12-01 | 1 | -0/+4 |
| | | | | Bugzilla::Extension. | ||||
* | Bug 531988: Add information about templates to Bugzilla::Extension's POD and ↵ | mkanat%bugzilla.org | 2009-11-30 | 1 | -10/+193 |
| | | | | | | port over Bugzilla:Writing_Extensions Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 530994: Allow extensions to specify where their template directory is ↵ | mkanat%bugzilla.org | 2009-11-25 | 1 | -23/+101 |
| | | | | | | (which allows CPAN-distributed extensions to have templates) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 530767: Allow for CPAN distribution of extensions | mkanat%bugzilla.org | 2009-11-25 | 1 | -3/+62 |
| | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 530746: Create a script that converts extensions from the old format to ↵ | mkanat%bugzilla.org | 2009-11-25 | 1 | -2/+2 |
| | | | | | | the new format Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 430013: Make extensions load their modules like ↵ | mkanat%bugzilla.org | 2009-11-24 | 1 | -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 | ||||
* | Bug 430014: Re-write the code hooks system so that it uses modules instead ↵ | mkanat%bugzilla.org | 2009-11-24 | 1 | -0/+364 |
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat |