summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/installation
AgeCommit message (Collapse)AuthorFilesLines
2017-03-20[ci skip] Prepare 3.1.4 releaseAndrey Andreev1-1/+1
2017-01-17[ci skip] Merge pull request #4986 from ka7/feature/spellingAndrey Andreev2-2/+2
Spelling fixes in comment blocks and docs
2017-01-16spelling fixesklemens3-3/+3
2017-01-10Merge branch '3.1-stable' into developAndrey Andreev3-2/+18
Conflicts resolved: system/core/CodeIgniter.php system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/email_helper.php system/helpers/smiley_helper.php system/libraries/Cart.php system/libraries/Email.php system/libraries/Image_lib.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst
2017-01-09[ci skip] Mark the beginning of 3.1.4-devAndrey Andreev3-1/+17
2017-01-09[ci skip] Prepare 3.1.3 releaseAndrey Andreev1-1/+1
2016-12-14Drop all PHP 5.3-related codeAndrey Andreev1-0/+3
2016-12-14[ci skip] More doc changes related to PHP 5.4.8 requirementAndrey Andreev1-9/+20
2016-12-14[ci skip] Update changelog; add an entry & upgrade instructions for last commitAndrey Andreev1-0/+17
2016-12-14Finally drop CI_Input::_sanitize_globals()Andrey Andreev1-0/+18
Close #4101
2016-12-14Remove 'allow_get_array', 'standardize_newlines' config settingsAndrey Andreev1-2/+5
2016-12-14Merge branch '3.1-stable' into developAndrey Andreev1-0/+14
2016-12-14[ci skip] Deprecate 'allow_get_array', 'standardize_newlines'Andrey Andreev1-0/+14
2016-12-12Remove previously deprecated Cart LibraryAndrey Andreev2-5/+6
2016-12-12Remove previously deprecated Smiley HelperAndrey Andreev2-7/+9
2016-12-01Remove previously deprecated FV Library method/rule prep_for_form()Andrey Andreev1-1/+2
2016-12-01Remove previously deprecated Javascript LibraryAndrey Andreev2-2/+4
2016-12-01Remove previously deprecated Form Helper function form_prep()Andrey Andreev2-2/+3
2016-12-01Remove previously deprecated File Helper function read_file()Andrey Andreev1-0/+1
2016-12-01Remove previously deprecates String Helper functions trim_slashes(), repeater()Andrey Andreev2-2/+4
2016-12-01Remove previously deprecated HTML helper functions br(), nbs()Andrey Andreev1-0/+2
2016-12-01Remove previously deprecated Security Helper function do_hash()Andrey Andreev1-0/+1
2016-12-01Remove previously deprecated Date Helper function standard_date()Andrey Andreev1-0/+2
2016-12-01Remove previously deprecated Email HelperAndrey Andreev2-5/+9
2016-12-01Remove previously deprecated CI_Config::system_url()Andrey Andreev1-0/+1
2016-12-01Remove previously deprecated fetch_*() methods from CI_RouterAndrey Andreev1-0/+3
2016-12-01Remove previously deprecated CI_Input::is_cli_request()Andrey Andreev1-0/+8
2016-12-01Fix steps numbering in 3.2.0 upgrade instructionsAndrey Andreev1-2/+2
Broken in d76431db46e04d650c1c538493021cdf336d1301
2016-12-01Switch CI_Email::$validate to On by defaultAndrey Andreev1-0/+14
Relevant: #4844
2016-12-01Merge branch '3.1-stable' into developAndrey Andreev1-0/+18
2016-11-23[ci skip] Deprecate nice_date()Andrey Andreev1-0/+18
2016-10-28Merge branch '3.1-stable' into developAndrey Andreev4-3/+61
Resolved conflicts: system/core/CodeIgniter.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/form_validation.rst
2016-10-28[ci skip] Mark the start of 3.1.3-devAndrey Andreev3-1/+17
2016-10-28[ci skip] Fix upgrading instruction link titlesAndrey Andreev1-2/+2
2016-10-28[ci skip] Prepare for 3.1.2 releaseAndrey Andreev1-1/+1
2016-10-28[ci skip] Add upgrade instructions for CI_SessionsAndrey Andreev1-0/+26
2016-10-27[ci skip] This is 3.1.2-devAndrey Andreev3-2/+18
2016-10-24[ci skip] Fix 3.1.1 download linkAndrey Andreev1-2/+2
2016-09-12Merge pull request #4806 from hex-ci/patch-1Andrey Andreev1-2/+2
[ci skip] Fix formatting in 2.1.0 upgrade instructions
2016-09-12Fix small doc problem.Hex1-2/+2
2016-07-26Merge branch '3.1-stable' into developAndrey Andreev7-101/+159
Conflicts resolved: .travis.yml system/core/CodeIgniter.php system/database/drivers/oci8/oci8_forge.php system/database/drivers/pdo/subdrivers/pdo_oci_forge.php system/helpers/path_helper.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/contributing/index.rst user_guide_src/source/general/requirements.rst user_guide_src/source/general/styleguide.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_310.rst user_guide_src/source/installation/upgrading.rst
2016-07-26[ci skip] Mark the start of 3.1.1 developmentAndrey Andreev3-1/+17
2016-07-26[ci skip] More on dropping 5.2.xAndrey Andreev1-1/+12
2016-07-26[ci skip] Minor documentation fixesAndrey Andreev1-1/+1
2016-07-26Prepare for 3.1.0 releaseClaudio Galdiolo4-16/+29
2016-05-16[ci skip] Correct an erroneous step in 2.0.3 to 2.1.0 upgrade instructionsAndrey Andreev1-3/+3
2016-03-22[ci skip] Add prep_for_form deprecation (since 3.0.6) to 3.0.x upgrade ↵Andrey Andreev1-1/+19
instructions
2016-03-21Merge branch '3.0-stable' into developAndrey Andreev4-1/+51
Resolved conflicts: user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst
2016-03-21[ci skip] Mark the start of 3.0.7 developmentAndrey Andreev3-1/+17
2016-03-21[ci skip] Prepare for 3.0.6 releaseAndrey Andreev1-1/+1