Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-15 | Merge pull request #4453 from EpicKris/feature/Autoload-Driver-Object-Name | Andrey Andreev | 2 | -6/+15 | |
Autoload Driver Object Names | |||||
2016-02-15 | Remove reference usage from last commit ... it's useless | Andrey Andreev | 1 | -1/+1 | |
2016-02-15 | Pass CI_Config as a parameter to CI_URI constructor | Andrey Andreev | 2 | -3/+3 | |
2016-02-15 | [ci skip] Add notes in config about CLI for url_suffix, permitted_uri_chars | Andrey Andreev | 1 | -0/+4 | |
2016-02-15 | Don't apply url_suffix, permitted_uri_chars to CLI requests | Andrey Andreev | 3 | -51/+86 | |
Close #4085 Close #4460 | |||||
2016-02-12 | Fixed syntax error. | Kristian Matthews | 1 | -1/+1 | |
Signed-off-by: Kristian Matthews <kristian.matthews@me.com> | |||||
2016-02-11 | Autoload Driver Object Names | Kristian Matthews | 2 | -6/+15 | |
Updated documentation for `$autoload['drivers']`. Updated loader to autoload drivers with object names the same as autoloading libraries. Signed-off-by: Kristian Matthews <kristian.matthews@me.com> | |||||
2016-02-09 | Rename back a variable changed by the last PR merge | Andrey Andreev | 1 | -4/+4 | |
Because. | |||||
2016-02-09 | Merge pull request #4342 from jspreddy/sai/form_validation_refactor | Andrey Andreev | 1 | -30/+36 | |
Abstract error message fetching in Form_validation | |||||
2016-02-09 | [ci skip] Whitespace | Andrey Andreev | 1 | -1/+1 | |
2016-02-09 | Merge branch '3.0-stable' into develop | Andrey Andreev | 14 | -49/+193 | |
Fixed conflicts: user_guide_src/source/overview/at_a_glance.rst | |||||
2016-02-09 | Add CI_Log test cases | Andrey Andreev | 1 | -0/+64 | |
2016-02-09 | Code formatting changes, again. I am bad at this. | Sai Phaninder Reddy Jonnala | 1 | -6/+5 | |
2016-02-09 | Merge pull request #4323 from ↵ | Andrey Andreev | 1 | -3/+20 | |
jspreddy/sai/log_line_formatting_extensibility_change Refactored CI_Log line formatting to allow extensibility | |||||
2016-02-09 | Merge pull request #4323 from ↵ | Andrey Andreev | 1 | -3/+20 | |
jspreddy/sai/log_line_formatting_extensibility_change Refactored CI_Log line formatting to allow extensibility | |||||
2016-02-09 | Merge pull request #4445 from damiengrandi/develop | Andrey Andreev | 1 | -9/+9 | |
[ci skip] Update QB phpdoc returns | |||||
2016-02-09 | Merge pull request #4445 from damiengrandi/develop | Andrey Andreev | 1 | -9/+9 | |
[ci skip] Update QB phpdoc returns | |||||
2016-02-09 | fix a typo edit | Damien Grandi | 1 | -1/+1 | |
2016-02-09 | Revert some previous changes | Damien Grandi | 1 | -3/+3 | |
2016-02-09 | Update DB_query_builder.php - phpdoc (some incorrect return type) | Damien Grandi | 1 | -12/+12 | |
Edit of some return type in phpdoc. This can also help to fix some autocompletion troubles in some IDE. | |||||
2016-02-08 | Doc block formatting change. | Sai Phaninder Reddy Jonnala | 1 | -4/+3 | |
2016-02-08 | code styling changes as suggested by @narfbg | Sai Phaninder Reddy Jonnala | 1 | -21/+15 | |
2016-02-08 | [ci skip] Add a changelog entry for PR #4437 | Andrey Andreev | 1 | -0/+1 | |
2016-02-08 | Merge pull request #4437 from ivantcholakov/3.0-stable | Andrey Andreev | 1 | -1/+1 | |
Escape the $separator parameter for humanize() inflector helper | |||||
2016-02-07 | hunanize() helper: Escaping the $separator argument. | Ivan Tcholakov | 1 | -1/+1 | |
2016-02-06 | [ci skip] Note adjustment in docs | Andrey Andreev | 1 | -2/+2 | |
2016-02-06 | Merge pull request #4410 from ShrmnK/develop | Andrey Andreev | 5 | -22/+22 | |
[ci skip] Consistent formatting of file paths and inline code in docs | |||||
2016-02-06 | Merge pull request #4410 from ShrmnK/develop | Andrey Andreev | 5 | -22/+22 | |
[ci skip] Consistent formatting of file paths and inline code in docs | |||||
2016-02-06 | Reverted formatting for non-variable | Sherman K | 1 | -1/+1 | |
2016-02-05 | [ci skip] Add changelog entry for PR #4424 | Andrey Andreev | 1 | -0/+1 | |
2016-02-05 | Merge pull request #4424 from jonty-comp/develop | Andrey Andreev | 1 | -3/+16 | |
[ci skip] Fix PHP session_write_close() warning when writing a new session to Redis | |||||
2016-02-05 | Merge pull request #4424 from jonty-comp/develop | Andrey Andreev | 1 | -3/+16 | |
[ci skip] Fix PHP session_write_close() warning when writing a new session to Redis | |||||
2016-02-05 | Fix regression on PHP7 when regenerating the session (#4362) | Jonty Sewell | 1 | -1/+3 | |
2016-02-05 | Fix another regression caused by 805eddaefd9503b5dbbd924bd6da66e29c4768f3 | Andrey Andreev | 2 | -3/+23 | |
Also added a unit test for #4431 | |||||
2016-02-05 | Fix a regression caused by 805eddaefd9503b5dbbd924bd6da66e29c4768f3 | Andrey Andreev | 1 | -2/+2 | |
2016-02-05 | Fix #4431 | Andrey Andreev | 2 | -5/+5 | |
2016-02-05 | Setting the flag to FALSE is unnecessary since it defaults to FALSE, ↵ | Jonty Sewell | 1 | -10/+1 | |
therefore this block of code can be reduced to a single statement Signed-off-by: Jonty Sewell <jontysewell@gmail.com> | |||||
2016-02-05 | Set the _key_exists flag to TRUE when the key does in fact exist. Set it to ↵ | Jonty Sewell | 1 | -2/+7 | |
FALSE if the ID is being regenerated, and set it to TRUE once it's been written. Signed-off-by: Jonty Sewell <jontysewell@gmail.com> | |||||
2016-02-05 | Add a flag to determine whether the redis key currently exists, and if not, ↵ | Jonty Sewell | 1 | -2/+17 | |
force creation of it at write-time Signed-off-by: Jonty Sewell <jontysewell@gmail.com> | |||||
2016-02-05 | Revert previous changes - fixing the source of the problem rather than ↵ | Jonty Sewell | 1 | -9/+3 | |
working around it Signed-off-by: Jonty Sewell <jontysewell@gmail.com> | |||||
2016-02-04 | [ci skip] fix comment | Claudio Galdiolo | 1 | -1/+1 | |
2016-02-04 | Merge pull request #4434 from galdiolo/patch-14 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a comment | |||||
2016-02-04 | [ci skip] fix comment | Claudio Galdiolo | 1 | -1/+1 | |
2016-02-04 | Add batch_size param to insert_batch(), update_batch() | Andrey Andreev | 3 | -10/+25 | |
This should resolve #42 | |||||
2016-02-04 | Fix #4430 | Andrey Andreev | 2 | -0/+7 | |
2016-02-04 | Fix #4427 | Andrey Andreev | 2 | -22/+24 | |
2016-02-03 | If attempting to write an empty session to Redis, a key will not actually be ↵ | Jonty Sewell | 1 | -3/+9 | |
created, so when the driver tries to set the expiration timeout on the key, 0 is returned, triggering a warning from session_write_close Signed-off-by: Jonty Sewell <jontysewell@gmail.com> | |||||
2016-02-02 | Merge pull request #4419 from EpicKris/hotfix/database-forge-unique-doc | Andrey Andreev | 1 | -4/+6 | |
[ci skip] Added docs for UNIQUE keys in DBForge | |||||
2016-02-02 | Merge pull request #4419 from EpicKris/hotfix/database-forge-unique-doc | Andrey Andreev | 1 | -4/+6 | |
[ci skip] Added docs for UNIQUE keys in DBForge | |||||
2016-02-01 | Changed Unique Value | Kristian Matthews | 1 | -1/+1 | |
Changed unique value from false to true. Signed-off-by: Kristian Matthews <kristian.matthews@me.com> |