Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-02 | Merge pull request #1550 from krynble/develop | Andrey Andreev | 1 | -0/+1 | |
Fixing imagemagick maintain ratio not implemented | |||||
2012-07-02 | Added changelog entry | Omar | 1 | -0/+1 | |
2012-07-02 | Add changelog entry for pull #1556 | Andrey Andreev | 1 | -0/+1 | |
2012-07-02 | Fix issue #1551 | Andrey Andreev | 1 | -0/+1 | |
2012-07-02 | Update changelog with changes from 2.1.2 | Andrey Andreev | 1 | -7/+15 | |
2012-07-01 | updated the changelog | Christopher Guiney | 1 | -1/+1 | |
2012-06-28 | Fix issue #1545 | Andrey Andreev | 1 | -0/+1 | |
2012-06-27 | valid_email() to always return boolean | Andrey Andreev | 1 | -1/+1 | |
2012-06-27 | Update other email validation methods | Timothy Warren | 1 | -0/+1 | |
2012-06-27 | Merge branch 'feature/toc-repair' into develop | Derek Jones | 1 | -15/+15 | |
2012-06-27 | URL Helper redirect() to utilize HTTP/1.1 response code 303 See Other | Andrey Andreev | 1 | -0/+1 | |
2012-06-26 | Fix issue #427 | Andrey Andreev | 1 | -1/+4 | |
2012-06-26 | Fixing various Sphinx bugs and syntax errors in docs | Derek Jones | 1 | -15/+15 | |
2012-06-24 | Merge pull request #1519 from mwhitneysdsu/develop | Alex Bilbie | 1 | -0/+1 | |
Added optional fourth parameter to timezone_menu | |||||
2012-06-23 | Added ['reuse_query_string'] to Pagination. | Phil Sturgeon | 1 | -0/+1 | |
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 | Added optional fourth parameter to timezone_menu | Mat Whitney | 1 | -0/+1 | |
allows setting one or more attributes on the generated select tag. This allows passing attributes needed for Section 508 compliance § 1194.22(n), such as an id. http://access-board.gov/sec508/guide/1194.22.htm#(n) http://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-labels | |||||
2012-06-21 | Fix issue #79 | Andrey Andreev | 1 | -0/+1 | |
2012-06-18 | Changed limit() and offset() to ignore NULL values | Andrey Andreev | 1 | -0/+2 | |
2012-06-18 | Fix issue #1328 | Andrey Andreev | 1 | -0/+1 | |
2012-06-17 | Add join() USING support | Andrey Andreev | 1 | -0/+1 | |
2012-06-17 | Pagination: fixed 'rel' attribute handling, added custom attributes support, ↵ | Andrey Andreev | 1 | -1/+4 | |
deprecated 'anchor_class' setting | |||||
2012-06-16 | anchor_popup() improvements | Andrey Andreev | 1 | -1/+4 | |
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 | 1 | -3/+5 | |
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 | Add support for HTTP code 303 in set_status_header(), as suggested in pull #341 | Andrey Andreev | 1 | -0/+1 | |
2012-06-15 | Fix issue #520 | Andrey Andreev | 1 | -0/+1 | |
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 | 1 | -1/+2 | |
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 | 1 | -0/+1 | |
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 | Add a changelog entry | Andrey Andreev | 1 | -0/+1 | |
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 | 1 | -2/+3 | |
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 | 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 | |