Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 9 | -79/+79 | |
2010-10-01 | fixed code sample | Derek Jones | 1 | -1/+1 | |
2010-09-28 | fixed a bug where the Output class would send incorrect cached data for ↵ | Derek Jones | 1 | -1/+10 | |
controllers implementing their own _output() methods | |||||
2010-09-27 | fixed some grammar errors in the Views documentation. Fixes #154 | Derek Jones | 1 | -2/+2 | |
2010-09-14 | Fixed a bug #129 where Model documentation referenced parent::Model instead ↵ | Greg Aker | 1 | -6/+6 | |
of parent::CI_Model. | |||||
2010-08-05 | Added an optional second parameter to <kbd>show_404()</kbd> to disable logging. | Derek Allard | 1 | -1/+3 | |
2010-07-05 | altering a few examples to be more CI driven then EE driven in styleguide | Derek Allard | 1 | -11/+4 | |
2010-07-05 | guide clarification | Derek Allard | 1 | -1/+1 | |
2010-04-15 | Fixing a bug where odbc/mssql/oci8 db drivers would encounter a PHP error ↵ | Greg Aker | 1 | -0/+6 | |
due to a function being moved from the input to security class. Moving remove_invisible_characters() to Common.php so the entire class does not need to be instantiated in those database drivers. | |||||
2010-03-29 | fixed casing of EllisLab | Derek Jones | 26 | -27/+27 | |
2010-03-28 | Change in the loader and driver docs to force ucfirst() on driver directory ↵ | Greg Aker | 1 | -0/+21 | |
names to ensure compatibility on case sensitive file systems. | |||||
2010-03-25 | moved application folder outside of the system folder | Derek Jones | 3 | -21/+21 | |
2010-03-22 | Updating docs for extending core libraries to reference the application/core ↵ | Greg Aker | 1 | -3/+3 | |
directory | |||||
2010-03-11 | full on scaffolding removal | Derek Jones | 5 | -159/+2 | |
2010-03-10 | added Security class docs, cleaned up Input class for changes to both | Derek Jones | 1 | -1/+1 | |
2010-03-10 | added ability to enable/disable individual sections of the Profiler | Derek Jones | 1 | -9/+81 | |
2010-03-10 | initial docs for Drivers | Derek Jones | 3 | -1/+184 | |
2010-03-10 | completely removed Plugins from CodeIgniter | Derek Jones | 5 | -134/+4 | |
2010-03-05 | changing docs refs to future release 2.0.0 | Derek Jones | 26 | -26/+26 | |
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 | |