summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
AgeCommit message (Expand)AuthorFilesLines
2013-02-15Various cosmetic fixesvlakoff2-3/+3
2013-01-28Adjustments in routing documentationvlakoff1-2/+2
2013-01-12Implement autoload model aliasing (#2117)Andrey Andreev1-1/+1
2013-01-09Syntax fixes in documentation sourcevlakoff3-44/+44
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-2/+2
2012-11-30Add CI_Output::delete_cache()Andrey Andreev1-2/+10
2012-11-22[ci skip] Fix a typo in the styleguideAndrey Andreev1-1/+1
2012-11-09[ci skip] Polish docs in user_guide_src/source/general/Andrey Andreev28-472/+586
2012-11-09Polish the Common functions documentationAndrey Andreev1-31/+119
2012-11-07Added function_usable() to common functionsAndrey Andreev1-1/+14
2012-11-05Revert usage of is_callable() in system/core/CodeIgniter.phpAndrey Andreev1-71/+81
2012-11-04Fix #708Andrey Andreev1-4/+8
2012-11-01Allow use of dashes in controller/method URI segmentsAndrey Andreev2-7/+26
2012-10-31Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJonatas Miguel1-5/+25
2012-10-30Fix issue #658 (:any wildcard matching slashes)Andrey Andreev1-5/+25
2012-10-24Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJonatas Miguel6-25/+25
2012-10-23[ci skip] Drop cheatsheets and quick_reference PDFs from the documentation (u...Andrey Andreev1-11/+0
2012-10-23[ci skip] Add a note about routes.php not being a filterAndrey Andreev1-1/+6
2012-10-22Add is_https() as a common functionAndrey Andreev1-10/+16
2012-10-11[ci skip] Remove core from the description of libraries loaded by the autoloaderAndrey Andreev1-1/+1
2012-10-09Changed Lunix for Linux Erocanti1-1/+1
2012-09-15Update reserved names documentationvlakoff1-1/+1
2012-08-30Changed spaces to tabs where appropriate.Jonatas Miguel1-1/+1
2012-08-30Corrected styling errors in documentationJonatas Miguel1-1/+2
2012-08-06Updated documentationJonatas Miguel1-0/+10
2012-07-04Some user guide updatesAndrey Andreev1-30/+31
2012-06-26First pass at ToC remediationDerek Jones1-0/+32
2012-06-16Documentation: remaining PHP "var" declarations changed to "public"vlakoff1-3/+3
2012-06-11Alter documentation on requirements for the SQLSRV driverAndrey Andreev1-2/+3
2012-06-06Merge pull request #933 from wrightlabs/patch-1Andrey Andreev1-0/+1
2012-06-05Added get_mimes() function to system/core/Commons.php.The MIMEs array from co...Andrey Andreev1-0/+5
2012-06-03Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-7/+7
2012-06-03Added support for $_SERVER['CI_ENV'] in index.phpPhil Sturgeon1-2/+8
2012-06-02Changed load model examples to use lowercase model name. Fixes #1417Alex Bilbie1-6/+6
2012-06-02Changed example model name to follow the CI styleguide class naming conventionsAlex Bilbie1-1/+1
2012-04-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patchTimothy Warren1-1/+1
2012-04-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow3-16/+15
2012-04-20added suggested styleguide addition for future consistencyTimothy Warren1-1/+12
2012-04-02Merge upstream branchAndrey Andreev2-13/+12
2012-03-26Fix some examples in the user guideAndrey Andreev2-12/+12
2012-03-26Remove remaining access description lines from database classes and styleguid...Andrey Andreev1-1/+0
2012-03-12Merge upstream branchAndrey Andreev1-2/+2
2012-03-12Update the list of supported databasesAndrey Andreev1-2/+2
2012-03-12Postgres to PostgreSQLAndrey Andreev1-2/+2
2012-03-12Merge upstream branchAndrey Andreev1-3/+3
2012-03-09Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-5/+11
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-2/+2
2012-03-09Merge upstream branchAndrey Andreev1-5/+11
2012-03-08Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow1-5/+11
2012-03-07Update the example on extending libraries with a constructorAndrey Andreev1-5/+11