Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-27 | Added links to the user guide for Encryption class and Session class. | Kyle Ridolfo | 1 | -0/+3 | |
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-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-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 | 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 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 | 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 | |
2011-10-17 | Added changelog item | Timothy Warren | 1 | -1/+1 | |
2011-10-17 | Added changelog item | Timothy Warren | 1 | -1/+2 | |
2011-10-17 | Added changelog item | Timothy Warren | 1 | -1/+1 | |
2011-10-17 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch-2 | Timothy Warren | 4 | -19/+37 | |
2011-10-16 | Merge pull request #583 from blasto333/develop | Phil Sturgeon | 1 | -16/+29 | |
Fixes issue #439 some slashes not escaped in session data. | |||||
2011-10-16 | Fixes issue #439 some slashes not escaped in session data | Chris Muench | 1 | -16/+29 | |
2011-10-15 | Merge pull request #579 from appleboy/bug/cache | Greg Aker | 2 | -2/+3 | |
Fix #576: using ini_get() to detect if apc is enabled or not | |||||
2011-10-15 | Fix #576: using ini_get() to detect if apc is enabled or not | Bo-Yi Wu | 2 | -2/+3 | |
2011-10-14 | Updated changelog to new changelog format. | Kyle Farris | 1 | -0/+3 | |
2011-10-14 | Updated to new documentation for new active record methods. | Kyle Farris | 1 | -0/+108 | |
2011-10-14 | REALLY fixed merge problem. | Kyle Farris | 1 | -43/+0 | |
2011-10-14 | Fixed merge error. | Kyle Farris | 1 | -1/+0 | |
2011-10-14 | Merged with development | Kyle Farris | 376 | -28450/+24921 | |
2011-10-14 | trying to resolve some merge issues | Kyle Farris | 1 | -41/+41 | |
2011-10-14 | Merge pull request #575 from ounziw/develop | Eric Barnes | 1 | -1/+2 | |
Line Break for L165 | |||||
2011-10-14 | Line Break for L165 | Fumito Mizuno | 1 | -1/+2 | |
$mysql = '20061124092345'; $unix = mysql_to_unix($mysql); | |||||
2011-10-13 | Switch debug backtrace based on SHOW_ERROR_BACKTRACE contstant | Timothy Warren | 1 | -10/+12 | |
2011-10-13 | Added backtrace contstant | Timothy Warren | 1 | -0/+1 | |
2011-10-13 | Fixed code style issue | Timothy Warren | 1 | -1/+1 | |
2011-10-13 | Added simple backtrace to php error file | Timothy Warren | 1 | -1/+10 | |