Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-03 | Bug 232903: hook to allow addition of extra administration links in the ↵ | gerv%gerv.net | 1 | -0/+1 | |
footer. Patch by gerv; r,a=myk. | |||||
2004-02-03 | Bug 232413 - remove occurrences of in favour of [%+ construct to ↵ | gerv%gerv.net | 1 | -1/+1 | |
prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave. | |||||
2004-01-31 | Patch for bug 213679: Implement a parameter that allows administrators to ↵ | jocuri%softhome.net | 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. | |||||
2004-01-27 | Bug 232161 - add ability to forget or edit saved searches when the search ↵ | gerv%gerv.net | 1 | -0/+22 | |
throws an error. Patch by gerv; r,a=justdave. | |||||
2004-01-20 | Backing out code change that was accidently left in the patch on bug 228894 ↵ | justdave%syndicomm.com | 1 | -2/+1 | |
(see comment 9) | |||||
2004-01-19 | Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵ | jocuri%softhome.net | 15 | -16/+17 | |
template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave. | |||||
2004-01-12 | Fix for bug 229658: Implements a mechanism for extensions to hook into ↵ | myk%mozilla.org | 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 | |||||
2003-12-10 | Bug 190223: Complete templatization for editkeywords.cgi; reviewed by kiko, ↵ | jocuri%softhome.net | 2 | -0/+25 | |
jth, gerv; r/a=justdave. | |||||
2003-12-08 | Bug 223078 - Provide classes to allow user to style bugs depending on bug ↵ | gerv%gerv.net | 1 | -1/+3 | |
number, component or status. Patch by gerv; r=kiko, a=justdave. | |||||
2003-12-08 | Fix for bug 227213: Chomping murder in token emails and pages. Fix | kiko%async.com.br | 1 | -6/+6 | |
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. | |||||
2003-11-14 | Bug 223473: Query not resubmitted after changing columns; r=justdave; ↵ | jocuri%softhome.net | 1 | -0/+2 | |
a=justdave. | |||||
2003-11-09 | Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; ↵ | gerv%gerv.net | 2 | -21/+9 | |
r,a=myk. | |||||
2003-11-09 | Bug 224913 - Need tests to check whether any templates uses the bareword ↵ | gerv%gerv.net | 2 | -11/+12 | |
"bug" or variations. Patch by gerv; r,a=justdave. | |||||
2003-10-31 | Bug 217219 Messages in votes errors are incorrectly CHOMP'd | timeless%mozdev.org | 1 | -7/+6 | |
r=kiko a=justdave | |||||
2003-10-19 | Bug 108528: knob is not a defined error message and it does not help a user ↵ | jocuri%softhome.net | 1 | -1/+5 | |
find the error; patch by chaduv (caduvall@glue.umd.edu); r=justdave; a=justdave. | |||||
2003-10-17 | Backing out patch from bug 108528 - failed to take i10n concerns into account | justdave%syndicomm.com | 1 | -6/+1 | |
2003-10-16 | Bug 108528 - knob is not defined doesn't explain to 2001110503 users what to do | timeless%mozdev.org | 1 | -1/+6 | |
patch by caduvall@glue.umd.edu r=timeless a=justdave | |||||
2003-09-14 | Bug 208699 - Move Throw{Code,Template}Error into Error.pm | bbaetz%acm.org | 1 | -29/+24 | |
r,a=justdave | |||||
2003-09-10 | Bug 217632 - Remove @@@ comment from message.html.tmpl. Patch by gerv; ↵ | gerv%gerv.net | 1 | -1/+1 | |
r,a=justdave. | |||||
2003-09-07 | Bug 207044 - Filter more template directives. None of these are security ↵ | gerv%gerv.net | 6 | -69/+78 | |
bugs, but they need fixing anyway. Patch by gerv; r,a=justdave. | |||||
2003-09-03 | Fix for bug 145588: adds full-text search option for more accurate finding ↵ | myk%mozilla.org | 1 | -0/+4 | |
of individual bugs via words that appear in their descriptions/comments/summaries. r=bbaetz a=myk | |||||
2003-07-31 | Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). ↵ | jkeiser%netscape.com | 1 | -0/+17 | |
Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN. | |||||
2003-07-04 | Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵ | gerv%gerv.net | 13 | -202/+267 | |
without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave. | |||||
2003-06-26 | Bug 16009 - generic charting. Patch by gerv; r,a=justdave. | gerv%gerv.net | 3 | -2/+74 | |
2003-06-07 | Bug 208583 - Remove PerformSubsts from templates | bbaetz%acm.org | 1 | -2/+1 | |
r,a=justdave | |||||
2003-06-03 | Bug 180635 - Enhance Bugzilla::User to store additional information | bbaetz%acm.org | 1 | -19/+11 | |
r=myk,jake | |||||
2003-05-26 | Bug 207085 Updating a stored query shouldn't return the same message as ↵ | timeless%mozdev.org | 1 | -0/+5 | |
creating one r=kiko | |||||
2003-05-05 | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 1 | -5/+0 | |
r=joel, a=justdave | |||||
2003-04-29 | Bug 200198 - user-error.html.tmpl's use [% changedsince %] instead of ↵ | burnus%gmx.de | 1 | -1/+2 | |
$changedsince r=gerv, a=justdave | |||||
2003-04-25 | Fix for bug 179510: takes group restrictions into account when sending ↵ | myk%mozilla.org | 1 | -0/+21 | |
request notifications r=bbaetz,jpreed a=justdave | |||||
2003-04-25 | Bug 192677: Add new test to flag failure-to-filter situations in the ↵ | justdave%syndicomm.com | 5 | -7/+12 | |
templates, and correct the XSS holes that were discovered as a result of it. Patch by Gervase Markham <gerv@mozilla.org> r= myk, bbaetz, justdave a= justdave | |||||
2003-04-02 | Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly. | bbaetz%acm.org | 1 | -29/+13 | |
r=gerv a=justdave | |||||
2003-03-30 | Bug 197689 Missing Query - The query named $name seems to no longer exist. | timeless%mozdev.org | 1 | -1/+1 | |
r=bbaetz a=justdave | |||||
2003-03-22 | Bug 180642 - Move authentication code into a module | bbaetz%acm.org | 3 | -6/+17 | |
r=gerv, justdave a=justdave | |||||
2003-03-22 | Bug 195695 - Requesting a non-existant format results in an Internal Error | bbaetz%acm.org | 1 | -0/+5 | |
r=gerv, a=myk | |||||
2003-02-05 | bug 191087 - process_bug.cgi: "Mid-air collision!" title when not allowed to ↵ | burnus%gmx.de | 1 | -0/+1 | |
change a field r=gerv, a=justdave | |||||
2003-01-06 | Bug 181047 - Change non-output templates to have a ctype of "none". Patch by ↵ | gerv%gerv.net | 3 | -2/+2 | |
gerv; r=bbaetz, a=justdave. | |||||
2002-12-21 | Bug 180870 - Remove old shadowdb manual replication code | bbaetz%student.usyd.edu.au | 1 | -2/+0 | |
r, a=myk | |||||
2002-12-20 | Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave | bbaetz%student.usyd.edu.au | 3 | -5/+14 | |
2002-12-09 | Bug 184365: link to urlbase instead of index.cgi from "Top" link in ↵ | justdave%syndicomm.com | 1 | -1/+1 | |
navigation toolbar. r=gerv, a=me | |||||
2002-12-09 | Bug 86029 create permission restrictions for createaccount.cgi (prevent ↵ | bugreport%peshkin.net | 2 | -1/+9 | |
people from creating accounts) r=burnus a=justdave | |||||
2002-12-09 | Bug 159627 quips should be editable and deleteable using the web interface | bugreport%peshkin.net | 2 | -1/+8 | |
patch by burnus r=timeless,a=justdave | |||||
2002-12-08 | Bug 176461 - Move descs strings from change-columns.html.tmpl to | bbaetz%student.usyd.edu.au | 1 | -0/+2 | |
field-descs.html.tmpl Patch by burnus@gmx.de (Tobias Burnus), r=gerv, bbaetz, a=justdave | |||||
2002-11-28 | Bug 171493 - make show_bug use Bug.pm and remove bug_form.pl | bbaetz%student.usyd.edu.au | 2 | -2/+6 | |
r=justdave, joel a=justdave | |||||
2002-11-27 | Bug 114179 - Concentration, improvement, and templatisation of Bugzilla ↵ | gerv%gerv.net | 4 | -1/+126 | |
general user help system. Patch by gerv; r,a=justdave. | |||||
2002-11-26 | Bug 181960 Reason for account being disabled is not shown | bugreport%peshkin.net | 1 | -1/+1 | |
Patch by joel r,a=justdave | |||||
2002-11-25 | Bug 147275 Rearchitect product groups | bugreport%peshkin.net | 1 | -0/+10 | |
Patch by joel r=bbaetz,justdave a=justdave | |||||
2002-11-22 | Bug 181286 - Invalid html in banner.html.tmpl | bbaetz%student.usyd.edu.au | 1 | -2/+2 | |
patch by Tobias Burnus <burnus@gmx.de> r=bbaetz, a=justdave | |||||
2002-11-19 | Bug 179811, used & instead of & | bbaetz%student.usyd.edu.au | 1 | -1/+1 | |
Patch by Tobias Burnus <burnus@gmx.de>, r=bbaetz, a=justdave | |||||
2002-11-19 | Fix for bug 179881: makes the "Requests" link in the footer be "My Requests" ↵ | myk%mozilla.org | 1 | -2/+7 | |
for logged in users. r=bbaetz a=myk |