summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
AgeCommit message (Collapse)AuthorFilesLines
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-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-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
2011-10-06fixed code spacing in Controllers general docsDerek Jones1-32/+109
2011-10-06fixing code spacing in Core, Library, Drivers, and Errors general docsDerek Jones4-14/+84
2011-10-06fixing code spacing in Profiling, Models, Managing Apps, Hooks, and Helpers ↵Derek Jones5-18/+149
general docs
2011-10-06fixed code block spacing in styleguide docsDerek Jones1-54/+302
2011-10-05fixed code block spacing on URLs and Views general docsDerek Jones2-34/+118
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones29-0/+2522