aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/list
Commit message (Collapse)AuthorAgeFilesLines
* Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug ↵lpsolit%gmail.com2007-05-271-53/+23
| | | | status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa ↵lpsolit%gmail.com2007-05-142-1/+9
| | | | <wicked@etlicon.fi> r=justdave a=LpSolit
* Bug 345290: Give a CSS class to various sections of the buglist, including ↵lpsolit%gmail.com2007-05-101-24/+32
| | | | quips - Patch by timeless <timeless@bemail.org> r=wicked a=mkanat
* Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com2007-04-194-11/+11
| | | | get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 92552: Separate reassignment from bug status change (they are now ↵lpsolit%gmail.com2007-04-131-25/+24
| | | | independent) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵lpsolit%gmail.com2007-04-102-5/+5
| | | | (next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 345826: Ability to save column list in saved searchesmkanat%bugzilla.org2007-03-081-0/+11
| | | | Patch By Ronaldo Maia <romaia@async.com.br> r=LpSolit, a=LpSolit
* Bug 314659: Provide more information for the Atom summary - Patch by ↵lpsolit%gmail.com2007-02-271-10/+27
| | | | Frédéric Buclin <LpSolit@gmail.com> r=bkor a=LpSolit
* Bug 369912: Buglists exported as iCalendar have wrong timestamps - Patch by ↵lpsolit%gmail.com2007-02-101-4/+4
| | | | Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
* Bug 367674: [SECURITY] XSS when reading Atom feeds due to unescaped HTMLmkanat%bugzilla.org2007-02-031-12/+12
| | | | Patch By Frédéric Buclin <LpSolit@gmail.com> r=bkor, a=mkanat
* s/Fill/File/ [p=reed r=LpSolit]reed%reedloden.com2006-12-281-1/+1
|
* Bug 357396: Mass-change broken due to the undesired ↵lpsolit%gmail.com2006-10-201-4/+2
| | | | onClick="document.location='show_bug.cgi?id=XXX'" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
* Bug 321556: Prepare Bugzilla to ship with at least 2 skins.wurblzap%gmail.com2006-10-182-4/+7
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=myk, a=justdave
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com2006-10-152-8/+3
| | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
* Bug 355172: [Selenium] <name="newqueryname" ...> needs an ID - Patch by ↵lpsolit%gmail.com2006-10-031-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 355158: Bad filtering of bug list names - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-10-031-6/+4
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 354314: Missing "--do_not_change--" option for custom select fields when ↵lpsolit%gmail.com2006-09-281-1/+3
| | | | changing several bugs at once - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-043-4/+4
| | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
* Bug 344513: Make plain-text custom fields functional on all pages except ↵mkanat%bugzilla.org2006-07-181-0/+8
| | | | | | enter_bug.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 94534: Customised resolutions - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-07-142-3/+3
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com2006-07-124-10/+11
| | | | <batosti@async.com.br> r=ghendricks a=myk
* Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by ↵lpsolit%gmail.com2006-07-031-1/+1
| | | | Rémi Zara <remi_zara@mac.com> r=mkanat a=justdave
* Patch for bug 342130: don't display a bogus footer anymore when searching ↵vladd%bugzilla.org2006-06-201-1/+1
| | | | for all products with Quick Search; patch by Vlad Dascalu <vladd@bugzilla.org>; r=LpSolit, a=myk.
* Bug 328667: if I do a search on just one product, there should be a 'new bug ↵lpsolit%gmail.com2006-03-071-0/+6
| | | | against this product' link - Patch by Vlad Dascalu <vladd@bugzilla.org> r=LpSolit a=myk
* Patch for bug 328089: make number of columns in additional comments field ↵jocuri%softhome.net2006-03-031-1/+1
| | | | identical with constants.COMMENT_COLS; patch by Rudolf Ramler <rudolf.ramler@scch.at>, r=vladd, a=justdave.
* Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann ↵lpsolit%gmail.com2006-02-221-1/+7
| | | | <wurblzap@gmail.com> r=vladd a=justdave
* [SECURITY] Bug 313441: Query RSS should HTML-escape summary in <title> - ↵lpsolit%gmail.com2006-02-212-46/+37
| | | | | | Patch by Phil Ringnalda <philringnalda@gmail.com> r=myk a=justdave I forgot to specify the bug number in my previous checkin. That was bug 312498.
* Bug 232778: The sort order of a saved search is not kept - Patch by ↵lpsolit%gmail.com2006-02-121-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 325037: Remove whitespaces from the 'Long Format' button - Patch by ↵lpsolit%gmail.com2006-01-281-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 302326: Column sort links in bug lists should use field IDs instead of ↵lpsolit%gmail.com2005-12-211-1/+8
| | | | names - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 313492: Query RSS doesn't correctly handle timezones in dc:date - Patch ↵lpsolit%gmail.com2005-11-191-1/+1
| | | | by Phil Ringnalda <bugzilla@philringnalda.com> r/a=myk
* Bug 312928: Title RSS bug-list based on Saved Search name - Patch by ↵lpsolit%gmail.com2005-11-191-2/+3
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 87405: Change columns on stored query loses title - Patch by Frédéric ↵lpsolit%gmail.com2005-11-191-2/+2
| | | | Buclin <LpSolit@gmail.com> r/a=myk
* Bug 150105: $debug flag in buglist.cgi not working - Patch by Teemu ↵lpsolit%gmail.com2005-10-262-0/+10
| | | | Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
* Bug 305807: Fix some incorrect template filtering types - Patch by GavinS ↵lpsolit%gmail.com2005-10-181-1/+1
| | | | <bugzilla@chimpychompy.org> r=LpSolit r=justdave a=justdave
* Bug 306325: Move CanEnterProduct() and CanEnterProductOrWarn() out of ↵lpsolit%gmail.com2005-10-121-2/+5
| | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel r=wicked a=justdave
* Bug 256135: Parameter 'movers' is handled differently in Bug.pm and ↵lpsolit%gmail.com2005-09-091-1/+1
| | | | buglist.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of ↵lpsolit%gmail.com2005-09-071-0/+8
| | | | exporting attachment data - Patch by Greg Hendricks <ghendricks@novell.com> r/a=myk
* Bug 45349: Allow to change the OS when changing several bugs at once - Patch ↵lpsolit%gmail.com2005-08-311-15/+25
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 304322: The Change-several-bugs-at-once page does not use localised ↵lpsolit%gmail.com2005-08-221-1/+1
| | | | terms for resolutions - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk
* Bug 303899: Allow changing Status Whiteboard when when editing multiple bugsjouni%heikniemi.net2005-08-141-0/+12
| | | | Patch by Matisse Enzer <matisse@matisse.net>, r=jouni, a=justdave
* Bug 277466: saved search's old name is used when running a search - Patch by ↵lpsolit%gmail.com2005-08-101-1/+2
| | | | Rob Siklos <robzilla@siklos.ca> r=LpSolit,joel a=justdave
* Bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW ↵lpsolit%gmail.com2005-08-042-2/+2
| | | | installations - Patch by byron jones (glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
* Bug 257767: Option to have fields in CSV files separated by semicolons ↵lpsolit%gmail.com2005-07-201-4/+7
| | | | instead of commas - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk
* Bug 300318: RSS feeds namespace is incorrect - Patch by Jason Remillard ↵lpsolit%gmail.com2005-07-201-2/+2
| | | | <jremillardshop@letterboxes.org> r/a=myk
* Bug 297974: Add bug numbers to the generated RSS buglist - Patch by ↵lpsolit%gmail.com2005-07-081-1/+3
| | | | Frédéric Buclin <LpSolit@gmail.com> r/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
* Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - ↵lpsolit%gmail.com2005-06-212-2/+2
| | | | Patch by Tiago R. Mello <timello@async.com.br> 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 215346: Bug lists don't use mapped fields - Patch by Emmanuel Seyman ↵lpsolit%gmail.com2005-05-271-0/+4
| | | | <eseyman@linagora.com> r=myk,wurblzap a=myk