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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-22
CI_Security::_decode_entity() to replace dangerous HTML5 entities
Andrey Andreev
1
-1
/
+19
2014-01-21
Add <button> to the list of 'naugthy' html elements in CI_Security::xss_clean()
Andrey Andreev
1
-2
/
+2
2014-01-20
Fix #2729
Andrey Andreev
1
-2
/
+3
2014-01-20
Merge branch 'develop' into feature/output_compressed_cache
Andrey Andreev
1
-4
/
+4
2014-01-18
Fix #2829
Andrey Andreev
1
-4
/
+4
2014-01-18
Merge branch 'develop' into feature/output_compressed_cache
Andrey Andreev
1
-1
/
+1
2014-01-18
Fix 2 Router-related errors
Andrey Andreev
1
-1
/
+1
2014-01-18
Merge branch 'develop' into feature/output_compressed_cache
Andrey Andreev
1
-0
/
+3
2014-01-18
Fix CI_URI:: not being properly indexed
Andrey Andreev
1
-0
/
+3
2014-01-18
Merge branch 'develop' into feature/output_compressed_cache
Andrey Andreev
5
-355
/
+293
2014-01-18
Fix #2827
Andrey Andreev
1
-1
/
+1
2014-01-17
Merge branch 'feature/uri_routing_overhaul' into 'develop'
Andrey Andreev
3
-352
/
+283
2014-01-17
Add autoloading library aliasing support (supersedes PR #2824)
Andrey Andreev
1
-2
/
+9
2014-01-16
URI Routing overhaul
Andrey Andreev
3
-352
/
+283
2014-01-15
Fix #2799 by adding conditional PCRE UTF-8 support to CI_URI::filter_uri()
Andrey Andreev
2
-2
/
+2
2014-01-15
Merge changes from develop
Andrey Andreev
5
-61
/
+82
2014-01-15
Fix #2822: Incorrect usage of fwrite()
Andrey Andreev
2
-15
/
+41
2014-01-15
CI_URI changes related to the 'permitted_uri_chars' setting
Andrey Andreev
2
-15
/
+26
2014-01-15
Fix incorrect checks for the fwrite() return value
Andrey Andreev
1
-1
/
+1
2014-01-10
Finally get rid of the CI_Router::_set_overrides() calls
Andrey Andreev
2
-38
/
+23
2014-01-10
Use config_item() in CI_Output::__construct()
Andrey Andreev
1
-3
/
+1
2014-01-10
Compress output before storing it to cache, if output compression is enabled
Andrey Andreev
1
-20
/
+62
2014-01-08
Make newline standardization configurable
Andrey Andreev
1
-4
/
+5
2014-01-08
Fix #346
Andrey Andreev
1
-14
/
+24
2014-01-08
Fix #148
Andrey Andreev
1
-4
/
+6
2014-01-08
Optimize get_instance() calls/assignments
Andrey Andreev
2
-4
/
+2
2014-01-08
Update the CI_Hooks class
Marcos SF Filho
1
-18
/
+16
2014-01-07
Class for execute Hooks can be stored for reuse
Marcos SF Filho
1
-8
/
+33
2014-01-07
Fix a few bugs in CI_Hook (based on PR #2762)
Andrey Andreev
1
-4
/
+8
2014-01-07
Implement Loader method chaining
Andrey Andreev
1
-29
/
+46
2014-01-07
Fix #2268 (manually implementing PR #2269)
Andrey Andreev
1
-3
/
+3
2014-01-06
Make CI_Loader methods library(), driver(), vars() and language()'s first par...
Andrey Andreev
1
-6
/
+6
2014-01-06
Make CI_Input::set_cookie() and cookie helpers set_cookie(), get_cookie(), de...
Andrey Andreev
1
-1
/
+1
2014-01-03
Make CI_Lang::line()'s first parameter mandatory (optional doesn't make sense)
Andrey Andreev
1
-1
/
+1
2014-01-03
[ci skip] Remove a few spaces
Andrey Andreev
1
-3
/
+3
2014-01-03
A tiny improvement in ruri_string()
Andrey Andreev
1
-6
/
+1
2013-11-27
[ci skip] Remove a few more spaces
Andrey Andreev
1
-1
/
+1
2013-11-17
Always load application/config/constants.php
Andrey Andreev
1
-6
/
+4
2013-11-16
Update CodeIgniter.php
josephok
1
-9
/
+9
2013-11-14
Remove a function_exists() check for error_get_last()
Andrey Andreev
1
-1
/
+1
2013-11-12
Add CLI error templates and only send HTTP status headers for non-CLI request...
Andrey Andreev
1
-14
/
+39
2013-11-12
Deprecate CI_Input::is_cli_request() and add common function is_cli() to repl...
Andrey Andreev
3
-21
/
+23
2013-11-11
Polish changes from PR #2712
Andrey Andreev
1
-4
/
+2
2013-11-11
Merge pull request #2712 from pveyes/develop
Andrey Andreev
1
-2
/
+29
2013-11-05
Fix HTTP Verb Routing Rules
Fatih Kalifa
1
-18
/
+14
2013-10-31
Enable HTTP Verb in Routing
Fatih Kalifa
1
-1
/
+32
2013-10-31
Fix #2710
Andrey Andreev
1
-2
/
+1
2013-10-31
Apply trim() on the splitted code elements
Andrey Andreev
1
-164
/
+11
2013-10-30
Escape PCRE delimiters
Andrey Andreev
1
-2
/
+2
2013-10-28
An alternative to CI_Output::_minify_script_style() using more efficient rege...
Andrey Andreev
1
-5
/
+97
[next]