aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 465589: Already selected user accounts are no longer displayed when useme...lpsolit%gmail.com2008-12-291-0/+7
* Fix bustage due to bug 105865: Perl 5.8.x doesn't understand \h. We have to u...lpsolit%gmail.com2008-10-211-1/+1
* Bug 105865: When converting bug/attachment/comment numbers to links, quoteUrl...lpsolit%gmail.com2008-10-211-7/+11
* Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ...lpsolit%gmail.com2008-08-281-3/+2
* Bug 182238: Allow users to choose what time zone to display times in - Patch ...lpsolit%gmail.com2008-08-271-1/+9
* Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ...lpsolit%gmail.com2008-04-041-1/+9
* Bug 425746: Bugzilla::Template::precompile_templates() doesn't flush template...lpsolit%gmail.com2008-03-291-0/+3
* Bug 413121 – UTF-8 in templates are garbaged.wurblzap%gmail.com2008-02-141-0/+23
* Bug 341508 – GetBugLink() should be localisable.wurblzap%gmail.com2008-02-121-2/+2
* Bug 408448: checksetup now tells you when template precompilation is complete.mkanat%bugzilla.org2007-12-151-3/+5
* Bug 406462 – User interface mangled by BiDi characters in Unicode.wurblzap%gmail.com2007-12-041-5/+1
* Bug 383522: mod_perl creates a separate template directorymkanat%bugzilla.org2007-11-051-11/+14
* Bug 383522: mod_perl creates a separate template directorymkanat%bugzilla.org2007-10-161-1/+20
* Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by...lpsolit%gmail.com2007-10-091-2/+2
* Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by Fré...lpsolit%gmail.com2007-10-081-4/+2
* Bug 357315: Add the ability to create <textarea> fieldsmkanat%bugzilla.org2007-09-171-1/+5
* Bug 390442: Bugzilla/Template.pm was failing on perl 5.9.5 with "Not a subrou...mkanat%bugzilla.org2007-08-241-14/+8
* Bug 393148 – Template include path used by Bugzilla/Template.pm ordered ...wurblzap%gmail.com2007-08-221-2/+1
* Bug 393148 – Template include path used by Bugzilla/Template.pm ordered ...wurblzap%gmail.com2007-08-221-1/+2
* Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com2007-08-221-4/+1
* Bug 335354: editparams.cgi crashes when editing the 'languages' and 'defaultl...lpsolit%gmail.com2007-08-211-1/+1
* Bug 274408: iCalendar export shows summaries only after comma (must be escape...lpsolit%gmail.com2007-07-051-1/+1
* Bug 374331: Bugzilla::Template should use template_include_path from Bugzilla...mkanat%bugzilla.org2007-05-061-102/+7
* Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ...lpsolit%gmail.com2007-04-191-0/+3
* Bug 365150: #cNN comment not part of linkified URL - Patch by David D. Kilzer...lpsolit%gmail.com2007-03-101-2/+2
* Bug 312197: Templatize sanitycheck.cgi - Patch by Frédéric Buclin <LpSo...lpsolit%gmail.com2007-03-061-38/+0
* Bug 349423: Release Notes for Bugzilla 3.0mkanat%bugzilla.org2007-02-231-1/+11
* Bug 248037: Link from attachment 'created' date to comment where it was creat...lpsolit%gmail.com2006-12-311-1/+1
* Bug 297186: Send emails in the recipient's locale, not the current user's - P...lpsolit%gmail.com2006-12-121-7/+9
* Bug 258675: action=view is still used in comments - Patch by Frédéric B...lpsolit%gmail.com2006-11-041-3/+3
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by F...lpsolit%gmail.com2006-10-151-2/+5
* Bug 351994: Messages shouldn't contain HTML characters unless we're in USAGE_...mkanat%bugzilla.org2006-09-221-0/+16
* Bug 223880: "marked a duplicate" messages cannot be localizedmkanat%bugzilla.org2006-09-191-2/+4
* Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2006-09-141-0/+3
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-3/+0
* Bug 330485: Attachment links in comments still say "edit" instead of "details...lpsolit%gmail.com2006-08-151-2/+2
* Bug 346552: Move checksetup's permission-fixing code into a modulemkanat%bugzilla.org2006-08-011-2/+2
* Bug 346493: Move Template pre-compilation code into a modulemkanat%bugzilla.org2006-08-011-0/+95
* Bug 343338: Eliminate "my" variables from the root level of modulesmkanat%bugzilla.org2006-07-141-31/+31
* Bug 343421: Fix some typos in comments - Patch by timeless <timeless@bemail.o...lpsolit%gmail.com2006-07-061-3/+3
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-2/+1
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-4/+6
* Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R...lpsolit%gmail.com2006-07-031-3/+0
* Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org2006-06-291-3/+6
* Spelling in code comments patch: 'subsituted' -> 'substituted'; patch by Vlad...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'unliklely' -> 'unlikely'; patch by Vlad Das...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'unfortunally' -> 'unfortunately' in Bugzill...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'lanuage' -> 'language' in Bugzilla/Template...vladd%bugzilla.org2006-06-191-1/+1
* Bug 137751: Linkify bug numbers in dependency fields on show_activity.cgi - P...lpsolit%gmail.com2006-05-151-0/+6
* Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com2006-03-071-1/+2