Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-03 | Added support for $_SERVER['CI_ENV'] in index.php | Phil Sturgeon | 2 | -2/+9 | |
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-05-26 | Fix issue #862 | Andrey Andreev | 1 | -0/+1 | |
2012-05-25 | Fix issue #136 (MySQL escape_like_str()) | Andrey Andreev | 1 | -1/+1 | |
2012-05-24 | Added update_batch() support for PostgreSQL (issue #356) | Andrey Andreev | 1 | -0/+2 | |
2012-05-24 | Fix issue #319 | Andrey Andreev | 1 | -0/+1 | |
2012-05-24 | Fix issue #121 | Andrey Andreev | 1 | -0/+1 | |
2012-05-24 | Fix issues #44 & #110 | Andrey Andreev | 1 | -0/+1 | |
2012-05-24 | Fix issue #1273 and some cleanup in Query Builder | Andrey Andreev | 1 | -3/+4 | |
2012-05-23 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 2 | -1/+7 | |
2012-05-23 | Input, Session and Cookie get's will return NULL. | Phil Sturgeon | 2 | -13/+6 | |
Read more about this change here: http://codeigniter.com/forums/viewthread/215833 | |||||
2012-05-23 | Merge pull request #1357 from timw4mail/errors | Phil Sturgeon | 2 | -1/+7 | |
Move errors to views folder | |||||
2012-05-23 | Merge pull request #1379 from brentashley/develop | Phil Sturgeon | 1 | -1/+8 | |
Add step to move existing core extensions to new folder | |||||
2012-05-23 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors | Timothy Warren | 1 | -30/+23 | |
2012-05-23 | Fix a typo in the changelog | Andrey Andreev | 1 | -1/+1 | |
2012-05-23 | Removed the parameter use in database drivers' _close() and added a default ↵ | Andrey Andreev | 1 | -30/+23 | |
_close() method in CI_DB_driver + some changelog fixes | |||||
2012-05-22 | fix typo in step 8 | Brent Ashley | 1 | -1/+1 | |
2012-05-22 | Add step to move existing core extensions to new folder | Brent Ashley | 1 | -1/+8 | |
2012-05-21 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors | Timothy Warren | 2 | -1/+24 | |
2012-05-21 | Merge pull request #1372 from juanitomint/develop | Andrey Andreev | 2 | -0/+21 | |
Added unbuffered_row() function (issue #1351) | |||||
2012-05-21 | added a comment for unbuffered_row | Juan Ignacio Borda | 1 | -0/+1 | |
2012-05-19 | Fixed typo | Juan Ignacio Borda | 1 | -1/+1 | |
2012-05-19 | Fixed some spaces | Juan Ignacio Borda | 1 | -1/+1 | |
2012-05-19 | Add missing changelog entries from 2.1-stable | Andrey Andreev | 1 | -1/+3 | |
2012-05-18 | Added doc notes for unbuffered_row() function | Juan Ignacio Borda | 1 | -0/+20 | |
2012-05-17 | Added changelog entry | Timothy Warren | 1 | -0/+1 | |
2012-05-17 | merge upstream | Timothy Warren | 1 | -0/+1 | |
2012-05-17 | Add parens to changelog entry | Timothy Warren | 1 | -1/+1 | |
2012-05-17 | Update inflector docblocks, add changelog entry | Timothy Warren | 1 | -0/+1 | |
2012-05-16 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors | Timothy Warren | 1 | -0/+1 | |
2012-05-16 | Add note in the upgrade guide to move errors folder | Timothy Warren | 1 | -1/+6 | |
2012-05-15 | Minor changes on the pull #1355 additions | Andrey Andreev | 1 | -1/+1 | |
2012-05-15 | Merge pull request #1355 from shidec/develop | Andrey Andreev | 1 | -0/+1 | |
Escaping boolean data type, some DBMS (e.g., postgre) need it | |||||
2012-05-15 | escaping boolean data type for postgre change log | Soesapto Joeni Hantoro | 1 | -0/+1 | |
2012-05-11 | Fix issue #1349 | Andrey Andreev | 1 | -2/+3 | |
2012-05-11 | User_agent library improvements | Andrey Andreev | 1 | -1/+1 | |
2012-05-04 | changelog entry | Michiel Vugteveen | 1 | -1/+2 | |
2012-05-02 | Changelog fix | Andrey Andreev | 1 | -1/+0 | |
2012-05-02 | Reverted rui_string change. | Phil Sturgeon | 1 | -0/+2 | |
This had knock-on effects as can be seen in #1306. Issue #122 has been reopend until it is fixed properly. | |||||
2012-04-27 | Merge upstream branch | Andrey Andreev | 27 | -195/+337 | |
2012-04-26 | Merge pull request #1266 from timw4mail/patch | Phil Sturgeon | 1 | -1/+12 | |
Normalize comments in core files | |||||
2012-04-26 | Merge pull request #1004 from kwaanonline/develop | Phil Sturgeon | 1 | -60/+92 | |
Date Helper documentation update | |||||
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch | Timothy Warren | 14 | -41/+55 | |
2012-04-26 | Fixed conflicts. | Phil Sturgeon | 17 | -53/+80 | |
2012-04-26 | Fixed issue #122 - ruri_string() in subdirs. | Phil Sturgeon | 1 | -0/+1 | |
2012-04-26 | Adding some update notes for 3.0.0 (renaming AR to QB) | Jamie Rumbelow | 1 | -0/+10 | |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 25 | -235/+426 | |
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-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch | Timothy Warren | 2 | -2/+3 | |
2012-04-26 | Corrected path to jquery | Chad Hedgcock | 1 | -2/+2 | |
2012-04-25 | Merge pull request #1288 from petsagouris/Issue-131 | Andrey Andreev | 1 | -0/+1 | |
Updated foreign_characters.php | |||||
2012-04-25 | Added foreign_characters.php changes in the changelog. | George Petsagourakis | 1 | -0/+1 | |