aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 302599: Saved searches using "days since bug changed" fail with "Can't us...lpsolit%gmail.com2005-11-151-1/+1
* Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch b...lpsolit%gmail.com2005-11-141-1/+1
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com2005-10-311-4/+0
* Bug 150105: $debug flag in buglist.cgi not working - Patch by Teemu Mannermaa...lpsolit%gmail.com2005-10-261-8/+14
* Bug 302785: [PostgreSQL] Bugzilla cannot order a buglist by number of votes -...lpsolit%gmail.com2005-10-071-3/+4
* Bug 308653: The error 'relation "map_products" does not exist' is returned us...lpsolit%gmail.com2005-09-161-2/+2
* Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com2005-09-061-2/+3
* Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept st...mkanat%kerio.com2005-08-311-7/+20
* Bug 306117: Search on "Percentage Completed" field returns "unknown column 'b...lpsolit%gmail.com2005-08-291-0/+3
* Bug 305333: Move attachments.thedata to its own tablebugreport%peshkin.net2005-08-271-0/+13
* Bug 298400: [PostgreSQL] SQL error using buglist.cgi and full text search. Co...mkanat%kerio.com2005-08-251-1/+2
* Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric B...lpsolit%gmail.com2005-08-161-2/+6
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-1/+1
* Bug 301261: uninitialized value in Search.pm when querying by date - Patch by...lpsolit%gmail.com2005-08-061-1/+1
* Bug 293678: Sorting bug list by Assignee Real Name failing in latest nightlymkanat%kerio.com2005-07-281-0/+7
* Bug 282737: Software Error from time-tracking fields during Change Columnsmozilla%colinogilvie.co.uk2005-07-201-5/+5
* Fix for bug 232612: enables boolean mode fulltext searches for better searchi...myk%mozilla.org2005-07-151-4/+2
* Bug 297098: Optimize multiple email searches - Patch by Joel Peshkin <bugrepo...lpsolit%gmail.com2005-07-131-7/+24
* Bug 291209: Allow Relative Date Searches by Hour - Patch by Justin "Callek" W...lpsolit%gmail.com2005-07-111-1/+10
* Bug 292544: [SECURITY] Can see a security-sensitive bug in buglist.cgi for a ...mkanat%kerio.com2005-07-081-1/+1
* Bug 292119: [PostgreSQL] POSITION(...) clause "must be type boolean, not type...mkanat%kerio.com2005-07-081-4/+4
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-1/+1
* Bug 293015: PostgreSQL: GROUP BY error when searching for bugs - Patch by Oli...lpsolit%gmail.com2005-05-111-1/+1
* Bug 284599: Use of REGEXP search is not consistent wrt case sensitivitymkanat%kerio.com2005-04-201-3/+3
* Bug 286360: ANSI SQL does not allow aliases to be used in HAVING clausemkanat%kerio.com2005-04-161-9/+14
* Bug 286461:Add products table to search if classification are neededbugreport%peshkin.net2005-04-051-0/+4
* Bug 284125: PostgreSQL cannot call SUM on a boolean (Boolean Charts)mkanat%kerio.com2005-03-171-2/+2
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com2005-03-161-3/+15
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-5/+5
* Bug 251960: Search.pm uses DB dependent comma operatormkanat%kerio.com2005-03-151-89/+110
* Bug 281582: Replace CONCAT and MATCH with Bugzilla::DB function call (Note: T...mkanat%kerio.com2005-03-091-11/+15
* Bug 284598: INSTR function is not supported by postgresmkanat%kerio.com2005-03-051-14/+9
* Bug: 284244: DATE_SUB and DATE_ADD are not ANSI SQLmkanat%kerio.com2005-03-031-1/+1
* Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQLmkanat%kerio.com2005-03-031-2/+2
* Bug 264192: Fix search where BugsThisDependsOn or OtherBugsDependingOnThis is...bugreport%peshkin.net2005-02-251-4/+8
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-251-1/+2
* Bug 17453: Enumerators in Bugzilla are not cross-DB compatible. This removes ...mkanat%kerio.com2005-02-251-2/+14
* Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-1/+1
* Bug 280499: Replace "TO_DAYS()" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-1/+2
* Bug 282705: Remove newlines from LEFT JOIN parts of SQL in Search.pmbugreport%peshkin.net2005-02-191-9/+9
* Bug 253721: Add group-based lists to whiningerik%dasbistro.com2005-02-191-20/+3
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-1/+3
* Bug 280495: Replace "REGEXP" with Bugzilla::DB function callmkanat%kerio.com2005-02-171-5/+8
* Bug 189366 : real name columns should fall back to e-mail nametravis%sedsystems.ca2005-02-161-6/+3
* Bug 179451 : Move order-by generation from buglist.cgi into search.pmtravis%sedsystems.ca2005-01-191-5/+104
* Patch for bug 103636: Support specifying a date on which a bug is expected to...jocuri%softhome.net2005-01-161-2/+30
* Patch for bug 275788: Provide a line of code that defines legal query formats...jocuri%softhome.net2004-12-311-0/+11
* Patch for bug 275523: Replace INNER JOIN in flag searches with LEFT JOIN; pat...jocuri%softhome.net2004-12-311-8/+12