Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-05 | Clean-up the separate drivers' DB result classes from no longer needed methods | Andrey Andreev | 13 | -1166/+67 | |
2012-07-05 | Optimize custom_result_object() | Andrey Andreev | 1 | -4/+5 | |
2012-07-05 | Merge pull request #1576 from Dumk0/patch-6 | Phil Sturgeon | 1 | -1/+1 | |
improvement for latest migration id calculation | |||||
2012-07-05 | Don't fetch DB result sets twice | Andrey Andreev | 1 | -16/+59 | |
2012-07-05 | Suppress mysql_data_seek()'s ambiguous E_WARNING messages | Andrey Andreev | 1 | -1/+1 | |
2012-07-05 | Change DB_result::num_rows default value to NULL | Andrey Andreev | 5 | -27/+60 | |
2012-07-05 | Rename the 'interbase' DB driver to 'ibase' in order to match PHP's function ↵ | Andrey Andreev | 5 | -13/+13 | |
prefix | |||||
2012-07-05 | Move _insert() and _update() defaults from Query Builder to DB_driver so ↵ | Andrey Andreev | 3 | -59/+67 | |
that they're available for use by insert_string() and update_string() at all times | |||||
2012-07-05 | Merge pull request #1577 from rebizu/develop | Andrey Andreev | 1 | -1/+16 | |
I added so the DB.php is aware of database config files in packages. | |||||
2012-07-05 | code cleanup and changelog added | Rene Brokholm | 1 | -13/+13 | |
2012-07-05 | I added so the DB.php is aware of database config files in packages. | Rene Brokholm | 1 | -1/+16 | |
This way if a package is containing a database.php file in its config folder this will be parset alongside the aplication/config/database.php file. | |||||
2012-07-05 | added space after (int) | Dumk0 | 1 | -1/+1 | |
2012-07-05 | improvement for latest migration id calculation | Dumk0 | 1 | -1/+1 | |
2012-07-05 | Fixed annotation for CI_Migration->find_migrations() method | Dumk0 | 1 | -2/+2 | |
2012-07-04 | Create aliases for odbc_fetch_array() and odbc_fetch_object() instead of ↵ | Andrey Andreev | 1 | -62/+68 | |
using custom methods Signed-off-by: Andrey Andreev <narf@bofh.bg> | |||||
2012-07-04 | Add PDO support for list_fields() | Andrey Andreev | 1 | -3/+5 | |
Signed-off-by: Andrey Andreev <narf@bofh.bg> | |||||
2012-07-04 | Ahem. | Phil Sturgeon | 1 | -2/+2 | |
2012-07-04 | Further update to `element()` to remove more unexpected results. | Phil Sturgeon | 1 | -2/+2 | |
2012-07-04 | Having `"0"` in an array would give you NULL with `elements()`. BAD! | Phil Sturgeon | 1 | -1/+1 | |
The trouble here, is that when we are expecting a valid result, such as `0`, or `false` that the array helper will instead say "I don't know if there is a value" and give you a `null`. | |||||
2012-07-04 | Deprecate Date helper standard_date() | Andrey Andreev | 1 | -0/+13 | |
2012-07-04 | Merge pull request #1571 from cryode/tweak/config | Andrey Andreev | 1 | -7/+7 | |
core/Config.php - Moved variable assignment out of loop, other teeny weeny fixes. | |||||
2012-07-04 | Fix some whitespace, removed unnecessary string concatenation. | Eric Roberts | 1 | -3/+3 | |
2012-07-04 | Optimize standard_date() | Andrey Andreev | 1 | -15/+13 | |
2012-07-04 | Moved redundant $check_locations definition out of loop. | Eric Roberts | 1 | -4/+4 | |
2012-07-03 | Fix issue #1567 | Andrey Andreev | 1 | -1/+1 | |
2012-07-03 | Fix an error in Loader code documentation | vlakoff | 1 | -1/+1 | |
That's not $this->load_vars(), but $this->load->vars() | |||||
2012-07-02 | Merge pull request #1550 from krynble/develop | Andrey Andreev | 1 | -1/+8 | |
Fixing imagemagick maintain ratio not implemented | |||||
2012-07-02 | Fixed code styling | Omar | 1 | -3/+7 | |
2012-07-02 | Merge pull request #1560 from vlakoff/regex | Andrey Andreev | 1 | -7/+7 | |
Clean up regexes in Security->xss_clean() | |||||
2012-07-02 | Add changelog entry for pull #1556 | Andrey Andreev | 1 | -1/+1 | |
2012-07-02 | Merge pull request #1556 from valioz/develop | Andrey Andreev | 1 | -4/+19 | |
Added proxy to XML/RPC client | |||||
2012-07-02 | Fix issue #1551 | Andrey Andreev | 1 | -4/+4 | |
2012-07-02 | Update xmlrpc coding style | Valentin Sheyretski | 1 | -1/+3 | |
2012-07-02 | Update Array Helper documentation | vlakoff | 1 | -1/+1 | |
default value of the "default value" parameter has changed in element() and elements() methods | |||||
2012-07-02 | Clean up regexes in Security->xss_clean() | vlakoff | 1 | -7/+7 | |
Removed some unneeded capturing groups (or made them non-capturing) and some unneeded escape characters | |||||
2012-07-02 | Fix MSSQL & SQLSRV db_connect() | Andrey Andreev | 2 | -30/+18 | |
2012-07-02 | Fix field escaping with brackets | Andrey Andreev | 1 | -3/+7 | |
2012-07-02 | Update develop | Valentin Sheyretski | 1 | -4/+7 | |
2012-07-02 | Added proxy to XML/RPC client | Valio | 1 | -4/+14 | |
2012-07-01 | If you don't know an answer, just say that you don't know. | Phil Sturgeon | 1 | -2/+2 | |
2012-06-30 | Respect php.ini's values for calculating the probability of a session gc | Christopher Guiney | 1 | -8/+5 | |
2012-06-29 | Fixing imagemagick maintain ratio not implemented | Omar | 1 | -1/+4 | |
2012-06-29 | Allow session garbace collection percentage to be configured. | Christopher Guiney | 1 | -1/+1 | |
2012-06-28 | Fix issue #1546 | Andrey Andreev | 1 | -0/+5 | |
2012-06-28 | Fix issue #1545 | Andrey Andreev | 1 | -6/+12 | |
2012-06-27 | valid_email() to always return boolean | Andrey Andreev | 3 | -3/+3 | |
2012-06-27 | Correct variable names | Timothy Warren | 2 | -2/+2 | |
2012-06-27 | Update other email validation methods | Timothy Warren | 2 | -2/+2 | |
2012-06-27 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into email | Timothy Warren | 43 | -529/+731 | |
2012-06-27 | Utilize query()'s return_object parameter | Andrey Andreev | 1 | -11/+11 | |