Skip to content
Snippets Groups Projects
  1. 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
  2. May 30, 2004
  3. 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
  4. May 28, 2004
  5. May 26, 2004
  6. May 25, 2004
  7. May 24, 2004
  8. May 22, 2004
  9. May 21, 2004
  10. May 20, 2004
    • Dries Buytaert's avatar
      · 5bceb070
      Dries Buytaert authored
      - Usability improvement: simplified the administration menu of the aggregator
        module.
      5bceb070
    • 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
  11. May 19, 2004
  12. May 18, 2004
  13. May 17, 2004
  14. May 15, 2004
  15. May 13, 2004
Loading