Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-16 | anchor_popup() improvements | Andrey Andreev | 2 | -10/+21 | |
2012-06-16 | Fix two anchor_popup() issues | Andrey Andreev | 1 | -0/+1 | |
2012-06-16 | Fix issue #999 | Andrey Andreev | 1 | -0/+1 | |
2012-06-16 | Fix issue #938 + some related improvements | Andrey Andreev | 2 | -4/+6 | |
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 | Added an escape parameter to where_in(), or_where_in(), where_not_in(), ↵ | Andrey Andreev | 1 | -2/+1 | |
or_where_not_in() and made where(), or_where() to default the escape setting to the value of _protect_identifiers | |||||
2012-06-16 | Fix issue #318 + added a default to the switch() in CI_Output::minify() | Andrey Andreev | 1 | -0/+1 | |
2012-06-15 | Fix issue #167 | Andrey Andreev | 1 | -0/+1 | |
2012-06-15 | mimes.php: zip, rar, php from pull #1472 | Andrey Andreev | 1 | -1/+4 | |
2012-06-15 | Fix error in Encryption Class documentation | vlakoff | 1 | -1/+1 | |
One ANSI character is 8 bits, so 32 characters are not 128 bits but 256 bits. | |||||
2012-06-15 | Add support for HTTP code 303 in set_status_header(), as suggested in pull #341 | Andrey Andreev | 1 | -0/+1 | |
2012-06-15 | Fix nice_date() documentation | Andrey Andreev | 1 | -5/+7 | |
2012-06-15 | Fix issue #520 | Andrey Andreev | 1 | -0/+1 | |
2012-06-15 | Update simple_query() documentation (issue #1484) | Andrey Andreev | 1 | -5/+25 | |
2012-06-14 | Add changelog entry for issue #1387 | Andrey Andreev | 1 | -0/+1 | |
2012-06-14 | Polish changes from pull #1233 - Session class already has the ↵ | Andrey Andreev | 2 | -10/+4 | |
time_reference setting - 'GMT' is a valid timezone, so nothing needs to be changed in order to work properly (upgrade notes) - Altered some description text | |||||
2012-06-14 | Merge pull request #1223 from Razican/new_date | Andrey Andreev | 3 | -7/+23 | |
New now() function for the Date helper | |||||
2012-06-14 | Fix issue #10 + URI class speed improvements | Andrey Andreev | 1 | -2/+2 | |
2012-06-13 | Fixed some stuff in documentation. | Iban Eguia | 2 | -5/+8 | |
2012-06-13 | Another input library docs fix | Andrey Andreev | 1 | -1/+2 | |
2012-06-13 | Fix docs for Input library (issue #1465) | Andrey Andreev | 1 | -27/+10 | |
2012-06-13 | Add a changelog entry | Andrey Andreev | 1 | -0/+1 | |
2012-06-12 | Updated Form Validation's documentation for set_rules() now accepting an ↵ | Kevin Wood-Friend | 1 | -1/+5 | |
array of rules | |||||
2012-06-12 | Changed the config parameter. The session's _get_time() function has also ↵ | Iban Eguia | 2 | -7/+4 | |
changed. | |||||
2012-06-12 | Updated changelog for set_rules() accepting an array of rules, as well as a ↵ | Kevin Wood-Friend | 1 | -0/+1 | |
string. | |||||
2012-06-12 | Fix issue #145 | Andrey Andreev | 1 | -0/+1 | |
2012-06-12 | Fix issue #1202 | Andrey Andreev | 1 | -0/+1 | |
2012-06-12 | Add support for the anchor 'rel' attribute in the Pagination library | Andrey Andreev | 2 | -2/+27 | |
2012-06-12 | Add changelog for pull #1017 | Andrey Andreev | 1 | -1/+2 | |
2012-06-12 | Added MySQLi backup() support | Andrey Andreev | 1 | -2/+3 | |
2012-06-12 | Changed APPPATH, BASEPATH and VIEWPATH to be absolute paths (fixes issue ↵ | Andrey Andreev | 1 | -2/+6 | |
#1321) and removed EXT constant | |||||
2012-06-12 | Add changelog entry for issue #7 | Andrey Andreev | 1 | -1/+2 | |
2012-06-12 | join() with multiple conditions and optional escape parameter | Andrey Andreev | 1 | -23/+27 | |
2012-06-11 | Fix issue #1264 | Andrey Andreev | 1 | -0/+1 | |
2012-06-11 | Fix a join() issue | Andrey Andreev | 1 | -0/+1 | |
2012-06-11 | Alter documentation on requirements for the SQLSRV driver | Andrey Andreev | 1 | -2/+3 | |
2012-06-11 | Add OFFSET support for SQL Server 2005+ in MSSQL/SQLSRV | Andrey Andreev | 1 | -1/+1 | |
2012-06-11 | Remove unused qb_order property + other minor changes | Andrey Andreev | 1 | -1/+1 | |
2012-06-11 | changelog | Michiel Vugteveen | 2 | -0/+5 | |
2012-06-10 | Add BETWEEN to _has_operator() | Andrey Andreev | 1 | -0/+1 | |
2012-06-10 | Fix issue #1452 | Andrey Andreev | 1 | -0/+2 | |
2012-06-10 | Merge branch 2.1-stable into develop | Andrey Andreev | 6 | -4/+13 | |
2012-06-09 | Fixed timezone change in index.php | Iban Eguia | 2 | -2/+4 | |
Now it does not ever change the local timezone, and it adds the option to get the 'local' time() | |||||
2012-06-09 | Cleanup the new Redis cache driver and add a changelog entry for it | Andrey Andreev | 1 | -0/+1 | |
2012-06-08 | Updated the upgrade guide to specify which are the supported timezones. | Iban Eguia | 1 | -1/+2 | |
2012-06-08 | Merge remote-tracking branch 'upstream/develop' into new_date | Iban Eguia | 34 | -208/+409 | |
2012-06-08 | Add OFFSET support for SQL Server 2012 | Andrey Andreev | 1 | -0/+1 | |
2012-06-08 | escape_identifiers() to accept arrays as well | Andrey Andreev | 1 | -0/+1 | |
2012-06-08 | Added MSSQL/SQLSRV field escaping support with QUOTE_IDENTIFIER detection ↵ | Andrey Andreev | 1 | -6/+10 | |
(issue #706) | |||||
2012-06-07 | Add ics files support to mimes.php (issue #1441) | Andrey Andreev | 1 | -2/+3 | |