summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2012-06-26Fix get_where() testAndrey Andreev1-1/+1
2012-06-26Fix issue #1533Andrey Andreev1-1/+1
2012-06-25Fix issues #1529 & #1530Andrey Andreev2-5/+5
2012-06-25Change where() to skip dbprefix (until a better solution is available)Andrey Andreev2-7/+18
2012-06-25Fix Interbase _field_data() methodAndrey Andreev1-8/+5
2012-06-24Some fixes to the SQLSRV and MSSQL driversAndrey Andreev2-28/+22
2012-06-24Some changes to the OCI8 (Oracle) driverAndrey Andreev1-4/+7
2012-06-24Merge pull request #1521 from aquarion/developPhil Sturgeon1-2/+2
2012-06-24Merge pull request #1519 from mwhitneysdsu/developAlex Bilbie1-2/+18
2012-06-24Use the VIEWPATH constant, instead of assuming the user hasn't moved themNicholas Avenell1-2/+2
2012-06-24Add a default _limit() method to the Query Builder classAndrey Andreev11-117/+24
2012-06-24Minor changes to the MySQL and MySQLi driversAndrey Andreev2-3/+11
2012-06-23Add _where() changes from pull #1517 to the PostgreSQL driverAndrey Andreev2-9/+13
2012-06-23If there is no output then no need to try minifying itPhil Sturgeon1-0/+5
2012-06-23Added ['reuse_query_string'] to Pagination.Phil Sturgeon1-40/+58
2012-06-22Added optional fourth parameter to timezone_menuMat Whitney1-2/+18
2012-06-22fixed query grouping when using where($array) syntaxWanWizard1-10/+4
2012-06-21Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon2-3/+2
2012-06-21Replaced block tag minification regex with a less greedy solution.Phil Sturgeon1-1/+1
2012-06-21Fix issue #79Andrey Andreev1-2/+1
2012-06-20Small adjustment due to 079fbfcde095230f304e889217f897031a948f61Andrey Andreev1-1/+1
2012-06-19Fixed Migrations and an incorrect strict comparison.Phil Sturgeon2-2/+2
2012-06-19Property values aligned into one vertical lineDumk01-17/+17
2012-06-18Changed limit() and offset() to ignore NULL valuesAndrey Andreev1-7/+3
2012-06-18Fix ODBC _limit()Andrey Andreev1-1/+1
2012-06-18Fix issue #1328Andrey Andreev1-1/+6
2012-06-17Add join() USING supportAndrey Andreev1-3/+11
2012-06-17Improve escaping, support for table names with spaces and fix where() for str...Andrey Andreev3-34/+30
2012-06-17Add deprecated docblock tags for do_hash() and read_file()Andrey Andreev2-0/+2
2012-06-17AND -> &&Andrey Andreev1-1/+1
2012-06-17Pagination: fixed 'rel' attribute handling, added custom attributes support, ...Andrey Andreev1-27/+59
2012-06-17Merge pull request #1479 from srtfisher/developPhil Sturgeon1-1/+1
2012-06-16Add an option to disable MIME detection in the Upload library (issue #1494)Andrey Andreev1-3/+13
2012-06-16anchor_popup() improvementsAndrey Andreev1-3/+13
2012-06-16Fix two anchor_popup() issuesAndrey Andreev1-5/+2
2012-06-16Really important space fix :)vkeranov1-1/+1
2012-06-16Fix CI_Calendar::generate() not accepting NULLs (introduced in d261b1e89c3d4d...Andrey Andreev1-2/+2
2012-06-16Fix issue #999Andrey Andreev2-5/+19
2012-06-16Fix local_to_gmt()Andrey Andreev1-7/+7
2012-06-16Fix issue #938 + some related improvementsAndrey Andreev1-13/+7
2012-06-16Small improvements to form_open()Andrey Andreev1-4/+6
2012-06-16Spelling fixes - `wether` to `whether`Alex Bilbie4-5/+5
2012-06-16All Query Builder methods to respect _protect_identifiers by defaultAndrey Andreev1-18/+24
2012-06-16Added an escape parameter to where_in(), or_where_in(), where_not_in(), or_wh...Andrey Andreev2-16/+15
2012-06-16Changed order_by() default escaping to _protect_identifiersAndrey Andreev1-2/+3
2012-06-16Fix issue #318 + added a default to the switch() in CI_Output::minify()Andrey Andreev2-39/+49
2012-06-15Fix issue #167Andrey Andreev1-1/+1
2012-06-15Merge pull request #1487 from IT-Can/query-error-sql-logPhil Sturgeon1-1/+1
2012-06-15Add support for HTTP code 303 in set_status_header(), as suggested in pull #341Andrey Andreev1-7/+13
2012-06-15more loggingMichiel Vugteveen1-1/+1