summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-01-06[ci skip] A cosmetic change to the PR #4251Andrey Andreev1-2/+2
2017-01-06[ci skip] Merge pull request #4251 from dimitribalazs/patch-2Andrey Andreev1-2/+3
Added alt attribute functionality to captcha helper
2017-01-06[ci skip] Correct FV docs on valid_ip accepting a paramAndrey Andreev1-1/+1
2017-01-06Add valid_mac() FV ruleAndrey Andreev5-2/+41
Close #3992
2017-01-06[ci skip] Add a changelog entry for #4963Andrey Andreev1-0/+1
2017-01-06[ci skip] Add a changelog entry for #4962Andrey Andreev1-0/+1
2017-01-06[ci skip] Add an empty line to PR #4962 patchAndrey Andreev1-0/+1
2017-01-06[ci skip] Add an empty line to PR #4962 patchAndrey Andreev1-0/+1
2017-01-06[ci skip] Merge pull request #4962 from ytetsuro/patch-2Andrey Andreev1-1/+2
oci8_forge add column bug fix
2017-01-06[ci skip] Merge pull request #4962 from ytetsuro/patch-2Andrey Andreev1-1/+2
oci8_forge add column bug fix
2017-01-05Address #4963Andrey Andreev1-7/+47
Would supersede PR #4966
2017-01-05Address #4963Andrey Andreev1-7/+47
Would supersede PR #4966
2017-01-05add empty line priorytetsuro1-1/+1
add empty line prior
2017-01-05oci8_forge add column bug fixytetsuro1-1/+2
Notice Error Array to string conversion $this->dbforge->add_column('sample', [ 'column_name1' => [ 'type' => 'char', 'default' => '0' ], 'column_name2' => [ 'type' => 'char', 'default' => '0' ] ]);
2017-01-05[ci skip] Merge pull request #4970 from arysom/developAndrey Andreev1-0/+15
Add .editorconfig
2017-01-05[ci skip] Merge pull request #4970 from arysom/developAndrey Andreev1-0/+15
Add .editorconfig
2017-01-05[ci skip] || -> ORAndrey Andreev1-1/+1
2017-01-04editorconfig settingsarysom1-0/+15
2017-01-04Close #4904Andrey Andreev4-9/+11
2017-01-04Fix a possible file inclusion vulnerability in CI_Loader::vars()Andrey Andreev2-30/+29
2017-01-04[ci skip] Try to mitigate BREACH attacks against CSRF tokensAndrey Andreev2-6/+36
2017-01-04[ci skip] Protect CSRF verification from timing side-channel attacksAndrey Andreev2-6/+9
2017-01-04Fix an XSS vulnerabilityAndrey Andreev3-1/+10
2017-01-03[ci skip] Correct changelog entry for issue #4804, againAndrey Andreev1-1/+1
2017-01-03[ci skip] Correct changelog entry for issue #4804Andrey Andreev1-1/+1
2017-01-03Fix #4804Andrey Andreev2-1/+2
2017-01-03[ci skip] Remove /tests/tests/ from .gitignoreAndrey Andreev1-1/+0
It got there by accident
2017-01-03[ci skip] Add changelog entry for PR #4958Andrey Andreev1-0/+1
2017-01-03Merge pull request #4958 from boxsnake/developAndrey Andreev1-1/+1
Fix a bug where QB count_all_results() doesn't take into account qb_cache_orderby
2017-01-03Merge pull request #4958 from boxsnake/developAndrey Andreev1-1/+1
Fix a bug where QB count_all_results() doesn't take into account qb_cache_orderby
2017-01-03[ci skip] Fix 4953Andrey Andreev2-1/+2
2017-01-03[ci skip] Update year to 2017 in user_guide_src/cilexerAndrey Andreev1-3/+3
2017-01-03[ci skip] Update year number in remaining files that were recently deleted ↵Andrey Andreev10-20/+20
from develop
2017-01-03[ci skip] Update year to 2017 in user_guide_src/cilexerAndrey Andreev1-3/+3
2017-01-03Update copyright data to 2017Master Yoda167-330/+331
2016-12-31Update copyright data to 2017Master Yoda167-330/+331
2016-12-231. Updated last comit with comment for ↵Alex Fang1-1/+1
https://github.com/bcit-ci/CodeIgniter/pull/4955
2016-12-22Fix bug: DB_query_builder do not add parenthesis for cached group_byAlex Fang1-1/+1
2016-12-16[ci skip] Remove a function_exists() call from CI_Image_libAndrey Andreev1-1/+1
We use this function elsewhere without checking for existence; nobody has complained
2016-12-16Merge pull request #4945 from vlakoff/text_helperAndrey Andreev1-1/+1
Small code simplification in character_limiter()
2016-12-16Merge pull request #4947 from slax0rr/developAndrey Andreev2-6/+3
[ci skip] Remove needless constructor in model general topics documentation
2016-12-16Merge pull request #4947 from slax0rr/developAndrey Andreev2-6/+3
[ci skip] Remove needless constructor in model general topics documentation
2016-12-16Add constructor comments to match controller docsTomaz Lovrec2-0/+3
Empty constructors are pointless and bad practice, but removing them from this part of the documentation makes it less readable, makes less of a point, and would be quite frankly weird. Added a comment that suggests that further user code should be put there, like it is in the controller documentation
2016-12-16Remove needless constructor in model documentationTomaz Lovrec1-6/+0
PHP will execute the parent constructor regardless if a constructor method is defined in the child class or not. Defining an empty constructor just to call the parents constructor can be considered bad practice.
2016-12-16Merge pull request #4945 from vlakoff/text_helperAndrey Andreev1-1/+1
Small code simplification in character_limiter()
2016-12-15Small code simplification in character_limiter()vlakoff1-1/+1
2016-12-14Move csrf_verify() call out of CI_InputAndrey Andreev11-82/+41
2016-12-14Isolate CI_Security instantiation from CI_Input; improve testsAndrey Andreev13-83/+79
2016-12-14Drop all PHP 5.3-related codeAndrey Andreev30-1115/+28
2016-12-14[ci skip] More doc changes related to PHP 5.4.8 requirementAndrey Andreev6-20/+30