Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-15 | Benchmark code-coverage | Taufan Aditya | 2 | -0/+45 | |
2012-05-15 | Minor changes on the pull #1355 additions | Andrey Andreev | 2 | -5/+5 | |
2012-05-15 | Merge pull request #1355 from shidec/develop | Andrey Andreev | 2 | -0/+94 | |
Escaping boolean data type, some DBMS (e.g., postgre) need it | |||||
2012-05-15 | Escaping boolean data type for postgre | Soesapto Joeni Hantoro | 1 | -10/+2 | |
2012-05-15 | escaping boolean data type for postgre change log | Soesapto Joeni Hantoro | 1 | -0/+1 | |
2012-05-15 | Escaping boolean data type for postgre | Soesapto Joeni Hantoro | 1 | -2/+2 | |
2012-05-15 | Rollback changes, move it to postgre_driver | Soesapto Joeni Hantoro | 1 | -4/+0 | |
2012-05-15 | Rollback changes, move it to postgre_driver | Soesapto Joeni Hantoro | 1 | -1/+1 | |
2012-05-15 | Escaping boolean data type on postgre | Soesapto Joeni Hantoro | 1 | -0/+101 | |
2012-05-15 | Merge pull request #1324 from toopay/db-tests | Phil Sturgeon | 26 | -63/+856 | |
Improved DB tests | |||||
2012-05-13 | Improve the solution for issue #1342 | Andrey Andreev | 1 | -1/+1 | |
2012-05-11 | Fix issue #1349 | Andrey Andreev | 2 | -3/+4 | |
2012-05-11 | Remove a duplicate mobile user agent entry | Andrey Andreev | 1 | -1/+0 | |
2012-05-11 | User_agent library improvements | Andrey Andreev | 3 | -84/+89 | |
2012-05-11 | Escaping boolean data type, some DBMS (e.g., postgre) need it | Soesapto Joeni Hantoro | 1 | -1/+1 | |
2012-05-11 | simpler script, add boolean handling on DB_driver/escape | Soesapto Joeni Hantoro | 1 | -14/+4 | |
2012-05-11 | Generate better conditions statement on boolean field type. Actually boolean ↵ | Soesapto Joeni Hantoro | 1 | -1/+15 | |
field type need TRUE or FALSE value. Common DBMS (e.g., MySQL) can substite this value with 1 or 0, but it can't be implemented on PostgreSQL. So, its better to use TRUE or FALSE value for boolean field type. | |||||
2012-05-09 | Fix issue #1342 | Andrey Andreev | 1 | -1/+1 | |
2012-05-07 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Wes Baker | 124 | -2149/+3858 | |
Conflicts: system/core/Security.php | |||||
2012-05-07 | Merge pull request #1330 from dixy/develop-errors | Phil Sturgeon | 3 | -3/+3 | |
Remove -webkit prefix for box-shadow | |||||
2012-05-05 | Remove -webkit prefix for box-shadow | dixy | 3 | -3/+3 | |
2012-05-05 | Merge pull request #1325 from st2/develop | Andrey Andreev | 1 | -1/+1 | |
Update system/database/drivers/interbase/interbase_utility.php | |||||
2012-05-05 | Added a return false if an image doesn't pass XSS cleaning to prevent ↵ | Wes Baker | 1 | -1/+5 | |
file_get_contents from returning a NULL and passing through unscathed. | |||||
2012-05-04 | Update system/database/drivers/interbase/interbase_utility.php | Cusco | 1 | -1/+1 | |
2012-05-04 | Remove temporary branch from travis whitelist | Taufan Aditya | 1 | -2/+1 | |
2012-05-04 | Merge remote-tracking branch 'upstream/develop' into db-tests | Taufan Aditya | 2 | -22/+26 | |
2012-05-04 | Clean up | Taufan Aditya | 8 | -40/+10 | |
2012-05-04 | TRUNCATE code-coverage | Taufan Aditya | 1 | -0/+61 | |
2012-05-04 | empty table API code-coverage | Taufan Aditya | 1 | -0/+39 | |
2012-05-04 | DELETE code-coverage | Taufan Aditya | 1 | -0/+72 | |
2012-05-04 | UPDATE and SET clause code-coverage | Taufan Aditya | 1 | -0/+71 | |
2012-05-04 | count code-coverage | Taufan Aditya | 1 | -0/+44 | |
2012-05-04 | LIMIT clause API code-coverage | Taufan Aditya | 1 | -0/+49 | |
2012-05-04 | ORDER BY clause API code-coverage | Taufan Aditya | 1 | -0/+55 | |
2012-05-04 | PDO SQLite bug fixed, for result_object | Taufan Aditya | 2 | -12/+7 | |
2012-05-04 | DISTINCT clause API code-coverage | Taufan Aditya | 1 | -0/+34 | |
2012-05-04 | HAVING clause API code-coverage | Taufan Aditya | 3 | -8/+28 | |
2012-05-04 | Trace error | Taufan Aditya | 2 | -4/+4 | |
2012-05-04 | GROUP BY clause API code-coverage | Taufan Aditya | 2 | -1/+39 | |
2012-05-04 | Merge pull request #1323 from IT-Can/fix-issue-1314 | Andrey Andreev | 2 | -22/+26 | |
unset userdata when sess_destroy() is called | |||||
2012-05-04 | changelog entry | Michiel Vugteveen | 1 | -1/+2 | |
2012-05-04 | unset userdata | Michiel Vugteveen | 1 | -21/+24 | |
2012-05-04 | LIKE clause API code-coverage | Taufan Aditya | 1 | -0/+90 | |
2012-05-04 | WHERE clause API code-coverage | Taufan Aditya | 1 | -0/+144 | |
2012-05-04 | JOIN clause API code-coverage | Taufan Aditya | 2 | -1/+39 | |
2012-05-03 | Add user entity into schema skeleton | Taufan Aditya | 1 | -0/+24 | |
2012-05-03 | FROM clause API code-coverage | Taufan Aditya | 1 | -0/+51 | |
2012-05-03 | Cleaning up | Taufan Aditya | 2 | -11/+10 | |
2012-05-02 | Merge pull request #1312 from petsagouris/fix-xmlrpc-typos | Andrey Andreev | 1 | -3/+3 | |
Fixing some typos in the xmlrpc class | |||||
2012-05-02 | Merge pull request #1313 from petsagouris/fix-form-validation-typo | Andrey Andreev | 1 | -1/+1 | |
Fixing a typo in Form Validation |