Skip to content
  1. Jun 27, 2005
  2. May 07, 2005
  3. May 06, 2005
  4. May 03, 2005
  5. May 01, 2005
  6. Apr 14, 2005
  7. Apr 08, 2005
  8. Apr 03, 2005
  9. Mar 23, 2005
  10. Mar 20, 2005
    • Dries Buytaert's avatar
      · 73b93b90
      Dries Buytaert authored
      - Bug #18597: updated the database scheme.  Renamed poll.voters to poll.polled.
      73b93b90
  11. Mar 18, 2005
  12. Mar 16, 2005
    • Dries Buytaert's avatar
      - Patch #12497 by Morbus: Just working on a profile reporting idea and spotted... · 9e32e74e
      Dries Buytaert authored
      - Patch #12497 by Morbus: Just working on a profile reporting idea and spotted that the following fields appear to have incorrect type definitions:
      profile_values.fid = int(11)
      profile_values.uid = int(11)
      
      These both appear inconsistant with the rest of the database (that I have seen i.e. user tables) where they are defined as int(10). The profile_fields.fid is defined as int(10) also.
      9e32e74e
  13. Mar 03, 2005
  14. Feb 28, 2005
  15. Feb 27, 2005
  16. Feb 23, 2005
    • Dries Buytaert's avatar
      · 05b3fcf7
      Dries Buytaert authored
      - Patch #17747 by Adrian: first round of PostgreSQL updates!
      05b3fcf7
  17. Feb 21, 2005
  18. Feb 11, 2005
  19. Jan 28, 2005
  20. Jan 27, 2005
  21. Jan 26, 2005
  22. Jan 25, 2005
  23. Jan 24, 2005
  24. Jan 23, 2005
  25. Jan 22, 2005
    • Dries Buytaert's avatar
      · ee65e19a
      Dries Buytaert authored
      - Patch #15962 by Goba: no need to drop the accesslog table to add a new primary key.
      ee65e19a
  26. Jan 19, 2005
    • Dries Buytaert's avatar
      · 7bdca92a
      Dries Buytaert authored
      - Patch #6847 by Gerhard: replaced vocabulary->nodes by a separate table and tidied up the taxonomy API a bit.  This fixes a number of issues.
      7bdca92a
  27. Jan 14, 2005
  28. Jan 09, 2005
  29. Dec 12, 2004
  30. Dec 07, 2004
    • Dries Buytaert's avatar
      · 60352821
      Dries Buytaert authored
      - Refactored the queue module: removed the queue module's field from the node table.  With help from Gerhard.
      
      - Slight addition to INSTALL.txt with regard to PHP versions.
      
      - Updated/reworded some node type descriptions as per Boris' suggestions.
      
      - Adding missing {} around a table name in update.php.
      60352821
  31. Nov 28, 2004
    • Dries Buytaert's avatar
      · c9f8c669
      Dries Buytaert authored
      - Changed aid from tinyint to int.
      c9f8c669
    • Dries Buytaert's avatar
      - Refactored the statistics and watchdog module (views). The most important · 70fcf51e
      Dries Buytaert authored
        changes are:
      
        1. Simplified the statistics pages: there are less pages and on the
           remaining pages there is a lot less visual clutter (less columns and
           better presentation).
      
        2. Reorganized the 'administer - logs' menu: flattened the menu structure
           and removed a number of links.
      
        3. Improved performance.  Most statistics pages used about 160 slow SQL
           queries which made the statistics pages fairly unusable on my system.
           The new pages use at least 10 times less SQL queries and render much
           faster.  They are actually usable.
      
        4. There is now a 'track'-tab on node pages, and a second subtrab on the
           user accounts 'track'-tab for people with the 'access statistics'
           permission.  They can be used to resp. track the node and the user.
           This makes the statistics more accessible.
      
        5. Changed the way watchdog messages are filtered.  This makes it easier
           to introduce new watchdog types.
      
        6. Reworked the statistics module's permissions.
      
        7. Less code: 223 insertions(+), 343 deletions(-).
      
        8. Fixed several glitches: for example, the statistics pages sorted the
           'Name' column by user ID instead of by name.  Unfortunately, it is
           too difficult to backport these to DRUPAL-4-5.
      
        TODO:
      
        1. Review the statistics modules help pages.
      
        2. Help fine-tune the interfaces/views.
      
        NOTES:
      
        1. You'll want to run update.php.
      70fcf51e