summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
AgeCommit message (Collapse)AuthorFilesLines
2007-10-16Bug 383522: mod_perl creates a separate template directorymkanat%bugzilla.org1-1/+20
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2007-10-09Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵lpsolit%gmail.com1-2/+2
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-10-08Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by ↵lpsolit%gmail.com1-4/+2
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-09-17Bug 357315: Add the ability to create <textarea> fieldsmkanat%bugzilla.org1-1/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-08-24Bug 390442: Bugzilla/Template.pm was failing on perl 5.9.5 with "Not a ↵mkanat%bugzilla.org1-14/+8
subroutine reference" Patch By Frédéric Buclin <LpSolit@gmail.com> r=mkanat, a=LpSolit
2007-08-22Bug 393148 – Template include path used by Bugzilla/Template.pm ordered ↵wurblzap%gmail.com1-2/+1
wrongly. Follow-up warning fix patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat
2007-08-22Bug 393148 – Template include path used by Bugzilla/Template.pm ordered ↵wurblzap%gmail.com1-1/+2
wrongly. Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat
2007-08-22Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com1-4/+1
Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
2007-08-21Bug 335354: editparams.cgi crashes when editing the 'languages' and ↵lpsolit%gmail.com1-1/+1
'defaultlanguage' parameters - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap, mkanat a=LpSolit
2007-07-05Bug 274408: iCalendar export shows summaries only after comma (must be ↵lpsolit%gmail.com1-1/+1
escaped) - Patch by Colin Leroy <colin@colino.net> r/a=LpSolit
2007-05-06Bug 374331: Bugzilla::Template should use template_include_path from ↵mkanat%bugzilla.org1-102/+7
Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=mkanat
2007-04-19Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com1-0/+3
get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
2007-03-10Bug 365150: #cNN comment not part of linkified URL - Patch by David D. ↵lpsolit%gmail.com1-2/+2
Kilzer (ddk) <ddkilzer@kilzer.net> r/a=LpSolit
2007-03-06Bug 312197: Templatize sanitycheck.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-38/+0
<LpSolit@gmail.com> r/a=mkanat
2007-02-23Bug 349423: Release Notes for Bugzilla 3.0mkanat%bugzilla.org1-1/+11
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2006-12-31Bug 248037: Link from attachment 'created' date to comment where it was ↵lpsolit%gmail.com1-1/+1
created - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=justdave
2006-12-12Bug 297186: Send emails in the recipient's locale, not the current user's - ↵lpsolit%gmail.com1-7/+9
Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
2006-11-04Bug 258675: action=view is still used in comments - Patch by Frédéric ↵lpsolit%gmail.com1-3/+3
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-10-15Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com1-2/+5
Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
2006-09-22Bug 351994: Messages shouldn't contain HTML characters unless we're in ↵mkanat%bugzilla.org1-0/+16
USAGE_MODE_BROWSER Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
2006-09-19Bug 223880: "marked a duplicate" messages cannot be localizedmkanat%bugzilla.org1-2/+4
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org1-0/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-09-05Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org1-3/+0
Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
2006-08-15Bug 330485: Attachment links in comments still say "edit" instead of ↵lpsolit%gmail.com1-2/+2
"details" - Patch by victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk
2006-08-01Bug 346552: Move checksetup's permission-fixing code into a modulemkanat%bugzilla.org1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-08-01Bug 346493: Move Template pre-compilation code into a modulemkanat%bugzilla.org1-0/+95
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-07-14Bug 343338: Eliminate "my" variables from the root level of modulesmkanat%bugzilla.org1-31/+31
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-06Bug 343421: Fix some typos in comments - Patch by timeless ↵lpsolit%gmail.com1-3/+3
<timeless@bemail.org> r=wicked a=myk
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-2/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-4/+6
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-03Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by ↵lpsolit%gmail.com1-3/+0
Rémi Zara <remi_zara@mac.com> r=mkanat a=justdave
2006-06-30Bug 342121: Remove usage of Config qw(:locations) in favor of ↵mkanat%bugzilla.org1-3/+6
Constants::bz_locations() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-19Spelling in code comments patch: 'subsituted' -> 'substituted'; patch by ↵vladd%bugzilla.org1-1/+1
Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19Spelling in code comments patch: 'unliklely' -> 'unlikely'; patch by Vlad ↵vladd%bugzilla.org1-1/+1
Dascalu <vladd@bugzilla.org>.
2006-06-19Spelling in code comments patch: 'unfortunally' -> 'unfortunately' in ↵vladd%bugzilla.org1-1/+1
Bugzilla/Template.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19Spelling in code comments patch: 'lanuage' -> 'language' in ↵vladd%bugzilla.org1-1/+1
Bugzilla/Template.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-05-15Bug 137751: Linkify bug numbers in dependency fields on show_activity.cgi - ↵lpsolit%gmail.com1-0/+6
Patch by David D. Kilzer (ddk) <ddkilzer@kilzer.net> and timeless <timeless@bemail.org> r=wicked a=justdave
2006-03-07Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com1-1/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2006-03-03Patch for bug 74355: Set tooltip to bug title for full-url buglinks; patch ↵jocuri%softhome.net1-1/+9
by David D. Kilzer (ddk) <ddkilzer@kilzer.net>, r=vladd, a=justdave.
2006-02-28Patch for bug 298341: Implement code hook mechanism; patch by ↵jocuri%softhome.net1-5/+20
zach@zachlipton.com, r=timeless, a=justdave.
2006-02-26Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of ↵lpsolit%gmail.com1-2/+198
globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-01-23Bug 319331: mailto link generated with BiDi user name and email address gets ↵wurblzap%gmail.com1-2/+32
mangled with timestamp. Patch by Marc Schumann <wurblzap@gmail.com>, r=justdave, r(char list)=smontagu, a=justdave
2006-01-10Bug 238207: Comment autolinkification on midair page points to wrong cgi - ↵lpsolit%gmail.com1-1/+9
Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-11-22Fix incorrect checkin of bug 304471 - Patch by Teemu Mannermaa ↵lpsolit%gmail.com1-7/+8
<wicked@etlicon.fi> r=LpSolit
2005-11-20Bug 304417: Template precompilation is clumsy when it comes to additional ↵wurblzap%gmail.com1-0/+7
language directories. Patch by Jochen Wiedmann <jochen.wiedmann@gmail.com>, r=wurblzap, a=myk
2005-11-16Bug 257813: CSV link from new charts gives internal error if data contains ↵karl%kornel.name1-0/+6
more than 1000 dates - Patch by A. Karl Kornel <karl@kornel.name> r=wicked a=justdave
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-2/+2
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-10-14Bug 204498 Add su (setuser) functionbugreport%peshkin.net1-0/+5
Patch by A. Karl Kornel <karl@kornel.name> r=joel, a=justdave
2005-09-16Bug 282686: Multiple projects sharing the same Bugzilla codebase (different ↵lpsolit%gmail.com1-10/+37
datastores) - Patch by guillomovitch@zarb.org r=wurblzap a=justdave
2005-09-07Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of ↵lpsolit%gmail.com1-1/+9
exporting attachment data - Patch by Greg Hendricks <ghendricks@novell.com> r/a=myk