Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-26 | remove spaces | Ahmad Anbar | 1 | -1/+1 | |
2017-11-26 | Fix issue #4454 | Ahmad Anbar | 1 | -3/+2 | |
2017-11-15 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -16/+10 | |
Note: This intentionally reverts ee8324368f2844aae0d558f1d194419a2181c281 | |||||
2017-11-15 | Partially revert c9420849853a33a192c482e28c737e166d4fa698; close #5332 | Andrey Andreev | 1 | -0/+8 | |
2017-11-10 | Close #5330 | Andrey Andreev | 2 | -13/+7 | |
2017-11-10 | Fix #5331 | Andrey Andreev | 1 | -1/+1 | |
2017-11-09 | More on #5003 | Andrey Andreev | 2 | -8/+16 | |
2017-11-09 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -3/+3 | |
2017-11-09 | [ci skip] Fix patch for #5300 | Andrey Andreev | 2 | -3/+3 | |
2017-11-09 | Refactor CI_Config, CI_Hooks interaction (close #5323) | Andrey Andreev | 2 | -17/+17 | |
2017-11-07 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -4/+4 | |
2017-11-07 | [ci skip] Deprecate extra parameters of the CAPTCHA helper | Andrey Andreev | 1 | -4/+4 | |
2017-11-07 | Implement data:image URIs in CAPTCHA helper | Andrey Andreev | 1 | -28/+46 | |
Also, switched to PNG by default and dropped JPEG; refactored image files GC. Close #5200 | |||||
2017-11-06 | [ci skip] Merge pull request #5321 from PrestigeT/documentation | Andrey Andreev | 1 | -1/+1 | |
Fixed docblock on model function. Changed @param model from string to mixed | |||||
2017-11-02 | Fixed docblock on model function. Changed @param model from string to mixed | Avrom | 1 | -1/+1 | |
2017-10-16 | Merge branch '3.1-stable' into develop | Andrey Andreev | 6 | -24/+16 | |
2017-10-16 | [ci skip] Use INTL_IDNA_VARIANT_UCS46 to convert non-ASCII domain names in ↵ | Andrey Andreev | 2 | -3/+6 | |
emails Close #5300 | |||||
2017-10-13 | Fix #5297 | Andrey Andreev | 1 | -4/+8 | |
2017-10-06 | Fix issue 5202 | Zach Ploskey | 1 | -0/+2 | |
Fix attempting to access data_ref before it is defined when validating an array input with multiple explicitly specified keys. Adds a test for the issue. Signed-off-by: Zach Ploskey <zach@ploskey.com> | |||||
2017-10-03 | Update DB_query_builder.php | pgee70 | 1 | -1/+1 | |
recent changes broke query ordering giving a warning in line 1238 = '$this->qb_cache_orderby = array_merge($this->qb_cache_orderby, $qb_orderby);' this was because on subsequent re-queries, the qb_cache_orderby was set to NULL not Array() as it is should be (and is instantiated originally . | |||||
2017-09-29 | [ci skip] Revert file permission change from PR #5278 | Andrey Andreev | 1 | -0/+0 | |
2017-09-29 | [ci skip] Revert file permission change from PR #5278 | Andrey Andreev | 1 | -0/+0 | |
2017-09-29 | Merge pull request #5278 from Uekawa/auto_link | Andrey Andreev | 1 | -1/+1 | |
Fix auto_link trailing slash | |||||
2017-09-29 | Fix auto_link | Uekawa | 1 | -1/+1 | |
2017-09-27 | Fix #5276 | Andrey Andreev | 2 | -16/+4 | |
2017-09-25 | Merge branch '3.1-stable' into develop | Andrey Andreev | 12 | -82/+131 | |
2017-09-25 | [ci skip] Mark the start of 3.1.7-dev | Andrey Andreev | 1 | -1/+1 | |
2017-09-25 | [ci skip] Prepare 3.1.6 release | Andrey Andreev | 1 | -1/+1 | |
2017-09-25 | [ci skip] Fix potential object injection in apc cache driver; deprecate the ↵ | Andrey Andreev | 1 | -26/+22 | |
apc driver | |||||
2017-09-13 | Fix #5260 | Andrey Andreev | 2 | -5/+61 | |
2017-09-04 | Fix #5246 | Andrey Andreev | 1 | -0/+1 | |
2017-08-31 | Merge pull request #5243 from rosseti/fix/pdo-dblib-sqlserver-version | Andrey Andreev | 1 | -0/+16 | |
Fix for DBLIB subdriver to get the right version number of SQL Server. | |||||
2017-08-31 | Refactoring some codeblocks. | Andrei Rosseti | 1 | -26/+15 | |
2017-08-30 | Fixed DBLIB subdriver to get the right version number of SQL Server. | Andrei Rosseti | 1 | -0/+27 | |
2017-08-29 | Optimize the join() type regexp and remove the extra leading space when no ↵ | Andrey Andreev | 1 | -3/+3 | |
special join-type is used | |||||
2017-08-29 | Polish changes from & add changelog entry for PR #5242 | Andrey Andreev | 1 | -29/+8 | |
Also, further simplified the join() logic | |||||
2017-08-29 | remove unnecessary empty lines | Shang Ning | 1 | -2/+0 | |
2017-08-29 | add NATURAL JOIN types to fix #5240 | Shang Ning | 1 | -4/+20 | |
2017-08-25 | [ci skip] Fix #5236 | Andrey Andreev | 4 | -4/+4 | |
2017-08-05 | Minor change in _display() method in CI_Output class allowing us to override ↵ | Erik Nord | 1 | -2/+2 | |
output data with an empty string. Without this change CI chooses to use the default "final_output" var; even though we passed an empty string to the method. | |||||
2017-07-26 | [ci skip] Close #5206 | Andrey Andreev | 1 | -1/+1 | |
2017-07-17 | [ci skip] escapeshellarg on the image src path passed to NetPBM by Image_lib | Andrey Andreev | 1 | -1/+1 | |
2017-07-14 | [ci skip] Merge pull request #5183 from ytetsuro/add_oci8_driver_write_type | Andrey Andreev | 1 | -1/+1 | |
add is_write_type method for merge query | |||||
2017-07-13 | add is_write_type method for merge query | ytetsuro | 1 | -1/+1 | |
Signed-off-by: tetsuro yoshikawa <phper.0o0@gmail.com> | |||||
2017-07-10 | [ci skip] Fix #5178 (regression caused by #5168) | Andrey Andreev | 1 | -1/+1 | |
2017-07-10 | [ci skip] Merge pull request #5128 from lloricode/profiler-pre-tag | Andrey Andreev | 1 | -2/+14 | |
Profiler add pre tag | |||||
2017-07-10 | [ci skip] Merge pull request #5128 from lloricode/profiler-pre-tag | Andrey Andreev | 1 | -2/+14 | |
Profiler add pre tag | |||||
2017-07-09 | php style | Lloric Mayuga Garcia | 1 | -8/+8 | |
Signed-off-by: Lloric Mayuga Garcia <emorickfighter@gmail.com> | |||||
2017-07-06 | [ci skip] Merge pull request #5173 from Syafiqq/develop | Andrey Andreev | 1 | -1/+1 | |
Add array identifier for library loader docblock | |||||
2017-07-06 | [ci skip] Merge pull request #5173 from Syafiqq/develop | Andrey Andreev | 1 | -1/+1 | |
Add array identifier for library loader docblock |