aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/extensions
Commit message (Collapse)AuthorAgeFilesLines
* Bug 365057 - messages.html.tmpl file bareword should be tagged in <code> or ↵Matt Selsky2014-03-041-1/+1
| | | | | | something r=dkl,a=justdave
* Bug 963120 - allow extensions to document themselves, and build result into ↵Gervase Markham2014-02-251-0/+23
| | | | docs. r=LpSolit, a=justdave.
* Bug 770073 - Hardcode "Bugzilla" in templates when it's not related to a ↵Connor Behan2014-01-075-13/+13
| | | | | | specific Bugzilla installation r=dkl,a=justdave
* Bug 816870: All extensions must require Perl 5.10.1 to pass testsMatt Selsky2013-01-013-0/+6
| | | | r/a=LpSolit
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-012-2/+2
| | | | r/a=LpSolit
* Bug 718397: New extensions should be created using the MPL 2.0 licenseMatt Selsky2012-01-201-19/+5
| | | | r/a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-117-123/+35
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-237-14/+0
| | | | r/a=mkanat
* 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