Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-17 | Fix #4851 | Andrey Andreev | 6 | -10/+10 | |
2016-10-11 | [ci skip] Add new HTTP status codes | Andrey Andreev | 1 | -1/+6 | |
https://tools.ietf.org/html/rfc2817 https://tools.ietf.org/html/rfc6585 Requested in #4835 | |||||
2016-10-11 | Merge pull request #4834 from renedekat/patch-1 | Andrey Andreev | 1 | -2/+31 | |
Updated list of words that aren't countable in is_countable() inflector helper | |||||
2016-10-10 | - revert: set_caption method chaining will be fixed lately. | George Petculescu | 1 | -1/+0 | |
2016-10-10 | Updated list of words that aren't countable | René de Kat | 1 | -2/+31 | |
Updated list of words that are the same in plural and singular form in English. | |||||
2016-10-03 | [ci skip] Alter a docblock | Andrey Andreev | 1 | -1/+1 | |
2016-10-03 | Fix #4823 | Andrey Andreev | 1 | -2/+25 | |
2016-10-01 | - fixed codingstyle (2) ... | George Petculescu | 1 | -1/+1 | |
2016-10-01 | - fixed codingstyle | George Petculescu | 1 | -1/+1 | |
2016-10-01 | - small fix for HTML Table library: caption is not clearing properly and ↵ | George Petculescu | 1 | -0/+2 | |
method chaining has been fixed for set_caption method. | |||||
2016-09-30 | Merge pull request #4822 from gxgpet/develop | Andrey Andreev | 1 | -1/+2 | |
Fix PNG file deletion on captcha helper | |||||
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 | Add database index by default | logach | 1 | -1/+7 | |
Select database if exists | |||||
2016-09-27 | Fix entity_decode() issue | Andrey Andreev | 1 | -17/+22 | |
2016-09-27 | Fix #4809 | Andrey Andreev | 1 | -0/+49 | |
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-16 | [ci skip] Don't try to insert_batch() when we know it's not supported on ↵ | Andrey Andreev | 2 | -0/+33 | |
Firebird | |||||
2016-09-16 | [ci skip] Fix #4808 | Andrey Andreev | 4 | -4/+4 | |
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-29 | Fix #4787 | Andrey Andreev | 1 | -2/+2 | |
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 | 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 | 1 | -3/+20 | |
2016-08-22 | Fix CI_Upload errors on PHP 7.1 | Andrey Andreev | 1 | -3/+20 | |
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 | 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 | 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> |