1. 4dab9f8 Merge pull request #5391 from mehdibo/fix/url-helper by Andrey Andreev · 7 years ago
  2. cce6bd1 [ci skip] Merge pull request #5376 from jim-parry/copyright-update by Andrey Andreev · 7 years ago
  3. 8c9e510 Fix #5331 by Andrey Andreev · 7 years ago
  4. 00b050a [ci skip] Revert file permission change from PR #5278 by Andrey Andreev · 7 years ago
  5. d13babc Merge pull request #5278 from Uekawa/auto_link by Andrey Andreev · 7 years ago
  6. da60e9b Update copyright data to 2017 by Master Yoda · 8 years ago
  7. 1924e87 [ci skip] Update ellislab.com links to https too by Andrey Andreev · 9 years ago
  8. bd202c9 [ci skip] Update codeigniter.com links to https by Andrey Andreev · 9 years ago
  9. 125ef47 [ci skip] Bump year to 2016 by Andrey Andreev · 9 years ago
  10. 28c8305 Add check for PCRE UTF-8 support by dimonneon · 9 years ago
  11. 32bdf1c Add unicode support in url_title function by dimonneon · 9 years ago
  12. 9409a2a Fix typo in url_title function description. by Michael Foss · 9 years ago
  13. c14aa9b Close #3761 by Andrey Andreev · 10 years ago
  14. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  15. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  16. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  17. dc5fe5a Last empty line remove by Mian Saleem · 10 years ago
  18. fc88a5f Update url_helper.php by Mian Saleem · 10 years ago
  19. a3f13b7 anchor popup attribute missing by Mian Saleem · 10 years ago
  20. 5286ef0 Fix #3131 by Andrey Andreev · 10 years ago
  21. ea41c8a Don't use error suppression on realpath() + style adjustments by Andrey Andreev · 11 years ago
  22. cfaf8c4 [ci skip] Don't use output buffering in URL helper safe_mailto() by Andrey Andreev · 11 years ago
  23. 871754a 2013 > 2014 by darwinel · 11 years ago
  24. a0a73c9 Add HTTP response code 307 support in URL helper redirect() by Andrey Andreev · 11 years ago
  25. 4ea76cc Fix 2 errors caused by recent commits by Andrey Andreev · 11 years ago
  26. 119d8a7 Optimize get_instance() calls/assignments by Andrey Andreev · 11 years ago
  27. 4c07fce Implement $protocol parameter in Config base_url() and site_url() methods by vlakoff · 11 years ago
  28. 1f061c2 Micro-optimization on base_url() & site_url() by Andrey Andreev · 11 years ago
  29. 56c8ca6 Add that parameter for real :) by Andrey Andreev · 11 years ago
  30. 2023c3d Add an optional parameter to URL helpers base_url() and site_url() (supersedes #2535) by Andrey Andreev · 11 years ago
  31. 606fee0 Fix auto_link() for the Nth time by Andrey Andreev · 12 years ago
  32. 4de1198 Adjust regex. by Eric Roberts · 12 years ago
  33. 32a28f5 Remove whitespace from empty lines. by Eric Roberts · 12 years ago
  34. 8093bd7 Fix and optimize auto_link() URL helper function. by Eric Roberts · 12 years ago
  35. e9eb64f Fix issues #2160, #2161 by Andrey Andreev · 12 years ago
  36. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  37. 16800e4 While most of CodeIgniter supports protocol-relative URLs, a few URL helpers do not. by Aaron Adams · 12 years ago
  38. 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
  39. 08f0f8b Polish docs for URL and XML helpers and deprecate obsolete options for String helper random_string() and URL helper url_title() by Andrey Andreev · 12 years ago
  40. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  41. e474258 Add missing delimiter in preg_quote() occurences (fix #1929) by Andrey Andreev · 12 years ago
  42. 929e124 Manually apply an improved version of PR #1797 (auto_link() URL helper) by Andrey Andreev · 12 years ago
  43. aab26a1 Better server test in redirect() of URL helper by vlakoff · 12 years ago
  44. acedd2b Adding a common stringify_attributes function for dealing with attributes through out various helpers. by Eric Barnes · 12 years ago
  45. 2fce2a9 URL Helper redirect() to utilize HTTP/1.1 response code 303 See Other by Andrey Andreev · 12 years ago
  46. 81c3208 anchor_popup() improvements by Andrey Andreev · 12 years ago
  47. f0a8410 Fix two anchor_popup() issues by Andrey Andreev · 12 years ago
  48. 773ccc3 Replaced `==` with `===` and `!=` with `!==` in /system/helpers by Alex Bilbie · 12 years ago
  49. e8e0903 Merge upstream by Timothy Warren · 13 years ago
  50. ae31eb5 Clean up the helpers by Andrey Andreev · 13 years ago
  51. b75faa1 Fix rest of the helpers by Timothy Warren · 13 years ago
  52. 1222087 Remove access description lines and cleanup the url helper by Andrey Andreev · 13 years ago
  53. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  54. a2bd363 Updated with 2.1-stable. by Phil Sturgeon · 13 years ago
  55. 1a69710 Allow developers to use any string as a separator, not just dashes or underscores. by tubalmartin · 13 years ago
  56. 3edd88e An even better url_title helper. Tests: http://codepad.org/tuJgvkyN by tubalmartin · 13 years ago
  57. debcc36 Improve typography, url & xml helpers by Andrey Andreev · 13 years ago
  58. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  59. 793cc2b auto_link() learned to recognize more URLs by has2k1 · 13 years ago
  60. 50e5dbb Adding auto-detection of best redirect method in url_helper. by Brandon Jones · 13 years ago
  61. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  62. a6aa8be Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  63. f318950 Changed doc block options. Fixes #100 by Eric Barnes · 13 years ago
  64. a01877c Merge branch 'develop' of https://github.com/waldmeister/codeigniter-reactor into develop by Phil Sturgeon · 13 years ago
  65. 75bc58b Fixed problem with needless seperator at begin/end of string by David Behler · 13 years ago
  66. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 13 years ago
  67. 8f371a4 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 13 years ago
  68. 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 13 years ago
  69. b2e728f Merged base_url changes. by philsturgeon · 13 years ago
  70. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  71. d09c51a Made config->base_url() accept parameters. config->base_url($uri). Updated base_url() in url_helper accordingly. by anaxamaxan@blackdog.local · 14 years ago
  72. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  73. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  74. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  75. d2167a0 Fixed a bug in the URL Helper where prep_url() could cause a PHP error on PHP versions < 5.1.2. by Robin Sowell · 14 years ago
  76. d265871 expanded philsturgeon's bugfix to parse_url() and updated docs and changelog by Derek Jones · 15 years ago
  77. 726c8eb prep_url() will now not append http:// to string if a protocol is already used. That would really mess up itunes://, spotify://, telnet://, etc. by Phil Sturgeon · 15 years ago
  78. 7f3719f updated copyrights by Derek Jones · 15 years ago
  79. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  80. 0b2145f Added trailing periods as characters to be removed in url_title() by Derek Jones · 16 years ago
  81. 534be03 changed redirect() to only force site_url() when the supplied URL doesn't start with an http protocol, allowing you to use the helper for external URLs. by Derek Jones · 16 years ago
  82. 3355910 replaced all sizeof() in favor of count() - aliases are teh sux0r by Derek Jones · 16 years ago
  83. 40a2fc8 added $lowercase parameter to url_title() to allow forced lowercase by Derek Jones · 16 years ago
  84. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  85. 42597a1 Added support for arbitrary attributes in anchor_popup() of the URL helper. by Derek Allard · 16 years ago
  86. fd27570 modifications to url_title() by Derek Jones · 16 years ago
  87. dbc9e15 Altered auto_link() in the URL helper so that email addresses with "+" included will be linked. by Derek Allard · 16 years ago
  88. dd1e323 updated copyright by Rick Ellis · 16 years ago
  89. 9e2c04c Added current_url() and uri_string() functions to the URL helper by Rick Ellis · 16 years ago
  90. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  91. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  92. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  93. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  94. cd6f9cd removed default title= attribute from anchor() in URL Helper by Derek Jones · 17 years ago
  95. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  96. 05f830c Added the ability to include an optional HTTP Response Code in the redirect() function of the URL Helper. by Derek Allard · 17 years ago
  97. 37fb01b Modified img() in the HTML Helper to remove an unneeded space. by Derek Allard · 17 years ago
  98. 269b942 added ability to "extend" helpers by Derek Jones · 17 years ago
  99. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  100. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago