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
/
system
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-06
fixes
Michiel Vugteveen
1
-4
/
+7
2012-06-06
Merge https://github.com/EllisLab/CodeIgniter into valid-ipv6
Joffrey Jaffeux
1
-3
/
+3
2012-06-06
removed ip_version()
Joffrey Jaffeux
1
-21
/
+1
2012-06-06
form_checkbox set_value fix
Michiel Vugteveen
1
-2
/
+2
2012-06-06
Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into issue_...
Cory
7
-175
/
+88
2012-06-06
styling guide false -> FALSE
Joffrey Jaffeux
1
-1
/
+1
2012-06-06
Merge https://github.com/EllisLab/CodeIgniter into valid-ipv6
Joffrey Jaffeux
1
-2
/
+8
2012-06-06
ip_version() now returns int instead of string
Joffrey Jaffeux
1
-3
/
+3
2012-06-06
Add a second parameter (charset) to CI_Output::set_content_type() + fix for i...
Andrey Andreev
1
-2
/
+8
2012-06-06
follow styling guide
Joffrey Jaffeux
1
-1
/
+1
2012-06-06
Add support for ipv6
Joffrey Jaffeux
1
-1
/
+21
2012-06-06
Merge upstream branch and some changes for better readability
Andrey Andreev
98
-2480
/
+2110
2012-06-06
Merge pull request #1415 from mickeywu/develop
Andrey Andreev
1
-16
/
+16
2012-06-05
Replace set_magic_quotes_runtime() with an ini_set() call
Andrey Andreev
1
-1
/
+1
2012-06-05
Fixing extra td; Issue #1374
Cory
1
-3
/
+3
2012-06-05
Fix a magic_quotes-related bug and changed the default parameter value for is...
Andrey Andreev
2
-3
/
+3
2012-06-05
Added get_mimes() function to system/core/Commons.php.The MIMEs array from co...
Andrey Andreev
6
-153
/
+60
2012-06-04
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Phil Sturgeon
2
-22
/
+18
2012-06-04
Direct return from mimes config, instead of using global $mimes;
Phil Sturgeon
4
-13
/
+9
2012-06-04
Merge pull request #1403 from cryode/bug/cache_backup
Phil Sturgeon
1
-21
/
+17
2012-06-04
Merge pull request #1420 from IT-Can/fix-issue-1419
Andrey Andreev
1
-1
/
+1
2012-06-04
Loader was too specific about === "", some cases were NULL.
Phil Sturgeon
1
-1
/
+1
2012-06-04
Fix issue #1423
Andrey Andreev
1
-2
/
+2
2012-06-04
Alter SQLite3's version() method and clear some spaces
Andrey Andreev
2
-2
/
+2
2012-06-04
Fix an SQLite3 pconnect() bug + other minor changes
Andrey Andreev
3
-5
/
+5
2012-06-04
Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b an...
Andrey Andreev
7
-20
/
+20
2012-06-04
Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792
Andrey Andreev
9
-25
/
+25
2012-06-04
Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d
Andrey Andreev
9
-16
/
+19
2012-06-03
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Phil Sturgeon
80
-575
/
+579
2012-06-02
remove static
Michiel Vugteveen
1
-1
/
+1
2012-06-02
Fixing final SQLite bug introduced in 48a2baf0e288accd206f5da5031d29076e130792
Alex Bilbie
1
-1
/
+1
2012-06-02
Fix for bug in SQLite introduced in 48a2baf0e288accd206f5da5031d29076e130792
Alex Bilbie
1
-1
/
+1
2012-06-02
Fixing PDO bug introduced in 48a2baf0e288accd206f5da5031d29076e130792
Alex Bilbie
1
-1
/
+1
2012-06-02
Fixed bug in MySQL driver introduced in 48a2baf0e288accd206f5da5031d29076e130792
Alex Bilbie
1
-1
/
+1
2012-06-02
Fixed bug in PostgreSQL introduced in 48a2baf0e288accd206f5da5031d29076e130792
Alex Bilbie
1
-1
/
+1
2012-06-02
Fixed bug introduced in ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d
Alex Bilbie
1
-1
/
+1
2012-06-02
Don't assume $_ci_path is a string (could be FALSE)
Alex Bilbie
1
-1
/
+1
2012-06-02
Replaced `==` with `===` and `!=` with `!==` in /system/libraries
Alex Bilbie
24
-268
/
+268
2012-06-02
Replaced `==` with `===` and `!=` with `!==` in /system/helpers
Alex Bilbie
13
-68
/
+68
2012-06-02
Replaced `==` with `===` and `!=` with `!==` in /system/database
Alex Bilbie
31
-167
/
+167
2012-06-02
Replaced `==` with `===` and `!=` with `!==` in /system/core
Alex Bilbie
13
-70
/
+70
2012-06-01
Made set_header() public in Email library and updated documentation.
Mickey Wu
1
-16
/
+16
2012-05-31
Edit to meet CI coding standards
Thanasis Polychronakis
1
-3
/
+3
2012-05-31
Indended code to meet CI standards
Thanasis Polychronakis
1
-2
/
+6
2012-05-31
Load base config first, then environment's config
Thanasis Polychronakis
1
-9
/
+9
2012-05-28
Fix issue where cache backup is ignored on first call.
Eric Roberts
1
-21
/
+17
2012-05-27
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Phil Sturgeon
24
-486
/
+168
2012-05-27
Continuation for Security and Table code-coverage, add coverage report to travis
Taufan Aditya
1
-0
/
+1
2012-05-26
Fix issue #862
Andrey Andreev
2
-54
/
+24
2012-05-26
Move count_all() from the drivers to CI_DB_driver
Andrey Andreev
13
-349
/
+30
[prev]
[next]