f99096fd | 18-Jul-2011 |
Ferenc Kovacs |
use the http://qa.php.net/api.php and the http://www.php.net/releases/index.php to dynamically fetch the supported versions I think I handled all the corner cases(having an EOLed branch, having a
use the http://qa.php.net/api.php and the http://www.php.net/releases/index.php to dynamically fetch the supported versions I think I handled all the corner cases(having an EOLed branch, having an active branch without alpha/beta/rc releases, etc.), but patches welcome. :) btw. got a funny bug: I had to change the while+list to a foreach in include/functions.php else it wouldn't work for the $versions array coming from the apc, will look into this tomorrow.
show more ...
|
06a436ae | 14-Jul-2011 |
David Soria Parra |
PHP 5.4 alpha 2 |
bb57e10a | 13-Jul-2011 |
Rasmus Lerdorf |
Let msnbot back in |
946898e8 | 13-Jul-2011 |
Philip Olson |
Allow a configurable interval of days. Broke BC ('week') as I doubt anyone else uses this yet. |
4d7cd50d | 10-Jul-2011 |
Felipe Pena |
- Fix warnings |
f4e27d9e | 09-Jul-2011 |
Felipe Pena |
- Let keep all login lowercased |
0a655ace | 09-Jul-2011 |
Felipe Pena |
- Add delimiter arg to preg_quote() call |
c8c6c97e | 09-Jul-2011 |
Felipe Pena |
- Set a different sender when mailing systems about bugs |
ed071df3 | 09-Jul-2011 |
Felipe Pena |
- Improved removal of duplicated name in user listing |
5c3fdff9 | 09-Jul-2011 |
Felipe Pena |
- Fix user listing lookup |
86c3c7db | 04-Jul-2011 |
Felipe Pena |
- Added check for private bug |
e3532ea5 | 03-Jul-2011 |
Felipe Pena |
- Missing isset() on HTTP_REFERER |
68f4f7d6 | 03-Jul-2011 |
Felipe Pena |
- Added referer feature to redirect to previous page where login link was clicked |
bbdd06b7 | 03-Jul-2011 |
Felipe Pena |
- Fixing duplicated name in the autocomplete |
3934920f | 03-Jul-2011 |
Felipe Pena |
- Missing session_start(); |
32282e1e | 03-Jul-2011 |
Felipe Pena |
- Display the right link (logout) on the index page when logged in |
c69fb6d2 | 03-Jul-2011 |
Felipe Pena |
- Fix code |
42a3cab3 | 03-Jul-2011 |
Felipe Pena |
- Drop unused code |
2fcb7d8c | 03-Jul-2011 |
Felipe Pena |
- Added link to login/logout page |
838529fe | 03-Jul-2011 |
Felipe Pena |
- Added login form |
537d41dc | 03-Jul-2011 |
Felipe Pena |
- Fix warnings when using bug preview |
e7f0680e | 02-Jul-2011 |
Felipe Pena |
- Revert changes |
216008c2 | 02-Jul-2011 |
Felipe Pena |
- Let put the trysnap* ones together in the begin of quickfix list |
c5389be5 | 02-Jul-2011 |
Felipe Pena |
- Fix logic |
337e631b | 02-Jul-2011 |
Felipe Pena |
- Fix warnings |