Age | Commit message (Expand) | Author | Files | Lines |
2011-10-04 | Clean up core Security class | Andrey Andreev | 1 | -50/+19 |
2011-10-04 | Merge pull request #513 from freewil/core-cleanup | Phil Sturgeon | 1 | -20/+0 |
2011-10-04 | Issue 352: Since the MySQL client API version matters, PHP and MySQL version ... | RH Becker | 2 | -31/+9 |
2011-10-01 | Merge pull request #508 from wooptoo/develop | Phil Sturgeon | 1 | -1/+29 |
2011-09-30 | cleanup docblocks, remove dated CI_CORE constant | freewil | 1 | -20/+0 |
2011-09-29 | style edit, print error if crypto fails | Radu Potop | 1 | -1/+11 |
2011-09-28 | Added TLS and SSL support to Email library. Fixes issue #171 | Radu Potop | 1 | -1/+19 |
2011-09-28 | Fixing issue 465: select_max is adding prefix to table aliases when is not ne... | Juan José González | 1 | -1/+1 |
2011-09-25 | Fix #484 - Hash is never set to the cookie | Chris Berthe | 1 | -1/+2 |
2011-09-24 | Fixing the documentation link in the Unit_test library so that it points to t... | Gerry | 1 | -2/+2 |
2011-09-24 | Fixing the documentation link in the Typography library so that it's valid | Gerry | 1 | -2/+2 |
2011-09-24 | Fixing the Encryption link in the Sha1 library so that it's valid | Gerry | 1 | -2/+2 |
2011-09-24 | Fixing the documentation url given in the Table library | Gerry | 1 | -2/+2 |
2011-09-24 | Suppress warnings generated by get_magic_quotes_gpc() (issue #467) | Andrey Andreev | 1 | -1/+1 |
2011-09-24 | Skip is_array() check | Andrey Andreev | 1 | -1/+1 |
2011-09-24 | Fix a variable type mismatch (issue #89) in system/database/DB_driver.php | Andrey Andreev | 1 | -1/+1 |
2011-09-24 | Escape WHERE clause field names in the DB update_string() method | Andrey Andreev | 1 | -1/+2 |
2011-09-23 | Merge pull request #480 from rommelxcastro/ci-issue-192 | Phil Sturgeon | 1 | -0/+1 |
2011-09-23 | Merge pull request #469 from narfbg/ci-issue-182 | Greg Aker | 1 | -7/+10 |
2011-09-23 | Merge pull request #479 from narfbg/ci-oci-insert-batch | Greg Aker | 1 | -1/+29 |
2011-09-23 | fixed issue #192 | Rommel Castro A | 1 | -0/+1 |
2011-09-23 | Add brackets to the for() loop | Andrey Andreev | 1 | -0/+2 |
2011-09-23 | Add ->db->insert_batch() support to the OCI8 (Oracle) driver | Andrey Andreev | 1 | -1/+27 |
2011-09-22 | Added a condition so that the previous link respects use_page_numbers configu... | garthkerr | 1 | -1/+1 |
2011-09-21 | Merge branch 'develop' of https://github.com/akuzemchak/CodeIgniter into akuz... | Eric Barnes | 1 | -12/+39 |
2011-09-21 | Fix issue #182 in system/database/drivers/oci8_result.php by caching the num_... | Andrey Andreev | 1 | -7/+10 |
2011-09-19 | Fixed style guide suggestion from philsturgeon on code review | Cloudmanic Labs, LLC | 1 | -1/+1 |
2011-09-18 | Migrations: Added a config that allows the system to migration to the latest ... | Cloudmanic Labs, LLC | 1 | -0/+10 |
2011-09-18 | Added support to select the name of the database table you are going to use i... | Cloudmanic Labs, LLC | 1 | -6/+13 |
2011-09-17 | Fix ./system/database/drivers/oci8_driver.php to pass the configured database... | narfbg | 1 | -3/+3 |
2011-09-16 | - check if file exists before unlinking | Jeroen van der Gulik | 1 | -2/+9 |
2011-09-15 | Update: Incorrect comments for clean method in CI_Email class | Bo-Yi Wu | 1 | -0/+1 |
2011-09-13 | Update: change _fetch_from_array form private to protected | Bo-Yi Wu | 1 | -3/+3 |
2011-09-12 | Update: modified return bool value on comment | Bo-Yi Wu | 2 | -2/+2 |
2011-09-12 | Update: check filter_var function exist | Bo-Yi Wu | 1 | -1/+1 |
2011-09-12 | Update: add public or private prefix. | Bo-Yi Wu | 1 | -13/+17 |
2011-09-12 | Update: if php version >= 5.2, use filter_var to check validate ip. | Bo-Yi Wu | 1 | -0/+6 |
2011-09-10 | Merge pull request #389 from vjnrv/patch-1 | Eric Barnes | 1 | -1/+1 |
2011-09-08 | Merge pull request #345 from kylefarris/patch-1 | Phil Sturgeon | 1 | -1/+2 |
2011-09-07 | Use NULL as the default value for offset in limit(x, offset) so that default ... | Phil Sturgeon | 1 | -2/+2 |
2011-09-06 | Major speed improvement in function random_string() for cases 'alpha', 'alnum... | druu | 1 | -6/+3 |
2011-09-05 | CI_Profiler => Accepting objects while profiling session data. | Pedro Junior | 1 | -1/+1 |
2011-09-04 | utilizing ternary syntax to clean up some conditionals | Aaron Kuzemchak | 1 | -40/+6 |
2011-09-04 | Enables real page numbers for URI segment in Pagination library | Aaron Kuzemchak | 1 | -12/+73 |
2011-09-03 | Merge pull request #379 from tomcode/language-set-typos | Phil Sturgeon | 1 | -1/+1 |
2011-09-03 | Changed up to down for down method error line | Thomas Traub | 1 | -1/+1 |
2011-09-02 | fixes potential SQL injection vector in Active Record offset() | kenjis | 1 | -1/+1 |
2011-08-30 | Fixed issue #105 SQL log errors | Niklas Nilsson | 1 | -8/+11 |
2011-08-30 | Added the 'user_data' key to the userdata property so that sessions using a d... | Kyle Farris | 1 | -1/+2 |
2011-08-30 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Greg Aker | 16 | -38/+86 |