Closed
Bug 232830
Opened 21 years ago
Closed 21 years ago
cannot make bugzilla forget a saved query that ends with a '+'
Categories
(Bugzilla :: Query/Bug List, defect)
Bugzilla
Query/Bug List
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: darin.moz, Assigned: gerv)
References
Details
(Keywords: regression)
Attachments
(1 file)
4.66 KB,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
cannot make bugzilla forget a saved query that ends with a '+'
1) save a query named "x+"
2) load the query
3) click "Forget Search 'x+'"
page comes up that says "OK, the x query is gone."
the extra space after the "x" is intentional... copy-paste of the actual output
generated that, which might be a clue as to what is wrong.
i have a couple of queries that end with '+' and since the recent bugzilla
upgrade, i'm no longer able to delete them.
Assignee | ||
Comment 1•21 years ago
|
||
I appear to be looking after these...
Gerv
Assignee: justdave → gerv
Assignee | ||
Comment 2•21 years ago
|
||
This fixes the obvious ones; see my message to developers@ for more guidance.
Gerv
Assignee | ||
Updated•21 years ago
|
Blocks: bmo-regressions-old
Assignee | ||
Updated•21 years ago
|
Attachment #140441 -
Flags: review?(myk)
Comment 3•21 years ago
|
||
Are we supposed to ignore
Index: template/en/default/pages/saved-searches.html.tmpl
-- ? If so, you have r=kiko on the simple html/url_quote swaps there.
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•21 years ago
|
||
kiko: thanks for the review :-) The template you mention is a b.m.o.-specific
template which also needs fixing.
Requesting approval.
Gerv
Flags: approval?
Comment on attachment 140441 [details] [diff] [review]
Patch v.1
> The template you mention is a b.m.o.-specific template which also needs fixing.
Index: template/en/default/pages/saved-searches.html.tmpl
@@ -0,0 +1,43 @@
+[%# 1.0@bugzilla.org %]
...
+ # The Original Code is the Bugzilla Bug Tracking System.
...
+ # The Initial Developer of the Original Code is Netscape Communications
+ # Corporation. Portions created by Netscape are
+ # Copyright (C) 1998 Netscape Communications Corporation. All
+ # Rights Reserved.
is this code derivative of some code by netscape circa 1998? if not would you
please please please use the boilerplates?
if it is, would you please cite the file from which you're deriving your
changes?
+ # Contributor(s): Gervase Markham <gerv@gerv.net>
don't most people put the contributors on lines following the heading? :)
Assignee | ||
Comment 6•21 years ago
|
||
> is this code derivative of some code by netscape circa 1998?
It's arguably derived from a file with that original code attribution, yes.
> don't most people put the contributors on lines following the heading? :)
Either style is acceptable.
Gerv
Comment 7•21 years ago
|
||
Comment on attachment 140441 [details] [diff] [review]
Patch v.1
r=myk without saved-searches.html
Attachment #140441 -
Flags: review?(myk) → review+
Updated•21 years ago
|
Flags: approval? → approval+
Assignee | ||
Comment 8•21 years ago
|
||
Fixed.
Checking in template/en/default/reports/edit-series.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/reports/edit-series.html.tmpl,v
<-- edit-series.html.tmpl
new revision: 1.4; previous revision: 1.3
done
Checking in template/en/default/reports/create-chart.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/reports/create-chart.html.tmpl,v
<-- create-chart.html.tmpl
new revision: 1.7; previous revision: 1.6
done
Checking in template/en/default/list/list.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/list/list.html.tmpl,v
<-- list.html.tmpl
new revision: 1.20; previous revision: 1.19
done
Gerv
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 2.18
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•