summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
AgeCommit message (Collapse)AuthorFilesLines
2012-03-20Merge upstream branchAndrey Andreev13-144/+248
2012-03-20Fixed an issue with PostgreSQL's escape_str()Andrey Andreev1-0/+1
2012-03-19ChangelogAndrey Andreev1-2/+4
2012-03-19merged with latest develop.Mike Funk9-138/+227
2012-03-19Fix possible error messages with do_hash() and alter a changelog entryAndrey Andreev1-2/+1
2012-03-19Merge pull request #1182 from freewil/cookies-httponlyAndrey Andreev1-0/+2
Cookies httponly
2012-03-18use php's hash() function for do_hash() helperfreewil2-3/+5
2012-03-18add support for httponly cookiesfreewil1-0/+2
2012-03-16Fix form_fieldset_close() example to match actual returntiyowan1-1/+1
2012-03-15Add strip_slashes() to string helper documentationtiyowan1-0/+30
2012-03-15Email class: adjust documentation and make the code backward compatibleMatteo Mattei1-8/+7
2012-03-15Email class: move string_attach() to attach() and add documentationMatteo Mattei1-3/+11
2012-03-14Fix form_input() associative array example to match actual returntiyowan1-1/+1
2012-03-14timespan() helper changeRoger Herbert7-129/+190
2012-03-14Further improve the path helperAndrey Andreev1-10/+10
2012-03-14Merge pull request #1175 from toopay/path_helperAndrey Andreev2-5/+12
Path helper improvement
2012-03-13Active Record documentation cleanupTimothy Warren1-5/+5
2012-03-13New line and changelog correctionTaufan Aditya2-1/+4
2012-03-13Merge upstream branchAndrey Andreev7-121/+176
2012-03-13Merge pull request #1176 from IT-Can/attributes-form-hiddenAndrey Andreev1-113/+152
User guide update form_helper
2012-03-12Fix some spaces and alignments in the new Wincache driverAndrey Andreev1-1/+1
2012-03-12Merge pull request #1095 from colonelchlorine/developPhil Sturgeon1-0/+1
Added support for Wincache when running CI on Windows boxes
2012-03-12typoMichiel Vugteveen1-2/+2
2012-03-12user guide udateMichiel Vugteveen1-113/+152
2012-03-12Merge upstream branchAndrey Andreev1-2/+2
2012-03-12DocTaufan Aditya1-2/+2
2012-03-12Update the list of supported databasesAndrey Andreev1-2/+2
2012-03-12Postgres to PostgreSQLAndrey Andreev2-8/+8
2012-03-12Merge upstream branchAndrey Andreev3-2/+15
2012-03-12Merge pull request #1078 from mikedfunk/feature/table_configAndrey Andreev2-0/+3
Ability to use a configuration file for the Table class
2012-03-12Remove collation parameter from db_set_charset() (no longer needed)Andrey Andreev1-1/+3
2012-03-12merged latest develop branch.Mike Funk6-10/+33
2012-03-12merged with latest develop.Mike Funk2-1/+8
2012-03-12Postgre to PostgresAndrey Andreev1-1/+1
2012-03-12Path helper improvementTaufan Aditya2-4/+8
2012-03-12Merge pull request #1079 from mikedfunk/feature/form_val_configAndrey Andreev2-1/+8
Feature/form val config error_prefix and error_suffix
2012-03-12Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into ↵Mike Funk6-9/+25
feature/all_flashdata
2012-03-12updated docs & changelogRoger Herbert2-5/+9
2012-03-12form_dropdown() will now also take an array for unity with other form helpers.nihaopaul1-0/+1
2012-03-12Merge upstream branchAndrey Andreev4-6/+8
2012-03-11Added an Android <= 2.1 specific check to force_download()Andrey Andreev1-0/+1
2012-03-10Remove PHP 5.1.6-specific codeAndrey Andreev1-1/+1
2012-03-09Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon4-9/+30
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon4-4/+5
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
2012-03-09Merge upstream branchAndrey Andreev6-41/+125
2012-03-09Merge upstream branchAndrey Andreev5-10/+46
2012-03-09Merge upstream branchAndrey Andreev6-41/+125
2012-03-08Fix documentation entry for the decimal form validation rule (issue #1149)Andrey Andreev1-1/+1
2012-03-08Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into ↵Mike Funk2-3/+16
feature/form_val_config
2012-03-08Fix issue #940Andrey Andreev1-0/+1