summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
AgeCommit message (Collapse)AuthorFilesLines
2012-03-09Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-0/+5
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-0/+1
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
2012-03-08Fix issue #940Andrey Andreev1-0/+1
2012-03-07Fix issue #501Andrey Andreev1-0/+1
2012-03-07removed is_methodMichiel Vugteveen1-2/+1
2012-03-07added method() and is_method()Michiel Vugteveen1-0/+2
2012-03-06Resolve _protect_identifiers()/protect_identifiers() usage issuesAndrey Andreev1-0/+1
2012-03-06Changed rewrite_short_tags to have no effect on PHP 5.4Andrey Andreev1-0/+1
2012-03-06Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-0/+2
2012-03-06Removed reset_validation() method from run() methodJonoB1-0/+1
2012-03-06Fixed a bug in CI_Session::_unserialize()Andrey Andreev1-0/+1
2012-03-06Updated changelogSammyK1-0/+1
2012-03-05Moved change log entry from 2.1.1 to 3.0.Phil Sturgeon1-1/+1
2012-03-05Add changelog entry (bug fix for issue #64)Hamza Bhatti1-0/+1
Signed-off-by: Hamza Bhatti <tiyowan@gmail.com>
2012-03-05Removed oci8-specific stuff from DB_driver.php and added a constructor to ↵Andrey Andreev1-0/+2
DB_result to handle initialization
2012-03-05Partially fix issue #306Andrey Andreev1-0/+1
2012-03-05Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-issue-499Andrey Andreev1-0/+4
2012-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-0/+1
2012-03-04Updated with 2.1-stable.Phil Sturgeon1-0/+2
2012-03-04Allow users to specify an array for validation, instead of alway using the ↵JonoB1-0/+1
$_POST array
2012-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-7/+29
2012-03-04Merged conflicts.Phil Sturgeon1-0/+1
2012-03-03Merge upstream branchAndrey Andreev1-3/+12
2012-03-03Added _optimize_table() support for PostgreSQLAndrey Andreev1-2/+4
2012-03-03Add db_set_charset() support for PostgreSQL and change its implementation ↵Andrey Andreev1-0/+1
for 'mysql'
2012-03-03Improve DB version() implementation and add pg_version() supportAndrey Andreev1-0/+2
2012-03-02Merge pull request #1107 from diogoosorio/developAndrey Andreev1-0/+1
Fix issue #1080
2012-03-02Made the code more readable, updated the changelog.Diogo Osório1-0/+1
2012-03-02Updated changelogTimothy Warren1-0/+1
2012-03-02Merge upstreamTimothy Warren1-4/+9
2012-03-02Replaced DB methods _error_message() and _error_number() with error() (issue ↵Andrey Andreev1-3/+4
#1097)
2012-03-02Merge upstream branchAndrey Andreev1-0/+3
2012-03-02Fix a bug in Oracle's DB forge _create_table() method (AUTO_INCREMENT is not ↵Andrey Andreev1-0/+1
supported)
2012-03-02Fix issue #1101 (MySQL/MySQLi result field_data())Andrey Andreev1-0/+1
2012-03-02updated error_array #565Michiel Vugteveen1-0/+1
2012-03-02Merge upstream branchAndrey Andreev1-0/+1
2012-03-02Fix issue #803 (Profiler library didn't handle objects properly)Andrey Andreev1-0/+1
2012-03-01Merge upstream branchAndrey Andreev1-2/+2
2012-03-01Fix issue #413 (Oracle _error_message(), _error_number())Andrey Andreev1-2/+2
2012-03-01Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren1-1/+3
2012-03-01Merge upstream branchAndrey Andreev1-4/+13
2012-03-01Merge upstream changesAndrey Andreev1-1/+33
2012-03-01Fixed a bug in CUBRID's affected_rows()Andrey Andreev1-0/+1
2012-03-01Fix a bug in PDO's insert_id() (PostgreSQL-specific)Andrey Andreev1-0/+1
2012-03-01Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren1-1/+7
2012-03-01Fix PDO's _version() method where it used to return client version instead ↵Andrey Andreev1-0/+1
of the server one
2012-03-01Fix issue #1036 (is_write_type() returned FALSE for RENAME, OPTIMIZE queries)Andrey Andreev1-0/+1
2012-03-01Fix issue #611 (SQLSRV _error_message() and _error_number() warnings)Andrey Andreev1-1/+2
2012-03-01Fix issue #153 (E_NOTICE generated by getimagesize())Andrey Andreev1-0/+1
2012-03-01Fix issue #129 (ODBC num_rows() returning -1 in some cases)Andrey Andreev1-0/+1