summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/PostgreSQLStore.php
Commit message (Collapse)AuthorAgeFilesLines
* [ remove closing ?> tag from all files ]Luke Shepard2009-05-281-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 Shepard2009-05-271-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 Shepard2009-05-271-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]tailor2008-06-031-5/+11
|
* [project @ Remove getExpired()]tailor2007-09-251-3/+0
|
* [project @ Added store methods cleanupAssociations(), cleanup(), and ↵tailor2007-09-251-0/+3
| | | | concrete implementations]
* [project @ Add cleanupNonces to SQL stores]tailor2007-09-241-0/+3
|
* [project @ Add getExpired to stores]tailor2007-03-021-0/+3
|
* [project @ Removed settings table and auth key code from stores]tailor2007-02-141-11/+0
|
* [project @ Make MySQL and PostGreSQL store tests work; make NO_MATH_SUPPORT ↵Josh Hoyt2006-09-081-9/+4
| | | | work]
* [project @ Server-generated and one-way nonces patch from python openid]tailor2006-08-251-21/+2
|
* [project @ Moved PostgreSQL store into its own file.]tailor2006-02-141-0/+136