Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-01 | Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into session | Darren Hill | 10 | -130/+143 | |
2011-09-01 | Made private members protected for inheritance | Darren Hill | 3 | -56/+56 | |
2011-09-01 | Changed the irc link to point to CodeIgniter website | Eric Barnes | 1 | -1/+1 | |
2011-09-01 | Merge pull request #358 from mmestrovic/develop | Greg Aker | 1 | -124/+125 | |
added Windows 7 platform | |||||
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 | Missed whitespace on Driver | Darren Hill | 1 | -16/+16 | |
2011-08-31 | Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into session | Darren Hill | 8 | -114/+226 | |
2011-08-31 | fixes some typo | MarcosCoelho | 3 | -3/+3 | |
2011-08-31 | Restored errantly removed ucfirst | Darren Hill | 1 | -18/+18 | |
2011-08-31 | Better style guide compliance | Darren Hill | 3 | -76/+76 | |
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 | added Windows 7 platform | mmestrovic | 1 | -124/+125 | |
renamed Windows Longhorn to Windows Vista fixed tabs changed order of nt5.1 and nt5.0 platforms | |||||
2011-08-31 | Whitespace cleanup | Darren Hill | 2 | -20/+20 | |
2011-08-31 | Removed ucfirst on Driver library name | Darren Hill | 1 | -2/+2 | |
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 | Added Session driver with native PHP sessions and original-flavor CI cookie ↵ | Darren Hill | 6 | -789/+1414 | |
sessions | |||||
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 |