Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-21 | Fixed typos | Harrison Emmanuel | 1 | -2/+2 | |
Changed umark_flash() and umark_temp() to unmark_flash() and unmark_temp() to match with their respective methods in the Session class. | |||||
2016-05-19 | Fix typo in inflector helper writeup. | Master Yoda | 1 | -1/+1 | |
Reported by email from Jessie Rubi Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2016-05-10 | Fix docs [ci skip] | rochefort | 2 | -5/+5 | |
- Fix missing parenthesis of function - Fix incorrect place of a sentence - Fix a missing doc link | |||||
2016-05-10 | Merge pull request #4620 from jim-parry/favicon | Andrey Andreev | 1 | -0/+0 | |
[ci skip] Add missing favicon to user guide source | |||||
2016-05-09 | Add favicon to user guide source (it was missing). | Master Yoda | 1 | -0/+0 | |
This was mentioned in a tweet. The user guide currently has a configuraiton setting with a favicon link, but it referenced a non-existant file. Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2016-05-06 | Remove unnecessary backslash from user guide. | kadoppe | 1 | -1/+1 | |
Signed-off-by: kadoppe <kadoppe@me.com> | |||||
2016-04-28 | Merge pull request #4603 from rochefort/fix-type | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix a parameter type in url_title() docs | |||||
2016-04-27 | Fix a type of parameter in url_title [ci skip] | rochefort | 1 | -2/+2 | |
2016-04-12 | Removed double quotes on $cid because if we using quotes, the embedded image ↵ | Moses Kurniawan | 1 | -1/+1 | |
will not appear. | |||||
2016-03-21 | Merge branch '3.0-stable' into develop | Andrey Andreev | 6 | -6/+67 | |
Resolved conflicts: user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst | |||||
2016-03-21 | [ci skip] Mark the start of 3.0.7 development | Andrey Andreev | 5 | -3/+25 | |
2016-03-21 | [ci skip] Prepare for 3.0.6 release | Andrey Andreev | 3 | -4/+4 | |
2016-03-17 | Merge pull request #4544 from fulopm/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix codeblock formatting in Zip library docs | |||||
2016-03-17 | adding code format on line 29 | Fülöp Márk | 1 | -1/+1 | |
2016-03-16 | Fix #4539 | Andrey Andreev | 1 | -0/+2 | |
2016-03-16 | [ci skip] Add upgrade instructions for CI_Cache changes | Andrey Andreev | 1 | -2/+29 | |
2016-03-16 | [ci skip] Add changelog entries for recent CI_Cache changes to redis, memcached | Andrey Andreev | 1 | -1/+7 | |
2016-03-16 | Fix a Form_validation bug that unnecessarily modifes $_POST | Andrey Andreev | 1 | -0/+1 | |
2016-03-15 | Add __isset() to CI_Session | Andrey Andreev | 1 | -0/+1 | |
2016-03-14 | Merge pull request #4531 from masterklavi/redis_unixsocket | Andrey Andreev | 1 | -2/+0 | |
Removed socket_type option from Cache_redis | |||||
2016-03-14 | Removed socket_type and socket parameters from the user guide | Masterklavi | 1 | -2/+0 | |
2016-03-12 | [ci skip] Update the index.php file | Andrey Andreev | 1 | -1/+16 | |
- Use DIRECTORY_SEPARATOR instead of a hard-coded forward-slash - Use more proper terminology in comment descriptions - Small tweaks to directory detection logic | |||||
2016-03-12 | [ci skip] Deprecate prep_for_form() in Form_validation | Andrey Andreev | 3 | -4/+24 | |
2016-03-12 | Merge pull request #4532 from Tpojka/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Remove an unnecessary slash from a documentation example | |||||
2016-03-12 | Removing character | Goran Grbic | 1 | -1/+1 | |
Removing forward slash since `APPPATH` ends with `DIRECTORY_SEPARATOR`. | |||||
2016-03-12 | Add changelog entries for and polish changes from PRs #4528, #4530 | Andrey Andreev | 1 | -0/+6 | |
2016-03-12 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -1/+9 | |
2016-03-12 | [ci skip] Add changelog entry for PR #4522 | Andrey Andreev | 1 | -0/+4 | |
2016-03-12 | Fix #4516 | Andrey Andreev | 1 | -0/+4 | |
2016-03-11 | [ci skip] Fix a changelog message typo | Andrey Andreev | 1 | -1/+1 | |
2016-03-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 6 | -4/+58 | |
Resolved conflicts: system/core/CodeIgniter.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst | |||||
2016-03-11 | [ci skip] Mark the start of 3.0.6 development | Andrey Andreev | 5 | -3/+25 | |
2016-03-11 | [ci skip] Fix a wrong page link in the changelog | Andrey Andreev | 1 | -1/+1 | |
2016-03-11 | [ci skip] Prepare for 3.0.5 release | Andrey Andreev | 3 | -4/+4 | |
2016-03-11 | Add a defensive check in CI_Loader::_ci_load() | Andrey Andreev | 1 | -0/+1 | |
Prevents possible internal variable overwrites when loading views | |||||
2016-03-11 | Fix a number of CI_Cache bugs | Andrey Andreev | 1 | -0/+2 | |
Fixes #4277 Supersedes #4474 Really fixes #4066 | |||||
2016-03-10 | Improve ext/session error messages | Andrey Andreev | 1 | -0/+4 | |
2016-03-07 | [ci skip] Fix Profiler not applying htmlspecialchars() to all inputs | Andrey Andreev | 1 | -0/+1 | |
2016-03-07 | Fix #4475 | Andrey Andreev | 1 | -0/+1 | |
2016-03-07 | [ci skip] Fix transactions for the ibase driver | Andrey Andreev | 1 | -0/+1 | |
Reported via the forums: http://forum.codeigniter.com/thread-64559.html | |||||
2016-03-07 | Merge pull request #4506 from mixinix/patch-1 | Andrey Andreev | 1 | -4/+4 | |
[ci skip] Update Calendar docs | |||||
2016-03-06 | Update calendar.rst | mixinix | 1 | -4/+4 | |
2016-03-04 | Merge pull request #4502 from brutalcrozt/develop | Andrey Andreev | 1 | -1/+2 | |
[ci skip] Update image_lib docs | |||||
2016-03-02 | Doc , update image_lib.rst | Adi Prasetyo | 1 | -1/+2 | |
> at *the* same level *as* | |||||
2016-02-29 | [ci skip] Add changelog entries for PR #4491 and ↵ | Andrey Andreev | 1 | -0/+2 | |
215922144082eb4b613e2418ba552776d23ea1db | |||||
2016-02-17 | [ci skip] Update docs to reflect escape_like_str() usage with ESCAPE '\!' | Andrey Andreev | 2 | -1/+14 | |
Closes #4462 | |||||
2016-02-15 | [ci skip] Add changelog entry for PR #4453 | Andrey Andreev | 1 | -0/+4 | |
2016-02-15 | Don't apply url_suffix, permitted_uri_chars to CLI requests | Andrey Andreev | 2 | -1/+18 | |
Close #4085 Close #4460 | |||||
2016-02-11 | [ci skip] Add changelog entry for issue #4449 | Andrey Andreev | 1 | -0/+1 | |
2016-02-10 | Fix a bug where CI_Session_memcached_driver doesn't write empty sessions | Andrey Andreev | 1 | -0/+1 | |
Related: #3919 |