Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-30 | Merge pull request #4822 from gxgpet/develop | Andrey Andreev | 1 | -1/+2 | |
Fix PNG file deletion on captcha helper | |||||
2016-09-28 | - reverting changes, wrong branch selected. | George Petculescu | 1 | -5/+11 | |
2016-09-28 | - download helper uses better file buffering when the content of a local ↵ | George Petculescu | 1 | -11/+5 | |
file is output'd | |||||
2016-09-27 | - fixed identation | George Petculescu | 1 | -1/+1 | |
2016-09-27 | - captcha helper will now look for .png files too when deleting old files | George Petculescu | 1 | -1/+2 | |
2016-09-27 | - revert | George Petculescu | 1 | -5/+4 | |
2016-09-27 | [ci skip] Add changelog entry for PR #4821 | Andrey Andreev | 1 | -0/+1 | |
2016-09-27 | Merge pull request #4821 from loga4/redis-cache | Andrey Andreev | 1 | -1/+7 | |
Cache_redis: Select database index if provided | |||||
2016-09-27 | Add database index by default | logach | 1 | -1/+7 | |
Select database if exists | |||||
2016-09-27 | Merge pull request #4810 from Dutchy-/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Remove inline style from form_open() hidden fields | |||||
2016-09-27 | Remove inline styles from hidden form input | Edwin Smulders | 1 | -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 timestamp | George Petculescu | 1 | -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-12 | Merge pull request #4806 from hex-ci/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix formatting in 2.1.0 upgrade instructions | |||||
2016-09-12 | Fix small doc problem. | Hex | 1 | -2/+2 | |
2016-09-09 | Merge pull request #4805 from intekhabrizvi/develop | Andrey Andreev | 1 | -1/+1 | |
Use MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT as a connection flag instead of option | |||||
2016-09-09 | Removed mysqli options function for ssl certificate verification false | intekhab | 1 | -1/+0 | |
2016-09-09 | supplied flag to turn off mysqli SSL verification if ssl_verify passed as false | intekhab | 1 | -0/+1 | |
2016-08-30 | Merge pull request #4788 from edtsz/patch-2 | Andrey Andreev | 1 | -1/+17 | |
Add OpenOffice mime-types to config/mimes.php | |||||
2016-08-30 | OpenOffice mime-types | Éderson T. Szlachta | 1 | -1/+17 | |
According to IANA media types : http://www.iana.org/assignments/media-types/media-types.xhtml | |||||
2016-08-29 | Merge pull request #4785 from guitarrist/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a comment typo | |||||
2016-08-26 | fix typo | Antônio | 1 | -1/+1 | |
2016-08-23 | Merge pull request #4781 from tianhe1986/develop_hash_pbkdf2 | Andrey Andreev | 1 | -1/+1 | |
Hash: processing algorithm name case-insensitively in hash_pbkdf2() | |||||
2016-08-23 | Move strtolower() inside the is_array() check, | tianhe1986 | 1 | -2/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-23 | Hash: processing algorithm name case-insensitively in hash_pbkdf2(): | tianhe1986 | 1 | -0/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-22 | Merge pull request #4780 from tianhe1986/develop_standard_hex2bin | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Trigger error for "resource" type in hex2bin() inputs | |||||
2016-08-22 | Standard: filtering "resource" type in hex2bin() | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-22 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -5/+38 | |
2016-08-22 | Skip mcrypt-related testcases on PHP 7.1 | Andrey Andreev | 2 | -2/+14 | |
ext/mcrypt is deprecated and the test cases in question trigger E_DEPRECATED messages as a result. | |||||
2016-08-22 | Fix CI_Upload errors on PHP 7.1 | Andrey Andreev | 2 | -3/+21 | |
2016-08-22 | Merge pull request #4778 from antydemant/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Docblock return type corrections | |||||
2016-08-22 | Merge pull request #4778 from antydemant/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Docblock return type corrections | |||||
2016-08-21 | return fix | Igor Ostapchuk | 1 | -2/+2 | |
2016-08-19 | Travis builds on PHP 7.1 (beta) | Andrey Andreev | 1 | -2/+6 | |
2016-08-19 | Travis builds on PHP 7.1 (beta) | Andrey Andreev | 1 | -6/+6 | |
2016-08-19 | [ci skip] Add changelog entry for PR #4777 | Andrey Andreev | 1 | -0/+2 | |
2016-08-19 | Merge pull request #4777 from tianhe1986/develop_error_handler | Andrey Andreev | 1 | -1/+1 | |
Add E_PARSE to errors detected by shutdown handler | |||||
2016-08-19 | Merge pull request #4777 from tianhe1986/develop_error_handler | Andrey Andreev | 1 | -1/+1 | |
Add E_PARSE to errors detected by shutdown handler | |||||
2016-08-19 | Common: Adding E_PARSE in error judgment. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-11 | Merge pull request #4764 from butane/uri_scheme_case | Andrey Andreev | 3 | -9/+4 | |
URI schemes are not case-sensitive | |||||
2016-08-11 | Removed useless checks | Vivek Dinesh | 2 | -7/+2 | |
Based on GitHub discussion. Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
2016-08-11 | [ci skip] Add changelog entry for #4762 | Andrey Andreev | 1 | -0/+1 | |
2016-08-11 | Merge pull request #4762 from tianhe1986/develop_cache_file_metadata | Andrey Andreev | 1 | -2/+2 | |
Cache_file: use $data['time'] for calculating expired time. | |||||
2016-08-11 | Merge pull request #4762 from tianhe1986/develop_cache_file_metadata | Andrey Andreev | 1 | -2/+2 | |
Cache_file: use $data['time'] for calculating expired time. | |||||
2016-08-11 | Using "! isset($a, $b, ……)" instead of "! isset($a) OR ! isset($b) OR ↵ | tianhe1986 | 1 | -1/+1 | |
……" Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-11 | URI schemes are not case-sensitive | Vivek Dinesh | 3 | -5/+5 | |
Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
2016-08-11 | Checking for $data['time']. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-11 | Merge pull request #4761 from tianhe1986/develop_cache_file_check | Andrey Andreev | 1 | -2/+2 | |
Cache_file: use is_file() for checking instead of file_exists(). | |||||
2016-08-11 | Merge pull request #4761 from tianhe1986/develop_cache_file_check | Andrey Andreev | 1 | -2/+2 | |
Cache_file: use is_file() for checking instead of file_exists(). | |||||
2016-08-11 | Cache_file: use $data['time'] for calculating expired time. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-11 | Cache_file: use is_file() for checking instead of file_exists(). | tianhe1986 | 1 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> |