1. 56aff8b Modified repo from mercurial to git on User Guide by purwandi · 13 years ago
  2. f2bae2c Corrected 2.0.3 to 2.1.0. by Phil Sturgeon · 13 years ago
  3. f7149f2 Added upgrade guide for 2.1.0. by Phil Sturgeon · 13 years ago
  4. 7fdfd21 Added link: "Upgrading from 2.0.3 to 2.1.0" by mmestrovic · 13 years ago
  5. 33d0502 Removing duplicate instructions in the 2.0.3 update instructions. by Greg Aker · 13 years ago
  6. 0a4fe31 Updated download links for current and older versions. by mmestrovic · 13 years ago
  7. 9c63d0b Bumped CodeIgniter version to 2.1.0. by Phil Sturgeon · 13 years ago
  8. b8c038a updated version number in user guide, removed some stray merge markers found in the change log by Derek Jones · 13 years ago
  9. 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
  10. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  11. e5c8812 Fixing download links for reactor -- thanks kenjis for the patch by Greg Aker · 14 years ago
  12. 50671cf Altered Session to use a longer match against the user_agent string. See upgrade notes if using database sessions.</li by Greg Aker · 14 years ago
  13. 882b76b Fixed a bug (Reactor #231) where Sessions Library database table example SQL did not contain an index on last_activity. See <a href="installation/upgrade_203.html">Upgrade Notes</a> by Greg Aker · 14 years ago
  14. 4488538 Removed APPPATH.'third_party' from the packages autoloader to negate needless file stats if no packages exist or if the developer does not load any other packages by default. by Greg Aker · 14 years ago
  15. 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
  16. 1f6f0ab Fixing a bug in the form_helper where csrf_token_name and csrf_hash were referencing class properties in the Security class that were moved. by Greg Aker · 14 years ago
  17. fe9ac94 And now properly prepped for 2.0.2, sigh by Pascal Kriete · 14 years ago
  18. 1f62229 Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1 by Pascal Kriete · 14 years ago
  19. 3bddc95 Adding a note about security to the upgrade docs by Pascal Kriete · 14 years ago
  20. 02d676b Missed tiny change from last commit. by Phil Sturgeon · 14 years ago
  21. c22b9b9 Added form_helper form_open() behaviour change to upgrade guide. by Phil Sturgeon · 14 years ago
  22. 65f6ad4 Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor by Phil Sturgeon · 14 years ago
  23. 0e3263b Updated version number in User Guide html. by Phil Sturgeon · 14 years ago
  24. e8f5890 Added full docs for new ENVIRONMENT constant. by katzgrau · 14 years ago
  25. 0938059 Added 2.0.1 upgrade guide and changed the constants ready. by Phil Sturgeon · 14 years ago
  26. 5d990f9 Changed the downloads to be 2.0.0 - Fixes #47 by Eric Barnes · 14 years ago
  27. 700205a updating copyrights to 2011 by Derek Jones · 14 years ago
  28. e79d41a Userguide tweaks to show proper PHP 5 examples and removing the compat helper from the menu. by Pascal Kriete · 14 years ago
  29. 64b44a2 Fix #48 linking CI 2.x upgrade notes. Also including an instruction to extend CI_ classes. by Greg Aker · 14 years ago
  30. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  31. 09c7793 Significant changes to the Encryption library by Derek Jones · 14 years ago
  32. 8d027fa fixed missing </p> in guide by Derek Allard · 15 years ago
  33. 34312bb added a file to be replaced when updating from 1.71 to 1.72 by Derek Allard · 15 years ago
  34. d6d70e3 fixed casing of EllisLab by Derek Jones · 15 years ago
  35. 3181ae2 updated docs to encourage installation of application and system folders above web root by Derek Jones · 15 years ago
  36. f0b3994 moved application folder outside of the system folder by Derek Jones · 15 years ago
  37. b79de30 Fix #2 -- extra </a> on docs page by Greg Aker · 15 years ago
  38. 5c18088 switching svn info on download page to hg by Derek Jones · 15 years ago
  39. c6da503 completely removed Plugins from CodeIgniter by Derek Jones · 15 years ago
  40. 8917af7 changing docs refs to future release 2.0.0 by Derek Jones · 15 years ago
  41. 5192e5c missed one by Derek Allard · 15 years ago
  42. 76d0baf documented move of svn by Derek Allard · 15 years ago
  43. 7f3719f updated copyrights by Derek Jones · 15 years ago
  44. 788b00f non-backwards compatible change to get_dir_file_info() for performance reasons, as well as fixing recursive bug by Derek Jones · 15 years ago
  45. 31f424a by Derek Allard · 15 years ago
  46. bbedc76 prep for 1.7.2 release by Derek Jones · 15 years ago
  47. f6b442b add 404 headers to show_404() proper instead of in the error_404.php template by Derek Jones · 16 years ago
  48. 58b3399 fixed a path in upgrading docs by Derek Allard · 16 years ago
  49. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  50. 733310d Prep for 1.7.1 release by Derek Jones · 16 years ago
  51. 7b49203 fix broken link to getting started page by Derek Allard · 16 years ago
  52. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  53. 5c2fba5 fixed the version numbers in the download by Derek Jones · 16 years ago
  54. 7a2b28c by Rick Ellis · 16 years ago
  55. 69db8ef Fixed incorrect parenthesis in form_open() function. (#5135) by Derek Allard · 16 years ago
  56. e0fc57b removed random invisible character (ASCII 194) from HTML and PHP files by Derek Jones · 16 years ago
  57. b485508 File not needed by Rick Ellis · 16 years ago
  58. 2594953 Added Form Validation Library and updated docs by Rick Ellis · 16 years ago
  59. 7cdef03 Made a Loader changes so that the new validation class will work. by Rick Ellis · 16 years ago
  60. 928c55c further whitespace fixes by Derek Allard · 16 years ago
  61. 228d21e by Rick Ellis · 16 years ago
  62. 923c64e by Rick Ellis · 16 years ago
  63. c169fdc fixed a series of "next" and "previous" topic links that pointed to the wrong pages. by Derek Allard · 17 years ago
  64. 9891990 upgrade instructions by Derek Allard · 17 years ago
  65. 1ca3fc4 changed user guide version to 1.6.3 by Derek Jones · 17 years ago
  66. ff845f9 changed your-site.com to example.com doc-wide by Derek Jones · 17 years ago
  67. 49ccc23 guide linking to wrong pages fix by Derek Allard · 17 years ago
  68. 8039d4c Charset information in the userguide has been moved above title for internationalization purposes (#4614) by Derek Allard · 17 years ago
  69. 859407f path fix by Derek Allard · 17 years ago
  70. b2a386d added upgrade page for 1.6.2 to links in upgrading.html instructions by Derek Jones · 17 years ago
  71. 272f25f prep download page in user guide for new version by Derek Jones · 17 years ago
  72. 459a8b8 added a note about replacing the mimes.php file by Derek Allard · 17 years ago
  73. 6b7b11f updated version number in user guide to 1.6.2 by Derek Jones · 17 years ago
  74. fd93d22 Flipped user guide page titles for easier recognition in tabs: by Derek Jones · 17 years ago
  75. 3ad8efe added constants.php file and implemented constants for file system modes by Derek Jones · 17 years ago
  76. 9c4280b added hashing to prevent client side data tampering to sessions by Derek Allard · 17 years ago
  77. 973b884 prep for 1.6.1 release by Derek Jones · 17 years ago
  78. 54693d5 fixed version number in title of upgrade_161.html by Derek Jones · 17 years ago
  79. 0787043 Added Path Helper to table of contents and updated copyright dates for all user guide pages by Derek Jones · 17 years ago
  80. fe9e919 final change 1.6.0.1 back to 1.6.1 as we go with a full point update. by Derek Allard · 17 years ago
  81. 197d10b by Derek Allard · 17 years ago
  82. 26b63aa change 1.6.1 to 1.6.0.1 by Derek Allard · 17 years ago
  83. 067f2cc change version number from 1.6.0 to 1.6.1 by Derek Allard · 17 years ago
  84. 5871011 added autoload of models to update instructions by Derek Allard · 17 years ago
  85. 2fb424d updated download links by Derek Jones · 17 years ago
  86. eabae51 changed a 1.5.3 reference to 1.5.4 by Derek Allard · 17 years ago
  87. 75d568d removed 'active_r' db config variable, replaced with global $active_record setting. (bug report #1834) by Derek Jones · 17 years ago
  88. 5390140 changed upgrade <title> to 1.6.0 by Derek Allard · 17 years ago
  89. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  90. afd99ac Added attributes into <html> of userguide for valid html. by Derek Allard · 17 years ago
  91. ca06da4 guide fixes, remove 1.5.5 update file by Derek Allard · 17 years ago
  92. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  93. cdf6a5f added link to upgrading guide by Derek Allard · 17 years ago
  94. dd4fe95 modified download links to work with new location by Derek Jones · 17 years ago
  95. 39b622d Many new Active Record functions, and another whack of stuff by Derek Allard · 17 years ago
  96. b341237 Moved part of the userguide menu javascript to an external file. by Derek Allard · 17 years ago
  97. 428e964 Added Flashdata variables, session_id regeneration and configurable session update times to the Session class by Derek Allard · 17 years ago
  98. 404e35d added more descriptive titles to all user manual pages by Derek Allard · 17 years ago
  99. 9a6e40f corrected version numbers by Derek Allard · 18 years ago
  100. 01864da by Rick Ellis · 18 years ago