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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-02
Changed load model examples to use lowercase model name. Fixes #1417
Alex Bilbie
2
-9
/
+9
2012-06-02
Changed example model name to follow the CI styleguide class naming conventions
Alex Bilbie
1
-1
/
+1
2012-06-02
Replaced `==` with `===` in /application/views/welcome_message.php
Alex Bilbie
1
-1
/
+1
2012-06-02
Replaced `==` with `===` and `!=` with `!==` in /tests
Alex Bilbie
4
-9
/
+9
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
Merge pull request #1356 from thanpolas/new-config-load-sequence
Andrey Andreev
3
-12
/
+19
2012-05-31
Merge branch 'new-config-load-sequence' of github.com:thanpolas/CodeIgniter i...
Thanasis Polychronakis
0
-0
/
+0
2012-05-31
Changed documentation and added note to changelog as per @philsturgeon request
Thanasis Polychronakis
2
-5
/
+8
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-31
Merge pull request #1413 from vlakoff/develop
Phil Sturgeon
1
-1
/
+2
2012-05-31
automatic list formatting was broken
vlakoff
1
-1
/
+2
2012-05-31
Merge pull request #1408 from madhazelnut/patch-2
Phil Sturgeon
1
-1
/
+1
2012-05-30
create_captcha() helper documentation
madhazelnut
1
-1
/
+1
2012-05-27
Merge pull request #1402 from toopay/test-suite
Phil Sturgeon
12
-105
/
+191
2012-05-27
Adding more flexibilities to mock-common
Taufan Aditya
1
-64
/
+103
2012-05-27
Continuation for Security and Table code-coverage, add coverage report to travis
Taufan Aditya
11
-41
/
+88
2012-05-26
Fix issue #862
Andrey Andreev
3
-54
/
+25
2012-05-26
Merge pull request #1401 from toopay/test-suite
Andrey Andreev
1
-4
/
+4
2012-05-26
Move count_all() from the drivers to CI_DB_driver
Andrey Andreev
13
-349
/
+30
2012-05-26
Allowing main constants defined via phpunit config or other bootstraper
Taufan Aditya
1
-4
/
+4
2012-05-26
Merge pull request #1400 from toopay/db-test-suite
Phil Sturgeon
1
-14
/
+27
2012-05-26
Remove ternary
Taufan Aditya
1
-6
/
+18
2012-05-25
Clean up
Taufan Aditya
1
-2
/
+2
2012-05-25
Explicitely testing escape_like_str API
Taufan Aditya
9
-18
/
+62
2012-05-25
Explicitely testing escape_like_str API
Taufan Aditya
1
-4
/
+8
2012-05-25
Again ... escape_like_str() tests
Andrey Andreev
1
-3
/
+4
2012-05-25
Alter LIKE escaping tests again
Andrey Andreev
1
-1
/
+8
2012-05-25
Alter LIKE escaping tests again
Andrey Andreev
3
-16
/
+8
2012-05-25
Merge pull request #1395 from toopay/db-test-suite
Andrey Andreev
2
-2
/
+5
2012-05-25
Alter the escape like test, since it use raw SQL via query(), the sql stateme...
Taufan Aditya
2
-2
/
+5
2012-05-25
Apply fix for issue #136 on PDO+MySQL as well
Andrey Andreev
1
-3
/
+3
2012-05-25
Merge pull request #1394 from toopay/db-test-suite
Andrey Andreev
3
-1
/
+69
2012-05-25
Fix issue #136 (MySQL escape_like_str())
Andrey Andreev
3
-5
/
+9
2012-05-24
Added update_batch() support for PostgreSQL (issue #356)
Andrey Andreev
3
-2
/
+45
2012-05-24
replace space with tab
Taufan Aditya
1
-4
/
+4
2012-05-24
Escape like tests, #136 verification
Taufan Aditya
3
-1
/
+69
2012-05-24
Fix issue #319
Andrey Andreev
2
-6
/
+5
2012-05-24
Merge pull request #1393 from toopay/travis-ci
Andrey Andreev
1
-3
/
+8
2012-05-24
Backward compatibility, in case someone already has vfsStream in their PEAR o...
Taufan Aditya
1
-3
/
+8
2012-05-24
Merge pull request #1392 from toopay/travis-ci
Andrey Andreev
3
-6
/
+21
2012-05-24
Remove temporary branch from whitelist
Taufan Aditya
1
-2
/
+1
2012-05-24
Global class aliasing, at least until namespace introduced into further release
Taufan Aditya
1
-2
/
+5
2012-05-24
Fix issue #121
Andrey Andreev
4
-23
/
+26
2012-05-24
Fix issues #44 & #110
Andrey Andreev
2
-0
/
+3
2012-05-24
get vfsStream via composer if its PEAR package not exists
Taufan Aditya
3
-4
/
+17
[next]