Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-17 | doc updates, corrections and clarifications. | Derek Allard | 1 | -1/+1 | |
2010-01-17 | Added "default" to the list Reserved Names | Derek Allard | 1 | -0/+1 | |
2010-01-14 | fixing a routing example | Derek Allard | 1 | -8/+3 | |
2010-01-05 | updated copyrights | Derek Jones | 26 | -26/+26 | |
2009-09-22 | a series of clarifications of the docs | Derek Allard | 1 | -1/+1 | |
2009-09-11 | prep for 1.7.2 release | Derek Jones | 26 | -26/+26 | |
2009-08-17 | changes some EE references to CI in the styleguide | Derek Allard | 1 | -4/+4 | |
2009-08-17 | example fix | Derek Allard | 1 | -1/+1 | |
2009-07-30 | note of clarity | Derek Allard | 1 | -1/+1 | |
2009-07-28 | add is_php() to Common.php | Derek Jones | 1 | -0/+12 | |
2009-07-11 | Modified show_error() to allow sending of HTTP server response codes. | Derek Jones | 2 | -1/+19 | |
Added set_status_header() to the Common functions to allow use when the Output class is unavailable. Fixed a bug where the 400 status header sent with the 'disallowed URI characters' was not compatible with CGI environments. | |||||
2009-05-03 | bug fix and typo fixes | Derek Allard | 1 | -1/+1 | |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 26 | -26/+26 | |
2009-02-11 | Prep for 1.7.1 release | Derek Jones | 26 | -26/+26 | |
2009-02-10 | added "index" to the list of reserved controller names. | Derek Allard | 1 | -0/+1 | |
2009-02-04 | doc link fixes | Derek Allard | 1 | -1/+1 | |
2009-02-04 | added a note on the scaffolding page that it has been deprecated. | Derek Allard | 1 | -1/+2 | |
2008-12-07 | changed some code in examples from <?php to <?php in the event that a ↵ | Derek Allard | 2 | -6/+6 | |
local install tries to interpret the example as code | |||||
2008-11-14 | added file format guidelines | Derek Jones | 1 | -0/+38 | |
2008-11-13 | Changing EOL style to LF | Derek Allard | 26 | -4559/+4559 | |
2008-11-12 | Propset eol-style to CRLF | Derek Jones | 1 | -648/+648 | |
simplified paragraph tag cleanup regex | |||||
2008-10-24 | fixed breadcrumb in Style Guide page | Derek Jones | 1 | -1/+1 | |
2008-10-24 | fixed the version numbers in the download | Derek Jones | 1 | -1/+1 | |
2008-09-26 | typo fix | Rick Ellis | 1 | -1/+1 | |
2008-09-25 | postgre to postgres in a few documentation pages | Derek Allard | 1 | -1/+1 | |
2008-09-14 | made note on view page of optional third parameter | Derek Allard | 1 | -0/+8 | |
2008-09-11 | Fixed a typo | Rick Ellis | 1 | -1/+1 | |
2008-09-11 | Did some reorganizing | Rick Ellis | 5 | -102/+6 | |
2008-09-09 | (no commit message) | Rick Ellis | 1 | -46/+11 | |
2008-09-04 | removed random invisible character (ASCII 194) from HTML and PHP files | Derek Jones | 1 | -2/+2 | |
2008-08-31 | grammar changes | Derek Allard | 1 | -1/+1 | |
2008-08-31 | (no commit message) | Rick Ellis | 2 | -1/+685 | |
2008-08-26 | Added Form Validation Library and updated docs | Rick Ellis | 26 | -26/+26 | |
2008-08-26 | Made a Loader changes so that the new validation class will work. | Rick Ellis | 26 | -26/+26 | |
Made some doc style changes | |||||
2008-08-21 | further whitespace fixes | Derek Allard | 2 | -2/+2 | |
2008-07-18 | (no commit message) | Derek Allard | 1 | -1/+1 | |
2008-07-18 | added "ed" to "borrowed" (d'uh) | Derek Allard | 1 | -1/+1 | |
2008-07-18 | modified credits page to "ExpressionEngine Development Team". | Derek Allard | 1 | -10/+6 | |
2008-06-27 | changed user guide version to 1.6.3 | Derek Jones | 26 | -26/+26 | |
2008-06-26 | changed your-site.com to example.com doc-wide | Derek Jones | 5 | -20/+20 | |
2008-05-31 | Charset information in the userguide has been moved above title for ↵ | Derek Allard | 26 | -26/+26 | |
internationalization purposes (#4614) | |||||
2008-05-27 | added routing example | Derek Allard | 1 | -2/+3 | |
2008-05-20 | Fixed an example in Model docs | Derek Allard | 1 | -1/+1 | |
2008-05-18 | documented load->model in the Loader docs | Derek Allard | 1 | -1/+1 | |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -2/+2 | |
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace | |||||
2008-05-11 | clarified instructions for using display_override hook | Derek Jones | 1 | -1/+1 | |
http://codeigniter.com/bug_tracker/bug/4512/ | |||||
2008-05-08 | added $ in front of 'lang' variable in list | Derek Jones | 1 | -1/+1 | |
2008-05-08 | added lang as a reserved var | Derek Allard | 1 | -1/+2 | |
2008-05-08 | added a few user-defined functions to the reserved list, minor format ↵ | Derek Jones | 1 | -9/+12 | |
modifications | |||||
2008-05-08 | Added a Reserved Names page to the userguide, and migrated reserved ↵ | Derek Allard | 6 | -56/+249 | |
controller names into it. Added a Common Functions page to the userguide for globally available functions. |