1. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  2. bf8d68a Duplicate this->db->insert_batch in documentation. Fixes #202 by Eric Barnes · 14 years ago
  3. 6ae70cc modified MySQL and MySQLi drivers to address a potential SQL injection attack vector when multi-byte character set connections are employed. (Does not impact Latin-1, UTF-8, etc. encodings) by Derek Jones · 14 years ago
  4. 1f62229 Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1 by Pascal Kriete · 14 years ago
  5. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  6. 74089b2 Fixed wording when inserting object via active record. Fixes: #143 by Eric Barnes · 14 years ago
  7. 0e3263b Updated version number in User Guide html. by Phil Sturgeon · 14 years ago
  8. e8b8d68 Added documentation for DB active record insert_batch(); by Phil Sturgeon · 14 years ago
  9. feba2de Whitespace tweaks to put code examples in line with our guidelines by Pascal Kriete · 14 years ago
  10. 58e8caf Added documentation for changes to DB_result by John Crepezzi · 14 years ago
  11. 5fd0267 Added a better explanation for the 'autoinit' db option. Side note: should that really be true by default? by katzgrau · 14 years ago
  12. d88b315 Merged recent changes and tweaked multi-env changes. by Phil Sturgeon · 14 years ago
  13. c7f2bd2 The db utility had the wrong code example for database_exists(). Fixes #26 by Eric Barnes · 14 years ago
  14. 700205a updating copyrights to 2011 by Derek Jones · 14 years ago
  15. 42aa95b Added documentation for environments by joelcox · 14 years ago
  16. f85a4b8 Updating references to deprecated functions in the active record documentation by Derek Allard · 14 years ago
  17. 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
  18. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  19. 88f8d9f Removing the following deprecated database methods: orwhere, orlike, groupby, orhaving, orderby, getwhere. by Greg Aker · 14 years ago
  20. 7770fde typo fix by Derek Allard · 15 years ago
  21. 127a1d9 example clarification by Derek Allard · 15 years ago
  22. f597dd1 fixed a missing </li> in guide by Derek Allard · 15 years ago
  23. 7c708ca Fixed an example typo by Derek Allard · 15 years ago
  24. d6d70e3 fixed casing of EllisLab by Derek Jones · 15 years ago
  25. ad1171a added swap_pre, autoinit, and stricton database configuration explanations by Derek Jones · 15 years ago
  26. 8917af7 changing docs refs to future release 2.0.0 by Derek Jones · 15 years ago
  27. dd58ff6 note on case sensitivity in database_exists() by Derek Allard · 15 years ago
  28. e7f0325 database exists function in dbutil by Derek Allard · 15 years ago
  29. 04eb070 Documentd db->close() by Derek Allard · 15 years ago
  30. 7f3719f updated copyrights by Derek Jones · 15 years ago
  31. 25f3ce3 wording clarification by Derek Allard · 15 years ago
  32. bbedc76 prep for 1.7.2 release by Derek Jones · 15 years ago
  33. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  34. 87cbafc added reconnect() method to db drivers by Derek Jones · 16 years ago
  35. e4ed583 added LIKE condition escaping to all drivers and Active Record by Derek Jones · 16 years ago
  36. 733310d Prep for 1.7.1 release by Derek Jones · 16 years ago
  37. b75734e grammer ... um, grammar... fix. by Derek Allard · 16 years ago
  38. 5894464 AR was documented as being off by default, corrected this. by Derek Allard · 16 years ago
  39. 3f45bbd fixed a broken link, fixed a typo by Derek Allard · 16 years ago
  40. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  41. 4f488df odcc to odbc by Derek Allard · 16 years ago
  42. 9ba2189 Improved connection info by Rick Ellis · 16 years ago
  43. d9f73db by Rick Ellis · 16 years ago
  44. 12abaeb by Rick Ellis · 16 years ago
  45. a7cf027 postgre to postgres in a few documentation pages by Derek Allard · 16 years ago
  46. e0fc57b removed random invisible character (ASCII 194) from HTML and PHP files by Derek Jones · 16 years ago
  47. 0134ca4 fixed incorrect example SQL output example by Derek Allard · 16 years ago
  48. cb36e34 grammar changes by Derek Allard · 16 years ago
  49. 2594953 Added Form Validation Library and updated docs by Rick Ellis · 16 years ago
  50. 7cdef03 Made a Loader changes so that the new validation class will work. by Rick Ellis · 16 years ago
  51. 928c55c further whitespace fixes by Derek Allard · 16 years ago
  52. e3b8749 quotes to an example in DBforge by Derek Allard · 16 years ago
  53. c169fdc fixed a series of "next" and "previous" topic links that pointed to the wrong pages. by Derek Allard · 17 years ago
  54. 8516a37 guide typo by Derek Allard · 17 years ago
  55. 1ca3fc4 changed user guide version to 1.6.3 by Derek Jones · 17 years ago
  56. ff845f9 changed your-site.com to example.com doc-wide by Derek Jones · 17 years ago
  57. 7f4d2f1 fix up where_in examples by Derek Allard · 17 years ago
  58. 48d8388 added some missing ; to examples by Derek Allard · 17 years ago
  59. 810d501 userguide typo fix by Derek Allard · 17 years ago
  60. a5481ac added a missing word by Derek Allard · 17 years ago
  61. 8039d4c Charset information in the userguide has been moved above title for internationalization purposes (#4614) by Derek Allard · 17 years ago
  62. bd44009 made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify multi-column non-primary keys in table creation by Derek Jones · 17 years ago
  63. 15572d4 example touch up by Derek Allard · 17 years ago
  64. 97bc010 fixed bug #3419 where the 'database' setting for DSN connections was using the host portion of the URL instead of the path. by Derek Jones · 17 years ago
  65. 2d2b2b9 by Rick Ellis · 17 years ago
  66. 6b7b11f updated version number in user guide to 1.6.2 by Derek Jones · 17 years ago
  67. fd93d22 Flipped user guide page titles for easier recognition in tabs: by Derek Jones · 17 years ago
  68. 75eedf5 A field fields were incorrectly commented, and or examples invalid. by Derek Allard · 17 years ago
  69. 3af44c0 doc typos / fixes by Derek Allard · 17 years ago
  70. 2385d30 Added rename_table() into DBForge. by Derek Allard · 17 years ago
  71. 16629b1 Fixed a bug that wasn't allowing escaping to be turned off if the value of a query was NULL. by Derek Allard · 17 years ago
  72. e808aac Added the ability to prevent escaping in having() clauses. by Derek Allard · 17 years ago
  73. 0bb0e50 typo by Derek Allard · 17 years ago
  74. 44bd10f userguide note, corrections and omissions by Derek Allard · 17 years ago
  75. 8597ca7 doc typos and fixes by Derek Allard · 17 years ago
  76. 0ce2755 html fixes by Derek Allard · 17 years ago
  77. c892b75 fix an example by Derek Allard · 17 years ago
  78. adf5b45 source fixes by Derek Allard · 17 years ago
  79. ea90622 typos by Derek Allard · 17 years ago
  80. 735ae13 typo by Derek Allard · 17 years ago
  81. 25b24d2 added missing DB config items from sample array in connecting documentation by Derek Jones · 17 years ago
  82. af368e1 fixed typo in sample code for protecting identifiers by Derek Jones · 17 years ago
  83. 0787043 Added Path Helper to table of contents and updated copyright dates for all user guide pages by Derek Jones · 17 years ago
  84. 197d10b by Derek Allard · 17 years ago
  85. 26b63aa change 1.6.1 to 1.6.0.1 by Derek Allard · 17 years ago
  86. 1a0929a fixed an unneeded "if" call that prevented AR caching in some cases by Derek Allard · 17 years ago
  87. 3e28887 typos by Derek Allard · 17 years ago
  88. a85910c Orcacle to Oracle by Derek Allard · 17 years ago
  89. c27bf00 minor formatting and typo fix by Derek Allard · 17 years ago
  90. 9b3e7b5 Added and documented Active Record caching. Made AR fully database-prefix aware by Derek Allard · 17 years ago
  91. 067f2cc change version number from 1.6.0 to 1.6.1 by Derek Allard · 17 years ago
  92. dfd027d change of "utility" to "forge" in breadcrumbs by Derek Allard · 17 years ago
  93. b6cd79c change dbutil to dbforge in docs by Derek Allard · 17 years ago
  94. 445694a typo fix, $this->Db to $this->db by Derek Allard · 17 years ago
  95. 75d568d removed 'active_r' db config variable, replaced with global $active_record setting. (bug report #1834) by Derek Jones · 17 years ago
  96. 11c75ea Removed support for db_backup in MySQLi due to incompatible functions. by Derek Allard · 17 years ago
  97. 3faee4a example touch up, added some semicolons by Derek Allard · 17 years ago
  98. 3b11868 Added $this->db->dbprefix() to manually add database prefixes. by Derek Allard · 17 years ago
  99. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  100. afd99ac Added attributes into <html> of userguide for valid html. by Derek Allard · 17 years ago