Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-26 | Set charset in DSN if PHP >= 5.3.6 | Timothy Warren | 1 | -0/+6 | |
2011-10-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 1 | -6/+4 | |
2011-10-26 | Merge pull request #622 from kenjis/fix_active_record.rst | Phil Sturgeon | 1 | -6/+4 | |
Fix user guide active_record.rst formatting and removed old PHP 5 note. | |||||
2011-10-26 | fix user guide active_record.rst formatting, remove old PHP 5 note, now only ↵ | kenjis | 1 | -6/+4 | |
PHP 5 is supported. | |||||
2011-10-25 | Changed mysql charset to PDO option | Timothy Warren | 1 | -6/+6 | |
2011-10-25 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 4 | -151/+120 | |
2011-10-23 | Merge pull request #607 from burakerdem/patch-1 | Greg Aker | 1 | -2/+2 | |
Removed short open tags. | |||||
2011-10-23 | Removed short open tags. | Burak Erdem | 1 | -2/+2 | |
2011-10-22 | Merge pull request #553 from narfbg/ci-oci8-driver-php5 | Phil Sturgeon | 3 | -149/+118 | |
Cleanup and switch oci8_driver and oci8_result to PHP5 functions. | |||||
2011-10-21 | fixing typo in attribution block | Derek Jones | 19 | -19/+19 | |
2011-10-21 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 19 | -19/+19 | |
2011-10-21 | Revert "Changed session table user_agent field to 255 to accomodate long ↵ | Timothy Warren | 1 | -1/+1 | |
agent strings. Truncation of this data would cause the session to not match when the "sess_match_useragent" config option was set to TRUE." This reverts commit f7a01fc4522ab7370b9a3c45b5c41b0c545550f9. | |||||
2011-10-21 | Revert "matched case on hex colours, and added changelog entry" | Timothy Warren | 1 | -1/+0 | |
This reverts commit 8cae06aea11f38ae50c6389c0057469a743c5adb. | |||||
2011-10-21 | Revert "new welcome styles, more in fit with colour scheme" | Timothy Warren | 1 | -40/+29 | |
This reverts commit 8499d2a8d95eb59e94375b0f3605b25673980ab3. | |||||
2011-10-21 | Minor format fix | Timothy Warren | 1 | -2/+0 | |
2011-10-21 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 159 | -708/+4026 | |
2011-10-21 | Fix mysql charset bug | Timothy Warren | 1 | -4/+22 | |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 159 | -692/+4014 | |
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change | |||||
2011-10-20 | Merge pull request #601 from kenjis/fix_user_guide | Eric Barnes | 2 | -15/+15 | |
fix RST format and typo | |||||
2011-10-20 | Merge pull request #600 from narfbg/ci-issue-467 | Phil Sturgeon | 2 | -5/+13 | |
get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower | |||||
2011-10-20 | fix RST format and typo | kenjis | 2 | -15/+15 | |
2011-10-20 | get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower | Andrey Andreev | 2 | -5/+13 | |
2011-10-20 | Some public and protected method declarations | Andrey Andreev | 3 | -59/+59 | |
2011-10-20 | Merge remote-tracking branch 'upstream/develop' into ci-oci8-driver-php5 | Andrey Andreev | 31 | -252/+1278 | |
2011-10-19 | I wasn't following the CI code style guide. | diegorivera | 1 | -3/+3 | |
2011-10-19 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 0 | -0/+0 | |
2011-10-19 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 1 | -1/+9 | |
2011-10-19 | Merge pull request #595 from diegorivera/patch-1 | Derek Jones | 1 | -1/+9 | |
Update system/libraries/Email.php | |||||
2011-10-19 | I wasn't following the CI code style guide. | diegorivera | 1 | -3/+3 | |
2011-10-19 | Merge pull request #596 from daylerees/develop | Phil Sturgeon | 2 | -29/+41 | |
New welcome styles, more in fit with colour scheme. | |||||
2011-10-19 | matched case on hex colours, and added changelog entry | Dayle Rees | 1 | -0/+1 | |
2011-10-19 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 3 | -29/+46 | |
2011-10-19 | new welcome styles, more in fit with colour scheme | Dayle Rees | 1 | -29/+40 | |
2011-10-19 | Update system/libraries/Email.php | diegorivera | 1 | -1/+9 | |
2011-10-19 | Merge pull request #594 from ktomk/patch-8 | Derek Jones | 1 | -0/+5 | |
CI_Loader::driver() processes empty library. Fixed. | |||||
2011-10-18 | Merge pull request #592 from kenjis/fix_changelog | Derek Jones | 1 | -8/+2 | |
fix changelog difference between HTML and RST | |||||
2011-10-18 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 1 | -8/+2 | |
2011-10-18 | Merge pull request #569 from timw4mail/patch-2 | Derek Jones | 3 | -0/+30 | |
Added simple backtrace to php error file | |||||
2011-10-18 | fix changelog difference between HTML and RST | kenjis | 1 | -8/+2 | |
2011-10-18 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 8 | -142/+532 | |
2011-10-18 | Renamed constant, added 10px margin to backtrace | Timothy Warren | 2 | -3/+3 | |
2011-10-18 | Minor formatting changes | Timothy Warren | 1 | -0/+1 | |
2011-10-18 | Minor formatting changes | Timothy Warren | 2 | -8/+13 | |
2011-10-18 | Moved backtrace constant to config/constants.php | Timothy Warren | 2 | -1/+12 | |
2011-10-18 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch-2 | Timothy Warren | 6 | -142/+502 | |
2011-10-18 | updated Directory helper docs to use proper PHP method Sphinx roles | Derek Jones | 1 | -14/+13 | |
2011-10-18 | fixed typo in AR docs. NOTE: Sphinx gives a ReST error for unknown title ↵ | Derek Jones | 1 | -1/+2 | |
targets, but they do exist, and links are built properly | |||||
2011-10-18 | added some additional notes to the 2.0.0 update notes to highlight some of ↵ | Derek Jones | 2 | -0/+54 | |
the potential gotchas, fixes #588 | |||||
2011-10-18 | Merge pull request #307 from kylefarris/isue-276 | Derek Jones | 4 | -128/+434 | |
Fix for Issue #276 - Thanks Kyle! | |||||
2011-10-17 | Check for string value before doing str_replace. (Issue #439) | Chris Muench | 1 | -1/+4 | |