1. 356bc66 Fix #5044; add unit tests for img() HTML helper by Andrey Andreev · 8 years ago
  2. da60e9b Update copyright data to 2017 by Master Yoda · 8 years ago
  3. 1924e87 [ci skip] Update ellislab.com links to https too by Andrey Andreev · 9 years ago
  4. bd202c9 [ci skip] Update codeigniter.com links to https by Andrey Andreev · 9 years ago
  5. 125ef47 [ci skip] Bump year to 2016 by Andrey Andreev · 9 years ago
  6. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  7. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  8. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  9. 60f78b4 fix wrong if expression in link_tag by Emmanuel Grognet · 11 years ago
  10. d2e3a6f Add support for protocol-relative URLs in HTML helpers img(), link_tag() by Andrey Andreev · 11 years ago
  11. bcb6b8e Check image path is include http:// or https:// by wuwx · 11 years ago
  12. 59f0426 Deprecate HTML helpers nbs(), br() by Andrey Andreev · 11 years ago
  13. ea41c8a Don't use error suppression on realpath() + style adjustments by Andrey Andreev · 11 years ago
  14. 871754a 2013 > 2014 by darwinel · 11 years ago
  15. 119d8a7 Optimize get_instance() calls/assignments by Andrey Andreev · 11 years ago
  16. c5a7c5f [ci skip] Remove some empty lines by Andrey Andreev · 12 years ago
  17. e736f49 Required arg in between optional ones by Rasmus Lerdorf · 12 years ago
  18. 0687911 Replace is_file() with the faster file_exists() (where it makes sense) by Andrey Andreev · 12 years ago
  19. db529ca Remove unnecessary defined('ENVIRONMENT') checks by Andrey Andreev · 12 years ago
  20. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  21. 53b8ef5 Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley helpers by Andrey Andreev · 12 years ago
  22. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  23. 6a64f85 Fix issue #1712 by Andrey Andreev · 12 years ago
  24. acedd2b Adding a common stringify_attributes function for dealing with attributes through out various helpers. by Eric Barnes · 12 years ago
  25. 62ab8b2 Adding optional attributes as array or object for html helper by Eric Barnes · 12 years ago
  26. 8711aeb Comment fix. Html5 is most popular these days and should be added to comment. Also - information that there are more doctypes than specified in comment was not included. by Przemyslaw Tomaszewski · 13 years ago
  27. 773ccc3 Replaced `==` with `===` and `!=` with `!==` in /system/helpers by Alex Bilbie · 13 years ago
  28. ae31eb5 Clean up the helpers by Andrey Andreev · 13 years ago
  29. 01b129a Fix docblocks A-H by Timothy Warren · 13 years ago
  30. 2046b1a Remove access description lines and cleanup the html helper by Andrey Andreev · 13 years ago
  31. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  32. 1e6b72c Improve html, inflector & language helpers by Andrey Andreev · 13 years ago
  33. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  34. d96f882 Revert "Abstracting the loading of files in the config directory depending on environments." by Greg Aker · 13 years ago
  35. 5c1aa63 Abstracting the loading of files in the config directory depending on environments. by Greg Aker · 13 years ago
  36. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  37. 365940a newline character ending for link_tag() function result by MrHyde · 13 years ago
  38. b13a0dd Fixed issue #199 - Attributes passed as string does not include a space between it and the opening tag. by Eric Barnes · 14 years ago
  39. 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  40. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  41. 3a74665 Removing internal references to the EXT constant. Additionally, marked the constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. by Greg Aker · 14 years ago
  42. 826429c Added an optional third parameter to heading() which allows adding html attributes to the rendered heading tag. by Greg Aker · 14 years ago
  43. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  44. fdd5b11 Fixed logic and removed the error supressing by Eric Barnes · 14 years ago
  45. 9280834 Fixed coding to match standards from previous releases by Eric Barnes · 14 years ago
  46. 0ea0414 load config files from environment specific locations in core classes, helpers and libraries by bubbafoley · 14 years ago
  47. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  48. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  49. f7d162a Fix #95 bug in the html helper where too much white space was rendered between the src and alt tags in the img() function. by Greg Aker · 14 years ago
  50. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  51. a0905f3 img() will now generate an empty string as an alt attribute if one is not provided. by Derek Allard · 15 years ago
  52. 4e8d66a code comment typo fix by Derek Allard · 15 years ago
  53. 7f3719f updated copyrights by Derek Jones · 15 years ago
  54. 292dcd8 removed some trivial spaces from output by Derek Allard · 15 years ago
  55. 76763bb removed some trivial spaces from output by Derek Allard · 15 years ago
  56. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  57. 93bddd1 doctype helper default value was missing a "1". by Derek Allard · 16 years ago
  58. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  59. 85e65f6 Propset eol-style to CRLF by Derek Jones · 16 years ago
  60. d3fc76f Added a doctype() function to the HTML helper. by Derek Allard · 16 years ago
  61. f63b9f2 Improved meta function by Rick Ellis · 16 years ago
  62. dd1e323 updated copyright by Rick Ellis · 16 years ago
  63. 8b5d42b removing stray quotes by Derek Allard · 17 years ago
  64. c507418 Removed added newlines ("\n") from most form and html helper functions. by Derek Allard · 17 years ago
  65. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  66. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  67. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  68. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  69. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  70. 2ec3a5e Fixed a bug in link_tag() of the URL helper where a key was passed instead of a value. by Derek Allard · 17 years ago
  71. 37fb01b Modified img() in the HTML Helper to remove an unneeded space. by Derek Allard · 17 years ago
  72. f653a2f added img() to HTML helper by Derek Allard · 17 years ago
  73. 0684897 remove stylesheet() so as not to overly pollute function names, rename link() to link_tag() to avoid PHP collision. by Derek Allard · 17 years ago
  74. 165da61 added stylesheet() to html helper by Derek Allard · 17 years ago
  75. 432e973 Added link() to the HTML helper. by Derek Allard · 17 years ago
  76. 269b942 added ability to "extend" helpers by Derek Jones · 17 years ago
  77. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  78. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  79. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  80. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  81. 40d299e by admin · 18 years ago
  82. 27e4e6e by admin · 18 years ago
  83. e334c47 by admin · 18 years ago
  84. b0dd10f Initial Import by admin · 18 years ago