Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-12 | Postgre to Postgres | Andrey Andreev | 1 | -1/+1 | |
2012-03-12 | Merge upstream branch | Andrey Andreev | 5 | -7/+9 | |
2012-03-11 | Added an Android <= 2.1 specific check to force_download() | Andrey Andreev | 1 | -0/+1 | |
2012-03-10 | Remove PHP 5.1.6-specific code | Andrey Andreev | 1 | -1/+1 | |
2012-03-09 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 4 | -9/+30 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 5 | -5/+6 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
2012-03-09 | Merge upstream branch | Andrey Andreev | 6 | -41/+125 | |
2012-03-08 | Fix documentation entry for the decimal form validation rule (issue #1149) | Andrey Andreev | 1 | -1/+1 | |
2012-03-08 | Fix issue #940 | Andrey Andreev | 1 | -0/+1 | |
2012-03-07 | Fix issue #501 | Andrey Andreev | 1 | -0/+1 | |
2012-03-07 | userguide fix | Michiel Vugteveen | 1 | -1/+1 | |
2012-03-07 | removed is_method | Michiel Vugteveen | 2 | -21/+5 | |
2012-03-07 | added method() and is_method() | Michiel Vugteveen | 2 | -3/+30 | |
2012-03-07 | Update the example on extending libraries with a constructor | Andrey Andreev | 1 | -5/+11 | |
2012-03-06 | Resolve _protect_identifiers()/protect_identifiers() usage issues | Andrey Andreev | 1 | -0/+1 | |
2012-03-06 | Changed rewrite_short_tags to have no effect on PHP 5.4 | Andrey Andreev | 1 | -0/+1 | |
2012-03-06 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 1 | -0/+2 | |
2012-03-06 | Removed reset_validation() method from run() method | JonoB | 2 | -0/+12 | |
2012-03-06 | Fixed a bug in CI_Session::_unserialize() | Andrey Andreev | 1 | -0/+1 | |
2012-03-06 | Updated changelog | SammyK | 1 | -0/+1 | |
2012-03-05 | Moved change log entry from 2.1.1 to 3.0. | Phil Sturgeon | 1 | -1/+1 | |
2012-03-05 | Add changelog entry (bug fix for issue #64) | Hamza Bhatti | 1 | -0/+1 | |
Signed-off-by: Hamza Bhatti <tiyowan@gmail.com> | |||||
2012-03-05 | Fixed note in documentation | Timothy Warren | 1 | -1/+1 | |
2012-03-05 | Add a note to the num_rows() documentation | Andrey Andreev | 1 | -2/+7 | |
2012-03-05 | Removed oci8-specific stuff from DB_driver.php and added a constructor to ↵ | Andrey Andreev | 1 | -0/+2 | |
DB_result to handle initialization | |||||
2012-03-05 | Partially fix issue #306 | Andrey Andreev | 1 | -0/+1 | |
2012-03-05 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-issue-499 | Andrey Andreev | 3 | -31/+70 | |
2012-03-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | John Crepezzi | 8 | -11/+138 | |
2012-03-04 | Fix indentation for changes from pull #1121 | Andrey Andreev | 1 | -9/+9 | |
2012-03-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 2 | -3/+33 | |
2012-03-04 | Updated with 2.1-stable. | Phil Sturgeon | 1 | -0/+2 | |
2012-03-04 | Allow users to specify an array for validation, instead of alway using the ↵ | JonoB | 2 | -3/+33 | |
$_POST array | |||||
2012-03-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 6 | -12/+64 | |
2012-03-04 | Merged conflicts. | Phil Sturgeon | 1 | -0/+1 | |
2012-03-03 | Just a grammar fix. Changed "...as the code these file contain will be ↵ | Brenderous | 1 | -1/+1 | |
minimized" to "...as the code these files contain will be minimized". | |||||
2012-03-03 | Merge upstream branch | Andrey Andreev | 4 | -7/+37 | |
2012-03-03 | Merge upstream branch | Andrey Andreev | 1 | -1/+4 | |
2012-03-03 | Added _optimize_table() support for PostgreSQL | Andrey Andreev | 1 | -2/+4 | |
2012-03-03 | Add db_set_charset() support for PostgreSQL and change its implementation ↵ | Andrey Andreev | 1 | -0/+1 | |
for 'mysql' | |||||
2012-03-03 | Merge upstream branch | Andrey Andreev | 5 | -8/+48 | |
2012-03-03 | Improve DB version() implementation and add pg_version() support | Andrey Andreev | 1 | -0/+2 | |
2012-03-02 | Merge pull request #1107 from diogoosorio/develop | Andrey Andreev | 1 | -0/+1 | |
Fix issue #1080 | |||||
2012-03-02 | Made the code more readable, updated the changelog. | Diogo Osório | 1 | -0/+1 | |
2012-03-02 | Updated changelog | Timothy Warren | 1 | -0/+1 | |
2012-03-02 | Merge upstream | Timothy Warren | 3 | -4/+35 | |
2012-03-02 | Replaced DB methods _error_message() and _error_number() with error() (issue ↵ | Andrey Andreev | 2 | -3/+21 | |
#1097) | |||||
2012-03-02 | Merge upstream branch | Andrey Andreev | 2 | -0/+12 | |
2012-03-02 | Fix a bug in Oracle's DB forge _create_table() method (AUTO_INCREMENT is not ↵ | Andrey Andreev | 1 | -0/+1 | |
supported) | |||||
2012-03-02 | Fix issue #1101 (MySQL/MySQLi result field_data()) | Andrey Andreev | 1 | -0/+1 | |
2012-03-02 | updated error_array #565 | Michiel Vugteveen | 2 | -0/+10 | |