1. c3a4a8d Whitespace cleanup in db classes by Pascal Kriete · 14 years ago
  2. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  3. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  4. a58ecae Name can be omiitted from ->dbforge->modify_column()'s 2nd param if you aren't changing the name. by Phil Sturgeon · 14 years ago
  5. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  6. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  7. 30b35eb whitespace by Derek Jones · 15 years ago
  8. 7f3719f updated copyrights by Derek Jones · 15 years ago
  9. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  10. 8a54ef2 Altered modify_column and add_column to loop through multiple fields rather than returning after first field. by Robin Sowell · 16 years ago
  11. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  12. 5952359 Fixed a number of bug reports related to table/db names not being escaped or prefixed correctly. by Rick Ellis · 16 years ago
  13. 2cad6e9 There was a call to $this->input->_remove_invisible_characters($str); It should have been: $this->input->CI->_remove_invisible_characters($str); by Rick Ellis · 16 years ago
  14. ff73401 Did a little clean up. Nothing that affected functionality by Rick Ellis · 16 years ago
  15. 37b3ecf updated copyright by Rick Ellis · 16 years ago
  16. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  17. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  18. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  19. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  20. 7f30981 Fixed a bug in DB Forge, when inserting an id field (#3456). by Derek Allard · 17 years ago
  21. 2385d30 Added rename_table() into DBForge. by Derek Allard · 17 years ago
  22. 1564813 changes for enhanced database compatibility by Derek Allard · 17 years ago
  23. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  24. df26442 added dbprefix to dbforge functions by Derek Allard · 17 years ago
  25. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  26. 39b622d Many new Active Record functions, and another whack of stuff by Derek Allard · 17 years ago