aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/list/quips.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 978070: Do not use document.write() to insert HTML codeFrédéric Buclin2014-03-261-8/+13
| | | | r/a=justdave
* Bug 962812: Use the "required" attribute where appropriateSunil Joshi2014-03-231-1/+1
| | | | r=LpSolit 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 920681: Remove the cellspacing and cellpadding attributes from tablesFrédéric Buclin2013-12-311-4/+9
| | | | r/a=justdave
* Bug 918013: Add Bugzilla messaging system in quips pageSunil Joshi2013-12-221-24/+0
| | | | r=LpSolit a=justdave
* Bug 187753: Specify a maximum length for quips (512 characters)Koosha Khajeh Moogahi2012-08-181-1/+1
| | | | 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-111-17/+5
| | | | | | 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-231-2/+0
| | | | r/a=mkanat
* Bug 622080 - Change group which can moderate quipsDavid Lawrence2011-01-281-4/+4
| | | | r/a=mkanat
* Bug 621110: [SECURITY] Quips (adding/approving/deleting) lacks CSRF protectionFrédéric Buclin2011-01-241-1/+6
| | | | r=dkl a=LpSolit
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-231-1/+1
| | | | r/a=mkanat
* Bug 449931: [SECURITY] Unprivileged users can approve/unapprove all the ↵lpsolit%gmail.com2008-11-061-0/+3
| | | | quips (including bypassing moderation) - Patch by Robin H. Johnson <robbat2@gentoo.org> r/a=LpSolit
* Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵mkanat%bugzilla.org2008-08-081-2/+2
| | | | Bugzilla::Group objects (instead of a hashref of group ids and names).
* Bug 264785: config.rdf needs XML filtering of output to generate valid HTML ↵lpsolit%gmail.com2007-10-081-3/+3
| | | | (Template-Toolkit 2.15 and older do not escape all reserved characters correctly) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-201-1/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 213831 "Update" is ambiguous/confusing to sleepy adminstimeless%mozdev.org2007-07-241-1/+1
| | | | r=wurblzap a=lpsolit
* Bug 321556: Prepare Bugzilla to ship with at least 2 skins.wurblzap%gmail.com2006-10-181-1/+1
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=myk, a=justdave
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-2/+2
| | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
* Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com2006-07-121-2/+2
| | | | <batosti@async.com.br> r=ghendricks a=myk
* Bug 296887: Do not display the quip entry field when quip_list_entry_control ↵lpsolit%gmail.com2005-06-211-11/+21
| | | | is set to 'closed' - Patch by Alfred Karl Kornel <kornel.1@osu.edu> r=LpSolit a=myk
* Patch for bug 291600: replace "iff" with "if and only if"; r=LpSolit, ↵jocuri%softhome.net2005-06-091-1/+2
| | | | a=justdave.
* Bug 41972 : Per-user pref to turn quips offtravis%sedsystems.ca2005-03-111-4/+4
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=mkanat a=justdave
* Bug 282999 remove Javascript LANGUAGE attribute in all filesbugreport%peshkin.net2005-02-251-1/+1
| | | | | Patch by Anne van Kesteren <bug@annevankesteren.nl> r=LpSolit,a=myk
* Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net2004-01-191-1/+1
| | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
* Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net2003-07-041-6/+8
| | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-2/+2
| | | | r=myk,jake
* Bug 184309: Adds an optional disabled state to quips, which allows quips to ↵justdave%syndicomm.com2003-01-151-25/+66
| | | | | | | be moderated if the admin so chooses. Patch by Tobias Burnus <burnus@gmx.de> r=joel, a=justdave
* Bug 187837 - Unify showing and editing of quips. Patch by gerv; r=timeless, ↵gerv%gerv.net2003-01-061-36/+41
| | | | a=justdave.
* Bug 159627 quips should be editable and deleteable using the web interfacebugreport%peshkin.net2002-12-091-0/+35
| | | | | patch by burnus r=timeless,a=justdave
* Fix for bug 179329: filters HTML out of quips on "show all quips" pagemyk%mozilla.org2002-11-101-1/+1
|
* Fix for bug 47251: Make HTML output HTML 4.01 Transitional compliant.myk%mozilla.org2002-05-221-3/+3
| | | | | Patch by mental <xor@ivwnet.com>. r=justdave,myk
* Bug 141036 - add INTERFACE comments to all templates. This does the first 20 ↵gerv%gerv.net2002-05-071-0/+7
| | | | or so - many more to go... Patch by gerv; 2xr=bbaetz.
* Bug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke.gerv%gerv.net2002-04-241-2/+2
|
* Bug 135707 - template reorganisation. This makes the new copies of the ↵gerv%gerv.net2002-04-201-2/+2
| | | | templates use all the correct names internally. Patch by me, 2xr=myk.
* Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net2002-04-191-0/+65
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.