Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-06 | Add a second parameter (charset) to CI_Output::set_content_type() + fix for ↵ | Andrey Andreev | 2 | -1/+7 | |
issue #666 | |||||
2012-06-06 | Merge pull request #933 from wrightlabs/patch-1 | Andrey Andreev | 1 | -0/+1 | |
Add Security class to list of core classes in docs | |||||
2012-06-06 | Added Fennec as Firefox Mobile to config/user_agents.php (issue #1063) | Andrey Andreev | 1 | -1/+2 | |
2012-06-06 | Merge pull request #1415 from mickeywu/develop | Andrey Andreev | 2 | -0/+9 | |
Made set_header() public in Email library and updated documentation. | |||||
2012-06-06 | Update develop | Mickey Wu | 1 | -1/+1 | |
2012-06-05 | Fix a magic_quotes-related bug and changed the default parameter value for ↵ | Andrey Andreev | 1 | -0/+1 | |
is_php() | |||||
2012-06-05 | Added get_mimes() function to system/core/Commons.php.The MIMEs array from ↵ | Andrey Andreev | 2 | -0/+7 | |
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-04 | Merge pull request #1420 from IT-Can/fix-issue-1419 | Andrey Andreev | 1 | -0/+1 | |
Fix issues #1397, #1419 | |||||
2012-06-04 | changelog | Michiel Vugteveen | 1 | -0/+1 | |
2012-06-03 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 4 | -16/+20 | |
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-06-02 | Changed load model examples to use lowercase model name. Fixes #1417 | Alex Bilbie | 2 | -9/+9 | |
2012-06-02 | Changed example model name to follow the CI styleguide class naming conventions | Alex Bilbie | 1 | -1/+1 | |
2012-06-01 | Update user_guide_src/source/changelog.rst | Mickey Wu | 1 | -0/+1 | |
2012-06-01 | Made set_header() public in Email library and updated documentation. | Mickey Wu | 1 | -0/+8 | |
2012-05-31 | Changed documentation and added note to changelog as per @philsturgeon request | Thanasis Polychronakis | 2 | -5/+8 | |
2012-05-31 | automatic list formatting was broken | vlakoff | 1 | -1/+2 | |
2012-05-30 | create_captcha() helper documentation | madhazelnut | 1 | -1/+1 | |
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 | |