Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "[ remove closing ?> tag from all files ]" | Luke Shepard | 2009-05-27 | 1 | -1/+2 |
| | | | | | | 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 :) | ||||
* | Revert "[ correct errors in removing trailing ?> ]" | Luke Shepard | 2009-05-27 | 1 | -1/+1 |
| | | | | This reverts commit f963a700e4440074a5b86d382789e75795206482. | ||||
* | [ correct errors in removing trailing ?> ] | Luke Shepard | 2009-05-27 | 1 | -1/+1 |
| | | | | | | | | In the last commit, I over-aggressively removed closing PHP tags. While I dislike the practice of using close tags within templates, it is how this library works, so let's put them back. Checked that all PHP compiles with "php -l". | ||||
* | [ remove closing ?> tag from all files ] | Luke Shepard | 2009-05-27 | 1 | -2/+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 @ Add no-cache headers] | tailor | 2007-04-06 | 1 | -0/+3 |
| | |||||
* | [project @ Update example server to accept arbitrary logins (to make it ↵ | tailor | 2007-03-19 | 1 | -1/+1 |
| | | | | easier to use and configure)] | ||||
* | [project @ Fix include_path in example server server.php] | tailor | 2007-03-14 | 1 | -0/+5 |
| | |||||
* | [project @ Removed config.php from server example and updated server to ↵ | tailor | 2006-03-01 | 1 | -1/+5 |
| | | | | redirect to setup if config.php is absent] | ||||
* | [project @ The server_url no longer is part of the config] | Josh Hoyt | 2006-02-09 | 1 | -1/+1 |
| | |||||
* | [project @ Make the entry point script tell the user when he needs to ↵ | Josh Hoyt | 2006-02-09 | 1 | -9/+27 |
| | | | | configure the server] | ||||
* | [project @ re-organize the server example and make it prettier] | Josh Hoyt | 2006-02-08 | 1 | -5/+11 |
| | |||||
* | [project @ Updated server example to require config, but have a UI] | Josh Hoyt | 2006-02-07 | 1 | -28/+5 |
| | |||||
* | [project @ Added server example] | Josh Hoyt | 2006-01-26 | 1 | -0/+35 |