Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-04 | Add file exists check to prevent stat failed error warnings in the log | Thomas Traub | 1 | -1/+1 | |
These occur when creating .zips by passing data and creating an artificial fs structure inside the .zip | |||||
2011-11-02 | Merge pull request #643 from comp500/develop | Phil Sturgeon | 1 | -1/+4 | |
Add Nintendo mobile devices. | |||||
2011-11-02 | add Nintendo mobile devices | comp500 | 1 | -1/+4 | |
2011-10-31 | Merge pull request #624 from talkingwithsean/develop | Derek Jones | 1 | -5/+5 | |
Crypt isn't set and it causes extensive script time when specifying a cus | |||||
2011-10-31 | Merge pull request #606 from timw4mail/develop | Phil Sturgeon | 1 | -9/+20 | |
PDO/MySQL charset setting fix. | |||||
2011-10-27 | Crypt isn't set and it causes extensive script time when specifying a custom ↵ | Sean Fisher | 1 | -5/+5 | |
SMTP server | |||||
2011-10-26 | Misc formatting fixes | Timothy Warren | 1 | -6/+7 | |
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 | |