summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-10-20FV: throw BadMethodCallException when set_rules() called withoutAndrey Andreev4-2/+17
2016-10-20[ci skip] Document FV set_rules() fourth parameterAndrey Andreev1-1/+2
2016-10-20[ci skip] Polish changes and add a changelog entry for PR #4855Andrey Andreev3-2/+13
2016-10-20Update xmlrpc.rstInstructor, Computer Systems Technology1-2/+2
Fix markdown notation
2016-10-20Update Xmlrpc.phpInstructor, Computer Systems Technology1-1/+1
Fix style
2016-10-20Merge pull request #4863 from gxgpet/develop4Andrey Andreev1-0/+1
Add missing method chaining support to CI_Table::set_caption()
2016-10-20- fixed method chaining for set_caption in Table helper.George Petculescu1-0/+1
2016-10-19Merge pull request #4855 from jim-parry/fix/xmlrpc-timeoutInstructor, Computer Systems Technology2-3/+6
Fix xmlrpc timeout, #4843
2016-10-18Fix xmlrpc timeout, #4843Master Yoda2-3/+6
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2016-10-14Merge pull request #4840 from ihatehandles/patch-2Andrey Andreev1-3/+3
[ci skip] Fixed some typos
2016-10-12Fixed typosihatehandles1-3/+3
2016-10-11Merge pull request #4834 from renedekat/patch-1Andrey Andreev1-2/+31
Updated list of words that aren't countable in is_countable() inflector helper
2016-10-10Updated list of words that aren't countableRené de Kat1-2/+31
Updated list of words that are the same in plural and singular form in English.
2016-09-30Merge pull request #4822 from gxgpet/developAndrey Andreev1-1/+2
Fix PNG file deletion on captcha helper
2016-09-28- reverting changes, wrong branch selected.George Petculescu1-5/+11
2016-09-28- download helper uses better file buffering when the content of a local ↵George Petculescu1-11/+5
file is output'd
2016-09-27- fixed identationGeorge Petculescu1-1/+1
2016-09-27- captcha helper will now look for .png files too when deleting old filesGeorge Petculescu1-1/+2
2016-09-27- revertGeorge Petculescu1-5/+4
2016-09-27[ci skip] Add changelog entry for PR #4821Andrey Andreev1-0/+1
2016-09-27Merge pull request #4821 from loga4/redis-cacheAndrey Andreev1-1/+7
Cache_redis: Select database index if provided
2016-09-27Add database index by defaultlogach1-1/+7
Select database if exists
2016-09-27Merge pull request #4810 from Dutchy-/patch-1Andrey Andreev1-1/+1
Remove inline style from form_open() hidden fields
2016-09-27Remove inline styles from hidden form inputEdwin Smulders1-1/+1
This change fixes console errors when using a CSP header that disables inline styles.
2016-09-25- captcha helper uses now filemtime to get file timestampGeorge Petculescu1-4/+5
- captcha generated files are a sha1 of current timestamp and word - changed the usage of microtime to time, as this is a more realistic approach Signed-off-by: George Petculescu <gxgpet@gmail.com>
2016-09-12Merge pull request #4806 from hex-ci/patch-1Andrey Andreev1-2/+2
[ci skip] Fix formatting in 2.1.0 upgrade instructions
2016-09-12Fix small doc problem.Hex1-2/+2
2016-09-09Merge pull request #4805 from intekhabrizvi/developAndrey Andreev1-1/+1
Use MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT as a connection flag instead of option
2016-09-09Removed mysqli options function for ssl certificate verification falseintekhab1-1/+0
2016-09-09supplied flag to turn off mysqli SSL verification if ssl_verify passed as falseintekhab1-0/+1
2016-08-30Merge pull request #4788 from edtsz/patch-2Andrey Andreev1-1/+17
Add OpenOffice mime-types to config/mimes.php
2016-08-30OpenOffice mime-typesÉderson T. Szlachta1-1/+17
According to IANA media types : http://www.iana.org/assignments/media-types/media-types.xhtml
2016-08-29Merge pull request #4785 from guitarrist/developAndrey Andreev1-1/+1
[ci skip] Fix a comment typo
2016-08-26fix typoAntônio1-1/+1
2016-08-23Merge pull request #4781 from tianhe1986/develop_hash_pbkdf2Andrey Andreev1-1/+1
Hash: processing algorithm name case-insensitively in hash_pbkdf2()
2016-08-23Move strtolower() inside the is_array() check,tianhe19861-2/+1
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2016-08-23Hash: processing algorithm name case-insensitively in hash_pbkdf2():tianhe19861-0/+1
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2016-08-22Merge pull request #4780 from tianhe1986/develop_standard_hex2binAndrey Andreev1-1/+1
[ci skip] Trigger error for "resource" type in hex2bin() inputs
2016-08-22Standard: filtering "resource" type in hex2bin()tianhe19861-1/+1
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2016-08-22Merge branch '3.1-stable' into developAndrey Andreev4-5/+38
2016-08-22Skip mcrypt-related testcases on PHP 7.1Andrey Andreev2-2/+14
ext/mcrypt is deprecated and the test cases in question trigger E_DEPRECATED messages as a result.
2016-08-22Fix CI_Upload errors on PHP 7.1Andrey Andreev2-3/+21
2016-08-22Merge pull request #4778 from antydemant/patch-1Andrey Andreev1-2/+2
[ci skip] Docblock return type corrections
2016-08-22Merge pull request #4778 from antydemant/patch-1Andrey Andreev1-2/+2
[ci skip] Docblock return type corrections
2016-08-21return fixIgor Ostapchuk1-2/+2
2016-08-19Travis builds on PHP 7.1 (beta)Andrey Andreev1-2/+6
2016-08-19Travis builds on PHP 7.1 (beta)Andrey Andreev1-6/+6
2016-08-19[ci skip] Add changelog entry for PR #4777Andrey Andreev1-0/+2
2016-08-19Merge pull request #4777 from tianhe1986/develop_error_handlerAndrey Andreev1-1/+1
Add E_PARSE to errors detected by shutdown handler
2016-08-19Merge pull request #4777 from tianhe1986/develop_error_handlerAndrey Andreev1-1/+1
Add E_PARSE to errors detected by shutdown handler