Age | Commit message (Expand) | Author | Files | Lines |
2013-03-29 | Merge pull request #2365 from vlakoff/develop | Andrey Andreev | 2 | -2/+2 |
2013-03-29 | Documentation: fix some outdated paths | vlakoff | 2 | -2/+2 |
2013-03-29 | Fix #2353 | Andrey Andreev | 1 | -1/+4 |
2013-03-26 | Merge pull request #2348 from nisheeth-barthwal/feature/nested_keys | Andrey Andreev | 3 | -12/+48 |
2013-03-26 | Code style fix | nisheeth-barthwal | 1 | -1/+1 |
2013-03-26 | Code fixes in line with suggestions | nisheeth-barthwal | 2 | -15/+11 |
2013-03-25 | Simplified notation parsing and other cosmetic fixes | nisheeth-barthwal | 2 | -63/+18 |
2013-03-25 | Merge pull request #2352 from bayssmekanique/develop | Andrey Andreev | 1 | -1/+0 |
2013-03-25 | Changed "else if" to "elseif" | nisheeth-barthwal | 1 | -1/+1 |
2013-03-24 | Fixed error in form_textarea helper function | Zachary Cardoza | 1 | -1/+0 |
2013-03-24 | Revert "Fixed error in Form Helper textarea function" | Zachary Cardoza | 1 | -1/+2 |
2013-03-23 | Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry. | nisheeth-barthwal | 2 | -20/+14 |
2013-03-22 | Fixed error in Form Helper textarea function | Zach Cardoza | 1 | -2/+1 |
2013-03-21 | Merge pull request #2350 from ragboyjr/develop | Andrey Andreev | 1 | -7/+2 |
2013-03-21 | Making a performance modification to DB_driver list_fields() | RJ garcia | 1 | -7/+2 |
2013-03-21 | Added array notation for keys in Input library | nisheeth-barthwal | 3 | -21/+112 |
2013-03-15 | Fix MSSQL ALTER TABLE ADD statement | Andrey Andreev | 1 | -1/+5 |
2013-03-13 | Merge pull request #2328 from samdoidge/develop | Andrey Andreev | 1 | -1/+1 |
2013-03-13 | removing linebreak | Sam Doidge | 1 | -1/+1 |
2013-03-13 | adding thumb_marker to image_lib->clear() | Sam Doidge | 1 | -2/+2 |
2013-03-12 | Output Class Minify Function Change | bayssmekanique | 1 | -0/+2 |
2013-03-12 | Add a (default) CI_DB_query_builder::_update_batch() method | Andrey Andreev | 5 | -164/+41 |
2013-03-12 | Fix #2320 | Andrey Andreev | 1 | -3/+3 |
2013-03-04 | Merge pull request #2300 from vlakoff/develop | Andrey Andreev | 1 | -1/+1 |
2013-03-04 | Fix #2301 | Andrey Andreev | 1 | -2/+1 |
2013-03-04 | Cache file driver: clean() now preserves .htaccess and index files | vlakoff | 1 | -1/+1 |
2013-03-04 | Merge pull request #2190 from danhunsaker/feature/exit-status | Andrey Andreev | 6 | -13/+31 |
2013-03-04 | [ci skip] Fix #2289 | Andrey Andreev | 1 | -3/+2 |
2013-03-04 | Reverting changes to functions that have no business being used in CLI apps t... | Daniel Hunsaker | 4 | -17/+10 |
2013-03-04 | Oops, missed a few places where EXIT_SUCCESS was being used. | Daniel Hunsaker | 4 | -5/+5 |
2013-03-04 | Updated in accordance with feedback from @narfbg | Daniel Hunsaker | 5 | -15/+18 |
2013-03-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s... | Daniel Hunsaker | 5 | -15/+15 |
2013-03-04 | Fix #2298 | Andrey Andreev | 1 | -6/+3 |
2013-03-02 | Fix Session cookie driver storing untrimmed user agent string in the database... | Daniel Robbins | 1 | -1/+1 |
2013-03-01 | Merge pull request #2287 from vlakoff/develop | Andrey Andreev | 1 | -1/+1 |
2013-03-01 | Optimize changes from PR #2290 | Andrey Andreev | 1 | -4/+2 |
2013-03-01 | Merge pull request #2290 from jonesmdj/develop | Andrey Andreev | 1 | -1/+3 |
2013-02-28 | Text helper: convert_accented_characters() optimization | vlakoff | 1 | -5/+8 |
2013-02-28 | added spaces after the parameter separators | Michelle Jones | 1 | -2/+2 |
2013-02-27 | Remove trailing delimiters from csv_from_result | Michelle Jones | 1 | -1/+3 |
2013-02-27 | Fix this use case: load->vars->('foobar', '') | vlakoff | 1 | -1/+1 |
2013-02-23 | Updated exit codes as constant values | Daniel Hunsaker | 11 | -18/+22 |
2013-02-22 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s... | Daniel Hunsaker | 43 | -341/+422 |
2013-02-21 | Merge pull request #2266 from dionysiosarvanitis/fix/trans_complete | Andrey Andreev | 1 | -1/+1 |
2013-02-21 | DB_result tests seem to also depend on autoloading via the class_exists() che... | Andrey Andreev | 1 | -1/+1 |
2013-02-21 | Disable autoloader call from class_exists() occurences to improve performance | Andrey Andreev | 10 | -20/+20 |
2013-02-21 | Manually apply PR #2234 | Andrey Andreev | 1 | -0/+1 |
2013-02-20 | Remove CI_DB_pdo_driver:: | Andrey Andreev | 1 | -7/+0 |
2013-02-20 | Merge pull request #2265 from dionysiosarvanitis/fix/trans_enabled | Andrey Andreev | 1 | -1/+1 |
2013-02-19 | Issue #2086 Session_cookie's _update_db not guaranteed to update | Dionysis Arvanitis | 1 | -0/+3 |