Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-06 | remove text about ipv4/ipv6 support in the doc | Joffrey Jaffeux | 1 | -1/+1 | |
2012-06-06 | fixes | Michiel Vugteveen | 1 | -4/+7 | |
2012-06-06 | Merge https://github.com/EllisLab/CodeIgniter into valid-ipv6 | Joffrey Jaffeux | 2 | -3/+4 | |
2012-06-06 | removed ip_version() | Joffrey Jaffeux | 4 | -45/+2 | |
2012-06-06 | form_checkbox set_value fix | Michiel Vugteveen | 1 | -2/+2 | |
2012-06-06 | Merge pull request #1437 from ckdarby/issue_1374 | Andrey Andreev | 2 | -3/+4 | |
Fixing extra td; Issue #1374 | |||||
2012-06-06 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into ↵ | Cory | 13 | -179/+117 | |
issue_1374 Conflicts: user_guide_src/source/changelog.rst | |||||
2012-06-06 | use an ip of the range 192.18.0.0/15 | Joffrey Jaffeux | 1 | -2/+2 | |
2012-06-06 | Merge remote-tracking branch 'origin/master' into issue_1374 | Cory | 0 | -0/+0 | |
2012-06-06 | styling guide false -> FALSE | Joffrey Jaffeux | 1 | -1/+1 | |
2012-06-06 | Merge https://github.com/EllisLab/CodeIgniter into valid-ipv6 | Joffrey Jaffeux | 5 | -7/+21 | |
Conflicts: user_guide_src/source/changelog.rst | |||||
2012-06-06 | Modifying changelog to reflect the change | Cory | 1 | -0/+1 | |
2012-06-06 | remove regex in favor of strpos | Joffrey Jaffeux | 1 | -2/+1 | |
2012-06-06 | ip_version() now returns int instead of string | Joffrey Jaffeux | 2 | -5/+5 | |
2012-06-06 | correction of the test and longer test string | Joffrey Jaffeux | 1 | -3/+3 | |
2012-06-06 | typo word_wraped -> word_wrapped | Joffrey Jaffeux | 1 | -4/+4 | |
2012-06-06 | add test for word_wrap default charlim | Joffrey Jaffeux | 1 | -2/+11 | |
2012-06-06 | test for word_wrap() | Joffrey Jaffeux | 1 | -0/+8 | |
2012-06-06 | Add a second parameter (charset) to CI_Output::set_content_type() + fix for ↵ | Andrey Andreev | 3 | -3/+15 | |
issue #666 | |||||
2012-06-06 | change ellipsizing to ellipsize | Joffrey Jaffeux | 1 | -1/+1 | |
2012-06-06 | follow styling guide | Joffrey Jaffeux | 2 | -3/+5 | |
2012-06-06 | bad spacing | Joffrey Jaffeux | 1 | -1/+1 | |
2012-06-06 | update documentation for ip_version() and tells valid_ip() now supports ipv6 | Joffrey Jaffeux | 1 | -1/+10 | |
2012-06-06 | update changelog for ipv6 support | Joffrey Jaffeux | 1 | -0/+1 | |
2012-06-06 | add tests for ipv6 and new method ip_version() | Joffrey Jaffeux | 1 | -0/+27 | |
2012-06-06 | Add support for ipv6 | Joffrey Jaffeux | 1 | -1/+21 | |
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 upstream branch and some changes for better readability | Andrey Andreev | 166 | -2956/+4029 | |
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 | Fixing extra td; Issue #1374 | Cory | 1 | -3/+3 | |
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 |