aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/show.xml.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-101-6/+6
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 521398 - make XML version of bug supply more data (flags, comment IDs ↵gerv%gerv.net2009-10-261-25/+22
| | | | etc.) Patch by gerv; r,a=LpSolit.
* Bug 378681: Bug XML only contains group names, while process_bug only ↵lpsolit%gmail.com2009-10-191-1/+1
| | | | accepts group IDs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 508416: Bug flags are always displayed in the XML view of bugs - Patch ↵lpsolit%gmail.com2009-08-051-9/+12
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 487865: Exporting bugs in XML format uses non-unique timezones (they ↵lpsolit%gmail.com2009-04-101-3/+3
| | | | cannot be imported back) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 476603 - "[SECURITY] Editing attachments doesn't have any CSRF ↵reed%reedloden.com2009-03-301-3/+7
| | | | protection" [p=reed r=LpSolit a=LpSolit]
* 2nd part of bug 481506: Filtering email addresses in comments can hang ↵lpsolit%gmail.com2009-03-051-1/+1
| | | | Bugzilla in some cases - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 476678 - Rich clients unable to update bugs need security token ↵ghendricks%novell.com2009-02-051-0/+5
| | | | | | included in bug xml patch by ghendricks@novell.com r=LpSolit a=LpSolit
* Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org2009-01-291-10/+17
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 465219: Include ID in the flag section of /show_bug.cgi?id=...&ctype=xmlmkanat%bugzilla.org2008-11-261-0/+2
| | | | Patch By Frank Becker <Frank@Frank-Becker.de> r=mkanat, a=mkanat
* Bug 437011: Add hook to show.xml.tmpl to add fields to the end of the xmlmkanat%bugzilla.org2008-06-041-0/+3
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 323003: [importxml.pl] attachments should be imported with the original ↵lpsolit%gmail.com2008-03-171-0/+1
| | | | creator - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-201-1/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Hum... 2nd attempt to fix bug 332149. I committed the wrong patch *and* I ↵lpsolit%gmail.com2007-08-081-1/+1
| | | | lost connection in the middle of the commit. Bad!
* Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com2007-04-191-2/+2
| | | | get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 366059: Include the attachment size when viewing bugs in the XML format ↵lpsolit%gmail.com2007-01-071-0/+1
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=myk
* Bug 355881: XML Output change to remove lots of excess whitespacemozilla%colinogilvie.co.uk2006-10-111-3/+1
| | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=LpSolit; a=justdave
* Fix a regression due to the checkin of bug 340001: show.xml.tmpl is broken ↵lpsolit%gmail.com2006-09-101-1/+1
| | | | due to a missing whitespace. r=mkanat on IRC
* Bug 340001: Bug XML should include real namesmozilla%colinogilvie.co.uk2006-09-071-2/+6
| | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=LpSolit; a=myk
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-3/+3
| | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, 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
* Bug 341538: Missing information in XML for Time Tracking and Duplicate Bugsmozilla%colinogilvie.co.uk2006-06-271-0/+5
| | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=LpSolit; a=justdave
* Patch for bug 326060: Remove template check for flag.setter (it always ↵jocuri%softhome.net2006-02-221-3/+1
| | | | exists) - patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, r=LpSolit, a=justdave.
* Bug 307328: show.xml.tmpl now includes bug flags as well as some other ↵lpsolit%gmail.com2005-11-081-9/+20
| | | | missing fields and attributes (required by importxml.pl) - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=myk
* Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of ↵lpsolit%gmail.com2005-09-071-0/+3
| | | | exporting attachment data - Patch by Greg Hendricks <ghendricks@novell.com> r/a=myk
* Partial fix for bug 302669: rewrites Attachment.pm to provide a real ↵myk%mozilla.org2005-09-011-2/+2
| | | | Attachment class; r=lpsolit
* Bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW ↵lpsolit%gmail.com2005-08-041-1/+1
| | | | installations - Patch by byron jones (glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
* Patch for bug 171478: XML bug output should include attachment flags; patch ↵jocuri%softhome.net2005-01-171-1/+20
| | | | by Colin S. Ogilvie <colin.ogilvie@gmail.com>, r=wurblzap, a=myk.
* Patch for bug 258711: move.pl should honour emailsuffix; patch by Marc ↵jocuri%softhome.net2004-12-071-1/+1
| | | | Schumann <wurblzap@gmail.com>, r=justdave, a=justdave.
* [SECURITY] Bug 263780: Exporting a bug to XML exposes user comments and ↵justdave%bugzilla.org2004-10-251-0/+2
| | | | | | | attachment summaries which are marked as private to users who are not members of the group allowed to see private comments and attachments. XML export is not exposed in the user interface, but is available to anyone who knows the correct URL to invoke it. This only affects sites that use the 'insidergroup' feature. Patch by Joel Peshkin <bugreport@peshkin.net> r=vladd,justdave, a=justdave
* Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net2004-07-311-1/+1
| | | | | | patch by erik,joel r=kiko a=justdave
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-1/+1
| | | | r=myk,jake
* Bug 136603 - show_bug.cgi's XML retrieval needs a summary mode. Patch by ↵gerv%gerv.net2003-01-151-17/+25
| | | | gerv; r=bbaetz, a=justdave.
* Bug 158499 - Templatise XML bug outputbbaetz%student.usyd.edu.au2002-12-151-0/+84
r=gerv, justdave a=justdave