Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-15 | [ci skip] Revert styleguide violations from PR #3828 | Andrey Andreev | 1 | -3/+3 | |
2015-07-15 | Merge branch 'patch-1' of github.com:w0den/CodeIgniter into feature/output_cache | Andrey Andreev | 1 | -7/+28 | |
2015-07-15 | Merge pull request #3715 from infinit89/patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix pagination links with protocol-relative URLs | |||||
2015-07-15 | Merge pull request #3977 from MSDehghan/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a log message typo | |||||
2015-07-15 | Polish changes from PR #3893 | Andrey Andreev | 1 | -24/+13 | |
2015-07-15 | Fix a Typo | Mohammad Sadegh Dehghan Niri | 1 | -1/+1 | |
2015-07-15 | Merge branch 'feature/form_helper' of github.com:darkhouse/CodeIgniter into ↵ | Andrey Andreev | 1 | -10/+28 | |
feature/form_helpers_extra_array Manually fixed conflicts in: user_guide_src/source/changelog.rst | |||||
2015-07-15 | allow add of keys with array | Adrian Voicu | 1 | -1/+1 | |
This will allow adding multiple keys using array (http://www.codeigniter.com/user_guide/database/forge.html#adding-keys). Only if user wants, he can use the table columns to set a primary key by setting second parameter as TRUE. | |||||
2015-07-13 | Add check for PCRE UTF-8 support | dimonneon | 1 | -1/+1 | |
2015-07-10 | Add unicode support in url_title function | dimonneon | 1 | -2/+2 | |
2015-07-09 | Fix #3965 | Andrey Andreev | 1 | -9/+3 | |
2015-07-08 | [ci skip] Cleanup some whitespace in CI_Unit_test | Andrey Andreev | 1 | -23/+23 | |
2015-07-08 | Fix #3963 | Andrey Andreev | 1 | -3/+5 | |
2015-07-06 | Merge pull request #3958 from ftwbzhao/feature/router | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a comment typo | |||||
2015-07-06 | fix typo in router class | ftwbzhao | 1 | -1/+1 | |
2015-07-06 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | ftwbzhao | 2 | -3/+3 | |
Conflicts: user_guide_src/source/changelog.rst | |||||
2015-07-06 | Merge pull request #3955 from ftwbzhao/ci3.0 | Andrey Andreev | 1 | -2/+2 | |
key_prefix support for Cache increment() and decrement() | |||||
2015-07-06 | Added "is_resource" into the list of unit tests capable of being run. | ftwbzhao | 1 | -1/+1 | |
2015-07-05 | supported key_prefix on `increment` and `decrement` | ftwbzhao | 1 | -2/+2 | |
2015-07-05 | fix pdo/sqlite & update changelog | ftwbzhao | 1 | -1/+1 | |
2015-07-04 | fix SQlite3 list_fields | ftwbzhao | 1 | -1/+1 | |
2015-07-02 | Fix QB delete() for multiple tables with where() | Andrey Andreev | 1 | -0/+3 | |
Reported via the forums: http://forum.codeigniter.com/thread-61774.html | |||||
2015-07-02 | Close #3941 | Andrey Andreev | 1 | -6/+1 | |
2015-07-02 | Apply PR #3940 to sqlite3 driver and fix a wrong var name | Andrey Andreev | 1 | -1/+2 | |
2015-07-02 | sqlite < 3.3 unsuported `_drop_table_if` | ftwbzhao | 1 | -0/+1 | |
2015-06-29 | Close #3934 | Andrey Andreev | 1 | -1/+1 | |
2015-06-29 | Fix regression caused by 59d1ffd927ef3b63dbadf42e1caf14957201fd2d | Andrey Andreev | 1 | -1/+1 | |
2015-06-29 | Fix #3932 | Andrey Andreev | 1 | -1/+1 | |
2015-06-22 | A small optimization in CI_Cache::is_supported() | Andrey Andreev | 1 | -3/+2 | |
As it was, the static variable was always re-set to an empty array | |||||
2015-06-22 | Fix #3913 | Andrey Andreev | 2 | -139/+128 | |
2015-06-22 | Work-around for https://bugs.php.net/bug.php?id=39598 | Andrey Andreev | 2 | -2/+42 | |
Fixes #3922 | |||||
2015-06-22 | Alter CI_Upload logging levels | Andrey Andreev | 1 | -23/+22 | |
Close #3920 | |||||
2015-06-17 | removed unnecessary change to form_radio, updated docs and added changelog entry | Adam Jackett | 1 | -2/+0 | |
2015-06-15 | Fix #3908 | Andrey Andreev | 1 | -1/+1 | |
2015-06-13 | Fix typo in url_title function description. | Michael Foss | 1 | -1/+1 | |
2015-06-11 | Fix #3904 | Andrey Andreev | 1 | -0/+6 | |
2015-06-10 | Fix #3903 | Andrey Andreev | 1 | -3/+2 | |
2015-06-08 | Fix #3890 | Andrey Andreev | 1 | -5/+13 | |
2015-06-03 | made all form helpers consistent regarding extra attributes | Adam Jackett | 1 | -10/+30 | |
2015-05-22 | Merge pull request #3868 from ftwbzhao/feature/migration | Andrey Andreev | 1 | -3/+3 | |
[ci skip] Update Migration lib class reference docs | |||||
2015-05-21 | update function latest | ftwbzhao | 1 | -1/+1 | |
2015-05-21 | Fix a bug in the CSV export DB utility | Andrey Andreev | 1 | -2/+2 | |
Reported via the forums: http://forum.codeigniter.com/thread-61810.html | |||||
2015-05-21 | [ci skip] Trim some whitespace from Image_lib | Andrey Andreev | 1 | -11/+11 | |
2015-05-20 | optimize migrations class reference | ftwbzhao | 1 | -3/+3 | |
2015-05-13 | Merge pull request #3854 from leandrowkz/develop | Andrey Andreev | 1 | -1/+1 | |
Fixed bug - using field_data() on Oracle databases | |||||
2015-05-13 | Fixed bug - using field_data() on Oracle databases | Leandro Mangini Antunes | 1 | -1/+1 | |
When you're using oracle databases and want to retrieve column information through the function field_data($table) you get the following notice: - Notice: Undefined property: stdClass::$COLUMN_DEFAULT in system/database/drivers/oci8/oci8_driver.php on line 576; This happens because the oci8 driver tries to access a property that does not exist on query used to get field information. Checking the code we see a small validation to set default value, but the variable $default is not used. So we fix this bug by simply changing: $retval[$i]->default = $query[$i]->COLUMN_DEFAULT; to $retval[$i]->default = $default; Bug fixed. No more notices and the properly value is set. | |||||
2015-05-13 | [Cache]minor adjustments for save function | ftwbzhao | 1 | -3/+1 | |
2015-05-11 | Improve Cache Query String behaviour | w0den | 1 | -6/+27 | |
Typically, in most cases, we do not need to cache all the Query String variables. That's why I suggest to improve `Cache Include Query String` behaviour — allow the developer to independently specify which variables should be cached. For example, consider a query to the following URL address: http://site.com/search?q=query&page=2&session=abcd&utm_source=web In this case we don't need to build md5 hash for entire query string, because `session` or `utm_source` can be different for all users. The only variables which should be used for md5 hash should be `q` and `page`. Thus, in `config.php` we can use `$config['cache_query_string'] = array('page', 'q');`. So: `$config['cache_query_string'] = FALSE;` → Cache Include Query String is disabled `$config['cache_query_string'] = TRUE;` → Cache Include Query String is enabled for all `$config['cache_query_string'] = array('page', 'q');` → enabled only for specified variables | |||||
2015-05-11 | Fix an undefined variable error from fbde2798688ab99cfe3fdd22746d60f0877b2c27 | Andrey Andreev | 1 | -1/+1 | |
2015-05-11 | Fix #3846 | Andrey Andreev | 1 | -6/+12 | |