Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-17 | Merge remote-tracking branch 'upstream/develop' into develop | Ahmad Anbar | 42 | -111/+207 | |
2015-05-13 | Merge pull request #3854 from leandrowkz/develop | Andrey Andreev | 2 | -1/+2 | |
Fixed bug - using field_data() on Oracle databases | |||||
2015-05-13 | Update changelog.rst | Leandro Mangini Antunes | 1 | -1/+1 | |
2015-05-13 | Update changelog.rst | Leandro Mangini Antunes | 1 | -0/+1 | |
2015-05-13 | Merge pull request #3853 from ftwbzhao/feature/ci3.0 | Andrey Andreev | 1 | -3/+1 | |
Minor adjustment for Redis Cache save function | |||||
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-13 | [ci skip] Fix an erroneous doc link | Andrey Andreev | 1 | -2/+2 | |
Close #3851 | |||||
2015-05-12 | Merge pull request #3842 from ftwbzhao/feature/lasttime | Andrey Andreev | 7 | -13/+14 | |
[ci skip] Minor userguide corrections | |||||
2015-05-12 | Merge pull request #3831 from lonnieezell/attributes | Andrey Andreev | 1 | -0/+22 | |
GitAttributes file to clean up composer installs | |||||
2015-05-11 | Fix an undefined variable error from fbde2798688ab99cfe3fdd22746d60f0877b2c27 | Andrey Andreev | 1 | -1/+1 | |
2015-05-11 | Merge pull request #3850 from RodolfoSilva/develop | Andrey Andreev | 1 | -0/+1 | |
[ci skip] Add missing docs for 'regex_match' form validation rule | |||||
2015-05-11 | Adding validation not documented. | Rodolfo Silva | 1 | -0/+1 | |
2015-05-11 | Fix #3846 | Andrey Andreev | 2 | -6/+13 | |
2015-05-08 | update userguide | ftwbzhao | 7 | -13/+14 | |
2015-05-07 | Revert "Issue/PR #3836" | Andrey Andreev | 2 | -7/+2 | |
This reverts commit 170ae282338584ebe257d2fb21101ccf84a3f800. | |||||
2015-05-07 | Issue/PR #3836 | Andrey Andreev | 2 | -2/+7 | |
2015-05-06 | Merge pull request #3835 from ftwbzhao/feature/userguide | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Update APC section link | |||||
2015-05-06 | Merge pull request #3838 from mZer0ne/patch-5 | Andrey Andreev | 1 | -0/+1 | |
Add Spartan to config/user_agents.php | |||||
2015-05-06 | Update user_agents.php | Oleg Filippov | 1 | -0/+1 | |
added new browser Spartan | |||||
2015-05-06 | update apc link | ftwbzhao | 1 | -1/+1 | |
2015-05-05 | [ci skip] Remove double description from composer.json | Andrey Andreev | 1 | -1/+0 | |
2015-05-04 | Renaming folders to directories :) | Lonnie Ezell | 1 | -1/+1 | |
2015-05-04 | [ci skip] Fix IRC link in composer.json | Andrey Andreev | 1 | -1/+1 | |
2015-05-04 | Keeping the user guide source out of the dist files. | Lonnie Ezell | 1 | -0/+2 | |
2015-05-04 | Merge branch 'develop' into attributes | Lonnie Ezell | 1 | -12/+11 | |
2015-05-04 | Merge pull request #3829 from lonnieezell/develop | Andrey Andreev | 2 | -3/+23 | |
[ci skip] Updating Project information and ignored files | |||||
2015-05-04 | Converting whitespace to tabs and removing issues link | Lonnie Ezell | 1 | -12/+11 | |
2015-05-04 | Ignore a number of files when using composer with --prefer-dist | Lonnie Ezell | 1 | -0/+20 | |
2015-05-04 | Should ignore PHPStorm and Sublime Text project files. | Lonnie Ezell | 1 | -1/+12 | |
2015-05-04 | Fleshing out the composer.json file with more basic info. | Lonnie Ezell | 1 | -0/+10 | |
2015-05-02 | [ci skip] Fix timezones list in date helper docs | Andrey Andreev | 1 | -1/+1 | |
Close #3818 | |||||
2015-05-02 | [ci skip] Fix a doc link causing a Sphinx compile warning | Andrey Andreev | 1 | -2/+2 | |
2015-05-01 | Merge pull request #3825 from intekhabrizvi/develop | Andrey Andreev | 1 | -1/+1 | |
MIMES : added new mime type for 3gp based video file upload | |||||
2015-05-01 | MIMES : added new mime type for 3gp based video file upload, added space ↵ | Intekhab Rizvi | 1 | -1/+1 | |
between array | |||||
2015-05-01 | MIMES : added new mime type for 3gp based video file upload | Intekhab Rizvi | 1 | -1/+1 | |
2015-04-30 | Fix #3823 | Andrey Andreev | 3 | -2/+3 | |
2015-04-30 | Merge pull request #3824 from jim-parry/fix/docs | Andrey Andreev | 2 | -2/+2 | |
[ci skip] Fix typos in user guide | |||||
2015-04-30 | Fix typos in user guide. | Master Yoda | 2 | -2/+2 | |
Corrected "csrf_regenerate" in libraries/security.rst (it read "csrf_regeneration", incorrect per source code). Corrected "blog" as default controller in general/controllers.rst (it read "Blog", not per convention). | |||||
2015-04-29 | Add list_fields() support for SQLite3 | Andrey Andreev | 4 | -17/+49 | |
2015-04-29 | Fix #3816 | Andrey Andreev | 2 | -1/+2 | |
2015-04-29 | Merge pull request #3804 from refringe/feature/cache-defaults | Andrey Andreev | 1 | -20/+2 | |
Cache Library Clean-up | |||||
2015-04-29 | Merge pull request #3819 from kenjis/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix migration_version docs | |||||
2015-04-29 | Fix migration_version | kenjis | 1 | -2/+2 | |
2015-04-28 | Removed extra adapter validation. Adapter validation already happens in the ↵ | Tyler Brownell | 1 | -18/+2 | |
system Driver library. | |||||
2015-04-27 | Adds error-level log messages when invalid adapters are set. | Tyler Brownell | 1 | -0/+8 | |
2015-04-27 | [ci skip] Remove redundant comment about log_threshold | Andrey Andreev | 1 | -2/+0 | |
2015-04-25 | Merge pull request #3801 from ivantcholakov/develop | Andrey Andreev | 2 | -1/+2 | |
Output cache: Fixing a wrong timestamp. Credits to khoggatt (CodeIgniter forum). | |||||
2015-04-24 | Reverts previous variable renaming and removes the foreach loop in favor of ↵ | Tyler Brownell | 1 | -24/+23 | |
a simple if condition. | |||||
2015-04-24 | A changelog update 3. | Ivan Tcholakov | 1 | -1/+1 | |