Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch | Timothy Warren | 1 | -1/+1 | |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 3 | -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-20 | added suggested styleguide addition for future consistency | Timothy Warren | 1 | -1/+12 | |
2012-04-02 | Merge upstream branch | Andrey Andreev | 2 | -13/+12 | |
2012-03-26 | Fix some examples in the user guide | Andrey Andreev | 2 | -12/+12 | |
2012-03-26 | Remove remaining access description lines from database classes and ↵ | Andrey Andreev | 1 | -1/+0 | |
styleguide example | |||||
2012-03-12 | Merge upstream branch | Andrey Andreev | 1 | -2/+2 | |
2012-03-12 | Update the list of supported databases | Andrey Andreev | 1 | -2/+2 | |
2012-03-12 | Postgres to PostgreSQL | Andrey Andreev | 1 | -2/+2 | |
2012-03-12 | Merge upstream branch | Andrey Andreev | 1 | -3/+3 | |
2012-03-09 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 1 | -5/+11 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -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-09 | Merge upstream branch | Andrey Andreev | 1 | -5/+11 | |
2012-03-08 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 1 | -5/+11 | |
2012-03-07 | Update the example on extending libraries with a constructor | Andrey Andreev | 1 | -5/+11 | |
2012-02-19 | Renaming Active Record to Query Builder across the system | Jamie Rumbelow | 1 | -1/+1 | |
2012-01-27 | Merge upstream branch | Andrey Andreev | 2 | -3/+22 | |
2012-01-27 | Added try catch example in style guide | Timothy Warren | 1 | -0/+16 | |
2012-01-25 | Added bit about having mod_rewrite enabled for removing index.php | CroNiX | 1 | -3/+6 | |
Added note about htaccess rules might not work for all server configurations | |||||
2012-01-16 | Add SQLite3 database driver | Andrey Andreev | 1 | -2/+2 | |
2012-01-09 | Removed the first slash of the line 51. With this, the goal of the code ↵ | insign | 1 | -1/+1 | |
don't work. I tried it in many Apache servers. Sorry if I am wrong. | |||||
2011-11-22 | Altered the explenation of the rewrite rules to better fit the actual result. | Repox | 1 | -1/+1 | |
2011-11-22 | Altered the suggested mod_rewrite rules for removing index.php from URL to ↵ | Repox | 1 | -4/+5 | |
better fit the needs between CI routing and asset files. This suggestion addresses issue #684 | |||||
2011-10-10 | unhid general topics ToC for navigation | Derek Jones | 1 | -1/+0 | |
2011-10-10 | Merge branch 'feature/userguide-toc' into develop | Derek Jones | 2 | -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-10 | incremental improvement to user guide ToC | Derek Jones | 2 | -6/+33 | |
2011-10-07 | Fix some user guide style | purwandi | 4 | -25/+57 | |
2011-10-07 | Fix Views on User Guide | purwandi | 1 | -14/+14 | |
2011-10-07 | Fix Controllers on User Guide | purwandi | 1 | -5/+4 | |
2011-10-07 | Fix CodeIgniter URLs on User Guide | purwandi | 1 | -6/+5 | |
2011-10-07 | change hardcoded page docs to use generated ones | Joseph Wensley | 4 | -56/+19 | |
escape "http://" that was getting linked formatting some tables | |||||
2011-10-06 | fixing code block spacing on caching, ancillary class, and alternative php docs | Derek Jones | 3 | -11/+39 | |
2011-10-06 | fixing code spacing in Common and CLI docs | Derek Jones | 2 | -10/+32 | |
2011-10-06 | fixed code spacing in Controllers general docs | Derek Jones | 1 | -32/+109 | |
2011-10-06 | fixing code spacing in Core, Library, Drivers, and Errors general docs | Derek Jones | 4 | -14/+84 | |
2011-10-06 | fixing code spacing in Profiling, Models, Managing Apps, Hooks, and Helpers ↵ | Derek Jones | 5 | -18/+149 | |
general docs | |||||
2011-10-06 | fixed code block spacing in styleguide docs | Derek Jones | 1 | -54/+302 | |
2011-10-05 | fixed code block spacing on URLs and Views general docs | Derek Jones | 2 | -34/+118 | |
2011-10-05 | replacing the old HTML user guide with a Sphinx-managed user guide | Derek Jones | 29 | -0/+2522 | |