index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Bugzilla
/
Search
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-02
Bug 647466: Allow Search.pm to take the new URL syntax for custom search
Max Kanat-Alexander
2
-6
/
+26
2011-04-02
Bug 640045: Convert Search.pm to use the new AND/OR system internally.
Max Kanat-Alexander
2
-0
/
+179
2011-02-18
Bug 580490 - Quicksearch should optionally not search comments
David Lawrence
1
-3
/
+5
2011-01-30
Bug 616185: Move tags (aka lists of bugs) to their own DB tables
Frédéric Buclin
1
-11
/
+1
2011-01-27
Allow extensions to alter quicksearch terms and search format. r=mkanat.
Gervase Markham
1
-0
/
+2
2010-12-27
Bug 615574: Make every search done by buglist.cgi create a list_id, so that
Max Kanat-Alexander
1
-0
/
+9
2010-11-13
Bug 611623: The alias is not filtered in QuickSearch when passed to show_bug.cgi
Frédéric Buclin
1
-0
/
+1
2010-10-14
Bug 600598: "Can't call method "bug_list" on unblessed reference" error throw...
Frédéric Buclin
1
-0
/
+12
2010-09-21
Bug 585028: Advanced Shortcut for Priority (P1-5 as search word) broken
Frédéric Buclin
1
-12
/
+29
2010-08-24
Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fields
Tiago Mello
1
-1
/
+1
2010-08-02
Bug 553884: Quicksearch incorrectly treats "-" in quotes as negation
Frédéric Buclin
1
-0
/
+3
2010-07-23
Bug 578240 - Re-add "owner" as a quicksearch alias for searching for "assigne...
Reed Loden
1
-0
/
+1
2010-07-23
Bug 578494: When doing a QuickSearch on a phrase, pass the phrase quoted
Max Kanat-Alexander
1
-2
/
+9
2010-07-23
Bug 556579: Back out the patch from bug 554819, because it caused special
Max Kanat-Alexander
1
-4
/
+32
2010-07-16
Bug 578335: The "Show next bug in my list" user pref either doesn't display t...
Frédéric Buclin
1
-1
/
+1
2010-07-08
Bug 577089: Make convert-workflow fix the query values for series
Max Kanat-Alexander
1
-2
/
+5
2010-07-08
Bug 577149: Make convert-workflow rename values in saved searches
Max Kanat-Alexander
1
-0
/
+31
2010-07-06
Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,
Max Kanat-Alexander
1
-2
/
+2
2010-06-24
Bug 572602: Change the way that Bugzilla::Object determines what fields
Max Kanat-Alexander
2
-5
/
+1
2010-06-16
A few tinderbox bustage fixes from the checkin of bug 24896.
Max Kanat-Alexander
1
-1
/
+1
2010-06-16
Bug 24896: Make the First/Last/Prev/Next navigation on bugs work with
Max Kanat-Alexander
1
-0
/
+147
2010-03-29
Bug 554986: Add a "notmatches" search type, which allows the minus sign
Max Kanat-Alexander
1
-11
/
+2
2010-03-29
Bug 554819: Make Quicksearch use Text::ParseWords instead of its custom
Max Kanat-Alexander
1
-32
/
+4
2010-03-28
Bug 550148: Using Quicksearch with a comma-separated list of bug ids was
Max Kanat-Alexander
1
-1
/
+1
2010-02-16
Bug 372979: Make voting into an extension
Max Kanat-Alexander
1
-18
/
+0
2010-02-10
Bug 527641 - "QuickSearch should include aliases in default search chart" [r=...
Reed Loden
1
-0
/
+1
2010-02-01
Bug 537746: Search criteria headers on buglist duplicate unnecessarily when b...
Frédéric Buclin
1
-1
/
+1
2009-12-17
Bug 518459: Remove certain QuickSearch features that are no longer needed (af...
mkanat%bugzilla.org
1
-44
/
+2
2009-12-08
Bug 518024: Make quicksearch accept any field name or any unique starting sub...
mkanat%bugzilla.org
1
-67
/
+144
2009-09-22
Bug 490551: Refactor Bugzilla::Search::QuickSearch::quicksearch into a series...
mkanat%bugzilla.org
1
-252
/
+290
2009-08-21
Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Saved
mkanat%bugzilla.org
1
-5
/
+65
2009-07-20
Bug 314364: Make QuickSearch use "matches" for comment searches instead of "s...
mkanat%bugzilla.org
1
-10
/
+3
2009-05-20
Bug 302511: Remove QuickSearch's dependency on default priority values
mkanat%bugzilla.org
1
-3
/
+19
2009-04-29
Bug 490562: QuickSearch "+" operator adds $qsword over and over for @subWords
mkanat%bugzilla.org
1
-1
/
+1
2009-03-04
Bug 474779: Quicksearch cannot find mixed/upper case keywords - Patch by Kent...
lpsolit%gmail.com
1
-1
/
+1
2008-11-09
Bug 364162: Code determining if named queries should be shown in the page foo...
lpsolit%gmail.com
1
-0
/
+24
2008-10-11
Bug 458189: Quicksearches starting with +DUP return no results - Patch by FrÃ...
lpsolit%gmail.com
1
-3
/
+5
2008-05-14
Bug 433514: Renaming a saved search with the same name of different case caus...
lpsolit%gmail.com
1
-1
/
+4
2008-01-05
Bug 405476: flag:review? not understood by QuickSearch - Patch by Frédé...
lpsolit%gmail.com
1
-1
/
+1
2007-12-03
Bug 400243: "votes:n" quicksearch should be "at least n votes", not "more tha...
lpsolit%gmail.com
1
-1
/
+1
2007-11-19
Bug 399163: Bugzilla/*.pm should use transactions for database interaction - ...
lpsolit%gmail.com
1
-3
/
+2
2007-10-09
Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by...
lpsolit%gmail.com
1
-1
/
+1
2007-07-20
Bug 365082: QuickSearch using unknown field makes Bugzilla hang - Patch by Te...
lpsolit%gmail.com
1
-4
/
+13
2007-07-19
Bug 329701: Add flag support to QuickSearch - Patch by Teemu Mannermaa <wicke...
lpsolit%gmail.com
1
-0
/
+13
2007-07-13
Bug 387678: Warnings thrown when running ./runtests -v 11 - Patch by FrédÃ...
lpsolit%gmail.com
1
-1
/
+1
2007-06-13
Bug 383935: Display how many other users have chosen to see your saved search...
lpsolit%gmail.com
1
-0
/
+23
2007-03-25
Bug 371475: Quicksearch should include OS field (in addition to Platform fiel...
lpsolit%gmail.com
1
-2
/
+6
2007-03-17
Bug 366120: QuickSearch gets confused by colons in quotes - Patch by Teemu Ma...
lpsolit%gmail.com
1
-12
/
+6
2007-03-17
Bug 174085: Want to be able to query via group in quicksearch - Patch by Teem...
lpsolit%gmail.com
1
-0
/
+1
2006-11-13
Checkin fix for bug 360028.
mkanat%bugzilla.org
1
-0
/
+1
[next]