summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-09-23Add brackets to the for() loopAndrey Andreev1-0/+2
2011-09-23Add ->db->insert_batch() support to the OCI8 (Oracle) driverAndrey Andreev2-1/+28
2011-09-22Documented third $after_field parameter of dbforge->add_column()Adrian Macneil1-0/+4
2011-09-22Merge pull request #472 from garthkerr/developEric Barnes1-1/+1
Added a condition so that the previous link respects use_page_numbers con
2011-09-22Added a condition so that the previous link respects use_page_numbers ↵garthkerr1-1/+1
configuration.
2011-09-21Merge branch 'develop' of https://github.com/akuzemchak/CodeIgniter into ↵Eric Barnes3-13/+45
akuzemchak-develop Conflicts: user_guide/changelog.html
2011-09-21Fix issue #182 in system/database/drivers/oci8_result.php by caching the ↵Andrey Andreev2-7/+11
num_rows property after statement execution
2011-09-21Updating changelogAaron Kuzemchak1-0/+1
2011-09-19Merge pull request #462 from cloudmanic/developEric Barnes2-6/+52
Migrations: Made it so you can set the table name in the migration config.
2011-09-19Fixed style guide suggestion from philsturgeon on code reviewCloudmanic Labs, LLC1-1/+1
2011-09-18Migrations: Added a config that allows the system to migration to the latest ↵Cloudmanic Labs, LLC2-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-18Added support to select the name of the database table you are going to use ↵Cloudmanic Labs, LLC2-6/+26
in Migrations
2011-09-18Merge pull request #448 from saintnicster/patch-1Phil Sturgeon1-1/+36
Fix INSERT_BATCH documentation, add UPDATE_BATCH documenation
2011-09-18Merge pull request #457 from narfbg/developPhil Sturgeon2-3/+4
Add support for the configured oracle database charset (Issue #112)
2011-09-17Updated ChangeLog.Andrey Andreev1-1/+1
2011-09-17Update the ChangeLogAndrey Andreev1-0/+1
2011-09-17Fix ./system/database/drivers/oci8_driver.php to pass the configured ↵narfbg1-3/+3
database character set on connect.
2011-09-17Merge pull request #438 from mmestrovic/patch-1Eric Barnes1-0/+1
Added link: "Upgrading from 2.0.3 to 2.1.0"
2011-09-16Merged from upstream, fixed a logic errorTimothy Warren1-1/+1
2011-09-16Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren3-2/+11
2011-09-16Merge pull request #453 from jeroenvdgulik/file-cache-unlink-bugPhil Sturgeon2-2/+10
Unlink raised an error if cache file does not exist when you try to delete it
2011-09-16updated changelogJeroen van der Gulik1-0/+1
2011-09-16- check if file exists before unlinkingJeroen van der Gulik1-2/+9
2011-09-16Implemented limit handlingTimothy Warren1-2/+24
2011-09-15Merge pull request #450 from appleboy/bugPhil Sturgeon1-0/+1
Update Incorrect comments for clean method in CI_Email class
2011-09-15Update: Incorrect comments for clean method in CI_Email classBo-Yi Wu1-0/+1
2011-09-14Copied into GitHub from @kenjis 's bitbucket ↵saintnicster1-1/+36
repo.https://bitbucket.org/kenjis/ci-user-guide/changeset/3d579dd14afe
2011-09-14Miscellaneous fixesTimothy Warren2-3/+2
2011-09-14Fixed affected_rows() function, added PDO/postgres note for insert_id() functionTimothy Warren2-9/+10
2011-09-14Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren4-23/+34
2011-09-14Fixed LIKE statement escaping issuesTimothy Warren1-6/+22
2011-09-14Marked ->db->affected_rows() function as unavailableTimothy Warren1-1/+5
2011-09-14Added connection information note in documentationTimothy Warren1-0/+2
2011-09-14Added link: "Upgrading from 2.0.3 to 2.1.0"mmestrovic1-0/+1
2011-09-13Changed to PHP5 constructorTimothy Warren1-1/+1
2011-09-13Merge pull request #428 from appleboy/inputPhil Sturgeon3-20/+31
Fixed core input class
2011-09-13Merge pull request #433 from ccschmitz/developPhil Sturgeon1-3/+3
Minor typo and grammar corrections.
2011-09-13Update: add changelog for valid_email() functionBo-Yi Wu1-4/+5
2011-09-13Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren16-45/+135
2011-09-13Minor typo and grammar corrections.Chris Schmitz1-3/+3
2011-09-13Update: change _fetch_from_array form private to protectedBo-Yi Wu1-3/+3
2011-09-12Update: modified return bool value on commentBo-Yi Wu2-2/+2
2011-09-12Update: check filter_var function existBo-Yi Wu1-1/+1
2011-09-12Update: add public or private prefix.Bo-Yi Wu1-13/+17
2011-09-12Update: if php version >= 5.2, use filter_var to check validate ip.Bo-Yi Wu1-0/+6
2011-09-11Changed the add_package_path documentation to show the second param for view ↵Eric Barnes1-2/+2
path loading.
2011-09-11Change the wording for change log and new features.Eric Barnes1-2/+2
2011-09-11Merge pull request #426 from appleboy/guidePhil Sturgeon6-20/+20
Update user guide
2011-09-11update user guide for replacing 'br/' with 'br /'Bo-Yi Wu6-20/+20
2011-09-10Small wording changes to the readme.Eric Barnes1-10/+4