Skip to content
  1. Dec 24, 2004
  2. Nov 27, 2004
  3. Nov 14, 2004
    • Dries Buytaert's avatar
      · 133c6b19
      Dries Buytaert authored
      - Patch #12886 by thorne: fixed XHTML problem: the bluemarine theme used a border=0 attribute on the img tag for the site logo.
      133c6b19
  4. Oct 19, 2004
    • Dries Buytaert's avatar
      · 469b35bb
      Dries Buytaert authored
      - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output.
      
        Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
      469b35bb
  5. Sep 20, 2004
  6. Sep 18, 2004
  7. Sep 17, 2004
  8. Sep 15, 2004
    • Dries Buytaert's avatar
      · e31fef12
      Dries Buytaert authored
      - Patch #9988 by MegaGrunt: visual improvements to the tabs in Pushbutton.
      e31fef12
  9. Sep 09, 2004
  10. Aug 22, 2004
  11. Aug 21, 2004
    • Dries Buytaert's avatar
      · 94e30bf7
      Dries Buytaert authored
      - Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
      94e30bf7
  12. Aug 20, 2004
  13. Aug 10, 2004
  14. Aug 05, 2004
  15. Aug 04, 2004
  16. Jul 25, 2004
    • Steven Wittens's avatar
      CSS improvements: · ad5e3ebb
      Steven Wittens authored
      - Restoring background coloring for the watchdog logs (was broken)
      - Making watchdog backgrounds lighter, makes it easier on the eyes and improves readability.
      - Adjusted the spacing between items on the frontpage a bit to be clearer.
      - Fixed the vertical stretching of table rows with form controls in them.
      ad5e3ebb
  17. Jul 23, 2004
  18. Jul 08, 2004
    • Dries Buytaert's avatar
      · 5b73def3
      Dries Buytaert authored
      - Changed the way status messages are printed as per Kristjan's suggestion:
        http://drupal.org/files/issues/error_messages_list.png (issue #9138).
      
        drupal_set_message() has been changed to group message by type and a
        helper function, theme_status_message(), is added to display the messages.
        Chameleon and Xtemplate have been updated to use this new function.
      
      - Updated CHANGELOG.txt.
      5b73def3
  19. Jul 07, 2004
    • Dries Buytaert's avatar
      · 3106ddd5
      Dries Buytaert authored
      - Bug #8823: fixed typo: '..' -> '.'.
      3106ddd5
    • Dries Buytaert's avatar
      · c494d663
      Dries Buytaert authored
      - Improved the error/status reporting in Chameleon: made the messages
        stand out a bit better by using green-ish and red-ish colors, resp.
        for 'success' and 'failure'.
      
      - Small change to the way context-sensitive help texts are emitted -
        the pages wouldn't validate in the presence of help texts with
        block-level elements.
      c494d663
  20. Jun 20, 2004
  21. Jun 19, 2004
  22. Jun 18, 2004
    • Dries Buytaert's avatar
      · 54b77d64
      Dries Buytaert authored
      Tabs patch!
      
      CHANGES
      -------
      
       + Introduced tabs. First, we extended the menu system to support tabs. Next, a tab was added for every link that was (1) an administrative action other than the implicit 'view' (2) relevant to that particular page only. This is illustrated by the fact that all tabs are verbs and that clicking a page's tab leads you to a subpage of that page.
      
       + Flattened the administration menu. The tabs helped simplify the navigation menu as I could separate 'actions' from 'navigation'. In addition, I removed the 'administer > configuration'-menu, renamed 'blocks' to 'sidebars' which I hope is a bit more descriptive, and made a couple more changes. Earlier, we already renamed 'taxonomy' to 'categorization' and we move 'statistics' under 'logs'.
      
       + Grouped settings. All settings have been grouped under 'administer > settings'.
      
      TODO
      ----
      
       + Update core themes: only Xtemplate default supports tabs and even those look ugly.  Need help.
      
       + Update contributed modules.  The menu() hook changed drastically.  Updating your code adhere the new menu() function should be 90% of the work.  Moreover, ensure that your modue's admin links are still valid and that URLs to node get updated to the new scheme ('node/view/x' -> 'node/x').
      54b77d64
  23. Jun 02, 2004
  24. May 20, 2004
    • Dries Buytaert's avatar
      · fdb1fbfc
      Dries Buytaert authored
      - Simplified the 'anonymous poster settings' of the comment module and
        made it possible to enforce a username/e-mail address.  Based on
        James Seng's work there are now 3 radio buttons:
      
         ( ) Anonymous users may not enter contact information
         ( ) Anonymous users may leave contact information
         ( ) Anonymous users must leave contact information
      
      - Fixed a bug in the default theme_comment_view() function.
      
      - Added permalinks for comments.  Requested by Michael and Christina.
        Maintainers of contributed themes might want to add permalinks too.
      
      TODO:
      
      - Fix the interaction design of the submission form: the page you are
        directed to and the validation of the contact information.
      
      - Changing the comment viewing options appears to be broken?
      fdb1fbfc
  25. May 05, 2004
    • Dries Buytaert's avatar
      · 6f2d8518
      Dries Buytaert authored
      - Patch #7581 by bylund: made the archive module's calendar accessible.
      6f2d8518
  26. Apr 27, 2004
    • Dries Buytaert's avatar
      · 31172585
      Dries Buytaert authored
      - Various aggregator module improvements.  Modified patch by drumm.
      31172585
  27. Apr 25, 2004
    • Dries Buytaert's avatar
      · 1391df9f
      Dries Buytaert authored
      - Patch #7330 by MegaGrunt: turns primary and secondary link ids into a classes,
        and assigns the classes to header and footer.  Also renamed a few elements to
        make them more logical/consistent.  Plus added search id around search area,
        and a few other minor improvements.
      1391df9f
  28. Apr 23, 2004
  29. Apr 13, 2004