Johannes Schlüter
5719e9e815
Fix bug search
2013-02-13 21:40:25 +01:00
Johannes Schlüter
6710f40dbe
Rename table, a bit more consistent
2013-02-13 02:55:06 +01:00
Johannes Schlüter
7da3ecbd76
Improce patch/pull search
2013-02-13 01:05:13 +01:00
Johannes Schlüter
1cc2e658ae
Add search suppot or bugs with pull requets
...
Searching for bugs with patch OR pull request currently isn't
possible, aöö searches use AND.
2013-02-08 04:53:22 +01:00
Ferenc Kovacs
dcc9d0e39e
Fixed bug #64020 (reject negative values for the limit value)
2013-01-18 15:31:04 +01:00
Ferenc Kovacs
8e3acb14ef
adding random sort order option
2012-07-28 21:06:16 +02:00
Jakub Vrana
4e4fb08f7e
Allow ' at ' in author e-mail, return empty result for invalid e-mails
2012-02-03 21:21:27 -08:00
Rasmus Lerdorf
c3110c33dc
- The end of an era - switch "Bogus" to "Not a bug" by popular demand
...
- Switch back to master
- Add site_method to make it easier to install on non-ssl test sites
2012-01-27 11:48:04 -08:00
Felipe Pena
17cd25011e
- Missing project type information
2011-10-12 18:16:06 +00:00
Felipe Pena
cc16c49444
- Added option to search for project (php, pecl)
...
- Restored behavior to send mail to package maintainers instead of pecl lists
2011-10-12 17:48:44 +00:00
Hannes Magnusson
9e3082dcb5
There is no such status anymore, its a bug type
2011-08-30 14:17:02 +00:00
Felipe Pena
88a4cb9c1a
- Fix warning
2011-06-30 02:38:22 +00:00
Felipe Pena
6ab9545b7d
- Added option to search for bugs marked as private
2010-12-12 21:40:17 +00:00
Felipe Pena
6d6742cb38
- Fixed search by status "To be documented"
2010-12-12 18:27:59 +00:00
Felipe Pena
59cfcda20f
- Woops, fix condition :)
2010-12-12 17:07:36 +00:00
Felipe Pena
15bd8e47fc
- Added NOT option to CVE-ID bug search
2010-12-12 17:06:00 +00:00
Felipe Pena
998ecc697d
- Added list of security developers
...
- Changed bugs_authenticate function
new prototype: (&$user, &$pw, &$logged_in, &$user_flags)
$user_flags:
define('BUGS_NORMAL_USER', 1<<0);
define('BUGS_DEV_USER', 1<<1);
define('BUGS_TRUSTED_DEV', 1<<2);
define('BUGS_SECURITY_DEV', 1<<3);
2010-12-12 13:45:58 +00:00
Felipe Pena
e073c2dc4b
- Updated the search part
2010-11-19 14:46:56 +00:00
Felipe Pena
3f640e56a9
- Added field to CVE-ID
...
- Added support to private report
(When setting the package name to 'Security related', it will turns automatically a private report)
private report: Only the original reporter and people behind security@php will can see/edit/comment it.
When the report is ok to be public, anyone from security@php can turn it public.
# Initial commit... :P
2010-11-15 20:22:55 +00:00
Adam Harvey
47b5807b4a
Fix bug #52472 (Bug tracker relevance sort doesn't work). Based (loosely) on a
...
patch by Ben Schmidt.
2010-11-10 10:31:03 +00:00
Felipe Pena
0d2e0b678e
- Fix code, cannot change $order_by because it used in the pagination :P
2010-08-14 18:15:31 +00:00
Felipe Pena
31662ab153
- Added order by number of votes
2010-08-14 16:50:28 +00:00
Felipe Pena
ee84c818ed
- Err, missing NULL check
2010-08-14 15:45:03 +00:00
Felipe Pena
adf592bd07
- Fix GROUP BY
2010-08-14 15:44:06 +00:00
Felipe Pena
dc4f1bb4d2
- Added order by avg. vote scores
2010-08-14 15:43:14 +00:00
Felipe Pena
beffeedd80
- Added possibility to search only for bugs with patch attached
2010-06-20 16:46:05 +00:00
Derick Rethans
99ced3cd59
- Fixed bug #51722 .
2010-05-02 22:12:49 +00:00
Jani Taskinen
7df4a0def0
- When sorting by "last modified", show results in descenting order by default as that is the most common case
2010-03-16 13:17:33 +00:00
Jani Taskinen
9926d38aae
- Fix some RSS/RDF issues (rss feeds actually validate now, search feeds can be found too..)
2010-03-09 19:00:00 +00:00
Jani Taskinen
bab479126c
- More totally unnecessary whitespace changes.
2009-08-25 15:44:45 +00:00
Jani Taskinen
c6ca5e8219
- First part of getting rid of crap
2009-08-11 14:00:13 +00:00
Jani Taskinen
a81420ec8a
- Added "Re-Opened" status. Merged "To be documented" status from php-bugs-web
2009-07-29 19:07:33 +00:00
Jani Taskinen
3c5bba60fb
- Fix include/require paths to follow new structure
2009-07-22 11:15:01 +00:00
Jani Taskinen
1364fc2475
- Move rest of library files out of public site
2009-07-22 10:23:01 +00:00