index
:
Filebin
dev
dev-2.x
dev-parallel-tests
dev-text-paste-preview
hash-collision
master
no-ouput-if-error
release/1.x
The software behind paste.xinu.at
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
user_guide_src
/
source
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-06
Resolve _protect_identifiers()/protect_identifiers() usage issues
Andrey Andreev
1
-0
/
+1
2012-03-06
Changed rewrite_short_tags to have no effect on PHP 5.4
Andrey Andreev
1
-0
/
+1
2012-03-06
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Phil Sturgeon
1
-0
/
+2
2012-03-06
Removed reset_validation() method from run() method
JonoB
2
-0
/
+12
2012-03-06
Fixed a bug in CI_Session::_unserialize()
Andrey Andreev
1
-0
/
+1
2012-03-06
Updated changelog
SammyK
1
-0
/
+1
2012-03-05
Moved change log entry from 2.1.1 to 3.0.
Phil Sturgeon
1
-1
/
+1
2012-03-05
Add changelog entry (bug fix for issue #64)
Hamza Bhatti
1
-0
/
+1
2012-03-05
Fixed note in documentation
Timothy Warren
1
-1
/
+1
2012-03-05
Add a note to the num_rows() documentation
Andrey Andreev
1
-2
/
+7
2012-03-05
Removed oci8-specific stuff from DB_driver.php and added a constructor to DB_...
Andrey Andreev
1
-0
/
+2
2012-03-05
Partially fix issue #306
Andrey Andreev
1
-0
/
+1
2012-03-05
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-issue-499
Andrey Andreev
3
-31
/
+70
2012-03-04
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
John Crepezzi
8
-11
/
+138
2012-03-04
Fix indentation for changes from pull #1121
Andrey Andreev
1
-9
/
+9
2012-03-04
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Phil Sturgeon
2
-3
/
+33
2012-03-04
Updated with 2.1-stable.
Phil Sturgeon
1
-0
/
+2
2012-03-04
Allow users to specify an array for validation, instead of alway using the $_...
JonoB
2
-3
/
+33
2012-03-04
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Phil Sturgeon
6
-12
/
+64
2012-03-04
Merged conflicts.
Phil Sturgeon
1
-0
/
+1
2012-03-03
Just a grammar fix. Changed "...as the code these file contain will be minimi...
Brenderous
1
-1
/
+1
2012-03-03
Merge upstream branch
Andrey Andreev
4
-7
/
+37
2012-03-03
Added _optimize_table() support for PostgreSQL
Andrey Andreev
1
-2
/
+4
2012-03-03
Add db_set_charset() support for PostgreSQL and change its implementation for...
Andrey Andreev
1
-0
/
+1
2012-03-03
Improve DB version() implementation and add pg_version() support
Andrey Andreev
1
-0
/
+2
2012-03-02
Merge pull request #1107 from diogoosorio/develop
Andrey Andreev
1
-0
/
+1
2012-03-02
Made the code more readable, updated the changelog.
Diogo Osório
1
-0
/
+1
2012-03-02
Updated changelog
Timothy Warren
1
-0
/
+1
2012-03-02
Merge upstream
Timothy Warren
3
-4
/
+35
2012-03-02
Replaced DB methods _error_message() and _error_number() with error() (issue ...
Andrey Andreev
2
-3
/
+21
2012-03-02
Merge upstream branch
Andrey Andreev
2
-0
/
+12
2012-03-02
Fix a bug in Oracle's DB forge _create_table() method (AUTO_INCREMENT is not ...
Andrey Andreev
1
-0
/
+1
2012-03-02
Fix issue #1101 (MySQL/MySQLi result field_data())
Andrey Andreev
1
-0
/
+1
2012-03-02
updated error_array #565
Michiel Vugteveen
2
-0
/
+10
2012-03-02
Merge upstream branch
Andrey Andreev
1
-0
/
+1
2012-03-02
Fix issue #803 (Profiler library didn't handle objects properly)
Andrey Andreev
1
-0
/
+1
2012-03-01
Merge upstream branch
Andrey Andreev
1
-2
/
+2
2012-03-01
Fix issue #413 (Oracle _error_message(), _error_number())
Andrey Andreev
1
-2
/
+2
2012-03-01
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird
Timothy Warren
1
-1
/
+3
2012-03-01
Merge upstream branch
Andrey Andreev
1
-4
/
+13
2012-03-01
Merge upstream changes
Andrey Andreev
1
-1
/
+33
2012-03-01
Fixed a bug in CUBRID's affected_rows()
Andrey Andreev
1
-0
/
+1
2012-03-01
Fix a bug in PDO's insert_id() (PostgreSQL-specific)
Andrey Andreev
1
-0
/
+1
2012-03-01
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird
Timothy Warren
1
-1
/
+7
2012-03-01
Fix PDO's _version() method where it used to return client version instead of...
Andrey Andreev
1
-0
/
+1
2012-03-01
Fix issue #1036 (is_write_type() returned FALSE for RENAME, OPTIMIZE queries)
Andrey Andreev
1
-0
/
+1
2012-03-01
Fix issue #611 (SQLSRV _error_message() and _error_number() warnings)
Andrey Andreev
1
-1
/
+2
2012-03-01
Fix issue #153 (E_NOTICE generated by getimagesize())
Andrey Andreev
1
-0
/
+1
2012-03-01
Fix issue #129 (ODBC num_rows() returning -1 in some cases)
Andrey Andreev
1
-0
/
+1
2012-03-01
Fix issue #81 (ODBC list_fields(), field_data())
Andrey Andreev
1
-1
/
+1
[next]