Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using varchar(2047) instead of blob for server_url column | Daniel Hofstetter | 2010-12-15 | 1 | -1/+1 |
| | |||||
* | [ remove closing ?> tag from all files ] | Luke Shepard | 2009-05-28 | 1 | -1/+0 |
| | | | | | | | | | | | | 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 | -0/+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/+0 |
| | | | | | | | | | | 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 @ Add NOT NULL constraints to SQL stores] | tailor | 2008-06-03 | 1 | -9/+9 |
| | |||||
* | [project @ add_field_names_to_set_assoc_in_mysqlstore] | Wes Morgan | 2008-02-22 | 1 | -1/+2 |
| | |||||
* | [project @ Use ENGINE=InnoDB instead of TYPE=InnoDB, which is deprecated in ↵ | tailor | 2008-05-20 | 1 | -2/+2 |
| | | | | current versions of MySQL] | ||||
* | [project @ Remove getExpired()] | tailor | 2007-09-25 | 1 | -3/+0 |
| | |||||
* | [project @ Added store methods cleanupAssociations(), cleanup(), and ↵ | tailor | 2007-09-25 | 1 | -0/+3 |
| | | | | concrete implementations] | ||||
* | [project @ Add cleanupNonces to SQL stores] | tailor | 2007-09-24 | 1 | -0/+3 |
| | |||||
* | [project @ Add getExpired to stores] | tailor | 2007-03-02 | 1 | -0/+3 |
| | |||||
* | [project @ Removed settings table and auth key code from stores] | tailor | 2007-02-14 | 1 | -10/+0 |
| | |||||
* | [project @ Fix MySQLStore nonce SQL] | Josh Hoyt | 2006-09-07 | 1 | -10/+16 |
| | |||||
* | [project @ Server-generated and one-way nonces patch from python openid] | tailor | 2006-08-25 | 1 | -5/+2 |
| | |||||
* | [project @ Moved MySQL store into its own file.] | tailor | 2006-02-14 | 1 | -0/+78 |