summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
AgeCommit message (Collapse)AuthorFilesLines
2012-09-02Merge pull request #1727 from pickupman/bugfix-loader-view_fileAlex Bilbie1-0/+1
Fix bug #1000
2012-08-31Merge pull request #1732 from IT-Can/mysql-compressionAlex Bilbie2-1/+7
MySQL & MySQLi client compression
2012-08-30Added autoload drivers config, added Session and Loader changes to ↵dchill422-10/+40
changelog, added Session config items to upgrade guide Signed-off-by: dchill42 <dchill42@gmail.com>
2012-08-27Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into sessiondchill426-17/+44
2012-08-23Merge branch 'feature/js-userguide-search' into developDerek Jones4-9/+29
2012-08-21docx mimetype addedMichiel Vugteveen1-1/+2
2012-08-21changelog fixMichiel Vugteveen1-1/+1
2012-08-21driver fix + userguide + changelogMichiel Vugteveen2-2/+8
2012-08-21Switching to Sphinx's built in JavaScript searchDerek Jones4-9/+29
- disabled rST source copying, the contextual results for the search don't render, so they look goofy - added .highlighted class to CSS for highlighting search terms - replaced Google search form with native search form (and separated into its own theme file) - added body class to #content div for JS highlighter to hook onto
2012-08-20fixed RST indentation error in 3.0.0 upgrade instructions code sampleDerek Jones1-0/+1
2012-08-20Fixing code sample styling and footer linkDerek Jones2-1/+5
2012-08-18Fix bug #1000Joe McFrederick1-0/+1
2012-08-15Add changelog entry for pull #1601Andrey Andreev1-6/+7
2012-08-13Minor doc fixesdchill422-5/+5
2012-08-12Updated Loader and Session documentationdchill423-84/+328
2012-07-31Added upgrade note about the breaking change in the email library. Problem ↵Alex Bilbie1-1/+13
noticed in #1671
2012-07-30Some clean-up and style changesAndrey Andreev2-6/+6
2012-07-30Updated changelogAlex Bilbie1-1/+3
2012-07-30Updated email library documentationAlex Bilbie1-0/+8
2012-07-29Added documentation for mailto function.InFog1-1/+6
2012-07-28Merge pull request #1640 from thecrypticace/developAlex Bilbie1-1/+1
Added support for IP Address Range Masks to the Proxy IPs config option
2012-07-27Change log for IPv4 range mask supportJordan Pittman1-1/+1
2012-07-27Improve change from f0ecb55dfe8dbfaf4c65dbe9d7e1bba8c131ebf4 and add ↵Andrey Andreev1-1/+1
changelog entries for pull #1654
2012-07-23Fix issue #1644Andrey Andreev1-0/+1
2012-07-23Fix a bug in CI_DB_sqlsrv_driver::affected_rows()Andrey Andreev1-0/+1
2012-07-13Add a changelog entry for issue #1605 (pull #1606) and remove some spacesAndrey Andreev1-0/+1
2012-07-13Fix issue #1613Andrey Andreev1-0/+1
2012-07-10Follow-up to #1398, #1548Andrey Andreev1-2/+5
2012-07-10Merge pull request #1548 from chrisguiney/error_reportingAndrey Andreev1-0/+1
Respect display_errors when deciding if to display an error...
2012-07-08Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵Andrey Andreev2-0/+6
feature/db_subdrivers
2012-07-08#1558Andrey Andreev1-0/+1
2012-07-06Fix a few join() bugsAndrey Andreev1-0/+1
2012-07-06t commit -s 'Added info about set_*() functions and form_validation class inaditya1-0/+4
the Form Helper documentation.' Signed-off-by: aditya <adityamenon90@gmail.com>
2012-07-05Merge upstream branchAndrey Andreev17-165/+755
2012-07-05Clean-up the separate drivers' DB result classes from no longer needed methodsAndrey Andreev1-1/+0
2012-07-05Rename the 'interbase' DB driver to 'ibase' in order to match PHP's function ↵Andrey Andreev1-1/+1
prefix
2012-07-05code cleanup and changelog addedRene Brokholm1-0/+1
2012-07-04Add PDO support for list_fields()Andrey Andreev1-0/+1
Signed-off-by: Andrey Andreev <narf@bofh.bg>
2012-07-04updated the changelog, fixed some whitespaceChristopher Guiney1-0/+1
2012-07-04Merge branch 'feature/user-guide-work' into developDerek Jones10-8/+409
Conflicts: user_guide_src/source/installation/upgrade_210.rst user_guide_src/source/installation/upgrade_211.rst user_guide_src/source/installation/upgrade_212.rst
2012-07-04added general/welcome to the toctreeDerek Jones1-0/+1
2012-07-04Fixed a change log formatting issue and doc referenceDerek Jones1-1/+2
2012-07-04Fix URL helper linkDerek Jones1-1/+1
2012-07-04Fixing upgrade file referencesDerek Jones4-10/+44
2012-07-04Fix typos in upgrade_300.rstvlakoff1-2/+2
2012-07-04Deprecate Date helper standard_date()Andrey Andreev3-15/+50
2012-07-04Some user guide updatesAndrey Andreev3-99/+118
2012-07-03Update the upgrade notesAndrey Andreev6-24/+141
2012-07-03Merge pull request #1563 from vlakoff/docPhil Sturgeon1-1/+7
Document in the 3.0.0 upgrade guide a breaking change in Array Helper
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.