aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 425746: Bugzilla::Template::precompile_templates() doesn't flush ↵lpsolit%gmail.com2008-03-291-0/+3
| | | | template_include_path_ correctly - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 413121 – UTF-8 in templates are garbaged.wurblzap%gmail.com2008-02-141-0/+23
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat, a=mkanat
* Bug 341508 – GetBugLink() should be localisable.wurblzap%gmail.com2008-02-121-2/+2
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit, a=LpSolit
* Bug 408448: checksetup now tells you when template precompilation is complete.mkanat%bugzilla.org2007-12-151-3/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 406462 – User interface mangled by BiDi characters in Unicode.wurblzap%gmail.com2007-12-041-5/+1
| | | | | Patch by A.A. Shimono <shimono@mozilla.gr.jp>; r=Wurblzap; a=mkanat
* Bug 383522: mod_perl creates a separate template directorymkanat%bugzilla.org2007-11-051-11/+14
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 383522: mod_perl creates a separate template directorymkanat%bugzilla.org2007-10-161-1/+20
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵lpsolit%gmail.com2007-10-091-2/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by ↵lpsolit%gmail.com2007-10-081-4/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 357315: Add the ability to create <textarea> fieldsmkanat%bugzilla.org2007-09-171-1/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 390442: Bugzilla/Template.pm was failing on perl 5.9.5 with "Not a ↵mkanat%bugzilla.org2007-08-241-14/+8
| | | | | | subroutine reference" Patch By Frédéric Buclin <LpSolit@gmail.com> r=mkanat, a=LpSolit
* Bug 393148 – Template include path used by Bugzilla/Template.pm ordered ↵wurblzap%gmail.com2007-08-221-2/+1
| | | | | | | wrongly. Follow-up warning fix patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat
* Bug 393148 – Template include path used by Bugzilla/Template.pm ordered ↵wurblzap%gmail.com2007-08-221-1/+2
| | | | | | | wrongly. Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat
* Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com2007-08-221-4/+1
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 335354: editparams.cgi crashes when editing the 'languages' and ↵lpsolit%gmail.com2007-08-211-1/+1
| | | | 'defaultlanguage' parameters - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap, mkanat a=LpSolit
* Bug 274408: iCalendar export shows summaries only after comma (must be ↵lpsolit%gmail.com2007-07-051-1/+1
| | | | escaped) - Patch by Colin Leroy <colin@colino.net> r/a=LpSolit
* Bug 374331: Bugzilla::Template should use template_include_path from ↵mkanat%bugzilla.org2007-05-061-102/+7
| | | | | | Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=mkanat
* Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com2007-04-191-0/+3
| | | | get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 365150: #cNN comment not part of linkified URL - Patch by David D. ↵lpsolit%gmail.com2007-03-101-2/+2
| | | | Kilzer (ddk) <ddkilzer@kilzer.net> r/a=LpSolit
* Bug 312197: Templatize sanitycheck.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-03-061-38/+0
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 349423: Release Notes for Bugzilla 3.0mkanat%bugzilla.org2007-02-231-1/+11
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 248037: Link from attachment 'created' date to comment where it was ↵lpsolit%gmail.com2006-12-311-1/+1
| | | | created - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=justdave
* Bug 297186: Send emails in the recipient's locale, not the current user's - ↵lpsolit%gmail.com2006-12-121-7/+9
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 258675: action=view is still used in comments - Patch by Frédéric ↵lpsolit%gmail.com2006-11-041-3/+3
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com2006-10-151-2/+5
| | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
* Bug 351994: Messages shouldn't contain HTML characters unless we're in ↵mkanat%bugzilla.org2006-09-221-0/+16
| | | | | | USAGE_MODE_BROWSER Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
* Bug 223880: "marked a duplicate" messages cannot be localizedmkanat%bugzilla.org2006-09-191-2/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2006-09-141-0/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-3/+0
| | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
* Bug 330485: Attachment links in comments still say "edit" instead of ↵lpsolit%gmail.com2006-08-151-2/+2
| | | | "details" - Patch by victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk
* Bug 346552: Move checksetup's permission-fixing code into a modulemkanat%bugzilla.org2006-08-011-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 346493: Move Template pre-compilation code into a modulemkanat%bugzilla.org2006-08-011-0/+95
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 343338: Eliminate "my" variables from the root level of modulesmkanat%bugzilla.org2006-07-141-31/+31
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 343421: Fix some typos in comments - Patch by timeless ↵lpsolit%gmail.com2006-07-061-3/+3
| | | | <timeless@bemail.org> r=wicked a=myk
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-2/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-4/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by ↵lpsolit%gmail.com2006-07-031-3/+0
| | | | Rémi Zara <remi_zara@mac.com> r=mkanat a=justdave
* Bug 342121: Remove usage of Config qw(:locations) in favor of ↵mkanat%bugzilla.org2006-06-291-3/+6
| | | | | | Constants::bz_locations() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Spelling in code comments patch: 'subsituted' -> 'substituted'; patch by ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | Vlad Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'unliklely' -> 'unlikely'; patch by Vlad ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'unfortunally' -> 'unfortunately' in ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | Bugzilla/Template.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'lanuage' -> 'language' in ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | Bugzilla/Template.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
* Bug 137751: Linkify bug numbers in dependency fields on show_activity.cgi - ↵lpsolit%gmail.com2006-05-151-0/+6
| | | | Patch by David D. Kilzer (ddk) <ddkilzer@kilzer.net> and timeless <timeless@bemail.org> r=wicked a=justdave
* Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com2006-03-071-1/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
* Patch for bug 74355: Set tooltip to bug title for full-url buglinks; patch ↵jocuri%softhome.net2006-03-031-1/+9
| | | | by David D. Kilzer (ddk) <ddkilzer@kilzer.net>, r=vladd, a=justdave.
* Patch for bug 298341: Implement code hook mechanism; patch by ↵jocuri%softhome.net2006-02-281-5/+20
| | | | zach@zachlipton.com, r=timeless, a=justdave.
* Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of ↵lpsolit%gmail.com2006-02-261-2/+198
| | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 319331: mailto link generated with BiDi user name and email address gets ↵wurblzap%gmail.com2006-01-231-2/+32
| | | | | | | mangled with timestamp. Patch by Marc Schumann <wurblzap@gmail.com>, r=justdave, r(char list)=smontagu, a=justdave
* Bug 238207: Comment autolinkification on midair page points to wrong cgi - ↵lpsolit%gmail.com2006-01-101-1/+9
| | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Fix incorrect checkin of bug 304471 - Patch by Teemu Mannermaa ↵lpsolit%gmail.com2005-11-221-7/+8
| | | | <wicked@etlicon.fi> r=LpSolit