Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-01 | Merge pull request #362 from marcoscoelho/feature/typo | Greg Aker | 3 | -3/+3 | |
fixes some typo | |||||
2011-09-01 | Merge pull request #361 from Stolz/master | Greg Aker | 1 | -0/+5 | |
session_data profiler sections is missing from user guide | |||||
2011-09-01 | Merge pull request #363 from mmestrovic/patch-3 | Greg Aker | 1 | -1/+1 | |
Added reference for CUBRID database as supported in CI. | |||||
2011-09-01 | Merge pull request #364 from mmestrovic/patch-4 | Phil Sturgeon | 1 | -1/+3 | |
Updated download links for current and older versions. | |||||
2011-09-01 | Updated download links for current and older versions. | mmestrovic | 1 | -1/+3 | |
2011-09-01 | Added reference for CUBRID database as supported in CI. | mmestrovic | 1 | -1/+1 | |
2011-08-31 | Merge pull request #359 from mmestrovic/patch-2 | Phil Sturgeon | 2 | -0/+5 | |
General changes: Added Windows 7 to the list of user platforms. | |||||
2011-08-31 | fixes some typo | MarcosCoelho | 3 | -3/+3 | |
2011-08-31 | Added missing profiler section (session_data) | Stolz | 1 | -0/+5 | |
2011-08-31 | Added step 2: Replace config/user_agents.php | mmestrovic | 1 | -0/+4 | |
2011-08-31 | General changes: Added Windows 7 to the list of user platforms. | mmestrovic | 1 | -0/+1 | |
2011-08-31 | Removing class="reactor" from changelog items for 2.1.0 release. There is ↵ | Greg Aker | 1 | -15/+15 | |
only one CI now, so this is no longer needed. | |||||
2011-08-31 | Adding bare-bones 2.1.0 upgrade notes documentation file. | Greg Aker | 1 | -0/+87 | |
2011-08-31 | Merge pull request #350 from splitfeed/develop | Greg Aker | 2 | -8/+12 | |
Fixed issue #105 SQL log errors | |||||
2011-08-30 | Fixed issue #105 SQL log errors | Niklas Nilsson | 2 | -8/+12 | |
Enabled logging database query errors even if $db_debug is not enabled. | |||||
2011-08-30 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Greg Aker | 26 | -55/+173 | |
2011-08-30 | A bit more cleanup in the date helper. | Greg Aker | 1 | -59/+54 | |
2011-08-30 | CI Coding standards cleanup in the date helper. | Greg Aker | 1 | -25/+40 | |
2011-08-30 | Merge pull request #325 from freewil/develop | Phil Sturgeon | 4 | -10/+21 | |
always use charset config item | |||||
2011-08-29 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 5 | -7/+6 | |
2011-08-28 | always use charset config item | freewil | 2 | -5/+13 | |
2011-08-28 | Fixed recent change to $this->db->field_data() which errored for field types ↵ | Phil Sturgeon | 2 | -4/+4 | |
without constraints. It now uses a less expecting regex and defaults to NULL. | |||||
2011-08-28 | Merge pull request #326 from bubbafoley/patch-1 | Phil Sturgeon | 1 | -1/+1 | |
Default migration path not set correctly | |||||
2011-08-28 | Fix the default migration path. | bubbafoley | 1 | -1/+1 | |
2011-08-28 | always use charset config item | freewil | 4 | -7/+10 | |
2011-08-27 | Merge pull request #321 from Symvaro/develop | Phil Sturgeon | 2 | -0/+2 | |
add Android user agent | |||||
2011-08-27 | add Android user agent | Bruno Bierbaumer | 1 | -0/+1 | |
2011-08-27 | add Android user agent | Bruno Bierbaumer | 1 | -0/+1 | |
2011-08-26 | Changed CI_VERSION to represent develop branch | Eric Barnes | 1 | -1/+1 | |
2011-08-26 | Merge pull request #310 from Razican/userguide-fixes | Phil Sturgeon | 1 | -5/+2 | |
Removed some documentation for PHP 4 users | |||||
2011-08-26 | Removed some documentation for PHP 4 users in the active record documentation. | Iban Eguia | 1 | -5/+2 | |
2011-08-26 | Fixed conflict with changelog. | Phil Sturgeon | 2 | -0/+2 | |
2011-08-26 | Fixed conflict in url_helper docs. | Phil Sturgeon | 1 | -1/+1 | |
2011-08-26 | Bumped URL Helper version number. | Phil Sturgeon | 1 | -1/+1 | |
2011-08-26 | Moved the "is_unique" change log to 2.1.0-dev where it should have been ↵ | Phil Sturgeon | 1 | -2/+2 | |
first time. Sorry about that one, had to manually separate 2.0.3 changes from 2.1.0 based mainly on memory. | |||||
2011-08-26 | Removed some error suppression, which would hide a Notice if the path cannot ↵ | Phil Sturgeon | 1 | -1/+1 | |
be read. I discovered this by foolishly passing the file_path, not the full_path but took forever for me to realise this as the error returned (thanks to this error suppression) was "GD is not installed" instead of "File cannot be read". Seeing that notice would have made much more sense. | |||||
2011-08-26 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 31 | -107/+410 | |
2011-08-26 | Merge pull request #304 from MVUG/mvug_fixes_odbc | Phil Sturgeon | 2 | -1/+2 | |
odbc calls incorrect parent in construct | |||||
2011-08-26 | Merge pull request #305 from p4ul/patch-2 | Greg Aker | 2 | -2/+7 | |
changed private functions to protected so MY_URI can override them. | |||||
2011-08-27 | spacing removed | Paul | 1 | -1/+0 | |
2011-08-27 | added core heading and note about protected functions in URI | Paul | 1 | -0/+6 | |
2011-08-26 | changed private functions to protected so MY_URI can override them. | Paul | 1 | -2/+2 | |
2011-08-25 | Fixed spelling mistake. | Eric Barnes | 1 | -1/+1 | |
2011-08-25 | odbc called incorrect parent in construct | Michiel Vugteveen | 2 | -1/+2 | |
2011-08-25 | oci8 driver escape string quotes fix | Michiel Vugteveen | 2 | -0/+2 | |
2011-08-25 | Merge pull request #299 from purandi/develop | Eric Barnes | 1 | -1/+1 | |
Fixed closing a tag on html_escape() function in changelog | |||||
2011-08-25 | Fix hiperlink Added html_escape() on changelog | purandi | 1 | -1/+1 | |
2011-08-25 | Merge pull request #293 from frankmichel/develop | Derek Jones | 1 | -2/+2 | |
fix for issue #292 with multiple language files | |||||
2011-08-25 | fixed logical operator OR in core/lang | Frank Michel | 1 | -1/+1 | |
2011-08-25 | fix for issue #292 with multiple language files | Frank Michel | 1 | -2/+2 | |