Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-13 | Fix invalid datetime format | Syahril Zulkefli | 1 | -3/+3 | |
2011-11-13 | Fix invalid date format | Syahril Zulkefli | 1 | -1/+1 | |
2011-11-13 | Fix invalid date format | Syahril Zulkefli | 1 | -1/+1 | |
2011-11-12 | Fixed small typeo | Cloudmanic Labs, LLC | 1 | -1/+1 | |
2011-11-08 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 2 | -6/+12 | |
2011-11-08 | Added ->db->replace() for MySQLi. | Phil Sturgeon | 1 | -0/+19 | |
2011-11-07 | Adding auto-detection of best redirect method in url_helper. | Brandon Jones | 1 | -1/+7 | |
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-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-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 | 3 | -149/+118 | |
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 | Minor format fix | Timothy Warren | 1 | -2/+0 | |
2011-10-21 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 126 | -474/+2151 | |
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 | 127 | -473/+2154 | |
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 | 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 | 11 | -84/+308 | |
2011-10-19 | I wasn't following the CI code style guide. | diegorivera | 1 | -3/+3 | |
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 #307 from kylefarris/isue-276 | Derek Jones | 1 | -58/+253 | |
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-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 | 1 | -2/+2 | |
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 | 1 | -2/+2 | |
2011-10-14 | Merged with development | Kyle Farris | 43 | -298/+1778 | |
2011-10-13 | Update: fix typo error #564 | Bo-Yi Wu | 1 | -1/+1 | |
2011-10-10 | Converted database constructors to PHP5 type | Timothy Warren | 5 | -6/+6 | |
2011-10-07 | Remove another 2 old comments | Andrey Andreev | 1 | -2/+0 | |
2011-10-07 | Cleanup and migrate oci8_driver and oci8_result from deprecated PHP4 to PHP5 ↵ | Andrey Andreev | 2 | -115/+86 | |
style functions | |||||
2011-10-07 | CI_Loader::driver() processes empty library. Fixed. | Tom Klingenberg | 1 | -0/+5 | |
This causes endless recursion calls _ci_load_class(), see #550 | |||||
2011-10-07 | if statment code style update | Timothy Warren | 1 | -6/+6 | |
2011-10-07 | Added check for quote mark | Timothy Warren | 1 | -2/+5 | |
2011-10-07 | Revert "Added check for quote mark" | Timothy Warren | 1 | -5/+21 | |
This reverts commit 0e762b32a003dd8a9b805fb95ee7aeb3616c41e3. | |||||
2011-10-07 | Revert "Changed all db constructors to newer syntax, made insert_id() ↵ | Timothy Warren | 5 | -6/+6 | |
function more convenient for postgres on pdo driver" This reverts commit f7a8d86dbc6805a4e52964bbea76738df75b5f35. | |||||
2011-10-07 | Added check for quote mark | Timothy Warren | 1 | -21/+5 | |
2011-10-06 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 4 | -10/+14 | |
2011-10-06 | Merge pull request #483 from markhuot/develop | Greg Aker | 1 | -1/+10 | |
resolve a difference between the two memcache set method parameters | |||||
2011-10-06 | Merge pull request #497 from cenk/ua | Greg Aker | 1 | -2/+2 | |
Fix a typo on User agent library. | |||||
2011-10-06 | Merge pull request #511 from freewil/typography-helper-dry | Greg Aker | 1 | -6/+1 | |
remove redundant 'if' in typography helper | |||||
2011-10-06 | Merge pull request #530 from MrHyde/develop | Greg Aker | 1 | -1/+1 | |
newline character ending for link_tag() function result | |||||
2011-10-06 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 1 | -2/+64 | |
2011-10-06 | Changed all db constructors to newer syntax, made insert_id() function more ↵ | Timothy Warren | 6 | -7/+25 | |
convenient for postgres on pdo driver | |||||
2011-10-05 | Changed to escape using PDO::quote() | Timothy Warren | 1 | -11/+4 | |
2011-10-05 | Merge pull request #486 from narfbg/ci-issue-60 | Phil Sturgeon | 1 | -2/+64 | |
Fix issues #60 (possible MIME-type injection) and #394 |