Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-19 | Fixed PHPDoc parameter name and type discrepancies | Kasim Tan | 13 | -13/+8 | |
2016-05-19 | Merge pull request #4635 from jim-parry/fix-userguide | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a typo in inflector helper docs | |||||
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-11 | Merge pull request #4625 from rochefort/missing_parenthesis | Andrey Andreev | 2 | -5/+5 | |
[ci skip] Minor documentation fixes | |||||
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-09 | Stop testing 3.1.0-dev on PHP 5.2, 5.3 | Andrey Andreev | 1 | -8/+1 | |
2016-05-09 | [ci skip] Remove unnecessary backslash from user guide | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Remove unnecessary backslash from user guide | |||||
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 | Merge pull request #4579 from mokalovesoulmate/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a CI_Email documentation example | |||||
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 | 10 | -110/+231 | |
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 | 6 | -4/+26 | |
2016-03-21 | [ci skip] Prepare for 3.0.6 release | Andrey Andreev | 4 | -5/+5 | |
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 | 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 | A small Migrations tweak | Andrey Andreev | 1 | -1/+6 | |
2016-03-16 | Fix #4539 | Andrey Andreev | 2 | -34/+65 | |
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 | [ci skip] Add (detection-based) UNIX sockets support to Cache_memcached | Andrey Andreev | 1 | -3/+15 | |
2016-03-16 | Fix a Form_validation bug that unnecessarily modifes $_POST | Andrey Andreev | 2 | -1/+2 | |
2016-03-16 | Simplify a bit of internal code in CI_Form_validation | Andrey Andreev | 1 | -18/+2 | |
2016-03-15 | Add __isset() to CI_Session | Andrey Andreev | 2 | -0/+19 | |
2016-03-14 | Merge pull request #4531 from masterklavi/redis_unixsocket | Andrey Andreev | 2 | -13/+1 | |
Removed socket_type option from Cache_redis | |||||
2016-03-14 | Unix socket check in one long line | Masterklavi | 1 | -8/+1 | |
2016-03-14 | Removed a space char | Masterklavi | 1 | -1/+1 | |
2016-03-14 | Added the timeout value for the UNIX socket check | Masterklavi | 1 | -1/+3 | |
2016-03-14 | Fixed brackets | Masterklavi | 1 | -1/+1 | |
2016-03-14 | UNIX socket check | Masterklavi | 1 | -0/+5 | |
2016-03-14 | Removed socket_type and socket parameters from the user guide | Masterklavi | 1 | -2/+0 | |
2016-03-13 | [ci skip] Fix a comment typo | Andrey Andreev | 1 | -1/+1 | |
2016-03-12 | [ci skip] Revert an unnecessary change from last commit | Andrey Andreev | 1 | -1/+1 | |
2016-03-12 | [ci skip] Update the index.php file | Andrey Andreev | 2 | -52/+90 | |
- 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 | 4 | -7/+28 | |
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 | 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 | Removed the second condition for unix sockets | Masterklavi | 1 | -11/+1 | |
2016-03-12 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -3/+3 | |
2016-03-12 | A small memory optimization to CI_Form_validation | Andrey Andreev | 1 | -3/+3 | |
2016-03-12 | [ci skip] Removed leftovers from the old serialization logic in Cache_redis | Andrey Andreev | 1 | -11/+0 | |
2016-03-12 | Add changelog entries for and polish changes from PRs #4528, #4530 | Andrey Andreev | 2 | -16/+42 | |
2016-03-12 | Merge pull request #4530 from masterklavi/redis_hset_ttl | Andrey Andreev | 1 | -2/+9 | |
Added TTL usage to Cache_redis save() method The feature was missing from PR #4528 | |||||
2016-03-12 | Merge branch '3.0-stable' into develop | Andrey Andreev | 3 | -2/+23 | |
2016-03-12 | Added the expiration to save() method | Masterklavi | 1 | -2/+9 | |