summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/installation/upgrade_300.rst
AgeCommit message (Collapse)AuthorFilesLines
2013-08-11Input class: change behavior of get_post() method, add post_get() methodvlakoff1-5/+16
followup to PR #2522
2013-08-06Fix various typosvlakoff1-1/+1
2013-08-06Various typos and tabs adjustmentsvlakoff1-1/+1
2013-07-27Complete 3.0 upgrade notes about NULL returned on missing itemsvlakoff1-15/+37
2013-07-24config->item() now returns NULL instead of FALSE when the required item ↵vlakoff1-6/+13
doesn't exist. Uniformization with other functions. This also brings the ability to properly use booleans in configuration.
2013-07-22Change class filenames to UcfirstAndrey Andreev1-32/+48
2013-07-22[ci skip] Small upgrade notes fixesAndrey Andreev1-5/+5
2013-07-20Updating user guide :php:func: refs to :func:Derek Jones1-6/+6
2013-07-162.1.4 release related stuffAndrey Andreev1-1/+1
2013-04-04Fix #2380 and deprecate CI_Router::fetch_*() methodsAndrey Andreev1-1/+19
2013-02-19Add an upgrade note about change in the results of Directory Helper's ↵vlakoff1-4/+11
directory_map() see issue #1978
2013-02-19Fix typos in upgrade_300.rstvlakoff1-11/+11
2013-02-15Various cosmetic fixesvlakoff1-2/+2
2013-01-28Libraries' filenames must be named in a ucfirst-like mannerAndrey Andreev1-5/+29
2013-01-09Syntax fixes in documentation sourcevlakoff1-3/+3
2012-12-14Fix issue #539Andrey Andreev1-4/+34
Form validation language line keys were not prefixed. They are now prefixed with 'form_validation_' in order to avoid collisions. The old keys will still work if a prefixed match is not found, but are DEPRECATED and will be removed in the next major version. Also added upgrade notes and changelog entries for the new error message format from PR #961.
2012-11-25Added support for extending individual driver classes and driver unit testsdchill421-4/+12
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-11-12Bring back the AFTER clause for DB Forge add_column()Andrey Andreev1-1/+31
(it was temporarily removed due to multiple inconsistencies with other drivers) This commit also fixes issue #1988. Also added support for the FIRST clause (again, MySQL and CUBRID only).
2012-11-09Move the Log class to system/core/Andrey Andreev1-10/+21
It is a core class after all, I guess somebody forgot it when the rest of them were moved.
2012-11-09Polish docs for URL and XML helpers and deprecate obsolete options for ↵Andrey Andreev1-1/+26
String helper random_string() and URL helper url_title()
2012-11-08Deprecate String helper trim_slashes()Andrey Andreev1-3/+12
trim(, '/') is even shorter ...
2012-11-08Deprecate the Email helperAndrey Andreev1-0/+15
2012-11-06Added possibility to pass custom database objects to DB Forge and DB UtilitiesAndrey Andreev1-1/+1
Also, their property is no longer public and the utility class no longer extends CI_DB_forge.
2012-11-05Refactored DB ForgeAndrey Andreev1-4/+26
- PDO subdrivers are isolated from each other now. - Added compatibility for pretty much all of the features, for every DB platform. - Unified the way that stuff works in general. - Fixes issue #1005.
2012-11-01Fix issue #1953 (form values being escaped twice)Andrey Andreev1-10/+0
Re-instaing an improved form_prep() function, reverting most of the changes from 74ffd17ab06327ca62ddfe28a186cae7ba6bd459.
2012-10-30Fix issue #658 (:any wildcard matching slashes)Andrey Andreev1-9/+31
2012-10-27Deprecate string helper repeater() (an alias for str_repeat())Andrey Andreev1-0/+10
2012-10-26Deprecated form helper function form_prep().Andrey Andreev1-15/+28
This function has been broken for YEARS and it's value-caching logic has only introduced various problems. We have html_escape() since CI 2.1.0 which is a perfect replacement, so it should be used instead. Fixes #228 & #1630
2012-08-30Added autoload drivers config, added Session and Loader changes to ↵dchill421-5/+21
changelog, added Session config items to upgrade guide Signed-off-by: dchill42 <dchill42@gmail.com>
2012-08-20fixed RST indentation error in 3.0.0 upgrade instructions code sampleDerek Jones1-0/+1
2012-07-31Added upgrade note about the breaking change in the email library. Problem ↵Alex Bilbie1-1/+13
noticed in #1671
2012-07-04Fix typos in upgrade_300.rstvlakoff1-2/+2
2012-07-04Deprecate Date helper standard_date()Andrey Andreev1-1/+27
2012-07-03Update the upgrade notesAndrey Andreev1-18/+79
2012-07-03Document in the 3.0.0 upgrade guide a breaking change in Array Helpervlakoff1-1/+7
The default return value of Array Helper's element() and elements() functions, when the required elements don't exist, has been changed from FALSE to NULL.
2012-06-26Fixing various Sphinx bugs and syntax errors in docsDerek Jones1-2/+2
2012-06-14Polish changes from pull #1233 - Session class already has the ↵Andrey Andreev1-9/+2
time_reference setting - 'GMT' is a valid timezone, so nothing needs to be changed in order to work properly (upgrade notes) - Altered some description text
2012-06-13Fixed some stuff in documentation.Iban Eguia1-2/+2
2012-06-12Changed the config parameter. The session's _get_time() function has also ↵Iban Eguia1-3/+2
changed.
2012-06-09Fixed timezone change in index.phpIban Eguia1-1/+2
Now it does not ever change the local timezone, and it adds the option to get the 'local' time()
2012-06-08Updated the upgrade guide to specify which are the supported timezones.Iban Eguia1-1/+2
2012-06-08Merge remote-tracking branch 'upstream/develop' into new_dateIban Eguia1-3/+18
2012-05-16Add note in the upgrade guide to move errors folderTimothy Warren1-1/+6
2012-04-26Adding some update notes for 3.0.0 (renaming AR to QB)Jamie Rumbelow1-0/+10
2012-03-27Fixed a typo and added the route for the config file.Iban Eguia1-2/+2
2012-03-27Added doccumentation for the new date helper.Iban Eguia1-0/+6
2012-01-08Remove loading of ['core'] elementsAndrey Andreev1-2/+7
2011-12-27Fixing a documentation linking error in the 3.0 upgrade notes.Greg Aker1-1/+1
2011-12-27Adding 3.0.0 release notes documentation file.Greg Aker1-0/+28