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
/
URI.php
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-23
Fix issue #779
Andrey Andreev
1
-5
/
+2
2012-06-16
Fix issue #999
Andrey Andreev
1
-2
/
+4
2012-06-15
Fix issue #167
Andrey Andreev
1
-1
/
+1
2012-06-14
And yet another missed line from the last one
Andrey Andreev
1
-1
/
+1
2012-06-14
Fix an issue from d461934184d95b0cfb2feec93f27b621ef72a5c2
Andrey Andreev
1
-3
/
+3
2012-06-14
Fix issue #10 + URI class speed improvements
Andrey Andreev
1
-8
/
+12
2012-06-12
Change file permissions for system/core/*.php and system/database/DB.php so t...
Andrey Andreev
1
-0
/
+0
2012-06-04
Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d
Andrey Andreev
1
-1
/
+1
2012-06-02
Fixed bug introduced in ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d
Alex Bilbie
1
-1
/
+1
2012-06-02
Replaced `==` with `===` and `!=` with `!==` in /system/core
Alex Bilbie
1
-7
/
+7
2012-05-23
Input, Session and Cookie get's will return NULL.
Phil Sturgeon
1
-9
/
+9
2012-05-17
Cleanup the core classes
Andrey Andreev
1
-34
/
+33
2012-05-02
Reverted rui_string change.
Phil Sturgeon
1
-2
/
+2
2012-04-26
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch
Timothy Warren
1
-1
/
+1
2012-04-26
Fixed issue #122 - ruri_string() in subdirs.
Phil Sturgeon
1
-2
/
+2
2012-04-23
Use tabs to separate class properties
Timothy Warren
1
-3
/
+3
2012-04-19
Additional formatting fixes
Timothy Warren
1
-7
/
+11
2012-03-14
Merged unit test progress.
Phil Sturgeon
1
-3
/
+1
2012-03-14
Merge branch 'feature/unit-tests' into develop
Phil Sturgeon
1
-2
/
+16
2012-03-10
Remove PHP 5.1.6-specific code
Andrey Andreev
1
-3
/
+1
2012-03-09
Bumped CodeIgniter's PHP requirement to 5.2.4.
Phil Sturgeon
1
-1
/
+1
2012-03-04
Merged develop and fixed conflicts.
Phil Sturgeon
1
-110
/
+81
2012-01-08
Fixes for issue 896
Michiel Vugteveen
1
-2
/
+3
2012-01-07
Remove a space :)
Andrey Andreev
1
-1
/
+1
2012-01-07
Improve core URI & UTF8 libraries
Andrey Andreev
1
-113
/
+84
2012-01-02
Updating copyright date to 2012
Greg Aker
1
-1
/
+1
2011-11-27
Merge branch 'refs/heads/develop' into feature/unit-tests
Eric Barnes
1
-4
/
+16
2011-10-20
adding new license file (OSL 3.0) and updating readme to ReST
Derek Jones
1
-4
/
+16
2011-08-29
Merge branch 'develop' into feature/unit-tests
Eric Barnes
1
-2
/
+2
2011-08-28
Added tests for CI_URI class. Made modifications to core class which
Stephen
1
-1
/
+16
2011-08-26
changed private functions to protected so MY_URI can override them.
Paul
1
-2
/
+2
2011-08-15
Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de...
Phil Sturgeon
1
-0
/
+31
2011-08-15
Added some docs to CI core files
David Behler
1
-0
/
+31
2011-08-13
Get php_sapi_name() == 'cli' involved in the 'is this the command line?' deci...
Phil Sturgeon
1
-1
/
+1
2011-07-02
backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...
Derek Jones
1
-7
/
+7
2011-04-25
Fixed double-space typo.
Razican
1
-7
/
+7
2011-04-18
Changed server check to ensure SCRIPT_NAME is defined. Fixes #57
Eric Barnes
1
-5
/
+5
2011-04-05
Tightening up control character handling in urls
Pascal Kriete
1
-23
/
+34
2011-02-03
Fixes #27. When the default controller was used, the _detect_uri() method wa...
ericbarnes@ericbarnes.local
1
-0
/
+6
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-27
Automated merge with https://bitbucket.org/ellislab/codeigniter
Phil Sturgeon
1
-44
/
+67
2011-01-19
Updated the auto URI detection so that it works in more scenarios. Fixes #3
Dan Horrigan
1
-78
/
+32
2011-01-12
Removed trailing slash from $this->uri->ruri_string(). Fixes #292
Eric Barnes
1
-1
/
+1
2011-01-05
Hey look, it's 2011
Greg Aker
1
-1
/
+1
2010-12-31
Added support for calling controllers, methods and passing parameters via com...
Phil Sturgeon
1
-4
/
+33
2010-12-27
Implemented GET string support from Dan Horrigan and modified it slightly. Al...
Phil Sturgeon
1
-8
/
+10
2010-12-15
Added full Query String and $_GET array support. This is enabled by default....
Dan Horrigan
1
-31
/
+69
2010-11-10
Some simple tweaking
Pascal Kriete
1
-7
/
+4
2010-11-10
Changing all class constructors to __construct()
Greg Aker
1
-2
/
+2
2010-11-10
Updating PHP requirements in files 5.1.6
Greg Aker
1
-1
/
+1
[next]