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
/
helpers
/
url_helper.php
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-02
Replaced `==` with `===` and `!=` with `!==` in /system/helpers
Alex Bilbie
1
-12
/
+12
2012-05-17
Merge upstream
Timothy Warren
1
-2
/
+2
2012-05-17
Clean up the helpers
Andrey Andreev
1
-2
/
+2
2012-04-27
Fix rest of the helpers
Timothy Warren
1
-133
/
+135
2012-03-26
Remove access description lines and cleanup the url helper
Andrey Andreev
1
-37
/
+22
2012-03-09
Bumped CodeIgniter's PHP requirement to 5.2.4.
Phil Sturgeon
1
-1
/
+1
2012-03-04
Updated with 2.1-stable.
Phil Sturgeon
1
-19
/
+15
2012-03-04
Allow developers to use any string as a separator, not just dashes or undersc...
tubalmartin
1
-10
/
+19
2012-03-03
An even better url_title helper. Tests: http://codepad.org/tuJgvkyN
tubalmartin
1
-20
/
+7
2012-01-07
Improve typography, url & xml helpers
Andrey Andreev
1
-69
/
+61
2012-01-02
Updating copyright date to 2012
Greg Aker
1
-1
/
+1
2011-11-17
auto_link() learned to recognize more URLs
has2k1
1
-1
/
+1
2011-11-07
Adding auto-detection of best redirect method in url_helper.
Brandon Jones
1
-1
/
+7
2011-10-20
adding new license file (OSL 3.0) and updating readme to ReST
Derek Jones
1
-4
/
+16
2011-08-26
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Phil Sturgeon
1
-1
/
+1
2011-08-24
Changed doc block options. Fixes #100
Eric Barnes
1
-1
/
+1
2011-08-21
Merge branch 'develop' of https://github.com/waldmeister/codeigniter-reactor ...
Phil Sturgeon
1
-1
/
+1
2011-08-21
Fixed problem with needless seperator at begin/end of string
David Behler
1
-1
/
+1
2011-07-02
backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...
Derek Jones
1
-3
/
+3
2011-07-02
hand merged remaining unresolved files following the backout of 648b42a75739,...
Derek Jones
1
-3
/
+3
2011-07-02
backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...
Derek Jones
1
-3
/
+3
2011-06-15
Merged base_url changes.
philsturgeon
1
-4
/
+7
2011-04-25
Fixed double-space typo.
Razican
1
-3
/
+3
2011-02-03
Made config->base_url() accept parameters. config->base_url($uri). Updated b...
anaxamaxan@blackdog.local
1
-4
/
+7
2011-01-05
Hey look, it's 2011
Greg Aker
1
-1
/
+1
2010-11-10
Updating PHP requirements in files 5.1.6
Greg Aker
1
-1
/
+1
2010-10-04
Cleanup of stray spaces and tabs
Barry Mieny
1
-12
/
+12
2010-09-14
Fixed a bug in the URL Helper where prep_url() could cause a PHP error on PHP...
Robin Sowell
1
-1
/
+3
2010-03-22
expanded philsturgeon's bugfix to parse_url() and updated docs and changelog
Derek Jones
1
-2
/
+2
2010-03-12
prep_url() will now not append http:// to string if a protocol is already use...
Phil Sturgeon
1
-1
/
+1
2010-01-05
updated copyrights
Derek Jones
1
-1
/
+1
2009-04-22
updated copyrights to 2009
Derek Jones
1
-1
/
+1
2009-02-10
Added trailing periods as characters to be removed in url_title()
Derek Jones
1
-2
/
+3
2009-02-10
changed redirect() to only force site_url() when the supplied URL doesn't sta...
Derek Jones
1
-2
/
+7
2009-02-02
replaced all sizeof() in favor of count() - aliases are teh sux0r
Derek Jones
1
-2
/
+2
2008-12-09
added $lowercase parameter to url_title() to allow forced lowercase
Derek Jones
1
-1
/
+6
2008-11-13
Changing EOL style to LF
Derek Allard
1
-581
/
+581
2008-10-15
Added support for arbitrary attributes in anchor_popup() of the URL helper.
Derek Allard
1
-53
/
+59
2008-10-11
modifications to url_title()
Derek Jones
1
-9
/
+10
2008-10-06
Altered auto_link() in the URL helper so that email addresses with "+" includ...
Derek Allard
1
-1
/
+1
2008-09-13
updated copyright
Rick Ellis
1
-1
/
+1
2008-08-20
Added current_url() and uri_string() functions to the URL helper
Rick Ellis
1
-2
/
+40
2008-05-13
Some sweeping syntax changes for consistency:
Derek Jones
1
-20
/
+20
2008-05-11
Removed closing PHP tags, replaced with a comment block identifying the end o...
Derek Jones
1
-1
/
+3
2008-05-11
Undoing change committed in r1115
Derek Jones
1
-0
/
+1
2008-05-11
removed closing PHP tag from all framework files
Derek Jones
1
-1
/
+0
2008-05-07
removed default title= attribute from anchor() in URL Helper
Derek Jones
1
-5
/
+1
2008-05-05
Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th...
Derek Allard
1
-5
/
+5
2008-04-27
Added the ability to include an optional HTTP Response Code in the redirect()...
Derek Allard
1
-2
/
+4
2008-03-06
Modified img() in the HTML Helper to remove an unneeded space.
Derek Allard
1
-1
/
+1
[next]