Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made some hardcoded tmp paths dynamic by using sys_get_temp_dir. If function ↵ | Philipp Söhnlein | 2011-01-16 | 1 | -1/+19 |
| | | | | is not available the old mechanisms are used. | ||||
* | Fixed warnings in try_auth.php, consumer.php. Fixed reference to ↵ | long | 2010-07-20 | 1 | -2/+4 |
| | | | | openid-enabled.com in detect.php | ||||
* | 1. Removed assigning by reference new operator result (E_DEPRECATED). | Shein Alexey | 2010-07-20 | 1 | -2/+1 |
| | |||||
* | 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 @ examples/consumer: Return Consumer object by reference in ↵ | tailor | 2008-05-29 | 1 | -1/+2 |
| | | | | getConsumer()] | ||||
* | [project @ Update example RP to use PAPE extension] | tailor | 2007-11-20 | 1 | -0/+12 |
| | |||||
* | [project @ Pass return_to to complete() in example consumer] | tailor | 2007-11-13 | 1 | -0/+22 |
| | |||||
* | [project @ Update example consumer to use SReg API] | tailor | 2007-03-30 | 1 | -0/+5 |
| | |||||
* | [project @ Refactored example consumer] | tailor | 2007-03-10 | 1 | -28/+44 |
| | |||||
* | [project @ Fix example consumer on Windows] | tailor | 2007-01-16 | 1 | -1/+1 |
| | |||||
* | [project @ Moved files from Store/ into Auth/OpenID/] | tailor | 2006-02-14 | 1 | -1/+1 |
| | |||||
* | [project @ Move Consumer.php out of its subdirectory] | Josh Hoyt | 2006-02-10 | 1 | -1/+1 |
| | |||||
* | [project @ Add magic for sniffing out the proper include path to the ↵ | Josh Hoyt | 2006-01-27 | 1 | -0/+5 |
| | | | | consumer example] | ||||
* | [project @ Added common.php file for example consumer implementation.] | tailor | 2006-01-25 | 1 | -0/+36 |