Skip to content
  1. Jun 19, 2004
    • Dries Buytaert's avatar
      · a42b84e5
      Dries Buytaert authored
      First tab improvements by Adrian:
      
        + Changed menu.inc to generate two separate lists instead of nested lists:
          that seems to be the only alternative to get rid of absolute positioning.
      
        + Changed the tabs code to be more sexy and put the code in misc/drupal.css
          so all themes are automagically updated.
      a42b84e5
  2. Jun 18, 2004
    • Dries Buytaert's avatar
    • 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
  3. Jun 17, 2004
  4. Jun 15, 2004
  5. Jun 14, 2004
  6. Jun 10, 2004
  7. Jun 04, 2004
  8. Jun 03, 2004
  9. Jun 02, 2004
  10. Jun 01, 2004
  11. May 31, 2004
    • Dries Buytaert's avatar
      · 7a33d9f6
      Dries Buytaert authored
      - Patch #7350 by Mathias: return part a taxonomy tree to a user-defined
        depth/level.
      
      - Updated CHANGELOG.txt.
      7a33d9f6
    • Kjartan Mannes's avatar
    • Dries Buytaert's avatar
      · b08aba8f
      Dries Buytaert authored
      - Reworked comment submission.  It is less broken now.
      b08aba8f
    • Dries Buytaert's avatar
      · 45fdcf8a
      Dries Buytaert authored
      - Updated the form handling to use form_set_error().  All core modules have
        been updated (almost none have error checking for forms) except the node
        forms ...
      45fdcf8a
    • Dries Buytaert's avatar
      · 7f08110a
      Dries Buytaert authored
      - Improved form handling.
      
        + Introduced two new functions:
            1. form_set_error($name, $message): files an error against the form
               element with the specified  $name.
            2. form_has_errors(): returns true if errors has been filed against
               form elements.
      
        + Updated the form handling:
             1. The form_ functions will add 'class="error"' when a form field
                has been found to be erroneous.
             2. The error message is passed to theme_form_element() when the
                particular form field has been found to be erroneous.
      
        + I updated the user and profile module to take advantage of these new
          functions.
      
        + IMPORTANT: the _user() hook changed.  The 'validate' case should no
          longer retun an error message when something goes wrong but should
          set it with form_set_error().
      7f08110a
  12. May 30, 2004
  13. May 29, 2004
    • Dries Buytaert's avatar
      · 5cd37157
      Dries Buytaert authored
      - Patch #6863 by Moshe: add 'class="active"' to the table elements of
        the active column.
      5cd37157
  14. May 28, 2004
  15. May 26, 2004
  16. May 25, 2004
  17. May 24, 2004