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
2011-04-05
Tightening up control character handling in urls
Pascal Kriete
1
-23
/
+34
2011-04-05
Moving security to core.
Pascal Kriete
4
-10
/
+835
2011-04-05
tweaking remove_invisible_characters to make urlencoded character stripping o...
Pascal Kriete
1
-15
/
+13
2011-04-03
Fixed loading an array of libraries.
Phil Sturgeon
1
-1
/
+1
2011-04-01
Merged changes.
Phil Sturgeon
1
-13
/
+3
2011-03-22
If you do is_really_writable() on a file that does not exist on a Windows ser...
Eric Barnes
1
-1
/
+1
2011-03-22
Added error logging to language. Fixes #32
Eric Barnes
1
-0
/
+7
2011-03-22
Fixed logic and removed the error supressing
Eric Barnes
2
-7
/
+7
2011-03-18
Changed scope on parse_exec_vars. Fixes #145
Eric Barnes
1
-7
/
+6
2011-03-18
Fixed coding to match standards from previous releases
Eric Barnes
2
-4
/
+4
2011-03-17
load config files from environment specific locations in core classes, helper...
bubbafoley
4
-4
/
+37
2011-03-16
Standardized newlines even more extensively in Input class.
Phil Sturgeon
1
-1
/
+1
2011-03-15
constants.php will be loaded from the environment specific config folder if a...
Phil Sturgeon
1
-2
/
+9
2011-03-10
Added full docs for new ENVIRONMENT constant.
katzgrau
1
-1
/
+1
2011-03-09
Added 2.0.1 upgrade guide and changed the constants ready.
Phil Sturgeon
1
-1
/
+1
2011-03-09
Merged recent Core changes and fixed conflict.
Phil Sturgeon
9
-151
/
+344
2011-03-09
Flipping Phil's IS_CORE to true.
Pascal Kriete
1
-1
/
+1
2011-03-08
Added the constant CI_CORE to help differentiate between Core: TRUE and React...
Phil Sturgeon
1
-0
/
+7
2011-03-08
Added the constant CI_CORE to help differentiate between Core: TRUE and React...
Phil Sturgeon
1
-0
/
+7
2011-03-08
Added $this->output->set_content_type() and method chaining to other methods.
Phil Sturgeon
1
-7
/
+60
2011-02-18
Bugfix in foreach-loop ('name' must be last, as it also is the array's name);...
tobiasbg
1
-8
/
+7
2011-02-16
Merged CodeIgniter Core changes and integrated rob1's secure cookie change in...
Phil Sturgeon
8
-142
/
+283
2011-02-16
Secure cookies can now be made with the set_cookie() helper and Input Class m...
Phil Sturgeon
1
-3
/
+4
2011-02-15
Input post() and get() will now return a full array if the first argument is ...
Phil Sturgeon
1
-21
/
+15
2011-02-15
Automated merge with https://bitbucket.org/seandowney/codeigniter-reactor
Phil Sturgeon
3
-7
/
+7
2011-02-14
Whitespace cleanup in core/
Pascal Kriete
3
-7
/
+7
2011-02-13
Updated the post method and added the new functionality to the get method also
vascopj
1
-1
/
+17
2011-02-11
Adding config option to require 'secure' setting for all cookies- requires ht...
Robin Sowell
1
-1
/
+3
2011-02-09
cleaned up some redundant code in the Loader->library function
Kellas Reeves
1
-13
/
+3
2011-02-06
A change to pass all fields back if there are no fields passed into the "post...
vascopj
1
-0
/
+16
2011-02-03
Fixes #27. When the default controller was used, the _detect_uri() method wa...
ericbarnes@ericbarnes.local
1
-0
/
+6
2011-02-02
Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor
Phil Sturgeon
1
-0
/
+11
2011-02-02
Merged recent changes and tweaked multi-env changes.
Phil Sturgeon
15
-117
/
+105
2011-02-01
Better logic handling for 404 override
Eric Barnes
1
-0
/
+11
2011-02-01
Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor
Phil Sturgeon
2
-3
/
+13
2011-02-01
Some servers would trick URI into thinking it was being run in CLI mode, whic...
Phil Sturgeon
1
-2
/
+2
2011-01-31
Added 404_override to Codeigniter file to catch the 404 if the controller is ...
Eric Barnes
2
-3
/
+13
2011-01-27
Automated merge with https://bitbucket.org/ellislab/codeigniter
Phil Sturgeon
6
-113
/
+172
2011-01-20
Moving the file to Utf8.php
Pascal Kriete
1
-0
/
+0
2011-01-20
Renaming the unicode class to utf8 so we don't run the risk of violating the ...
Pascal Kriete
3
-15
/
+15
2011-01-19
Avoid double-slashed on the base_url by only slashing index_page if it is act...
Phil Sturgeon
1
-1
/
+2
2011-01-19
Automated merge with https://bitbucket.org/dhorrigan/codeigniter-reactor
Phil Sturgeon
1
-2
/
+16
2011-01-19
Reverted regex validation while we re-think the implementation, and added ->i...
Phil Sturgeon
1
-2
/
+16
2011-01-19
Updated the auto URI detection so that it works in more scenarios. Fixes #3
Dan Horrigan
1
-78
/
+32
2011-01-16
Cleaned up environment class variable which isn't used anymore in current imp...
joelcox
1
-1
/
+0
2011-01-16
Set error_reporting to E_ALL when environment unknown and changed CI_Loader t...
joelcox
1
-2
/
+13
2011-01-16
Removed configs from environments and corrected for fallback
joelcox
1
-6
/
+11
2011-01-16
Fixed bug that prevented global config from loading on error
joelcox
1
-5
/
+8
2011-01-15
Split basic configuration in three environments, providing fallback to global
joelcox
2
-8
/
+14
2011-01-12
Removed trailing slash from $this->uri->ruri_string(). Fixes #292
Eric Barnes
1
-1
/
+1
[next]