1. db529ca Remove unnecessary defined('ENVIRONMENT') checks by Andrey Andreev · 12 years ago
  2. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  3. 53b8ef5 Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley helpers by Andrey Andreev · 12 years ago
  4. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  5. 6a64f85 Fix issue #1712 by Andrey Andreev · 12 years ago
  6. acedd2b Adding a common stringify_attributes function for dealing with attributes through out various helpers. by Eric Barnes · 12 years ago
  7. 62ab8b2 Adding optional attributes as array or object for html helper by Eric Barnes · 12 years ago
  8. 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
  9. 773ccc3 Replaced `==` with `===` and `!=` with `!==` in /system/helpers by Alex Bilbie · 13 years ago
  10. ae31eb5 Clean up the helpers by Andrey Andreev · 13 years ago
  11. 01b129a Fix docblocks A-H by Timothy Warren · 13 years ago
  12. 2046b1a Remove access description lines and cleanup the html helper by Andrey Andreev · 13 years ago
  13. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  14. 1e6b72c Improve html, inflector & language helpers by Andrey Andreev · 13 years ago
  15. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  16. d96f882 Revert "Abstracting the loading of files in the config directory depending on environments." by Greg Aker · 13 years ago
  17. 5c1aa63 Abstracting the loading of files in the config directory depending on environments. by Greg Aker · 13 years ago
  18. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  19. 365940a newline character ending for link_tag() function result by MrHyde · 13 years ago
  20. 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
  21. 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
  22. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  23. 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
  24. 826429c Added an optional third parameter to heading() which allows adding html attributes to the rendered heading tag. by Greg Aker · 14 years ago
  25. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  26. fdd5b11 Fixed logic and removed the error supressing by Eric Barnes · 14 years ago
  27. 9280834 Fixed coding to match standards from previous releases by Eric Barnes · 14 years ago
  28. 0ea0414 load config files from environment specific locations in core classes, helpers and libraries by bubbafoley · 14 years ago
  29. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  30. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  31. 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
  32. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  33. a0905f3 img() will now generate an empty string as an alt attribute if one is not provided. by Derek Allard · 15 years ago
  34. 4e8d66a code comment typo fix by Derek Allard · 15 years ago
  35. 7f3719f updated copyrights by Derek Jones · 15 years ago
  36. 292dcd8 removed some trivial spaces from output by Derek Allard · 15 years ago
  37. 76763bb removed some trivial spaces from output by Derek Allard · 15 years ago
  38. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  39. 93bddd1 doctype helper default value was missing a "1". by Derek Allard · 16 years ago
  40. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  41. 85e65f6 Propset eol-style to CRLF by Derek Jones · 16 years ago
  42. d3fc76f Added a doctype() function to the HTML helper. by Derek Allard · 16 years ago
  43. f63b9f2 Improved meta function by Rick Ellis · 16 years ago
  44. dd1e323 updated copyright by Rick Ellis · 16 years ago
  45. 8b5d42b removing stray quotes by Derek Allard · 17 years ago
  46. c507418 Removed added newlines ("\n") from most form and html helper functions. by Derek Allard · 17 years ago
  47. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  48. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  49. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  50. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  51. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  52. 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
  53. 37fb01b Modified img() in the HTML Helper to remove an unneeded space. by Derek Allard · 17 years ago
  54. f653a2f added img() to HTML helper by Derek Allard · 17 years ago
  55. 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
  56. 165da61 added stylesheet() to html helper by Derek Allard · 17 years ago
  57. 432e973 Added link() to the HTML helper. by Derek Allard · 17 years ago
  58. 269b942 added ability to "extend" helpers by Derek Jones · 17 years ago
  59. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  60. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  61. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  62. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  63. 40d299e by admin · 18 years ago
  64. 27e4e6e by admin · 18 years ago
  65. e334c47 by admin · 18 years ago
  66. b0dd10f Initial Import by admin · 18 years ago