summaryrefslogtreecommitdiffstats
path: root/user_guide/general
AgeCommit message (Collapse)AuthorFilesLines
2009-04-22updated copyrights to 2009Derek Jones26-26/+26
2009-02-11Prep for 1.7.1 releaseDerek Jones26-26/+26
2009-02-10added "index" to the list of reserved controller names.Derek Allard1-0/+1
2009-02-04doc link fixesDerek Allard1-1/+1
2009-02-04added a note on the scaffolding page that it has been deprecated.Derek Allard1-1/+2
2008-12-07changed some code in examples from <?php to &lt;?php in the event that a ↵Derek Allard2-6/+6
local install tries to interpret the example as code
2008-11-14added file format guidelinesDerek Jones1-0/+38
2008-11-13Changing EOL style to LFDerek Allard26-4559/+4559
2008-11-12Propset eol-style to CRLFDerek Jones1-648/+648
simplified paragraph tag cleanup regex
2008-10-24fixed breadcrumb in Style Guide pageDerek Jones1-1/+1
2008-10-24fixed the version numbers in the downloadDerek Jones1-1/+1
2008-09-26typo fixRick Ellis1-1/+1
2008-09-25postgre to postgres in a few documentation pagesDerek Allard1-1/+1
2008-09-14made note on view page of optional third parameterDerek Allard1-0/+8
2008-09-11Fixed a typoRick Ellis1-1/+1
2008-09-11Did some reorganizingRick Ellis5-102/+6
2008-09-09(no commit message)Rick Ellis1-46/+11
2008-09-04removed random invisible character (ASCII 194) from HTML and PHP filesDerek Jones1-2/+2
2008-08-31grammar changesDerek Allard1-1/+1
2008-08-31(no commit message)Rick Ellis2-1/+685
2008-08-26Added Form Validation Library and updated docsRick Ellis26-26/+26
2008-08-26Made a Loader changes so that the new validation class will work.Rick Ellis26-26/+26
Made some doc style changes
2008-08-21further whitespace fixesDerek Allard2-2/+2
2008-07-18(no commit message)Derek Allard1-1/+1
2008-07-18added "ed" to "borrowed" (d'uh)Derek Allard1-1/+1
2008-07-18modified credits page to "ExpressionEngine Development Team".Derek Allard1-10/+6
2008-06-27changed user guide version to 1.6.3Derek Jones26-26/+26
2008-06-26changed your-site.com to example.com doc-wideDerek Jones5-20/+20
2008-05-31Charset information in the userguide has been moved above title for ↵Derek Allard26-26/+26
internationalization purposes (#4614)
2008-05-27added routing exampleDerek Allard1-2/+3
2008-05-20Fixed an example in Model docsDerek Allard1-1/+1
2008-05-18documented load->model in the Loader docsDerek Allard1-1/+1
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-2/+2
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace
2008-05-11clarified instructions for using display_override hookDerek Jones1-1/+1
http://codeigniter.com/bug_tracker/bug/4512/
2008-05-08added $ in front of 'lang' variable in listDerek Jones1-1/+1
2008-05-08added lang as a reserved varDerek Allard1-1/+2
2008-05-08added a few user-defined functions to the reserved list, minor format ↵Derek Jones1-9/+12
modifications
2008-05-08Added a Reserved Names page to the userguide, and migrated reserved ↵Derek Allard6-56/+249
controller names into it. Added a Common Functions page to the userguide for globally available functions.
2008-05-08added code sample showing the necessity of referencing the extended class in ↵Derek Jones1-0/+14
your application controllers instead of the core Controller class when extending the Controller
2008-05-07changed an absolute path relativeDerek Allard1-1/+1
2008-05-07added a note about security and filtering raw post dataDerek Allard1-5/+2
2008-05-06updated version number in user guide to 1.6.2Derek Jones24-24/+24
2008-05-06Flipped user guide page titles for easier recognition in tabs:Derek Jones24-24/+24
<title>CodeIgniter User Guide : Page TItle</title> to <title>Page Title : CodeIgniter User Guide</title>
2008-05-03example error fixDerek Allard1-1/+1
2008-04-24changed guide examples to not use ?=, and instead use ?php echoDerek Allard1-1/+1
2008-04-22Added the ability to set CRLF settings via config in the Email class.Derek Allard1-3/+3
Added SVN commit number to changelog Fixed more guide typos and examples
2008-04-04doc fixesDerek Allard2-43/+21
2008-03-04validation error fixesDerek Allard5-22/+13
2008-02-13fixed a mistake in note for extending classesDerek Jones1-1/+1
2008-02-13Added Path Helper to table of contents and updated copyright dates for all ↵Derek Jones24-24/+24
user guide pages