summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-05-20Removed an extra space charKasim Tan1-1/+1
2016-05-19Fixed PHPDoc parameter name and type discrepanciesKasim Tan13-13/+8
2016-05-19Merge pull request #4635 from jim-parry/fix-userguideAndrey Andreev1-1/+1
[ci skip] Fix a typo in inflector helper docs
2016-05-19Fix typo in inflector helper writeup.Master Yoda1-1/+1
Reported by email from Jessie Rubi Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2016-05-11Merge pull request #4625 from rochefort/missing_parenthesisAndrey Andreev2-5/+5
[ci skip] Minor documentation fixes
2016-05-10Fix docs [ci skip]rochefort2-5/+5
- Fix missing parenthesis of function - Fix incorrect place of a sentence - Fix a missing doc link
2016-05-10Merge pull request #4620 from jim-parry/faviconAndrey Andreev1-0/+0
[ci skip] Add missing favicon to user guide source
2016-05-09Add favicon to user guide source (it was missing).Master Yoda1-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-09Stop testing 3.1.0-dev on PHP 5.2, 5.3Andrey Andreev1-8/+1
2016-05-09[ci skip] Remove unnecessary backslash from user guideAndrey Andreev1-1/+1
[ci skip] Remove unnecessary backslash from user guide
2016-05-06Remove unnecessary backslash from user guide.kadoppe1-1/+1
Signed-off-by: kadoppe <kadoppe@me.com>
2016-04-28Merge pull request #4603 from rochefort/fix-typeAndrey Andreev1-2/+2
[ci skip] Fix a parameter type in url_title() docs
2016-04-27Fix a type of parameter in url_title [ci skip]rochefort1-2/+2
2016-04-12Merge pull request #4579 from mokalovesoulmate/developAndrey Andreev1-1/+1
[ci skip] Fix a CI_Email documentation example
2016-04-12Removed double quotes on $cid because if we using quotes, the embedded image ↵Moses Kurniawan1-1/+1
will not appear.
2016-03-21Merge branch '3.0-stable' into developAndrey Andreev10-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 developmentAndrey Andreev6-4/+26
2016-03-21[ci skip] Prepare for 3.0.6 releaseAndrey Andreev4-5/+5
2016-03-17Merge pull request #4544 from fulopm/developAndrey Andreev1-1/+1
[ci skip] Fix codeblock formatting in Zip library docs
2016-03-17Merge pull request #4544 from fulopm/developAndrey Andreev1-1/+1
[ci skip] Fix codeblock formatting in Zip library docs
2016-03-17adding code format on line 29Fülöp Márk1-1/+1
2016-03-16A small Migrations tweakAndrey Andreev1-1/+6
2016-03-16Fix #4539Andrey Andreev2-34/+65
2016-03-16[ci skip] Add upgrade instructions for CI_Cache changesAndrey Andreev1-2/+29
2016-03-16[ci skip] Add changelog entries for recent CI_Cache changes to redis, memcachedAndrey Andreev1-1/+7
2016-03-16[ci skip] Add (detection-based) UNIX sockets support to Cache_memcachedAndrey Andreev1-3/+15
2016-03-16Fix a Form_validation bug that unnecessarily modifes $_POSTAndrey Andreev2-1/+2
2016-03-16Simplify a bit of internal code in CI_Form_validationAndrey Andreev1-18/+2
2016-03-15Add __isset() to CI_SessionAndrey Andreev2-0/+19
2016-03-14Merge pull request #4531 from masterklavi/redis_unixsocketAndrey Andreev2-13/+1
Removed socket_type option from Cache_redis
2016-03-14Unix socket check in one long lineMasterklavi1-8/+1
2016-03-14Removed a space charMasterklavi1-1/+1
2016-03-14Added the timeout value for the UNIX socket checkMasterklavi1-1/+3
2016-03-14Fixed bracketsMasterklavi1-1/+1
2016-03-14UNIX socket checkMasterklavi1-0/+5
2016-03-14Removed socket_type and socket parameters from the user guideMasterklavi1-2/+0
2016-03-13[ci skip] Fix a comment typoAndrey Andreev1-1/+1
2016-03-12[ci skip] Revert an unnecessary change from last commitAndrey Andreev1-1/+1
2016-03-12[ci skip] Update the index.php fileAndrey Andreev2-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_validationAndrey Andreev4-7/+28
2016-03-12Merge pull request #4532 from Tpojka/developAndrey Andreev1-1/+1
[ci skip] Remove an unnecessary slash from a documentation example
2016-03-12Merge pull request #4532 from Tpojka/developAndrey Andreev1-1/+1
[ci skip] Remove an unnecessary slash from a documentation example
2016-03-12Removing characterGoran Grbic1-1/+1
Removing forward slash since `APPPATH` ends with `DIRECTORY_SEPARATOR`.
2016-03-12Removed the second condition for unix socketsMasterklavi1-11/+1
2016-03-12Merge branch '3.0-stable' into developAndrey Andreev1-3/+3
2016-03-12A small memory optimization to CI_Form_validationAndrey Andreev1-3/+3
2016-03-12[ci skip] Removed leftovers from the old serialization logic in Cache_redisAndrey Andreev1-11/+0
2016-03-12Add changelog entries for and polish changes from PRs #4528, #4530Andrey Andreev2-16/+42
2016-03-12Merge pull request #4530 from masterklavi/redis_hset_ttlAndrey Andreev1-2/+9
Added TTL usage to Cache_redis save() method The feature was missing from PR #4528
2016-03-12Merge branch '3.0-stable' into developAndrey Andreev3-2/+23