aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/whine
Commit message (Collapse)AuthorAgeFilesLines
* Bug 714724: Correctly encode emails as quoted-printableFrédéric Buclin2015-10-231-20/+0
| | | | r=dkl a=sgreen
* Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.Gervase Markham2014-12-171-1/+1
|
* Bug 969881: All "Help" links in the header and footer of pages point to ↵Frédéric Buclin2014-02-121-1/+1
| | | | | | inexistent files r=gerv a=justdave
* Bug 546838: Upgrade Bugzilla to HTML5Frédéric Buclin2014-01-081-1/+1
| | | | r/a=justdave
* Bug 770073 - Hardcode "Bugzilla" in templates when it's not related to a ↵Connor Behan2014-01-071-2/+2
| | | | | | specific Bugzilla installation r=dkl,a=justdave
* Bug 840407: Remove the "align" and "valign" attributesFrédéric Buclin2014-01-071-5/+5
| | | | r/a=justdave
* Bug 952795: Remove all style="..." attributes from HTML elementsFrédéric Buclin2013-12-281-52/+32
| | | | r/a=justdave
* Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by ↵Frédéric Buclin2013-12-221-1/+1
| | | | | | CSS styles r/a=justdave
* Bug 873920: Whine e-mails to other people includes invalid linkSimon Green2013-05-202-3/+7
| | | | r/a=LpSolit
* Bug 547311: Remove the "align" attribute from <th>Christopher Trom2012-12-022-3/+3
| | | | r/a=LpSolit
* Bug 363910: "Add a new query" should be renamedSunil Joshi2012-10-141-6/+6
| | | | r/a=LpSolit
* Bug 245375: Scheduled whining needs custom columnsAlbert Ting2012-10-132-24/+25
| | | | r/a=LpSolit
* Bug 696387: Remove useless calls to field-descs.none.tmplMatt Selsky2012-02-261-2/+0
| | | | r/a=LpSolit
* Bug 573368: Whine emails should include links to load buglists listed in the ↵Matt Selsky2012-02-262-1/+7
| | | | | | email r/a=LpSolit
* Bug 718283: Indentation and newlines in the "Descriptive text sent within ↵Matt Selsky2012-02-201-2/+2
| | | | | | whine message" are ignored in HTML whinemail r/a=LpSolit
* Bug 377197: Whine should include bug counts at top of listMatt Selsky2012-02-202-2/+2
| | | | 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-114-73/+20
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-233-5/+0
| | | | r/a=mkanat
* Bug 451804: Change templates to use field_descs.rep_platformMatt Selsky2011-10-192-2/+2
| | | | | instead o hard coded 'Platform'. r=timello, a=LpSolit
* Fix bustage from fixing "Severity" to field_descs.bug_severity.Max Kanat-Alexander2011-08-091-2/+0
|
* Bug 451801: Make all pages use field_descs.bug_severity instead of a hard-codedMatt Selsky2011-08-091-3/+2
| | | | | "Severity" r=mkanat, a=mkanat
* Bug 487106: Add explanation when a whining is emptyEdmund Wong2010-05-192-34/+40
| | | | r=Callek r=LpSolit a=LpSolit
* Bug 511216: Assignee is blank in Whine emails - Patch by Kent Rogers ↵lpsolit%gmail.com2009-12-282-10/+2
| | | | <kar@cray.com> r/a=Lpsolit
* Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org2009-11-182-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
* Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-302-4/+4
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 365594: Add X-Bugzilla-Type header to whine mails - Patch by Teemu ↵wicked%sci.fi2009-04-071-0/+1
| | | | Mannermaa <wicked@sci.fi> r/a=mkanat
* Bug 302420: Allow whining messages to be sent even without any results - ↵wicked%sci.fi2009-04-061-0/+10
| | | | Patch by Micheal J. Tosh <michael.j.tosh@lmco.com> r=wicked a=mkanat
* Bug 433015: The "Remove Event" and "Update/Commit" buttons in editwhines.cgi ↵lpsolit%gmail.com2008-09-091-32/+33
| | | | are too far on the right - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
* Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵lpsolit%gmail.com2008-08-281-5/+1
| | | | <LpSolit@gmail.com> r/a=mkanat
* Part 3 of bug 182083: add Help for more admin pages - Patch by me, r=Colinlpsolit%gmail.com2007-11-121-1/+4
|
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-204-4/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 390065: Improve whining's HTML validation - Patch by Vlad Dascalu ↵vladd%bugzilla.org2007-07-301-1/+1
| | | | <vladd@bugzilla.org>, r/a=justdave.
* Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com2007-04-192-4/+4
| | | | get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵lpsolit%gmail.com2007-04-102-2/+2
| | | | (next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 363912 editwhines uses both the word "query" and the word "search" for ↵timeless%mozdev.org2006-12-291-4/+4
| | | | | | the same thing r=colin.ogilvie a=justdave
* Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com2006-10-151-0/+1
| | | | versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 94534: Customised resolutions - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-07-142-2/+2
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 343916: hidden submit button should have display: none - Patch by Rob ↵lpsolit%gmail.com2006-07-121-1/+1
| | | | Siklos <robzilla@siklos.ca> r=bkor r=glob a=myk
* Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com2006-07-121-11/+19
| | | | <batosti@async.com.br> r=ghendricks a=myk
* Bug 326122: Whine mails lack the trailing MIME boundary - Patch by Marc ↵lpsolit%gmail.com2006-03-151-0/+1
| | | | Schumann <wurblzap@gmail.com> r=wicked a=justdave
* Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann ↵lpsolit%gmail.com2006-02-221-3/+8
| | | | <wurblzap@gmail.com> r=vladd a=justdave
* Bug 277679: Whining scheduling does not display timezone - Patch by A. Karl ↵lpsolit%gmail.com2005-09-121-0/+8
| | | | Kornel <karl@kornel.name> r=jouni a=justdave
* Bug 304335: Status and resolution empty in whine mails - Patch by Marc ↵lpsolit%gmail.com2005-08-222-1/+3
| | | | Schumann <wurblzap@gmail.com> r=LpSolit a=myk
* Bug 215148 - make status and resolution localisable. Patch by ↵gerv%gerv.net2005-05-102-4/+4
| | | | eseyman@linagora.com; r=gerv, a=myk.
* Backing out the fix for bug 135812 as it causes the mail params to be ↵jake%bugzilla.org2005-03-171-1/+0
| | | | deleted on new installs.
* Bug 135812 : Add a 'mailfrom' parameter to unify bugmail originating addresstravis%sedsystems.ca2005-03-161-0/+1
| | | | Patch by Cedric Caron <cedric.caron@urbanet.ch> r=wurblzap a=justdave
* Bug 253721: Add group-based lists to whiningerik%dasbistro.com2005-02-191-1/+12
| | | | | Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave
* Patch for bug 258712: whine.pl should honour emailsuffix; patch by Marc ↵jocuri%softhome.net2004-10-011-1/+1
| | | | Schumann <wurblzap@gmail.com>; r=erik, a=justdave.
* Bug 185090: Add revamped whining systembugreport%peshkin.net2004-08-054-0/+623
patch by: Erik r=joel r=jouni a=justdave