summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-03-25Merge pull request #3696 from logsdon/developAndrey Andreev1-0/+5
Allow html_escape() to accept empty arrays
2015-03-25Remove commentJoshua Logsdon1-1/+0
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com>
2015-03-25Return empty $var immediatelyJoshua Logsdon1-6/+6
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com>
2015-03-25Fix language overriding for calendar libraryGabriel Potkány1-1/+1
2015-03-25Merge pull request #3698 from jim-parry/fix/linksAndrey Andreev25-82/+74
[ci skip] Fixed user guide internal & external links to resolve problems reported ...
2015-03-25Fix #3694: Packages not overriding stock librariesAndrey Andreev1-17/+30
Related: #3692
2015-03-25Fixed user guide internal & external links to resolve problems reported by ↵Master Yoda25-82/+74
sphinx "make linkcheck" Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-03-24array_fill() throws an error if count($var) is 0Joshua Logsdon1-0/+6
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com>
2015-03-22Corrected invalid matches, differs, and set_data test casesDavid Woods1-34/+61
Signed-off-by: David Woods <d.woods92@gmail.com>
2015-03-22Merge pull request #3690 from mafooo/redis_cache_save_fixAndrey Andreev1-1/+1
Fixed redis cache save logic
2015-03-22Fixed redis cache save logicMathew White1-1/+1
It was trying to use sAdd as a check if the key was created, but that will return false if it is already present in the set.
2015-03-21[ci skip] Forbid DB session usage with cache_on enabledAndrey Andreev2-1/+6
2015-03-21[ci skip] Remove an obsolete note about referencesAndrey Andreev1-14/+6
Close #3686
2015-03-21[ci skip] Whitespace cleanup following PR #3682Andrey Andreev1-20/+20
2015-03-21Changed scenario based tests to unit testsDavid Woods1-148/+175
Added tests for set_data() & set_message() Signed-off-by: David Woods <d.woods92@gmail.com>
2015-03-20Merge pull request #3682 from ahnh/UnitTest_ipaddressAndrey Andreev2-7/+58
Updated CI_Input unit tests and fixed undefined offset error in CI_Input::ip_address()
2015-03-20updated based on commentHeesung Ahn1-2/+2
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2015-03-19updated based on commentHeesung Ahn1-2/+1
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2015-03-19Merge origin/develop into UnitTest_ipaddressHeesung Ahn1-2/+2
2015-03-19[ci skip] Fix a typo in session docsAndrey Andreev1-2/+2
2015-03-19minor updateHeesung Ahn1-2/+3
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2015-03-18Updated CI_Input unit test and fixed error "undefined offset" caused by ↵Heesung Ahn2-7/+58
using the same variable name, $i, twice for for loop inside for loop. Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2015-03-18Switched spaces to tabs on the few lines that were missed from previous ↵David Woods1-7/+7
refactors Signed-off-by: David Woods <d.woods92@gmail.com>
2015-03-18Fixed bug of clearing POST array before every test.David Woods1-12/+14
Signed-off-by: David Woods <d.woods92@gmail.com>
2015-03-18Corrected incorrect assertion in test_rule_valid_base64David Woods1-1/+1
Signed-off-by: David Woods <d.woods92@gmail.com>
2015-03-18Corrected match, differs, base64, and valid_url test cases.David Woods1-307/+310
Also changed spaces to tabs Signed-off-by: David Woods <d.woods92@gmail.com>
2015-03-18Merge pull request #3680 from schwemmer/patch-1Andrey Andreev1-2/+2
[ci skip] Fixed a typo in uri.rst documentation
2015-03-18Fixed a typo in uri.rst documentationRafael Schwemmer1-2/+2
2015-03-18Polish some recent changes in test casesAndrey Andreev2-16/+14
2015-03-17Corrected an invalid test caseDavid Woods1-2/+2
Signed-off-by: David Woods <d.woods92@gmail.com>
2015-03-17Removed bug fixes from this branch. Will recommit them on a separate branchDavid Woods1-7/+9
Signed-off-by: David Woods <d.woods92@gmail.com>
2015-03-17Reformatted unit tests for easier debuggingDavid Woods1-114/+265
Signed-off-by: David Woods <d.woods92@gmail.com>
2015-03-17Merge pull request #3676 from ahnh/UnitTest_CI_Input_fetch_from_arrayAndrey Andreev1-0/+9
Updated fetch_from_array unit tests
2015-03-17Fixed bugs in form_validation for methods matches, differs, and valid_base64.David Woods2-13/+139
Implemented tests for valid and invalid inputs for all basic rules available for form_validation. The invalid input data currently doesn't pass all tests. Signed-off-by: David Woods <d.woods92@gmail.com>
2015-03-17Created setup and construct for Form_Validation unit testDavid Woods1-0/+35
Signed-off-by: David Woods <d.woods92@gmail.com>
2015-03-17Updated fetch_from_array unit testHeesung Ahn1-0/+9
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2015-03-16[ci skip] Polish changes from PR #3669Andrey Andreev2-7/+8
2015-03-16Merge pull request #3669 from yaoshanliang/developAndrey Andreev3-2/+14
count_all_results() with $this->reset_select()
2015-03-16update documentation in database/query_builder.rst, change 2 tabs + 4 spaces ↵yaoshanliang3-5/+10
to 3 tabs.
2015-03-16Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into developyaoshanliang1-1/+1
2015-03-15[ci skip] Use DIRECTORY_SEPARATOR instead of / in CI_ConfigAndrey Andreev1-1/+1
2015-03-15add changelog and documentation for adding an optional parameter to ↵yaoshanliang2-5/+8
``count_all_results()``
2015-03-15Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into developyaoshanliang2-0/+3
2015-03-14Merge pull request #3671 from mZer0ne/patch-3Andrey Andreev1-0/+1
[ci skip] Add windows 10 to config/user_agents.php
2015-03-14Update user_agents.phpOleg Filippov1-0/+1
Add Windows 10
2015-03-14[ci skip] Add a note about sess_save_path in config.phpAndrey Andreev1-0/+2
2015-03-14add a judgment of whether reset selectyaoshanliang1-4/+5
2015-03-14add a judgment of whether reset selectyaoshanliang1-2/+5
2015-03-13Merge pull request #3662 from avenirer/patch-8Andrey Andreev1-4/+7
[ci skip] HTML helper docs: additional info on heading()
2015-03-13[ci skip] Remove NS usage in CI_SessionAndrey Andreev1-1/+1
It was accidental