Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-21 | Merge branch 'develop' of https://github.com/akuzemchak/CodeIgniter into ↵ | Eric Barnes | 3 | -13/+45 | |
akuzemchak-develop Conflicts: user_guide/changelog.html | |||||
2011-09-21 | Fix issue #182 in system/database/drivers/oci8_result.php by caching the ↵ | Andrey Andreev | 2 | -7/+11 | |
num_rows property after statement execution | |||||
2011-09-21 | Updating changelog | Aaron Kuzemchak | 1 | -0/+1 | |
2011-09-19 | Merge pull request #462 from cloudmanic/develop | Eric Barnes | 2 | -6/+52 | |
Migrations: Made it so you can set the table name in the migration config. | |||||
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 | 2 | -0/+26 | |
migration when you load the library. This way you do not have to call migrations anywhere else in your code and can always be at the latest migration | |||||
2011-09-18 | Added support to select the name of the database table you are going to use ↵ | Cloudmanic Labs, LLC | 2 | -6/+26 | |
in Migrations | |||||
2011-09-18 | Merge pull request #448 from saintnicster/patch-1 | Phil Sturgeon | 1 | -1/+36 | |
Fix INSERT_BATCH documentation, add UPDATE_BATCH documenation | |||||
2011-09-18 | Merge pull request #457 from narfbg/develop | Phil Sturgeon | 2 | -3/+4 | |
Add support for the configured oracle database charset (Issue #112) | |||||
2011-09-17 | Updated ChangeLog. | Andrey Andreev | 1 | -1/+1 | |
2011-09-17 | Update the ChangeLog | Andrey Andreev | 1 | -0/+1 | |
2011-09-17 | Fix ./system/database/drivers/oci8_driver.php to pass the configured ↵ | narfbg | 1 | -3/+3 | |
database character set on connect. | |||||
2011-09-17 | Merge pull request #438 from mmestrovic/patch-1 | Eric Barnes | 1 | -0/+1 | |
Added link: "Upgrading from 2.0.3 to 2.1.0" | |||||
2011-09-16 | Merged from upstream, fixed a logic error | Timothy Warren | 1 | -1/+1 | |
2011-09-16 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 3 | -2/+11 | |
2011-09-16 | Merge pull request #453 from jeroenvdgulik/file-cache-unlink-bug | Phil Sturgeon | 2 | -2/+10 | |
Unlink raised an error if cache file does not exist when you try to delete it | |||||
2011-09-16 | updated changelog | Jeroen van der Gulik | 1 | -0/+1 | |
2011-09-16 | - check if file exists before unlinking | Jeroen van der Gulik | 1 | -2/+9 | |
2011-09-16 | Implemented limit handling | Timothy Warren | 1 | -2/+24 | |
2011-09-15 | Merge pull request #450 from appleboy/bug | Phil Sturgeon | 1 | -0/+1 | |
Update Incorrect comments for clean method in CI_Email class | |||||
2011-09-15 | Update: Incorrect comments for clean method in CI_Email class | Bo-Yi Wu | 1 | -0/+1 | |
2011-09-14 | Copied into GitHub from @kenjis 's bitbucket ↵ | saintnicster | 1 | -1/+36 | |
repo.https://bitbucket.org/kenjis/ci-user-guide/changeset/3d579dd14afe | |||||
2011-09-14 | Miscellaneous fixes | Timothy Warren | 2 | -3/+2 | |
2011-09-14 | Fixed affected_rows() function, added PDO/postgres note for insert_id() function | Timothy Warren | 2 | -9/+10 | |
2011-09-14 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 4 | -23/+34 | |
2011-09-14 | Fixed LIKE statement escaping issues | Timothy Warren | 1 | -6/+22 | |
2011-09-14 | Marked ->db->affected_rows() function as unavailable | Timothy Warren | 1 | -1/+5 | |
2011-09-14 | Added connection information note in documentation | Timothy Warren | 1 | -0/+2 | |
2011-09-14 | Added link: "Upgrading from 2.0.3 to 2.1.0" | mmestrovic | 1 | -0/+1 | |
2011-09-13 | Changed to PHP5 constructor | Timothy Warren | 1 | -1/+1 | |
2011-09-13 | Merge pull request #428 from appleboy/input | Phil Sturgeon | 3 | -20/+31 | |
Fixed core input class | |||||
2011-09-13 | Merge pull request #433 from ccschmitz/develop | Phil Sturgeon | 1 | -3/+3 | |
Minor typo and grammar corrections. | |||||
2011-09-13 | Update: add changelog for valid_email() function | Bo-Yi Wu | 1 | -4/+5 | |
2011-09-13 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 16 | -45/+135 | |
2011-09-13 | Minor typo and grammar corrections. | Chris Schmitz | 1 | -3/+3 | |
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-11 | Changed the add_package_path documentation to show the second param for view ↵ | Eric Barnes | 1 | -2/+2 | |
path loading. | |||||
2011-09-11 | Change the wording for change log and new features. | Eric Barnes | 1 | -2/+2 | |
2011-09-11 | Merge pull request #426 from appleboy/guide | Phil Sturgeon | 6 | -20/+20 | |
Update user guide | |||||
2011-09-11 | update user guide for replacing 'br/' with 'br /' | Bo-Yi Wu | 6 | -20/+20 | |
2011-09-10 | Small wording changes to the readme. | Eric Barnes | 1 | -10/+4 | |
2011-09-10 | Merge branch 'develop' of https://github.com/purandi/CodeIgniter into develop | Eric Barnes | 1 | -2/+96 | |
2011-09-10 | Merge pull request #389 from vjnrv/patch-1 | Eric Barnes | 1 | -1/+1 | |
CI_Profiler => Accepting objects while profiling session data. | |||||
2011-09-09 | Merge pull request #422 from kylefarris/patch-5 | Phil Sturgeon | 1 | -3/+4 | |
Undocumented result_to_csv() parameter | |||||
2011-09-09 | Forgot an 'and'... | Kyle Farris | 1 | -1/+1 | |
2011-09-09 | Documented an un-documented feature, the 'enclosures' parameter, to the ↵ | Kyle Farris | 1 | -3/+4 | |
documentation for DB Util's result_to_csv() method. |