summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-13Merge pull request #1949 from compwright/developAndrey Andreev5-128/+209
2012-11-13Add seed values support for Query Builder order_byAndrey Andreev22-41/+166
2012-11-13Fixed an issue with my mergeJonathon Hill1-1/+0
2012-11-13Improved code readabilityJonathon Hill1-1/+3
2012-11-13Fix issue #1994Andrey Andreev1-2/+2
2012-11-12Code style fixesJonathon Hill1-5/+6
2012-11-12Fixed a typoJonathon Hill1-1/+1
2012-11-12Fix issue #1992Andrey Andreev1-1/+14
2012-11-12Remove 'services' directive from .travis.ymlAndrey Andreev1-5/+0
2012-11-12Some micro-optimizationsAndrey Andreev7-30/+20
2012-11-12Changed the `migration_style` config setting to `migration_type`Jonathon Hill3-11/+11
2012-11-12Merge remote-tracking branch 'upstream/develop' into developJonathon Hill240-4698/+10770
2012-11-12Fixed a mismatched constraint value when creating the migration tableJonathon Hill1-1/+1
2012-11-12Merge pull request #1991 from vkeranov/developAndrey Andreev1-13/+13
2012-11-12Let's follow the style guide...vkeranov1-13/+13
2012-11-12Fix issue #777Andrey Andreev2-8/+16
2012-11-12Bring back the AFTER clause for DB Forge add_column()Andrey Andreev18-21/+160
2012-11-11Fix DBForge index creation on MySQL and CUBRIDAndrey Andreev5-0/+50
2012-11-09Move Log class to core in tests as wellAndrey Andreev1-6/+5
2012-11-09Move the Log class to system/core/Andrey Andreev4-12/+24
2012-11-09[ci skip] Polish docs in user_guide_src/source/general/Andrey Andreev29-473/+587
2012-11-09Polish the Common functions documentationAndrey Andreev2-36/+124
2012-11-09Polish docs for URL and XML helpers and deprecate obsolete options for String...Andrey Andreev6-156/+235
2012-11-08Polish docs for String, Text and Typography helpersAndrey Andreev4-92/+198
2012-11-08Deprecate String helper trim_slashes()Andrey Andreev4-20/+44
2012-11-08Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley ...Andrey Andreev11-272/+368
2012-11-08Polish docs for the File and Form helpersAndrey Andreev3-226/+480
2012-11-08Polish docs for Array, CAPTCHA, Cookie, Date, Directory and Download helpersAndrey Andreev5-326/+275
2012-11-08Deprecate the Email helperAndrey Andreev4-20/+56
2012-11-08Another router fix for the dumbest usage of callbacks everAndrey Andreev1-1/+1
2012-11-08Revert 96ea52894aea85b86d75f59fee35f90676735060Andrey Andreev1-6/+6
2012-11-08Fix #1985Andrey Andreev3-6/+6
2012-11-08Change route type checks prioritiesAndrey Andreev1-6/+6
2012-11-07Added function_usable() to common functionsAndrey Andreev7-12/+87
2012-11-07[ci skip] Update the upgrade instructionsAndrey Andreev4-7/+24
2012-11-06directory_map() ... the final oneAndrey Andreev2-2/+3
2012-11-06Fix directory_map() testsAndrey Andreev1-3/+3
2012-11-06Fix issue #1978Andrey Andreev3-7/+10
2012-11-06Added CI_Input::input_stream()Andrey Andreev3-32/+103
2012-11-06Display DB object names in the Profiler and fix issue #1220Andrey Andreev2-8/+25
2012-11-06Fix a lang key typoAndrey Andreev19-31/+31
2012-11-06Fix #589Andrey Andreev7-6/+98
2012-11-06Add an optional escape parameter to insert() and insert_batch()Andrey Andreev2-7/+9
2012-11-06Fix an escape_identifiers() bugAndrey Andreev1-1/+1
2012-11-06Merge pull request #1975 from squaresurf/developAndrey Andreev1-2/+2
2012-11-06Fixed a grammatical typo.Daniel Paul Searles1-2/+2
2012-11-06Merge pull request #1974 from squaresurf/unit_testing_doc_typoAndrey Andreev1-1/+1
2012-11-06Added possibility to pass custom database objects to DB Forge and DB UtilitiesAndrey Andreev14-121/+165
2012-11-05Fixed typo in unit testing documentation.Daniel Paul Searles1-1/+1
2012-11-05Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developDaniel Paul Searles49-1498/+3681