aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 471777: $type_id is no longer in use in Search.pm - Patch by Frédér...lpsolit%gmail.com2009-01-011-2/+0
* Bug 463002 - Show a description of what you searched for, at the top of bugl...mkanat%bugzilla.org2008-12-061-37/+88
* Bug 461729: [PostgreSQL] Incorrect SQL is generated when searching for keywor...lpsolit%gmail.com2008-10-291-5/+2
* Bug 459064: Set FIELD_TYPE_SINGLE_SELECT on standard global select fieldsmkanat%bugzilla.org2008-10-251-18/+5
* Bug 455857: [Oracle] 'Find a Specific Bug' doesn't work - Patch by Xiaoou <xi...lpsolit%gmail.com2008-10-171-2/+4
* Bug 455099: Some methods in Search.pm use the wrong user object to check priv...lpsolit%gmail.com2008-09-151-43/+8
* Bug 442031: Make Bugzilla::User::groups return an arrayref of Bugzilla::Group...mkanat%bugzilla.org2008-08-081-2/+3
* Bug 432601: [Oracle] Fix 'Find a specific Bug' (fulltext searching)mkanat%bugzilla.org2008-07-011-4/+8
* Bug 327344: Create sql_iposition and use it in Search.pm to fix the fact that...mkanat%bugzilla.org2008-06-301-4/+3
* Bug 418068 take 3: No way to search for "date of last comment" before/after a...justdave%bugzilla.org2008-03-271-1/+1
* Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ...mkanat%bugzilla.org2008-03-251-53/+13
* Fixing bug 418068 for real. The previous patch was broken. Patch by Jesse Cla...lpsolit%gmail.com2008-02-281-7/+7
* Bug 418068: No way to search for "date of last comment" before/after a given ...lpsolit%gmail.com2008-02-221-42/+21
* Bug 418518: Search links in editkeywords.cgi and describekeywords.cgi generat...lpsolit%gmail.com2008-02-211-1/+2
* Bug 417507: Search.pm broken when searching for empty resolutions (regression...lpsolit%gmail.com2008-02-151-1/+1
* Bug 395460: Make multi-select fields searchablemkanat%bugzilla.org2008-02-041-0/+67
* Bug 414474: Remove debugging code from Search.pm that was left in from bug 39...mkanat%bugzilla.org2008-01-291-4/+0
* Bug 399371: Search.pm should use named subroutines instead of closuresmkanat%bugzilla.org2008-01-241-732/+1155
* Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org2008-01-181-4/+4
* Bug 362436: Allow to search for '---' in versions and milestones - Patch by m...lpsolit%gmail.com2007-12-071-1/+1
* Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by...lpsolit%gmail.com2007-10-091-1/+1
* Bug 319466: commenter "contains" and "was me" fails with: Not unique table/al...lpsolit%gmail.com2007-09-231-25/+24
* Bug 379918: Replace ListIDsForEmail() with subselect - Patch by Joel Peshkin ...lpsolit%gmail.com2007-05-141-114/+23
* Bug 366243: Permit boolean searches of creation date and last changed date to...bugreport%peshkin.net2007-01-221-1/+1
* Bug 365179: Performance problems with multiple fields chosen in the "where on...lpsolit%gmail.com2006-12-281-3/+4
* Bug 364195 - "No way to search for private comments" [p=reed r=justdave a=jus...reed%reedloden.com2006-12-201-0/+12
* Bug 355709: [PostgreSQL] Crash when querying the DBmkanat%bugzilla.org2006-10-071-1/+1
* Bug 333040: Cannot search based on "Attachment Creator" - Patch by Frédéric...lpsolit%gmail.com2006-09-191-0/+14
* Bug 287326: Ability to add custom single-select fields to a bug - Patch by Fr...lpsolit%gmail.com2006-09-091-11/+27
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-6/+6
* Bug 347864: Generally improve fulltext searchmkanat%bugzilla.org2006-08-261-11/+3
* Bug 287170: Need to be able to do fulltext searches on bugs.short_desc even w...mkanat%bugzilla.org2006-08-261-15/+33
* Bug 349026: Find a Specific Bug for Closed bugs returns NO ROWS with perl-CGI...olav%bkor.dhs.org2006-08-221-4/+4
* Bug 276232: "Bug Changes": selecting "bug creation" OR "status" (changed in d...lpsolit%gmail.com2006-08-161-6/+8
* Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org2006-07-261-1/+1
* Bug 282025: Queries with group pronouns should accept non-word characters in ...lpsolit%gmail.com2006-07-061-2/+2
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-9/+19
* Bug 300552: Eliminate deprecated Bugzilla::DB routines from Search.pm - Patch...lpsolit%gmail.com2006-06-201-49/+56
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com2006-06-201-8/+6
* Spelling in code comments patch: 'ned' -> 'need' in Bugzilla/Search.pm; patch...vladd%bugzilla.org2006-06-191-1/+1
* Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ...lpsolit%gmail.com2006-05-081-5/+5
* Bug 322285: Cancelling a flag should remove it completely from the DB - Patch...lpsolit%gmail.com2006-04-141-6/+3
* Bug 330588 - Missing newline in Search.pmtimeless%mozdev.org2006-03-161-1/+2
* Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com2006-03-091-3/+4
* Bug 323905: "Group" "isn't equal to" boolean chart does not work correctly - ...lpsolit%gmail.com2006-03-091-3/+6
* Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com2006-03-071-2/+3
* Bug 320289: [PostgreSQL] Ordering a buglist by "Actual Hours" fails - Patch b...lpsolit%gmail.com2005-12-191-1/+1
* Bug 314489: [PostgreSQL] Buglists sorted by importance failmkanat%kerio.com2005-11-241-1/+1
* Bug 306130 Search for attachment creation failsbugreport%peshkin.net2005-11-161-0/+5