Closed
Bug 545576
Opened 15 years ago
Closed 15 years ago
Add "greaterthaneq" and "lessthaneq" charts to do >= and <= searches
Categories
(Bugzilla :: Query/Bug List, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.0
People
(Reporter: mkanat, Assigned: reed)
References
Details
Attachments
(1 file, 1 obsolete file)
3.29 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
In order to move the "votes" functionality into an extension without hooking Search.pm (which we are currently pretty much unable to do in any good way), I need a "greaterthaneq" chart in Search.pm.
Assignee | ||
Comment 1•15 years ago
|
||
Two for the price of one.
Assignee: query-and-buglist → reed
Status: NEW → ASSIGNED
Attachment #426433 -
Flags: review?(mkanat)
Reporter | ||
Updated•15 years ago
|
Summary: Add a "greaterthaneq" chart to do >= searches → Add "greaterthaneq" and "lessthaneq" charts to do >= and <= searches
Reporter | ||
Comment 3•15 years ago
|
||
Comment on attachment 426433 [details] [diff] [review]
patch - v1 (untested)
A few of the other charts need modification, and we should add these to the boolean-charts template.
Attachment #426433 -
Flags: review?(mkanat) → review-
Assignee | ||
Comment 4•15 years ago
|
||
Attachment #426433 -
Attachment is obsolete: true
Attachment #426437 -
Flags: review?(mkanat)
Reporter | ||
Comment 5•15 years ago
|
||
Comment on attachment 426437 [details] [diff] [review]
patch - v2 (untested)
Looks good to me! :-) Thanks! :-)
Attachment #426437 -
Flags: review?(mkanat) → review+
Reporter | ||
Updated•15 years ago
|
Flags: approval+
Assignee | ||
Comment 6•15 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified Bugzilla/Search.pm
modified template/en/default/search/boolean-charts.html.tmpl
Committed revision 6985.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
![]() |
||
Comment 7•15 years ago
|
||
Well, the way of doing is rather "stupid". This is the exact same patch as Rosie's one, with the removal of the license part. Hard to assume you never looked at her patch. Weird and unfair way to work around licensing issues.
Assignee | ||
Comment 8•15 years ago
|
||
(In reply to comment #7)
> Well, the way of doing is rather "stupid". This is the exact same patch as
> Rosie's one, with the removal of the license part. Hard to assume you never
> looked at her patch. Weird and unfair way to work around licensing issues.
I didn't even know the other bug or patch existed when I wrote the first version, and v2 was based on quick comments from IRC (from me asking about the other charts and mkanat mentioning that I should add it to boolean-charts.html.tmpl), not from anything in the other bug. So, therefore, it's original work and not based on anything derivative from the other bug.
Reporter | ||
Comment 9•15 years ago
|
||
The implementation is obvious and straightforward, it's totally unsurprising that two people would develop identical patches.
You need to log in
before you can comment on or make changes to this bug.
Description
•