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-08-14
Added some docs to CI core files
root
2
-0
/
+18
2011-07-02
hand merged remaining unresolved files following the backout of 648b42a75739,...
Derek Jones
16
-194
/
+194
2011-07-02
backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...
Derek Jones
16
-194
/
+194
2011-06-15
Merged base_url changes.
philsturgeon
1
-12
/
+46
2011-05-08
Wrapped all common functions to check if it already exists. This allows anyo...
Dan Horrigan
1
-13
/
+48
2011-04-27
Reverting last change. Don't know what I was thinking. :(
Eric Barnes
1
-1
/
+1
2011-04-26
Automatic base_url generation was missing a ending slash.
Eric Barnes
1
-1
/
+1
2011-04-25
Fixed double-space typo.
Razican
16
-194
/
+194
2011-04-22
Fixed re-searching for config file even though one had been loaded ($found wa...
katzgrau
1
-1
/
+2
2011-04-21
Flipping around contents of a conditional in _ci_load() so the small bits are...
Greg Aker
1
-6
/
+6
2011-04-20
Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor
Greg Aker
2
-24
/
+58
2011-04-20
Refactoring the loader to set protected class variables.
Greg Aker
2
-24
/
+58
2011-04-20
Change in core/Security.php to match coding standards.
Greg Aker
1
-1
/
+2
2011-04-20
Altering the loader to be able to load views from packages when adding the pa...
Greg Aker
2
-53
/
+59
2011-04-19
Removing internal references to the EXT constant. Additionally, marked the c...
Greg Aker
9
-71
/
+71
2011-04-18
Changed server check to ensure SCRIPT_NAME is defined. Fixes #57
Eric Barnes
1
-5
/
+5
2011-04-11
Fix: codeigniter-reactor/199 cookie name was overwritten with token name
patwork
1
-2
/
+4
2011-04-11
Fix: codeigniter-reactor/32 unicorns are no longer mute
patwork
1
-4
/
+4
2011-04-09
Fix: codeigniter-reactor/199 CSRF config in Security class is no longer ignored
patwork
1
-1
/
+10
2011-04-08
Fix: #192 CI version constant incorrect in core/CodeIgniter
Greg Aker
1
-1
/
+1
2011-04-07
Made in Output protected again, it was only ever made public by Eric to fix ...
Phil Sturgeon
1
-1
/
+1
2011-04-06
Made Environment Support optional. Comment out or delete the constant to stop...
Phil Sturgeon
6
-48
/
+882
2011-04-06
Made Environment Support optional. Comment out or delete the constant to stop...
Phil Sturgeon
7
-32
/
+39
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
[next]