summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Expand)AuthorFilesLines
2012-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon2-3/+33
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 $_...JonoB2-3/+33
2012-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon6-12/+64
2012-03-04Merged conflicts.Phil Sturgeon1-0/+1
2012-03-03Just a grammar fix. Changed "...as the code these file contain will be minimi...Brenderous1-1/+1
2012-03-03Added _optimize_table() support for PostgreSQLAndrey Andreev1-2/+4
2012-03-03Add db_set_charset() support for PostgreSQL and change its implementation for...Andrey Andreev1-0/+1
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
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 Warren3-4/+35
2012-03-02Replaced DB methods _error_message() and _error_number() with error() (issue ...Andrey Andreev2-3/+21
2012-03-02Fix a bug in Oracle's DB forge _create_table() method (AUTO_INCREMENT is not ...Andrey Andreev1-0/+1
2012-03-02Fix issue #1101 (MySQL/MySQLi result field_data())Andrey Andreev1-0/+1
2012-03-02updated error_array #565Michiel Vugteveen2-0/+10
2012-03-02Fix issue #803 (Profiler library didn't handle objects properly)Andrey Andreev1-0/+1
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 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 of...Andrey Andreev1-0/+1
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
2012-03-01Fix issue #81 (ODBC list_fields(), field_data())Andrey Andreev1-1/+1
2012-03-01Fix an Oracle escape_str() bug (#68, #414)Andrey Andreev1-0/+1
2012-02-29Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren1-1/+26
2012-02-29changelog fixMichiel Vugteveen1-1/+1
2012-02-29updated branchMichiel Vugteveen1-1/+26
2012-02-29docx and xlsx was already fixesMichiel Vugteveen1-0/+1
2012-02-29Merge upstream branchAndrey Andreev1-2/+25
2012-02-29Improved plural() and singular().Phil Sturgeon1-0/+2
2012-02-29Add an optional set_mime parameter to force_download()Andrey Andreev1-0/+1
2012-02-29Merged in 2.1-stable changes.Phil Sturgeon1-1/+23
2012-02-28Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren1-0/+1
2012-02-28Merge upstream branchAndrey Andreev1-0/+1
2012-02-28Fix issue #177Andrey Andreev1-0/+1
2012-02-27Merge upstreamTimothy Warren2-0/+7
2012-02-27Update the changelog entry with issue IDAndrey Andreev1-1/+1
2012-02-27Fixed a db_set_charset() bugAndrey Andreev1-0/+1
2012-02-24Merge pull request #1069 from narfbg/develop-db-selectAndrey Andreev2-0/+7
2012-02-22Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren1-0/+1
2012-02-22Fix issue 1070Andrey Andreev1-0/+1
2012-02-22Close services after using them, added dbutil->backup() methodTimothy Warren1-1/+5
2012-02-22Add an optional database name parameter to db_select()Andrey Andreev2-0/+7