aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/extensions
Commit message (Collapse)AuthorAgeFilesLines
* Bug 457373: Refactor the permissions system in Bugzilla::Install::FilesystemMax Kanat-Alexander2010-06-241-0/+29
| | | | | | | | | to use constants instead of local variables. Also, change the permissions so that they are stricter in general, and work better under suexec. This also fixes the problem that dependency graphs didn't work under suexec, and adds a "web" directory by default to Extensions created with extension/create.pl. r=mkanat, a=mkanat (module owner)
* Bug 542328: Make extensions/create.pl give the extension's lib/Util.pm ↵Tiago Mello2010-02-011-1/+1
| | | | | | module a correct package name Patch by Tiago Mello <timello@gmail.com> r=mkanat, a=mkanat
* Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org2009-11-256-0/+241
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat