Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #130: PHP 7 compatibility (fixes #129)HEADorigin/masterorigin/HEADmaster | Oleksandr Zahorulia | 2016-09-30 | 1 | -1/+1 |
| | |||||
* | Prevent errors in strict mode due to weird PEAR static method declarations | David Simon | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | SQLStore: use is_subclass_of to determine if we have a PEAR instance. | Daniel Hahler | 2010-04-29 | 1 | -13/+1 |
| | | | | | | | | This prevents a blank page with no error indication at all, if there appears to happen a fatal error when trying to require DB.php from the global include path (very bad practice!) Instead, using is_subclass_of should be enough, especially when using an own implementation. | ||||
* | [ few random cleanup changes ] | Luke Shepard | 2009-05-28 | 1 | -1/+1 |
| | | | | | | | | A few minor changes made over the past few months. This adds some additional logging, an extra helper function for error messages, and fixes a small bug with the association handler ... not to mention standardizing on "false" instead of "False". Signed-off-by: Will Norris <will@willnorris.com> | ||||
* | [ remove closing ?> tag from all files ] | Luke Shepard | 2009-05-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Reviewed By: Will Norris Facebook has a policy to not have closing ?> tags at the bottom of PHP files. It can unintentionally introduce newlines which causes ridiculous bugs. This is recommended in the Zend style guide: http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html Signed-off-by: Will Norris <will@willnorris.com> | ||||
* | Revert "[ remove closing ?> tag from all files ]" | Luke Shepard | 2009-05-27 | 1 | -1/+1 |
| | | | | | | This reverts commit a2bdc5c6129ff11b1c1e29a207b1b80153ac6fb0. I'm going to stop playing in bce's fork, and start messing in my own. Sorry for the mess Brian :) | ||||
* | [ remove closing ?> tag from all files ] | Luke Shepard | 2009-05-27 | 1 | -1/+1 |
| | | | | | | | | | | Reviewed By: Will Norris Facebook has a policy to not have closing ?> tags at the bottom of PHP files. It can unintentionally introduce newlines which causes ridiculous bugs. This is recommended in the Zend style guide: http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html | ||||
* | [project @ Update license strings to say Apache] | tailor | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | [project @ fix copyright notices to include 2008] | http://mike.glover.myopenid.com | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | [project @ use-time-instead-of-(gm)mktime] | dAniel hAhler | 2007-12-08 | 1 | -1/+1 |
| | | | | | | | | Use time() instead of (gm)mktime(), when used for getting the current time (called without arguments). According to "hunk ./Auth/OpenID/Nonce.php 99" gmmktime() for PHP4 is buggy and using mktime() makes no sense when called without args: just use time() then directly. | ||||
* | [project @ Remove getExpired()] | tailor | 2007-09-25 | 1 | -17/+1 |
| | |||||
* | [project @ gmmktime() -> mktime() since gmmktime() is broken in PHP 4] | tailor | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | [project @ Added store methods cleanupAssociations(), cleanup(), and ↵ | tailor | 2007-09-25 | 1 | -1/+11 |
| | | | | concrete implementations] | ||||
* | [project @ Add cleanupNonces to SQL stores] | tailor | 2007-09-24 | 1 | -1/+18 |
| | |||||
* | [project @ FileStore, SQLStore, MemStore: check timestamp in useNonce] | Kevin Turner | 2007-09-21 | 1 | -0/+7 |
| | |||||
* | [project @ Fix query-building for Auth_OpenID_SQLStore::tableExists (thanks ↵ | tailor | 2007-06-19 | 1 | -2/+3 |
| | | | | markus@silverstripe.com)] | ||||
* | [project @ Add bytes and toBytes to avoid multibyte string overloading] | tailor | 2007-04-04 | 1 | -1/+6 |
| | |||||
* | [project @ Add getExpired to stores] | tailor | 2007-03-02 | 1 | -1/+17 |
| | |||||
* | [project @ Removed settings table and auth key code from stores] | tailor | 2007-02-14 | 1 | -83/+4 |
| | |||||
* | [project @ Make MySQL and PostGreSQL store tests work; make NO_MATH_SUPPORT ↵ | Josh Hoyt | 2006-09-08 | 1 | -0/+9 |
| | | | | work] | ||||
* | [project @ Server-generated and one-way nonces patch from python openid] | tailor | 2006-08-25 | 1 | -66/+7 |
| | |||||
* | [project @ FIX: Silence error output when PEAR DB absent] | tailor | 2006-09-25 | 1 | -1/+1 |
| | |||||
* | [project @ Fixed SQLStore getAssociation count() bug (thanks to Rasqual ↵ | tailor | 2006-08-22 | 1 | -1/+1 |
| | | | | Twilight <oid@rasqual.silk.com>)] | ||||
* | [project @ Fixed association GC bug in SQL Store] | tailor | 2006-05-30 | 1 | -4/+9 |
| | |||||
* | [project @ Fixed return bug in SQLStore which caused infinite loop] | tailor | 2006-05-30 | 1 | -2/+3 |
| | |||||
* | [project @ Clarified documentation about SQLStore connection handle.] | tailor | 2006-05-16 | 1 | -3/+5 |
| | |||||
* | [project @ Updated SQL store to actually work without PEAR.] | tailor | 2006-05-16 | 1 | -4/+16 |
| | |||||
* | [project @ Improved developer docs for SQLStore] | tailor | 2006-03-01 | 1 | -2/+6 |
| | |||||
* | [project @ Moved CryptUtil functions into an Auth_OpenID_CryptUtil class.] | tailor | 2006-02-14 | 1 | -1/+2 |
| | |||||
* | [project @ Moved MySQL store into its own file.] | tailor | 2006-02-14 | 1 | -64/+0 |
| | |||||
* | [project @ Moved SQLite store into its own file.] | tailor | 2006-02-14 | 1 | -52/+0 |
| | |||||
* | [project @ Moved PostgreSQL store into its own file.] | tailor | 2006-02-14 | 1 | -123/+1 |
| | |||||
* | [project @ Moved files from Store/ into Auth/OpenID/] | tailor | 2006-02-14 | 1 | -0/+871 |