Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-12 | Update develop | vkeranov | 1 | -1/+0 | |
2012-07-12 | Fix some spaces here | vkeranov | 1 | -6/+5 | |
2012-07-12 | again... new lines | vkeranov | 1 | -1/+0 | |
2012-07-12 | Too many new lines here :) | vkeranov | 1 | -2/+1 | |
2012-07-12 | Cleaning again | vkeranov | 1 | -4/+3 | |
2012-07-12 | Cleaning... | vkeranov | 1 | -1/+0 | |
2012-07-12 | Cleaning time... | vkeranov | 1 | -1/+0 | |
2012-07-12 | Important space fix :) | vkeranov | 1 | -1/+1 | |
2012-07-12 | Wrong url again | vkeranov | 1 | -1/+1 | |
2012-07-12 | Another typo... | vkeranov | 1 | -1/+1 | |
2012-07-12 | Fixed typo in the comments | vkeranov | 1 | -2/+1 | |
2012-07-11 | Merge pull request #1607 from vlakoff/develop | Phil Sturgeon | 1 | -1/+1 | |
Fix a typo in Common.php | |||||
2012-07-11 | Fix a typo in Common.php | vlakoff | 1 | -1/+1 | |
2012-07-11 | Merge pull request #1604 from thatleeguy/develop | Phil Sturgeon | 1 | -1/+1 | |
Fixing typo in error for multiple migration conflict. | |||||
2012-07-11 | Fixing typo in error for multiple migration conflict. | lee Tengum | 1 | -1/+1 | |
Signed-off-by: lee Tengum <lee@thatleeguy.com> | |||||
2012-07-10 | Follow-up to #1398, #1548 | Andrey Andreev | 2 | -2/+6 | |
2012-07-10 | Merge pull request #1398 from gintsmurans/develop | Andrey Andreev | 1 | -14/+15 | |
Change error_reporting(0) to ini_set('display_errors', 0); | |||||
2012-07-10 | Merge pull request #1548 from chrisguiney/error_reporting | Andrey Andreev | 2 | -1/+3 | |
Respect display_errors when deciding if to display an error... | |||||
2012-07-09 | Remove _drop_database property from CI_DB_odbc_forge and CI_DB_pdo_forge (it ↵ | Andrey Andreev | 2 | -2/+0 | |
has the same default in CI_DB_forge) | |||||
2012-07-08 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Andrey Andreev | 19 | -55/+164 | |
feature/db_subdrivers | |||||
2012-07-08 | Fix issue #1591 | Andrey Andreev | 1 | -1/+1 | |
2012-07-08 | #1558 | Andrey Andreev | 2 | -0/+7 | |
2012-07-07 | Merge pull request #1587 from jonnu/broken-cro | Andrey Andreev | 1 | -1/+1 | |
missing '$this->' causing custom result objects to return as null/empty ... | |||||
2012-07-07 | missing '$this->' causing custom result objects to return as null/empty ↵ | Jon Ellis-Jones | 1 | -1/+1 | |
arrays for ->row() and ->result() methods. | |||||
2012-07-06 | Fix a join() test ... doh | Andrey Andreev | 1 | -1/+1 | |
2012-07-06 | Fix a few join() bugs | Andrey Andreev | 4 | -8/+29 | |
2012-07-06 | Merge pull request #1581 from adityamenon/develop | Phil Sturgeon | 1 | -0/+4 | |
Added info about set_*() functions and form_validation class in the Form Helper documentation. | |||||
2012-07-06 | _fetch_object(), custom_result_object() to utilize PHP's native capability ↵ | Andrey Andreev | 13 | -46/+123 | |
to directly return custom class results | |||||
2012-07-06 | t commit -s 'Added info about set_*() functions and form_validation class in | aditya | 1 | -0/+4 | |
the Form Helper documentation.' Signed-off-by: aditya <adityamenon90@gmail.com> | |||||
2012-07-05 | Replace localhost with 127.0.0.1 and remove the PDO::ERRMODE_SILENT option - ↵ | Andrey Andreev | 10 | -10/+9 | |
it's the default anyway | |||||
2012-07-05 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Andrey Andreev | 2 | -7/+35 | |
feature/db_subdrivers | |||||
2012-07-05 | Fix PDO version() | Andrey Andreev | 1 | -3/+14 | |
2012-07-05 | Apparently mysql_data_seek() causes problems even when we suppress and ignore it | Andrey Andreev | 1 | -4/+21 | |
2012-07-05 | Merge upstream branch | Andrey Andreev | 60 | -1596/+975 | |
2012-07-05 | Fix pdo_result num_rows() for subdrivers that don't support rowCount() | Andrey Andreev | 1 | -2/+2 | |
2012-07-05 | Add a default _count_string property | Andrey Andreev | 12 | -67/+8 | |
2012-07-05 | Fix a typo | Andrey Andreev | 1 | -1/+1 | |
2012-07-05 | Clean-up the separate drivers' DB result classes from no longer needed methods | Andrey Andreev | 14 | -1167/+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 | 7 | -16/+17 | |
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 | 2 | -1/+17 | |
I added so the DB.php is aware of database config files in packages. | |||||
2012-07-05 | code cleanup and changelog added | Rene Brokholm | 2 | -13/+14 | |
2012-07-05 | Merge pull request #1575 from Dumk0/patch-5 | Andrey Andreev | 1 | -2/+2 | |
Fixed annotation for CI_Migration->find_migrations() method | |||||
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 | |