aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/create.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1159318 - make docs/makedocs.pl and extensions/create.pl agree on the ↵Gervase Markham2015-05-051-6/+11
| | | | name of docs directories. r=LpSolit, a=glob
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
| | | | r=dkl a=sgreen
* Bug 963120 - allow extensions to document themselves, and build result into ↵Gervase Markham2014-02-251-1/+2
| | | | docs. r=LpSolit, a=justdave.
* Bug 825781: extensions/create.pl should capitalize the name of the new ↵Frédéric Buclin2013-01-021-0/+1
| | | | | | extension automatically instead of complaining r=glob a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+3
| | | | r=wicked a=LpSolit
* Bug 718397: New extensions should be created using the MPL 2.0 licenseMatt Selsky2012-01-201-4/+1
| | | | 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-111-18/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 457373: Refactor the permissions system in Bugzilla::Install::FilesystemMax Kanat-Alexander2010-06-241-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)
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-011-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.
* Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org2009-11-251-0/+85
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat