Skip to content
  1. Feb 25, 2011
  2. Dec 11, 2008
  3. Jul 31, 2008
  4. Feb 20, 2008
  5. Dec 15, 2007
  6. Oct 23, 2007
  7. Oct 15, 2007
  8. Jun 24, 2007
  9. Jun 23, 2007
    • Derek Wright's avatar
      #106576 by dww, sun, and others: Initial port to 5.x. Sadly, this · 090185d8
      Derek Wright authored
      patch includes a ton of code style changes that don't belong in here,
      along with bug fixes that really should be backported.  So, and I'd
      rather not do this, but it was too much of a pain to undo all of this.
      Also, checking tables is still horribly broken, but the patches in the
      queue for this issue are driving me nuts, so I'm committing this
      as-is, and we can finish the job with other, smaller patches.
      090185d8
    • Derek Wright's avatar
      Fixing bogus indentation · 349ce7d4
      Derek Wright authored
      349ce7d4
  10. Apr 22, 2007
  11. Apr 11, 2007
  12. Mar 31, 2007
  13. Jan 20, 2007
  14. Dec 12, 2006
  15. Nov 19, 2006
  16. Jun 10, 2006
  17. May 26, 2006
  18. Apr 17, 2006
  19. Mar 17, 2006
  20. Feb 26, 2006
  21. Oct 31, 2005
    • jeremy's avatar
      Add missing ';' when optimizing tables. · 7879bdcb
      jeremy authored
      7879bdcb
    • jeremy's avatar
      o simplified the overview page, now just shows the table name and · 729d3349
      jeremy authored
            the number of rows in the table.  Clicking the table name allows
            you to view it, then from there you can use tabs to 'describe',
            'check', 'optimize', 'backup', 'empty' and 'drop'.
          o removed 'dba_admin' function, updated module to take more
            advantage of the _menu() hook, logically separating functions.
          o added a new 'optimize' tab for optimizing MySQL tables
      729d3349
    • jeremy's avatar
      Forms API TODO: (Last update: 10/31/2005) · 754c1ccd
      jeremy authored
       - properly implement all items on settings page to accept updates
       - restore checkboxes next to table names on database overview
       - restore check, backup, empty and drop operations
       - restore 'run script' functionality to properly load selected file
      
      October 31, 2005:
       - dba.module
          o initial port to HEAD, begin update effort to get module working
            with the forms API.  Known to not fully work yet (see Forms API
            TODO above - if there is no TODO above, then full functionality is
            restored).
      ----------------------------------------------------------------------
      dba.module CVS:
      ----------------------------------------------------------------------
      754c1ccd
  22. Oct 28, 2005
    • jeremy's avatar
      - dba.module · 9b813558
      jeremy authored
          o database backup was skipping empty tables.
          o bug #32534: fix gzip compression
      9b813558
  23. Sep 28, 2005