Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-20 | Revert previous commit | Timothy Warren | 1 | -5/+1 | |
2012-02-20 | Revert "Fix previous commit" | Timothy Warren | 1 | -5/+1 | |
This reverts commit 53d109dbd831506c4b9ca77f10bc1b2dba9c28d5. | |||||
2012-02-20 | Fixed insert_id possibly returning 0 | Timothy Warren | 1 | -1/+6 | |
2012-02-20 | Fix previous commit | Timothy Warren | 1 | -1/+5 | |
2012-02-20 | Fixed result array fetching | Timothy Warren | 1 | -1/+9 | |
2012-02-20 | Properly escape generator name | Timothy Warren | 1 | -1/+1 | |
2012-02-17 | Automatic retreival of blob fields | Timothy Warren | 1 | -2/+2 | |
2012-02-17 | implemented create_database, misc cleanup | Timothy Warren | 2 | -21/+16 | |
2012-02-17 | More general fix for num_rows | Timothy Warren | 2 | -54/+4 | |
2012-02-17 | Workaround to fix method | Timothy Warren | 2 | -0/+115 | |
2012-02-17 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird | Timothy Warren | 2 | -8/+1 | |
2012-02-17 | Syntax error, causing MySQL utility could not used | Taufan Aditya | 1 | -1/+1 | |
2012-02-17 | Fixed issue #960 | Marcos Garcia | 1 | -7/+0 | |
2012-02-17 | Simplified hostname connection logic | Timothy Warren | 1 | -13/+2 | |
2012-02-16 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird | Timothy Warren | 4 | -12/+13 | |
2012-02-16 | Num rows fix | Timothy Warren | 1 | -1/+10 | |
2012-02-16 | narfbg suggested fixes | Timothy Warren | 5 | -106/+44 | |
2012-02-16 | Merge pull request #934 from wilburhimself/develop | Phil Sturgeon | 1 | -1/+1 | |
Fixed error in inflector_helper.php in the singular function. | |||||
2012-02-16 | Merge pull request #1046 from YorickPeterse/develop | Phil Sturgeon | 1 | -1/+1 | |
Lowered the file permissions for file caches. | |||||
2012-02-16 | Implemented insert_id() method | Timothy Warren | 1 | -3/+4 | |
2012-02-15 | Implemented _list_columns() method | Timothy Warren | 1 | -2/+11 | |
2012-02-15 | Lowered the file permissions for file caches. | Yorick Peterse | 1 | -1/+1 | |
See #1045 for more information. Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com> | |||||
2012-02-15 | Limit clause fixes | Timothy Warren | 2 | -7/+8 | |
2012-02-15 | Syntax fixes | Timothy Warren | 2 | -26/+14 | |
2012-02-15 | Minor codestyle fix | Timothy Warren | 2 | -2/+1 | |
2012-02-15 | Removed string case manipulation functions | Timothy Warren | 1 | -11/+7 | |
2012-02-14 | Restored '@' characters | Timothy Warren | 1 | -110/+108 | |
2012-02-14 | Various fixes | Timothy Warren | 1 | -111/+115 | |
2012-02-14 | Added public declarations | Timothy Warren | 4 | -49/+49 | |
2012-02-14 | First iteration of interbase driver | Timothy Warren | 5 | -0/+1246 | |
2012-02-14 | Fix another issue | Andrey Andreev | 1 | -1/+1 | |
2012-02-14 | Fix issue #1039 | Andrey Andreev | 2 | -9/+10 | |
2012-02-13 | Merge pull request #921 from narfbg/develop-image-lib | Phil Sturgeon | 1 | -248/+187 | |
Image_lib::image_reproportion() to not need both width and height | |||||
2012-02-13 | Added missing space | Timothy Warren | 1 | -1/+1 | |
2012-02-13 | Re-added if ! empty clause | Timothy Warren | 1 | -1/+4 | |
2012-02-13 | Refixed Old-style pdo connection string | Timothy Warren | 1 | -7/+6 | |
2012-02-13 | Semicolon automatically added if not exists after hostname, if only database ↵ | Taufan Aditya | 1 | -2/+7 | |
was not empty | |||||
2012-02-12 | Fixed rtrim issue in hostname fragment, for backward compability | Taufan Aditya | 1 | -5/+3 | |
2012-02-10 | Changed double quotes to single | Timothy Warren | 1 | -1/+1 | |
2012-02-10 | Fixed old-style pdo connection string | Timothy Warren | 1 | -1/+5 | |
2012-02-10 | Merge remote-tracking branch 'upstream/develop' into develop-image-lib | Andrey Andreev | 5 | -93/+286 | |
2012-02-10 | Grammar correction | Taufan Aditya | 1 | -1/+1 | |
2012-02-09 | Typo | Taufan Aditya | 1 | -1/+1 | |
2012-02-09 | Change PHP.net mirror to the main mirror | Taufan Aditya | 1 | -2/+2 | |
2012-02-09 | Fixed PDO | Taufan Aditya | 5 | -93/+286 | |
2012-02-08 | Merge remote-tracking branch 'upstream/develop' into develop-image-lib | Andrey Andreev | 2 | -37/+33 | |
2012-02-08 | Remove a few spaces | Andrey Andreev | 1 | -2/+2 | |
2012-02-08 | Fix CI_Input::is_ajax_request() | Andrey Andreev | 1 | -37/+29 | |
2012-02-05 | Adding in a few 503 status codes for common errors in response to this ↵ | Kevin Cupp | 2 | -0/+4 | |
ExpressionEngine bug about errors getting cached by reverse proxies who cache 200 responses: http://expressionengine.com/bug_tracker/bug/17420 | |||||
2012-02-02 | Merge remote-tracking branch 'upstream/develop' into develop-image-lib | Andrey Andreev | 1 | -56/+77 | |