Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2008-05-08 | added code sample showing the necessity of referencing the extended class in ↵ | Derek Jones | 1 | -0/+14 | |
your application controllers instead of the core Controller class when extending the Controller | |||||
2008-05-07 | changed an absolute path relative | Derek Allard | 1 | -1/+1 | |
2008-05-07 | added a note about security and filtering raw post data | Derek Allard | 1 | -5/+2 | |
2008-05-06 | updated version number in user guide to 1.6.2 | Derek Jones | 24 | -24/+24 | |
2008-05-06 | Flipped user guide page titles for easier recognition in tabs: | Derek Jones | 24 | -24/+24 | |
<title>CodeIgniter User Guide : Page TItle</title> to <title>Page Title : CodeIgniter User Guide</title> | |||||
2008-05-03 | example error fix | Derek Allard | 1 | -1/+1 | |
2008-04-24 | changed guide examples to not use ?=, and instead use ?php echo | Derek Allard | 1 | -1/+1 | |
2008-04-22 | Added the ability to set CRLF settings via config in the Email class. | Derek Allard | 1 | -3/+3 | |
Added SVN commit number to changelog Fixed more guide typos and examples | |||||
2008-04-04 | doc fixes | Derek Allard | 2 | -43/+21 | |
2008-03-04 | validation error fixes | Derek Allard | 5 | -22/+13 | |
2008-02-13 | fixed a mistake in note for extending classes | Derek Jones | 1 | -1/+1 | |
2008-02-13 | Added Path Helper to table of contents and updated copyright dates for all ↵ | Derek Jones | 24 | -24/+24 | |
user guide pages | |||||
2008-02-12 | (no commit message) | Derek Allard | 24 | -24/+24 | |
2008-02-12 | change 1.6.1 to 1.6.0.1 | Derek Allard | 24 | -24/+24 | |
2008-02-09 | Added Exceptions and Log to system class list | Derek Allard | 1 | -4/+6 | |
2008-02-04 | change version number from 1.6.0 to 1.6.1 | Derek Allard | 24 | -24/+24 | |
2008-01-31 | fixed spelling | Derek Jones | 1 | -1/+1 | |
2008-01-31 | updated requirements to reflect MySQL version | Derek Jones | 1 | -1/+1 | |
2008-01-30 | removed 'active_r' from model docs | Derek Jones | 1 | -1/+0 | |
2008-01-28 | added ability to "extend" helpers | Derek Jones | 1 | -0/+45 | |
* modified Loader to check for prefixed helpers in application/helpers folder * surrounded provided helper functions with if (! function_exists('foo')) conditionals so the user's helper functions take precedent. | |||||
2008-01-26 | fixed link to quick reference PDF | Derek Jones | 1 | -1/+1 | |
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 24 | -51/+51 | |
2008-01-21 | assorted guide fixes and additions | Derek Allard | 3 | -11/+10 | |