Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-24 | Add pdo_sqlsrv subdriver | Andrey Andreev | 4 | -32/+334 | |
2012-06-24 | Add pdo_sqlite subdriver | Andrey Andreev | 2 | -42/+170 | |
2012-06-24 | Add pdo_oci subdriver | Andrey Andreev | 2 | -33/+264 | |
2012-06-24 | Remove _limit() from the pdo_mysql subdriver | Andrey Andreev | 1 | -17/+0 | |
2012-06-24 | Add pdo_mysql subdriver | Andrey Andreev | 3 | -29/+212 | |
2012-06-23 | Add pdo_pgsql subdriver | Andrey Andreev | 2 | -26/+352 | |
2012-06-23 | Fix the subdriver check | Andrey Andreev | 1 | -1/+1 | |
2012-06-23 | Alter DB() to check if a subdriver is available | Andrey Andreev | 1 | -1/+17 | |
2012-06-23 | Rename pdodriver property to subdriver and make it available to all drivers | Andrey Andreev | 7 | -40/+40 | |
2012-06-23 | If there is no output then no need to try minifying it | Phil Sturgeon | 1 | -0/+5 | |
2012-06-23 | Added ['reuse_query_string'] to Pagination. | Phil Sturgeon | 3 | -40/+74 | |
This allows automatic repopulation of query string arguments, combined with normal URI segments. | |||||
2012-06-23 | Clarified support of $config['csrf_exclude_uris'] support in v3.0 (#236) | Alex Bilbie | 1 | -1/+1 | |
2012-06-22 | Merge pull request #1517 from WanWizard/develop | Phil Sturgeon | 1 | -10/+4 | |
fixed query grouping when using where($array) syntax | |||||
2012-06-22 | fixed query grouping when using where($array) syntax | WanWizard | 1 | -10/+4 | |
on request of Phil | |||||
2012-06-21 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 4 | -7/+5 | |
2012-06-21 | Replaced block tag minification regex with a less greedy solution. | Phil Sturgeon | 1 | -1/+1 | |
2012-06-21 | Fix issue #79 | Andrey Andreev | 2 | -2/+2 | |
2012-06-20 | Fix issue #1510 | Andrey Andreev | 1 | -4/+2 | |
2012-06-20 | Small adjustment due to 079fbfcde095230f304e889217f897031a948f61 | Andrey Andreev | 1 | -1/+1 | |
2012-06-19 | Fixed Migrations and an incorrect strict comparison. | Phil Sturgeon | 2 | -2/+2 | |
2012-06-19 | Merge pull request #1507 from Dumk0/patch-2 | Andrey Andreev | 1 | -17/+17 | |
Property values aligned into one vertical line | |||||
2012-06-19 | Property values aligned into one vertical line | Dumk0 | 1 | -17/+17 | |
2012-06-19 | Merge pull request #1505 from robbyrice/develop | Andrey Andreev | 1 | -1/+1 | |
fixing a typo in the comments of the migration config file | |||||
2012-06-19 | fixing a typo in the comments of the migration config file | Robert Doucette | 1 | -1/+1 | |
2012-06-18 | Changed limit() and offset() to ignore NULL values | Andrey Andreev | 2 | -7/+5 | |
2012-06-18 | Fix ODBC _limit() | Andrey Andreev | 1 | -1/+1 | |
2012-06-18 | Fix issue #1328 | Andrey Andreev | 2 | -1/+7 | |
2012-06-17 | Add join() USING support | Andrey Andreev | 2 | -3/+12 | |
2012-06-17 | Improve escaping, support for table names with spaces and fix where() for ↵ | Andrey Andreev | 3 | -34/+30 | |
strings with no spaces around operators | |||||
2012-06-17 | Add deprecated docblock tags for do_hash() and read_file() | Andrey Andreev | 2 | -0/+2 | |
2012-06-17 | AND -> && | Andrey Andreev | 1 | -1/+1 | |
2012-06-17 | Pagination: fixed 'rel' attribute handling, added custom attributes support, ↵ | Andrey Andreev | 3 | -50/+81 | |
deprecated 'anchor_class' setting | |||||
2012-06-17 | Merge pull request #1479 from srtfisher/develop | Phil Sturgeon | 1 | -1/+1 | |
A TTL of 0 will keep the cache persistant. | |||||
2012-06-16 | Add an option to disable MIME detection in the Upload library (issue #1494) | Andrey Andreev | 2 | -3/+16 | |
2012-06-16 | anchor_popup() improvements | Andrey Andreev | 3 | -13/+34 | |
2012-06-16 | Fix two anchor_popup() issues | Andrey Andreev | 2 | -5/+3 | |
2012-06-16 | Merge pull request #1495 from vkeranov/develop | Eric Barnes | 1 | -1/+1 | |
Really important space fix in Zip.php | |||||
2012-06-16 | Really important space fix :) | vkeranov | 1 | -1/+1 | |
2012-06-16 | Fix CI_Calendar::generate() not accepting NULLs (introduced in ↵ | Andrey Andreev | 1 | -2/+2 | |
d261b1e89c3d4d5191036d5a5660ef6764e593a0) | |||||
2012-06-16 | Fix issue #999 | Andrey Andreev | 3 | -5/+20 | |
2012-06-16 | Fix local_to_gmt() | Andrey Andreev | 2 | -10/+10 | |
2012-06-16 | Fix issue #938 + some related improvements | Andrey Andreev | 3 | -17/+13 | |
2012-06-16 | Small improvements to form_open() | Andrey Andreev | 1 | -4/+6 | |
2012-06-16 | Merge pull request #1492 from vlakoff/develop | Andrey Andreev | 2 | -12/+12 | |
Documentation: remaining PHP "var" declarations changed to "public" | |||||
2012-06-16 | Documentation: remaining PHP "var" declarations changed to "public" | vlakoff | 2 | -12/+12 | |
Since PHP 4 isn't supported anymore, let's clean up these few PHP "var" declarations which were remaining in the documentation. According to my checks, there is no more PHP "var" left. | |||||
2012-06-16 | Spelling fixes - `wether` to `whether` | Alex Bilbie | 4 | -5/+5 | |
Interestingly `wether` means a castrated ram in old English | |||||
2012-06-16 | All Query Builder methods to respect _protect_identifiers by default | Andrey Andreev | 1 | -18/+24 | |
2012-06-16 | Added an escape parameter to where_in(), or_where_in(), where_not_in(), ↵ | Andrey Andreev | 3 | -18/+16 | |
or_where_not_in() and made where(), or_where() to default the escape setting to the value of _protect_identifiers | |||||
2012-06-16 | Changed order_by() default escaping to _protect_identifiers | Andrey Andreev | 1 | -2/+3 | |
2012-06-16 | Fix issue #318 + added a default to the switch() in CI_Output::minify() | Andrey Andreev | 3 | -39/+50 | |