Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-18 | Change _like() to append to the qb_where array | Andrey Andreev | 1 | -14/+6 | |
2012-07-17 | Fix WHERE escaping/prefixing | Andrey Andreev | 2 | -38/+100 | |
2012-07-16 | Merge pull request #1627 from aroche/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fix on _update_batch() : wrong variable used for field selection | |||||
2012-07-16 | Fix on _update_batch() : wrong variable used for field selection | aroche | 1 | -1/+1 | |
2012-07-16 | Merge pull request #1625 from jonnu/develop | Andrey Andreev | 1 | -1/+1 | |
Inconsistency between log_message and show_error when encountering a non-existant class | |||||
2012-07-16 | Inconsistency between log_message and show_error when encountering a ↵ | jonnu | 1 | -1/+1 | |
non-existant class Signed-off-by: jonnu <jontce@gmail.com> | |||||
2012-07-15 | Merge pull request #1621 from vlakoff/doc | Andrey Andreev | 1 | -1/+1 | |
Fix in index.php inline documentation | |||||
2012-07-15 | Fix in index.php inline documentation | vlakoff | 1 | -1/+1 | |
$routing['controller'] has to respect the capitalization of the filename, which is in lowercase. Otherwise, the application fails on case-sensitive servers. | |||||
2012-07-13 | Merge pull request #1617 from vlakoff/doc | Andrey Andreev | 5 | -5/+5 | |
Some adjustments in inline documentation | |||||
2012-07-13 | Some adjustments in inline documentation | vlakoff | 5 | -5/+5 | |
2012-07-13 | Merge pull request #1615 from joellimberg/patch-1 | Andrey Andreev | 1 | -2/+2 | |
Rename $babe to $class, in foreach ($model AS $babe) {...} | |||||
2012-07-13 | Loader::model() - rename foreach ($model AS $single_model) to ($model AS ↵ | Joel Limberg | 1 | -2/+2 | |
$class). Consistent with ::library() and ::_ci_load_class() | |||||
2012-07-13 | Add a changelog entry for issue #1605 (pull #1606) and remove some spaces | Andrey Andreev | 2 | -4/+5 | |
2012-07-13 | Merge pull request #1616 from appleboy/page | Andrey Andreev | 1 | -2/+2 | |
fix issue #1605 covert page number type from float to int | |||||
2012-07-13 | fix issue #1605 covert page number type from float to int | Bo-Yi Wu | 1 | -2/+2 | |
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
2012-07-13 | Rename $babe => $single_model, in foreach ($model AS $babe) {...} | joellimberg | 1 | -2/+2 | |
2012-07-13 | escape_identifiers() to not escape string literals inside double quotes as well | Andrey Andreev | 1 | -1/+1 | |
2012-07-13 | Fix issue #1613 | Andrey Andreev | 2 | -1/+7 | |
2012-07-12 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 18 | -42/+38 | |
2012-07-12 | Added data-ci-pagination-page="x" to pagination output so JS frameworks can ↵ | Phil Sturgeon | 1 | -7/+27 | |
hook on. | |||||
2012-07-12 | Merge pull request #1609 from vkeranov/develop | Phil Sturgeon | 12 | -22/+13 | |
helper fixes and small cleanup | |||||
2012-07-12 | Update develop | vkeranov | 1 | -1/+0 | |
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 |