aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/Example/template
Commit message (Collapse)AuthorAgeFilesLines
* Fix a warning thrown by 008filter.tFrédéric Buclin2014-10-161-3/+3
|
* Bug 840407 (part 2): Remove the "align" and "valign" attributes from extensionsFrédéric Buclin2014-01-081-1/+1
| | | | r/a=justdave
* Bug 851591: Add a main-end hook into global/footer.html.tmpl to be able to ↵Frédéric Buclin2013-04-181-0/+16
| | | | | | display additional data before displaying the page footer r=dkl a=LpSolit
* Bug 836436: Add a "search_tabs" hook to allow additional search tabsAlbert Ting2013-02-161-0/+13
| | | | 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-119-128/+49
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 666699 - Example extension templates have unfiltered directivesDavid Lawrence2011-07-042-2/+2
| | | | r/a=mkanat
* Bug 621107: [SECURITY] Sanity checking lacks CSRF protectionFrédéric Buclin2011-01-241-1/+2
| | | | r=dkl a=LpSolit
* Bug 624696: We need a template hook to add a description to parameters added ↵rojanu2011-01-221-0/+23
| | | | | | by extensions r/a=mkanat
* Document how to add user settings. r,a=mkanat.Gervase Markham2011-01-051-0/+6
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=616427
* Bug 485418: Code and template hooks for userprefs.cgi to be able to add ↵Frédéric Buclin2010-11-042-0/+53
| | | | | | additional tabs r=mkanat a=LpSolit
* Bug 545524: New Hook: object_validatorsMax Kanat-Alexander2010-02-101-0/+3
| | | | 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-012-47/+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 530960: Put hooks into template/default/hook instead of template/hookmkanat%bugzilla.org2009-11-252-0/+47
| | | | 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.org2009-11-245-0/+131
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat