summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-09-30Make sure we don't waste entropyAndrey Andreev2-0/+2
2014-09-29Close #3194Andrey Andreev2-0/+5
2014-09-29Revert #3194Andrey Andreev2-14/+0
This has caused way too many BC breaks (#3238, #3242, #3257). Close #3257
2014-09-28[ci skip] Remove references to 'PHP5' from commentsAndrey Andreev2-2/+2
2014-09-24Merge pull request #3251 from amir-s/developAndrey Andreev1-1/+1
fixed a typo in changelog
2014-09-24fixed a typo in changelogAmir Saboury1-1/+1
Signed-off-by: Amir Saboury <amir.saboury@gmail.com>
2014-09-20Merge pull request #3245 from vlakoff/documentationAndrey Andreev2-2/+2
Fix examples in documentation
2014-09-20Fix examples in documentationvlakoff2-2/+2
2014-09-18Fix #3242Andrey Andreev1-1/+1
2014-09-17Fix a defined() checkAndrey Andreev1-1/+1
Close #3233
2014-09-17Fix #3238Andrey Andreev2-7/+10
Close #3239
2014-09-17Don't assume that log_file_permissions existsAndrey Andreev1-1/+1
2014-09-16Merge pull request #3235 from aanbar/fix-docsAndrey Andreev1-1/+1
removed extra quote
2014-09-15removed extra quoteAhmad Anbar1-1/+1
2014-09-12Fix #3228Andrey Andreev1-2/+0
2014-09-11Merge pull request #3229 from aanbar/add_vcard_to_mimeAndrey Andreev1-1/+2
Added vcard mime-type
2014-09-11Added vcard mime-typeAhmad Anbar1-1/+2
2014-09-08Add svg to config/mimes.phpAndrey Andreev1-1/+2
Close #3199
2014-09-08Add 'named callable' rules to Form validation libraryAndrey Andreev2-5/+46
Requested in issue #3183 Supersedes PR #3220
2014-08-28Fix CI_Security::get_random_bytes() length validationAndrey Andreev1-1/+1
2014-08-28CI_Parser: Fix a regression from b27338ac9710cfcf69c4c99028f474aae8b28b49 ↵Andrey Andreev1-1/+1
(#3189)
2014-08-27Fix #2963Andrey Andreev13-38/+67
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib
2014-08-27Add CI_Security::get_random_bytes() for CSRF & XSS token generationAndrey Andreev3-9/+72
2014-08-27[ci skip] Fix routing documentation (#3192)Andrey Andreev1-3/+1
It described a feature that doesn't exist.
2014-08-27Merge pull request #3202 from rougin/patch-1Andrey Andreev1-1/+1
Fixed typo error
2014-08-27Close #3205Andrey Andreev2-18/+5
2014-08-27[ci skip] Update a comment block descriptionAndrey Andreev1-1/+1
2014-08-27Fix #3189Andrey Andreev2-33/+34
2014-08-27Removed empty lineRougin Gutib1-1/+1
2014-08-27Removed empty lineRougin Royce Gutib0-0/+0
2014-08-26Merge pull request #3204 from ivantcholakov/feature/html-escape-upgradeAndrey Andreev2-7/+12
Upgrading the function html_escape()
2014-08-26Merge pull request #3195 from hArpanet/developAndrey Andreev1-3/+3
ibase_driver returning whitespace in table/column names
2014-08-26ibase_driver add table/column aliaseshArpanet1-3/+3
to satisfy DB_driver expectations
2014-08-26Upgraded html_escape() - The simplest version.Ivan Tcholakov1-8/+1
2014-08-25Upgrading the function html_escape() - Readability Improvement 2.Ivan Tcholakov1-5/+11
2014-08-25Upgrading the function html_escape() - readability improvement.Ivan Tcholakov1-1/+3
2014-08-25Upgrading the function html_escape() - documentation corrections.Ivan Tcholakov2-5/+4
2014-08-25Upgrading the function html_escape(), escaping twice can be prevented by ↵Ivan Tcholakov2-4/+9
setting the second argument to FALSE.
2014-08-24Fixed typo errorRougin Royce Gutib1-2/+2
2014-08-22Merge pull request #3198 from ivantcholakov/feature/is-not-nullAndrey Andreev2-0/+10
Query builder: IS NOT NULL support implementation, see #3194
2014-08-22Query builder, IS NOT NULL support #3194: Adding a changelog entry.Ivan Tcholakov1-0/+1
2014-08-22Query builder, IS NOT NULL support #3194: Strict comparison.Ivan Tcholakov1-1/+1
2014-08-21Query builder: IS NOT NULL support implementation, see #3194Ivan Tcholakov1-0/+9
2014-08-21ibase_driver returning whitespace in table/column nameshArpanet1-3/+3
Currently all Table and Field names are returned padded with whitespace up to string(124).
2014-08-18Fix a wrong variable name from previous commitAndrey Andreev1-1/+1
Rel: #3186
2014-08-18Optimize Redis serialized values supportAndrey Andreev1-17/+19
Rel: PR #3186
2014-08-18Merge pull request #3186 from ivantcholakov/feature/cache-redis-serializationAndrey Andreev1-3/+48
Cache_redis: Adding serialization support.
2014-08-18Cache_redis: A code-styling correction..Ivan Tcholakov1-1/+1
2014-08-18Cache_redis: Optimizations.Ivan Tcholakov1-2/+2
2014-08-18Cache_redis: Polishing.Ivan Tcholakov1-7/+4