summaryrefslogtreecommitdiffstats
path: root/extensions/create.pl
AgeCommit message (Collapse)AuthorFilesLines
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-1/+1
dependencies r=dkl,a=dylan
2015-05-05Bug 1159318 - make docs/makedocs.pl and extensions/create.pl agree on the ↵Gervase Markham1-6/+11
name of docs directories. r=LpSolit, a=glob
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-1/+3
r=dkl a=sgreen
2014-02-25Bug 963120 - allow extensions to document themselves, and build result into ↵Gervase Markham1-1/+2
docs. r=LpSolit, a=justdave.
2013-01-02Bug 825781: extensions/create.pl should capitalize the name of the new ↵Frédéric Buclin1-0/+1
extension automatically instead of complaining r=glob a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-1/+3
r=wicked a=LpSolit
2012-01-20Bug 718397: New extensions should be created using the MPL 2.0 licenseMatt Selsky1-4/+1
r/a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-18/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2010-06-25Bug 457373: Refactor the permissions system in Bugzilla::Install::FilesystemMax Kanat-Alexander1-1/+2
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)
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander1-0/+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-25Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org1-0/+85
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat