Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 2 | -4/+5 | |
2012-06-06 | Merge pull request #1415 from mickeywu/develop | Andrey Andreev | 3 | -16/+25 | |
Made set_header() public in Email library and updated documentation. | |||||
2012-06-06 | Update develop | Mickey Wu | 1 | -1/+1 | |
2012-06-05 | Replace set_magic_quotes_runtime() with an ini_set() call | Andrey Andreev | 1 | -1/+1 | |
2012-06-05 | Fix a magic_quotes-related bug and changed the default parameter value for ↵ | Andrey Andreev | 3 | -3/+4 | |
is_php() | |||||
2012-06-05 | Added get_mimes() function to system/core/Commons.php.The MIMEs array from ↵ | Andrey Andreev | 8 | -153/+67 | |
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-05 | Merge pull request #1425 from jjaffeux/develop | Phil Sturgeon | 1 | -4/+5 | |
Add test when loading language file and not using the language parameter | |||||
2012-06-05 | remove _test_line() | Joffrey Jaffeux | 1 | -8/+1 | |
2012-06-05 | Add test when loading language file and not using the second parameter ↵ | Joffrey Jaffeux | 1 | -2/+10 | |
(language) | |||||
2012-06-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 3 | -22/+19 | |
2012-06-04 | Direct return from mimes config, instead of using global $mimes; | Phil Sturgeon | 5 | -143/+139 | |
Global variables are generally a terrible idea, especially for something as simple as this. The mimes.php now returns an array instead of just injecting a variable name into the global namespace. | |||||
2012-06-04 | Merge pull request #1403 from cryode/bug/cache_backup | Phil Sturgeon | 1 | -21/+17 | |
Fix issue where cache backup is ignored on first call. | |||||
2012-06-04 | Merge pull request #1420 from IT-Can/fix-issue-1419 | Andrey Andreev | 2 | -1/+2 | |
Fix issues #1397, #1419 | |||||
2012-06-04 | Loader was too specific about === "", some cases were NULL. | Phil Sturgeon | 1 | -1/+1 | |
Signed-off-by: Phil Sturgeon <email@philsturgeon.co.uk> | |||||
2012-06-04 | changelog | Michiel Vugteveen | 1 | -0/+1 | |
2012-06-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 1 | -2/+2 | |
2012-06-04 | Added a "non-DB" phpunit.xml for local testing | Phil Sturgeon | 1 | -0/+25 | |
Any developer can use this without having to set up DB's and have PostgreSQL installed by running: phpunit --configuration=tests/phpunit.xml This just skips DB stuff, so code coverage will look lower than it is. | |||||
2012-06-04 | Fix issue #1423 | Andrey Andreev | 1 | -2/+2 | |
2012-06-04 | Alter SQLite3's version() method and clear some spaces | Andrey Andreev | 3 | -6/+6 | |
2012-06-04 | Fix an SQLite3 pconnect() bug + other minor changes | Andrey Andreev | 5 | -10/+10 | |
2012-06-04 | Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b ↵ | Andrey Andreev | 7 | -20/+20 | |
and d261b1e89c3d4d5191036d5a5660ef6764e593a0 | |||||
2012-06-04 | Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792 | Andrey Andreev | 9 | -25/+25 | |
2012-06-04 | Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d | Andrey Andreev | 9 | -16/+19 | |
2012-06-03 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 88 | -600/+608 | |
2012-06-03 | Added support for $_SERVER['CI_ENV'] in index.php | Phil Sturgeon | 3 | -3/+10 | |
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 | remove static | Michiel Vugteveen | 1 | -1/+1 | |
2012-06-02 | Fixing final SQLite bug introduced in 48a2baf0e288accd206f5da5031d29076e130792 | Alex Bilbie | 1 | -1/+1 | |
2012-06-02 | Fix for bug in SQLite introduced in 48a2baf0e288accd206f5da5031d29076e130792 | Alex Bilbie | 1 | -1/+1 | |
2012-06-02 | Fixing PDO bug introduced in 48a2baf0e288accd206f5da5031d29076e130792 | Alex Bilbie | 1 | -1/+1 | |
2012-06-02 | Fixed bug in MySQL driver introduced in 48a2baf0e288accd206f5da5031d29076e130792 | Alex Bilbie | 1 | -1/+1 | |
2012-06-02 | Fixed bug in PostgreSQL introduced in 48a2baf0e288accd206f5da5031d29076e130792 | Alex Bilbie | 1 | -1/+1 | |
2012-06-02 | Fixed bug introduced in ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d | Alex Bilbie | 1 | -1/+1 | |
2012-06-02 | Don't assume $_ci_path is a string (could be FALSE) | Alex Bilbie | 1 | -1/+1 | |
2012-06-02 | Fixed bug created in `test_where_custom_string()` in ↵ | Alex Bilbie | 1 | -1/+1 | |
/tests/codeigniter/database/query_builder/where_test.php by d6d1150959c95e43d310d0bc45f8bd674ff6460c | |||||
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-02 | Replaced `==` with `===` in /application/views/welcome_message.php | Alex Bilbie | 1 | -1/+1 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /tests | Alex Bilbie | 4 | -9/+9 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/libraries | Alex Bilbie | 24 | -268/+268 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/helpers | Alex Bilbie | 13 | -68/+68 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/database | Alex Bilbie | 31 | -167/+167 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/core | Alex Bilbie | 13 | -70/+70 | |
2012-06-01 | Update user_guide_src/source/changelog.rst | Mickey Wu | 1 | -0/+1 | |
2012-06-01 | Merge pull request #1356 from thanpolas/new-config-load-sequence | Andrey Andreev | 3 | -12/+19 | |
New config load sequence | |||||
2012-06-01 | Made set_header() public in Email library and updated documentation. | Mickey Wu | 2 | -16/+24 | |
2012-05-31 | Merge branch 'new-config-load-sequence' of github.com:thanpolas/CodeIgniter ↵ | Thanasis Polychronakis | 0 | -0/+0 | |
into new-config-load-sequence | |||||
2012-05-31 | Changed documentation and added note to changelog as per @philsturgeon request | Thanasis Polychronakis | 2 | -5/+8 | |
2012-05-31 | Edit to meet CI coding standards | Thanasis Polychronakis | 1 | -3/+3 | |
2012-05-31 | Indended code to meet CI standards | Thanasis Polychronakis | 1 | -2/+6 | |