Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2008-01-19 | Added attributes into <html> of userguide for valid html. | Derek Allard | 24 | -24/+24 | |
2008-01-19 | documentation for multiple views | Derek Allard | 1 | -1/+18 | |
2008-01-18 | ExpressionEngine Dev Team in credit | Derek Allard | 24 | -24/+24 | |
2008-01-17 | clarified capitalization of model class names | Derek Jones | 1 | -1/+1 | |
2008-01-17 | typos | Derek Allard | 1 | -1/+1 | |
2008-01-16 | Many new Active Record functions, and another whack of stuff | Derek Allard | 24 | -24/+138 | |
2007-12-26 | example fix | Derek Allard | 1 | -3/+3 | |
2007-12-10 | modified an example that may cause confusion. | Derek Allard | 1 | -1/+1 | |
2007-12-09 | userguide fixes, typos, examples. | Derek Allard | 1 | -115/+1 | |
2007-10-25 | Moved part of the userguide menu javascript to an external file. | Derek Allard | 24 | -144/+24 | |
2007-10-09 | Added the ability to auto-load Models | Derek Allard | 2 | -9/+11 | |
2007-10-02 | added a warning note that caching only works when generating display via a ↵ | Derek Allard | 1 | -0/+1 | |
view file. | |||||
2007-09-15 | changed <?= to <?php echo in an example | Derek Allard | 1 | -3/+3 | |
2007-08-07 | added more descriptive titles to all user manual pages | Derek Allard | 24 | -24/+24 | |
2007-07-12 | moved version number up in docs and CI_VERSION | Derek Allard | 24 | -24/+24 | |
2007-07-12 | added language files to autoload | Derek Allard | 1 | -0/+1 | |
2007-07-11 | typo Output vs output | Derek Allard | 1 | -2/+2 | |
2007-07-05 | fixed validation errors... about a zillion of em. | Derek Allard | 24 | -78/+71 | |
2007-06-24 | changed search to use codeigniter.com vs www.codeigniter.com as Google seems ↵ | Derek Allard | 24 | -24/+24 | |
to have spidered it much better. | |||||
2007-06-11 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2007-06-09 | (no commit message) | Rick Ellis | 1 | -1/+5 | |