Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch for bug 234264; eliminates a double escaping issue by removing ↵ | jocuri%softhome.net | 2004-02-24 | 1 | -1/+1 |
| | | | | filtering of searchname in title; patch by Jeff Walden <Jswalden86@netzero.net>; r=gerv; a=justdave. | ||||
* | Patch for bug 234171; removes \%COOKIE from index.cgi; patch by Teemu ↵ | jocuri%softhome.net | 2004-02-14 | 1 | -3/+3 |
| | | | | Mannermaa <wicked@etlicon.fi>; r=gerv; a=justdave. | ||||
* | Bug 232749 - fix various charting problems revealed by b.m.o. upgrade, ↵ | gerv%gerv.net | 2004-02-13 | 7 | -28/+43 |
| | | | | including editing, subscribe buttons and terminology. Patch by gerv; r=kiko, a=justdave. | ||||
* | Fix for bug 127995: shows the size of attachments in the show bug and ↵ | myk%mozilla.org | 2004-02-06 | 3 | -2/+6 |
| | | | | | | | | attachment interfaces. Patch by Dave Swegen <dswegen@software.plasmon.com> r=myk a=myk | ||||
* | Patch for bug 218401; add in some places templatization support for the bug ↵ | jocuri%softhome.net | 2004-02-04 | 1 | -1/+1 |
| | | | | term in query.cgi; patch by Andreas Höfler <andreas.hoefler@bearingpoint.com>; r=gerv; a=justdave. | ||||
* | Patch for bug 194472; link to the product's component editor when displaying ↵ | jocuri%softhome.net | 2004-02-04 | 1 | -1/+2 |
| | | | | error regarding lack of components; patch written by me based on the work and review of chaduv and jouni; r=kiko; a=justdave. | ||||
* | Bug 232830 - use url_quote instead of html filtering to make sure we can ↵ | gerv%gerv.net | 2004-02-04 | 3 | -7/+7 |
| | | | | delete queries which contain a "+". Patch by gerv; r,a=myk. | ||||
* | Bug 224242: Add a CSS id signature to the <body> attribute on Bugzilla pages ↵ | justdave%syndicomm.com | 2004-02-04 | 1 | -1/+3 |
| | | | | | | to allow user CSS to explicitly affect Bugzilla. r= myk, a= myk | ||||
* | Fix for bug 220998: Allows blocks, dependson, and keywords values to be part ↵ | myk%mozilla.org | 2004-02-04 | 1 | -3/+3 |
| | | | | | | | of a bug entry template (i.e. a URL that presets those fields to specific values). Original patch by Ludovic Dubost. r=kiko | ||||
* | Bug 232903: hook to allow addition of extra administration links in the ↵ | gerv%gerv.net | 2004-02-03 | 1 | -0/+1 |
| | | | | footer. Patch by gerv; r,a=myk. | ||||
* | Bug 232413 - remove occurrences of in favour of [%+ construct to ↵ | gerv%gerv.net | 2004-02-03 | 10 | -17/+21 |
| | | | | prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave. | ||||
* | Patch for bug 213679: Implement a parameter that allows administrators to ↵ | jocuri%softhome.net | 2004-01-31 | 1 | -0/+4 |
| | | | | control whether blank comments are allowed when filling new bugs; code by Dave Swegen <dswegen@software.plasmon.com>; r=myk; a=myk. | ||||
* | Bug 232485 - fix missing space between words. Patch by gerv; r,a=justdave. | gerv%gerv.net | 2004-01-30 | 1 | -1/+1 |
| | |||||
* | Bug 232494 - fix missing space between words. Patch by gerv; r,a=justdave. | gerv%gerv.net | 2004-01-30 | 1 | -1/+1 |
| | |||||
* | Fix for bug 232508: adds back missing space between "tell" and "[% ↵ | myk%mozilla.org | 2004-01-30 | 1 | -1/+1 |
| | | | | | | | | terms.Bugzilla %]". Patch by Stephen Reindl <sr@stephenreindl.de> r=myk a=myk | ||||
* | Bug 232161 - add ability to forget or edit saved searches when the search ↵ | gerv%gerv.net | 2004-01-27 | 1 | -0/+22 |
| | | | | throws an error. Patch by gerv; r,a=justdave. | ||||
* | Fix for bug 232160: adds the header back in to the "verify component, etc." ↵ | myk%mozilla.org | 2004-01-26 | 1 | -0/+2 |
| | | | | | | page that appears when a user changes the product to which a bug belongs. r=gerv | ||||
* | Bug 232055 - add more colours to line graphs (default is 7; we now have 16.) ↵ | gerv%gerv.net | 2004-01-25 | 2 | -3/+11 |
| | | | | Patch by gerv; r,a=justdave. | ||||
* | Bug 231391 - make "cumulate" option work on new charts, together with a few ↵ | gerv%gerv.net | 2004-01-22 | 2 | -17/+19 |
| | | | | UI tweaks. Patch by gerv; r=kiko, a=myk. | ||||
* | Bug 231026 - improve the appearance of the buglist options at the bottom of ↵ | gerv%gerv.net | 2004-01-21 | 1 | -5/+5 |
| | | | | the buglist. Patch by gerv; r,a=justdave. | ||||
* | Bug 227026 - remove obsolete MacsBug information from guided template (we no ↵ | gerv%gerv.net | 2004-01-20 | 1 | -3/+1 |
| | | | | longer support OS 9.) Patch by gerv; r,a=justdave. | ||||
* | Backing out code change that was accidently left in the patch on bug 228894 ↵ | justdave%syndicomm.com | 2004-01-20 | 1 | -2/+1 |
| | | | | (see comment 9) | ||||
* | Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵ | jocuri%softhome.net | 2004-01-19 | 112 | -113/+114 |
| | | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave. | ||||
* | Bug 224420 - fix test bustage caused by accidental use of the word "bugs". Oops. | gerv%gerv.net | 2004-01-18 | 1 | -1/+1 |
| | |||||
* | Bug 224420 - add a warning that only public bugs are counted by the new ↵ | gerv%gerv.net | 2004-01-17 | 1 | -0/+5 |
| | | | | charting system at the moment. Patch by gerv; r,a=justdave. | ||||
* | Fix for bug 90468: Bugzilla does not log out automatically when closing | kiko%async.com.br | 2004-01-17 | 1 | -0/+15 |
| | | | | | the session. Patch by toms@myrealbox.com (Toms Baugis), with minor cleanups by me. r=kiko, a=myk. | ||||
* | Bug 231037 - remove JS popup from bug entry page. Patch by gerv; r,a=myk. | gerv%gerv.net | 2004-01-16 | 1 | -5/+1 |
| | |||||
* | Fix for bug 229658: Implements a mechanism for extensions to hook into ↵ | myk%mozilla.org | 2004-01-12 | 1 | -0/+33 |
| | | | | | | | standard Bugzilla templates so they can extend the Bugzilla UI without having to modify the standard templates themselves, making it easier to develop and use Bugzilla extensions. r=bbaetz, gerv a=myk | ||||
* | Bug 227979: Editkeywords.cgi HTML validation; r=kiko; a=justdave. | jocuri%softhome.net | 2003-12-10 | 3 | -3/+3 |
| | |||||
* | Bug 190223: Complete templatization for editkeywords.cgi; reviewed by kiko, ↵ | jocuri%softhome.net | 2003-12-10 | 9 | -8/+239 |
| | | | | jth, gerv; r/a=justdave. | ||||
* | Bug 227289: INTERFACE comments for account/create.html.tmpl; r=jouni; ↵ | jocuri%softhome.net | 2003-12-08 | 1 | -0/+7 |
| | | | | a=justdave. | ||||
* | Bug 218568 - bustage fix. Turn "bug" words into [% terms.bugs %] and so on. | gerv%gerv.net | 2003-12-08 | 2 | -3/+3 |
| | |||||
* | Bug 223078 - bustage fix. Add bodyattrs to filterexceptions.pl. | gerv%gerv.net | 2003-12-08 | 1 | -1/+2 |
| | |||||
* | Bug 223078 - Provide classes to allow user to style bugs depending on bug ↵ | gerv%gerv.net | 2003-12-08 | 2 | -1/+9 |
| | | | | number, component or status. Patch by gerv; r=kiko, a=justdave. | ||||
* | Bug 227122 - pie chart link missing from certain tabular reports. Patch by ↵ | gerv%gerv.net | 2003-12-08 | 1 | -1/+1 |
| | | | | gerv; r=jouni, a=justdave. | ||||
* | Bug 218568 - Clean up charting UI. Having played with it for a bit, it ↵ | gerv%gerv.net | 2003-12-08 | 5 | -120/+129 |
| | | | | needed work. Patch by gerv; r=kiko, a=justdave. | ||||
* | Fix for bug 227213: Chomping murder in token emails and pages. Fix | kiko%async.com.br | 2003-12-08 | 4 | -23/+23 |
| | | | | | | chomping issues, a spurious in an email template, and minor rewordings to make the text prettier -- oh, I realize this isn't Chaucer yet, but who knows? r=jouni, a=justdave. | ||||
* | Bug 226932: flag request email sends ' ' in subject. Remove | kiko%async.com.br | 2003-12-01 | 1 | -2/+2 |
| | | | | | entities that were introduced by the fix for bug 13540. Patch by Stephen Reindl <sr@stephenreindl.de>, r=kiko, a=justdave | ||||
* | Bug 226229: Query.cgi HTML Transitional 4.01 validation fails for | kiko%async.com.br | 2003-11-27 | 3 | -16/+18 |
| | | | | | query.cgi. Fixes outstanding validation issues. patch by Anthony Christofides, r=kiko, a=justdave | ||||
* | Fix for bug 226469: labels the votes column in the RDF buglist output as ↵ | myk%mozilla.org | 2003-11-22 | 1 | -1/+1 |
| | | | | containing Integer values so they sort correctly in RDF-slurping clients. | ||||
* | Bug 225703: Partial templatization for editkeywords.cgi; r=jouni; r=gerv; ↵ | jocuri%softhome.net | 2003-11-21 | 4 | -0/+171 |
| | | | | a=justdave. | ||||
* | Bug 226119: The template admin/add-group.html.tmpl moved to ↵ | jouni%heikniemi.net | 2003-11-19 | 1 | -0/+0 |
| | | | | | | admin/groups/create.html.tmpl to better match with admin template naming consensus discussed in reviewers@. r=myk, a=justdave | ||||
* | Bug 225303 - Cannot remove stored query when no bugs are found. Patch by ↵ | gerv%gerv.net | 2003-11-15 | 1 | -49/+38 |
| | | | | gerv; r=jouni, a=justdave. | ||||
* | Bug 223473: Query not resubmitted after changing columns; r=justdave; ↵ | jocuri%softhome.net | 2003-11-14 | 1 | -0/+2 |
| | | | | a=justdave. | ||||
* | Bug 219358 - Make attachments with all supported MIME types viewable in the ↵ | gerv%gerv.net | 2003-11-14 | 1 | -2/+7 |
| | | | | edit page. Patch by gerv; r=kiko, r,a=justdave. | ||||
* | Bug 207211: Editgroups.cgi - template for add a group page; r=myk; a=myk. | jocuri%softhome.net | 2003-11-10 | 1 | -0/+82 |
| | |||||
* | Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; ↵ | gerv%gerv.net | 2003-11-09 | 5 | -164/+85 |
| | | | | r,a=myk. | ||||
* | Bug 224913 - Need tests to check whether any templates uses the bareword ↵ | gerv%gerv.net | 2003-11-09 | 7 | -25/+36 |
| | | | | "bug" or variations. Patch by gerv; r,a=justdave. | ||||
* | Bug 195530 - Make javascript version of buglists available, part 2. This is ↵ | gerv%gerv.net | 2003-11-09 | 1 | -0/+5 |
| | | | | a security fix to prevent remote sites being able to see sensitive bug data. Patch by gerv; r=justdave, r=myk, a=justdave. | ||||
* | Bug 222564 - The chart made when creating a new Product/Component is not ↵ | gerv%gerv.net | 2003-11-08 | 1 | -2/+2 |
| | | | | public. Patch by gerv; r=kiko, a=justdave. |