Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-17 | Merge pull request #586 from blasto333/develop | Eric Barnes | 1 | -1/+4 | |
Check for string value before doing str_replace. (Issue #439) | |||||
2011-10-17 | Merge pull request #587 from plasticated/patch-1 | Eric Barnes | 1 | -1/+1 | |
Changed session table user_agent field to 255 to accomodate long strings | |||||
2011-10-17 | Changed session table user_agent field to 255 to accomodate long agent ↵ | Shealan Forshaw | 1 | -1/+1 | |
strings. Truncation of this data would cause the session to not match when the "sess_match_useragent" config option was set to TRUE. | |||||
2011-10-17 | Check for string value before doing str_replace. (Issue #439) | Chris Muench | 1 | -1/+4 | |
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 | |
2011-10-13 | Merge pull request #566 from appleboy/bug | Greg Aker | 1 | -1/+1 | |
Fix typo error #564 | |||||
2011-10-13 | Update: fix typo error #564 | Bo-Yi Wu | 1 | -1/+1 | |
2011-10-11 | Merge pull request #559 from timw4mail/develop | Phil Sturgeon | 1 | -7/+7 | |
Fixed some formatting issues with the changelog. | |||||
2011-10-11 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 8 | -69/+69 | |
2011-10-11 | removed 'index' listing from tutorial index toc | Derek Jones | 1 | -1/+0 | |
2011-10-10 | unhid general topics ToC for navigation | Derek Jones | 1 | -1/+0 | |
2011-10-10 | Merge branch 'feature/userguide-toc' into develop | Derek Jones | 7 | -67/+69 | |
Conflicts: user_guide_src/source/_themes/eldocs/layout.html user_guide_src/source/general/index.rst user_guide_src/source/index.rst | |||||
2011-10-10 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 6 | -1/+612 | |
2011-10-10 | incremental improvement to user guide ToC | Derek Jones | 7 | -36/+71 | |
2011-10-10 | Merge pull request #266 from joelcox/feature/tutorial | Eric Barnes | 6 | -1/+612 | |
User guide tutorial | |||||
2011-10-10 | Fixed markup glitches from HTML to RST parser. | Joël Cox | 7 | -99/+74 | |
2011-10-10 | Fixed an extraneous new line | Timothy Warren | 1 | -2/+1 | |
2011-10-10 | Fixed some formatting issues with the changelog | Timothy Warren | 1 | -7/+8 | |
2011-10-10 | Merge pull request #558 from timw4mail/develop | Phil Sturgeon | 5 | -6/+6 | |
PHP5 Database constructors. | |||||
2011-10-10 | Converted database constructors to PHP5 type | Timothy Warren | 5 | -6/+6 | |
2011-10-10 | Revert "Removed blue background from code examples to improve readability" | Timothy Warren | 1 | -4/+0 | |
This reverts commit 6f61fb2456efcb2a815f6f02f6b207f0303b24b7. | |||||
2011-10-09 | Initial conversion of the HTML to RST using pandoc. | Joël Cox | 12 | -965/+636 | |