summaryrefslogtreecommitdiffstats
path: root/template/en/default/whine
AgeCommit message (Collapse)AuthorFilesLines
2015-08-31Bug 714724 - correctly encode emails as quoted-printableByron Jones1-20/+0
r=LpSolit,a=sgreen
2014-12-17Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.Gervase Markham1-1/+1
2014-02-12Bug 969881: All "Help" links in the header and footer of pages point to ↵Frédéric Buclin1-1/+1
inexistent files r=gerv a=justdave
2014-01-08Bug 546838: Upgrade Bugzilla to HTML5Frédéric Buclin1-1/+1
r/a=justdave
2014-01-07Bug 770073 - Hardcode "Bugzilla" in templates when it's not related to a ↵Connor Behan1-2/+2
specific Bugzilla installation r=dkl,a=justdave
2014-01-07Bug 840407: Remove the "align" and "valign" attributesFrédéric Buclin1-5/+5
r/a=justdave
2013-12-28Bug 952795: Remove all style="..." attributes from HTML elementsFrédéric Buclin1-52/+32
r/a=justdave
2013-12-22Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by ↵Frédéric Buclin1-1/+1
CSS styles r/a=justdave
2013-05-20Bug 873920: Whine e-mails to other people includes invalid linkSimon Green2-3/+7
r/a=LpSolit
2012-12-02Bug 547311: Remove the "align" attribute from <th>Christopher Trom2-3/+3
r/a=LpSolit
2012-10-14Bug 363910: "Add a new query" should be renamedSunil Joshi1-6/+6
r/a=LpSolit
2012-10-13Bug 245375: Scheduled whining needs custom columnsAlbert Ting2-24/+25
r/a=LpSolit
2012-02-26Bug 696387: Remove useless calls to field-descs.none.tmplMatt Selsky1-2/+0
r/a=LpSolit
2012-02-26Bug 573368: Whine emails should include links to load buglists listed in the ↵Matt Selsky2-1/+7
email r/a=LpSolit
2012-02-20Bug 718283: Indentation and newlines in the "Descriptive text sent within ↵Matt Selsky1-2/+2
whine message" are ignored in HTML whinemail r/a=LpSolit
2012-02-20Bug 377197: Whine should include bug counts at top of listMatt Selsky2-2/+2
r/a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin4-73/+20
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-10-23Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin3-5/+0
r/a=mkanat
2011-10-19Bug 451804: Change templates to use field_descs.rep_platformMatt Selsky2-2/+2
instead o hard coded 'Platform'. r=timello, a=LpSolit
2011-08-10Fix bustage from fixing "Severity" to field_descs.bug_severity.Max Kanat-Alexander1-2/+0
2011-08-10Bug 451801: Make all pages use field_descs.bug_severity instead of a hard-codedMatt Selsky1-3/+2
"Severity" r=mkanat, a=mkanat
2010-05-19Bug 487106: Add explanation when a whining is emptyEdmund Wong2-34/+40
r=Callek r=LpSolit a=LpSolit
2009-12-28Bug 511216: Assignee is blank in Whine emails - Patch by Kent Rogers ↵lpsolit%gmail.com2-10/+2
<kar@cray.com> r/a=Lpsolit
2009-11-18Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org2-6/+6
a display_value call, and use display_value in more places to translate field values. Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r=mkanat, a=mkanat
2009-10-01Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2-4/+4
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-04-07Bug 365594: Add X-Bugzilla-Type header to whine mails - Patch by Teemu ↵wicked%sci.fi1-0/+1
Mannermaa <wicked@sci.fi> r/a=mkanat
2009-04-06Bug 302420: Allow whining messages to be sent even without any results - ↵wicked%sci.fi1-0/+10
Patch by Micheal J. Tosh <michael.j.tosh@lmco.com> r=wicked a=mkanat
2008-09-09Bug 433015: The "Remove Event" and "Update/Commit" buttons in editwhines.cgi ↵lpsolit%gmail.com1-32/+33
are too far on the right - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
2008-08-28Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-5/+1
<LpSolit@gmail.com> r/a=mkanat
2007-11-12Part 3 of bug 182083: add Help for more admin pages - Patch by me, r=Colinlpsolit%gmail.com1-1/+4
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com4-4/+0
<bugzilla@chimpychompy.org> r/a=LpSolit
2007-07-30Bug 390065: Improve whining's HTML validation - Patch by Vlad Dascalu ↵vladd%bugzilla.org1-1/+1
<vladd@bugzilla.org>, r/a=justdave.
2007-04-19Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com2-4/+4
get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
2007-04-11Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵lpsolit%gmail.com2-2/+2
(next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2006-12-29Bug 363912 editwhines uses both the word "query" and the word "search" for ↵timeless%mozdev.org1-4/+4
the same thing r=colin.ogilvie a=justdave
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com1-0/+1
versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-07-14Bug 94534: Customised resolutions - Patch by Frédéric Buclin ↵lpsolit%gmail.com2-2/+2
<LpSolit@gmail.com> r=mkanat a=myk
2006-07-12Bug 343916: hidden submit button should have display: none - Patch by Rob ↵lpsolit%gmail.com1-1/+1
Siklos <robzilla@siklos.ca> r=bkor r=glob a=myk
2006-07-12Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com1-11/+19
<batosti@async.com.br> r=ghendricks a=myk
2006-03-15Bug 326122: Whine mails lack the trailing MIME boundary - Patch by Marc ↵lpsolit%gmail.com1-0/+1
Schumann <wurblzap@gmail.com> r=wicked a=justdave
2006-02-22Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann ↵lpsolit%gmail.com1-3/+8
<wurblzap@gmail.com> r=vladd a=justdave
2005-09-12Bug 277679: Whining scheduling does not display timezone - Patch by A. Karl ↵lpsolit%gmail.com1-0/+8
Kornel <karl@kornel.name> r=jouni a=justdave
2005-08-22Bug 304335: Status and resolution empty in whine mails - Patch by Marc ↵lpsolit%gmail.com2-1/+3
Schumann <wurblzap@gmail.com> r=LpSolit a=myk
2005-05-10Bug 215148 - make status and resolution localisable. Patch by ↵gerv%gerv.net2-4/+4
eseyman@linagora.com; r=gerv, a=myk.
2005-03-17Backing out the fix for bug 135812 as it causes the mail params to be ↵jake%bugzilla.org1-1/+0
deleted on new installs.
2005-03-16Bug 135812 : Add a 'mailfrom' parameter to unify bugmail originating addresstravis%sedsystems.ca1-0/+1
Patch by Cedric Caron <cedric.caron@urbanet.ch> r=wurblzap a=justdave
2005-02-19Bug 253721: Add group-based lists to whiningerik%dasbistro.com1-1/+12
Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave
2004-10-01Patch for bug 258712: whine.pl should honour emailsuffix; patch by Marc ↵jocuri%softhome.net1-1/+1
Schumann <wurblzap@gmail.com>; r=erik, a=justdave.
2004-08-05Bug 185090: Add revamped whining systembugreport%peshkin.net4-0/+623
patch by: Erik r=joel r=jouni a=justdave