summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
AgeCommit message (Collapse)AuthorFilesLines
2012-10-23[ci skip] Drop cheatsheets and quick_reference PDFs from the documentation ↵Andrey Andreev1-11/+0
(unmaintainable)
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
"Lunix" while going over cli docs.
2012-09-15Update reserved names documentationvlakoff1-1/+1
- EXT removed in 079fbfcde095230f304e889217f897031a948f61 - VIEWPATH added in 8eef9c77512d4fad5357d3cbda83b89f844d7d16
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
Since PHP 4 isn't supported anymore, let's clean up these few PHP "var" declarations which were remaining in the documentation. According to my checks, there is no more PHP "var" left.
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
Add Security class to list of core classes in docs
2012-06-05Added get_mimes() function to system/core/Commons.php.The MIMEs array from ↵Andrey Andreev1-0/+5
config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411
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
Remember this is entirely optional, nothing will change if you do not which to use Multiple Environments just like right now. If you DO set CI_ENV you can manipulate the switch that controls error reporting, etc, so set it to "production" on your live site to hide errors from users. If you don't require this logic you can remove it, or change it entirely to check HTTP_HOST for environment subdomains, or check IP address, etc.
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
Conflicts: system/core/Loader.php system/database/DB_query_builder.php system/database/drivers/cubrid/cubrid_driver.php system/database/drivers/mssql/mssql_driver.php system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php system/database/drivers/oci8/oci8_driver.php system/database/drivers/odbc/odbc_driver.php system/database/drivers/pdo/pdo_driver.php system/database/drivers/postgre/postgre_driver.php system/database/drivers/sqlite/sqlite_driver.php user_guide_src/source/changelog.rst user_guide_src/source/database/query_builder.rst
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 ↵Andrey Andreev1-1/+0
styleguide example
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
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
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
2012-02-19Renaming Active Record to Query Builder across the systemJamie Rumbelow1-1/+1
2012-01-27Merge upstream branchAndrey Andreev2-3/+22
2012-01-27Added try catch example in style guideTimothy Warren1-0/+16
2012-01-25Added bit about having mod_rewrite enabled for removing index.php CroNiX1-3/+6
Added note about htaccess rules might not work for all server configurations
2012-01-17It appears the Security class has been added to the system/core folder and ↵John Wright1-0/+1
is loaded automatically as well. Using $this->load->library('security'); in controllers currently returns FALSE, yet you might not notice because the Security class is already loaded. I discovered this because of a custom Loader class I was using returned an error when loading the Security class.
2012-01-16Add SQLite3 database driverAndrey Andreev1-2/+2
2012-01-09Removed the first slash of the line 51. With this, the goal of the code ↵insign1-1/+1
don't work. I tried it in many Apache servers. Sorry if I am wrong.
2011-11-22Altered the explenation of the rewrite rules to better fit the actual result.Repox1-1/+1
2011-11-22Altered the suggested mod_rewrite rules for removing index.php from URL to ↵Repox1-4/+5
better fit the needs between CI routing and asset files. This suggestion addresses issue #684
2011-10-10unhid general topics ToC for navigationDerek Jones1-1/+0
2011-10-10Merge branch 'feature/userguide-toc' into developDerek Jones2-37/+32
Conflicts: user_guide_src/source/_themes/eldocs/layout.html user_guide_src/source/general/index.rst user_guide_src/source/index.rst
2011-10-10incremental improvement to user guide ToCDerek Jones2-6/+33
2011-10-07Fix some user guide stylepurwandi4-25/+57
2011-10-07Fix Views on User Guidepurwandi1-14/+14
2011-10-07Fix Controllers on User Guidepurwandi1-5/+4
2011-10-07Fix CodeIgniter URLs on User Guidepurwandi1-6/+5
2011-10-07change hardcoded page docs to use generated onesJoseph Wensley4-56/+19
escape "http://" that was getting linked formatting some tables
2011-10-06fixing code block spacing on caching, ancillary class, and alternative php docsDerek Jones3-11/+39
2011-10-06fixing code spacing in Common and CLI docsDerek Jones2-10/+32