1. c576995 [ci skip] 3.1.10 release by Andrey Andreev · 6 years ago 3.1.10
  2. 8ede1a2 replacing the old HTML user guide with a Sphinx-managed user guide by Derek Jones · 13 years ago
  3. 4d292bd Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  4. d295eea Merge pull request #476 from adrianmacneil/develop by Greg Aker · 13 years ago
  5. 19277f0 Documented third $after_field parameter of dbforge->add_column() by Adrian Macneil · 13 years ago
  6. 4569790 Copied into GitHub from @kenjis 's bitbucket repo.https://bitbucket.org/kenjis/ci-user-guide/changeset/3d579dd14afe by saintnicster · 13 years ago
  7. 57cea51 Miscellaneous fixes by Timothy Warren · 13 years ago
  8. 51a4888 Fixed affected_rows() function, added PDO/postgres note for insert_id() function by Timothy Warren · 13 years ago
  9. 9d9fe16 Added connection information note in documentation by Timothy Warren · 13 years ago
  10. 61bb501 update user guide for replacing 'br/' with 'br /' by Bo-Yi Wu · 13 years ago
  11. 07f8fb3 Forgot an 'and'... by Kyle Farris · 13 years ago
  12. 8c50c8e Documented an un-documented feature, the 'enclosures' parameter, to the documentation for DB Util's result_to_csv() method. by Kyle Farris · 13 years ago
  13. 40d1a76 Fixed incorrectly named variables in the documentation. by Phil Sturgeon · 13 years ago
  14. d8f002c Removed some documentation for PHP 4 users in the active record documentation. by Iban Eguia · 13 years ago
  15. 5137766 Merge pull request #240 from chonthu/develop by Phil Sturgeon · 13 years ago
  16. 27a883c Fixed more awesome stuff. by Phil Sturgeon · 13 years ago
  17. 24e921a Fixed some stuff. by Phil Sturgeon · 13 years ago
  18. 68d1f4c updated changelog and documentation for active record new 3rd argument option #none# to like clause by Nithin Meppurathu · 13 years ago
  19. e1e828b Merge branch 'release/v2.0.3' into develop by Derek Jones · 13 years ago
  20. b8c038a updated version number in user guide, removed some stray merge markers found in the change log by Derek Jones · 13 years ago
  21. 5025929 Fixed conflicted changelog. by Phil Sturgeon · 13 years ago
  22. 8a02247 ... set_dbprefix(). Programatically set the prefix, great for multi-site systems that "namespace" with prefixes. by Phil Sturgeon · 13 years ago
  23. d01e4a6 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 13 years ago
  24. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 13 years ago
  25. 8f371a4 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 13 years ago
  26. 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 13 years ago
  27. 3b9f88d modified the 'use_set_names' variable in the MySQL/i drivers to be a class property instead of static, in case multiple database servers are connected to in a single request. Also clarified description of the 'dbcollat' setting in the configuration files by Derek Jones · 14 years ago
  28. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  29. bf8d68a Duplicate this->db->insert_batch in documentation. Fixes #202 by Eric Barnes · 14 years ago
  30. 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
  31. 55e9d6b update Prev/Next Topic link on user_guide/database/utilities.html by kenjis · 14 years ago
  32. e7bdd22 update Prev/Next Topic link on user_guide/database/index.html by kenjis · 14 years ago
  33. 1f62229 Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1 by Pascal Kriete · 14 years ago
  34. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  35. 74089b2 Fixed wording when inserting object via active record. Fixes: #143 by Eric Barnes · 14 years ago
  36. 0e3263b Updated version number in User Guide html. by Phil Sturgeon · 14 years ago
  37. e8b8d68 Added documentation for DB active record insert_batch(); by Phil Sturgeon · 14 years ago
  38. feba2de Whitespace tweaks to put code examples in line with our guidelines by Pascal Kriete · 14 years ago
  39. 58e8caf Added documentation for changes to DB_result by John Crepezzi · 14 years ago
  40. 5fd0267 Added a better explanation for the 'autoinit' db option. Side note: should that really be true by default? by katzgrau · 14 years ago
  41. d88b315 Merged recent changes and tweaked multi-env changes. by Phil Sturgeon · 14 years ago
  42. c7f2bd2 The db utility had the wrong code example for database_exists(). Fixes #26 by Eric Barnes · 14 years ago
  43. 700205a updating copyrights to 2011 by Derek Jones · 14 years ago
  44. 42aa95b Added documentation for environments by joelcox · 14 years ago
  45. f85a4b8 Updating references to deprecated functions in the active record documentation by Derek Allard · 14 years ago
  46. 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
  47. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  48. 88f8d9f Removing the following deprecated database methods: orwhere, orlike, groupby, orhaving, orderby, getwhere. by Greg Aker · 14 years ago
  49. 7770fde typo fix by Derek Allard · 14 years ago
  50. 127a1d9 example clarification by Derek Allard · 14 years ago
  51. f597dd1 fixed a missing </li> in guide by Derek Allard · 14 years ago
  52. 7c708ca Fixed an example typo by Derek Allard · 14 years ago
  53. d6d70e3 fixed casing of EllisLab by Derek Jones · 15 years ago
  54. ad1171a added swap_pre, autoinit, and stricton database configuration explanations by Derek Jones · 15 years ago
  55. 8917af7 changing docs refs to future release 2.0.0 by Derek Jones · 15 years ago
  56. dd58ff6 note on case sensitivity in database_exists() by Derek Allard · 15 years ago
  57. e7f0325 database exists function in dbutil by Derek Allard · 15 years ago
  58. 04eb070 Documentd db->close() by Derek Allard · 15 years ago
  59. 7f3719f updated copyrights by Derek Jones · 15 years ago
  60. 25f3ce3 wording clarification by Derek Allard · 15 years ago
  61. bbedc76 prep for 1.7.2 release by Derek Jones · 15 years ago
  62. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  63. 87cbafc added reconnect() method to db drivers by Derek Jones · 16 years ago
  64. e4ed583 added LIKE condition escaping to all drivers and Active Record by Derek Jones · 16 years ago
  65. 733310d Prep for 1.7.1 release by Derek Jones · 16 years ago
  66. b75734e grammer ... um, grammar... fix. by Derek Allard · 16 years ago
  67. 5894464 AR was documented as being off by default, corrected this. by Derek Allard · 16 years ago
  68. 3f45bbd fixed a broken link, fixed a typo by Derek Allard · 16 years ago
  69. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  70. 4f488df odcc to odbc by Derek Allard · 16 years ago
  71. 9ba2189 Improved connection info by Rick Ellis · 16 years ago
  72. d9f73db by Rick Ellis · 16 years ago
  73. 12abaeb by Rick Ellis · 16 years ago
  74. a7cf027 postgre to postgres in a few documentation pages by Derek Allard · 16 years ago
  75. e0fc57b removed random invisible character (ASCII 194) from HTML and PHP files by Derek Jones · 16 years ago
  76. 0134ca4 fixed incorrect example SQL output example by Derek Allard · 16 years ago
  77. cb36e34 grammar changes by Derek Allard · 16 years ago
  78. 2594953 Added Form Validation Library and updated docs by Rick Ellis · 16 years ago
  79. 7cdef03 Made a Loader changes so that the new validation class will work. by Rick Ellis · 16 years ago
  80. 928c55c further whitespace fixes by Derek Allard · 16 years ago
  81. e3b8749 quotes to an example in DBforge by Derek Allard · 16 years ago
  82. c169fdc fixed a series of "next" and "previous" topic links that pointed to the wrong pages. by Derek Allard · 16 years ago
  83. 8516a37 guide typo by Derek Allard · 16 years ago
  84. 1ca3fc4 changed user guide version to 1.6.3 by Derek Jones · 16 years ago
  85. ff845f9 changed your-site.com to example.com doc-wide by Derek Jones · 16 years ago
  86. 7f4d2f1 fix up where_in examples by Derek Allard · 16 years ago
  87. 48d8388 added some missing ; to examples by Derek Allard · 16 years ago
  88. 810d501 userguide typo fix by Derek Allard · 16 years ago
  89. a5481ac added a missing word by Derek Allard · 16 years ago
  90. 8039d4c Charset information in the userguide has been moved above title for internationalization purposes (#4614) by Derek Allard · 16 years ago
  91. bd44009 made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify multi-column non-primary keys in table creation by Derek Jones · 16 years ago
  92. 15572d4 example touch up by Derek Allard · 17 years ago
  93. 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
  94. 2d2b2b9 by Rick Ellis · 17 years ago
  95. 6b7b11f updated version number in user guide to 1.6.2 by Derek Jones · 17 years ago
  96. fd93d22 Flipped user guide page titles for easier recognition in tabs: by Derek Jones · 17 years ago
  97. 75eedf5 A field fields were incorrectly commented, and or examples invalid. by Derek Allard · 17 years ago
  98. 3af44c0 doc typos / fixes by Derek Allard · 17 years ago
  99. 2385d30 Added rename_table() into DBForge. by Derek Allard · 17 years ago
  100. 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