Skip to content
  1. May 20, 2004
  2. May 10, 2004
  3. May 03, 2004
    • Dries Buytaert's avatar
      · 6e030862
      Dries Buytaert authored
      - Patch #7504 by bylund: multiple form_radio-function calls is used instead
        of a single form_radios-call. This could cause problems when trying to
        style individual form elements.
      6e030862
  4. May 01, 2004
  5. Apr 15, 2004
  6. Mar 20, 2004
  7. Mar 11, 2004
  8. Mar 01, 2004
    • Dries Buytaert's avatar
      · 0f980c24
      Dries Buytaert authored
      - Removed broken throttle.
      0f980c24
  9. Feb 29, 2004
    • Dries Buytaert's avatar
      · c73305f6
      Dries Buytaert authored
      - Patch #6129 by Goba: fixed dependencies on search module.
      c73305f6
  10. Feb 15, 2004
    • Dries Buytaert's avatar
      · 4b0b2d02
      Dries Buytaert authored
      - Patch by Steven: removed redundant permission checks.  These are no longer
        required thanks to the new 404 handling.
      4b0b2d02
    • Dries Buytaert's avatar
      · 350cbdd3
      Dries Buytaert authored
      - Patch #4861 by Moshe/TDobes: made the comment module use the _link hook.
      350cbdd3
  11. Feb 12, 2004
    • Dries Buytaert's avatar
      · b5c18e8a
      Dries Buytaert authored
      - Patch 5592 by Goba: introduced a new function, drupal_map_assoc().
      b5c18e8a
  12. Feb 11, 2004
    • Dries Buytaert's avatar
      - Patch 4902 by Goba: · f137b269
      Dries Buytaert authored
        + only adds an optional parameter to url() and l(), so individual links
          can be set to be absolute
        + modifies drupal_goto() to accept the parameters of url() without the
          $absolute parameter, so cleaner invocations can be used
        + rework of some code in node_feed, making it much better to look at
          (the current code uses foreach with an immediate brake to get the first
          key of the associative array, geeeeez)
        + added xml:base to the rss tag generated by node_feed()
        + set all user mail URLs to be absolute
        + fix a small fragmented URL in user.module
      f137b269
  13. Feb 10, 2004
    • Dries Buytaert's avatar
      · 6c99c2d8
      Dries Buytaert authored
      - Patch #5766 by Moshe: replace getenv() with $_SERVER.
      6c99c2d8
  14. Feb 07, 2004
    • Dries Buytaert's avatar
      - First batch of profile module improvements: · 5a8129e0
      Dries Buytaert authored
         + Tidied up the profile configuration page: grouped form elements.
      
         + Tidied up the block configuration settings: removed hard-coded
           table.
      
         + Changed the profile API to return the preferred group name, and
           changed the user module to group settings.  Modules implementing
           the _user hook will need to be udpated.
      
         + Removed register_form and register_validate for now.
      5a8129e0
    • Dries Buytaert's avatar
      · 8c909397
      Dries Buytaert authored
      - Patch #5501: fixed invalid HTML in the comment and tracker module.
      8c909397
  15. Jan 31, 2004
    • Dries Buytaert's avatar
      · 48a4dff8
      Dries Buytaert authored
      - Patch by Goba: added form descriptions where appropriate and removed some
        duplicated code from the comment module.
      48a4dff8
  16. Jan 29, 2004
  17. Jan 27, 2004
    • Dries Buytaert's avatar
      · 02c622de
      Dries Buytaert authored
      - Patch 4332 by Goba: eliminate compose tips module.
      02c622de
  18. Jan 26, 2004
    • Dries Buytaert's avatar
      · 66190b17
      Dries Buytaert authored
      - Patch #5393 by Goba: changes the search hook return value, and requires an array
        containing two elements, the first being the requested title, and the second being
        the result list. Advantages:
          * Cleaner search code in common.inc
          * Po extraction is possible and works fine
          * No hardcoded exceptions for node and comment modules, since any module can
            return results in order of relevance (or another order)
      66190b17
  19. Jan 23, 2004
    • Dries Buytaert's avatar
      · b85eb11e
      Dries Buytaert authored
      Patch 5287 by Stefan: multiline help texts should become inside a single $output.
      b85eb11e
  20. Jan 21, 2004
    • Dries Buytaert's avatar
      · 0d35894a
      Dries Buytaert authored
      - Patch 5283 by Stefan: fixed typos in comment module.
      0d35894a
  21. Jan 19, 2004
  22. Jan 17, 2004
    • Dries Buytaert's avatar
      · bc2348ef
      Dries Buytaert authored
      - Comment setting improvements: updated the form descriptions, reorganized the
        settings in groups, fixed a warning, rewrote the comments per page settings,
        etc.
      bc2348ef
  23. Jan 13, 2004
    • Dries Buytaert's avatar
      · eee72bfa
      Dries Buytaert authored
      - Patch 4859: new drupal_unpack() consolidates duplicate code and makes it
        easy to show avatars next to nodes and comments.  Patch by Moshe.  As a
        showcase, maybe Xtemplate should have an option to enable/disable avatars?
      eee72bfa
  24. Jan 11, 2004
  25. Jan 03, 2004
    • Dries Buytaert's avatar
      · 51ee09cc
      Dries Buytaert authored
      - Patch #4924: made the comment form themeable.  Patch by Goba.
      51ee09cc
  26. Dec 30, 2003
  27. Dec 29, 2003
  28. Dec 28, 2003
  29. Dec 24, 2003
    • Dries Buytaert's avatar
      - Fixed bug 4710: comment module should use drupal_set_message() correctly. · 4c06410d
      Dries Buytaert authored
      - Fixed the title and breadcrumb trail of the comment delete page, added
      missing cache flush, improved usability and made it so that when you delete
      a comment replies are deleted as well.
      
      - Added 'delete comment' links to the comments on node pages.  Hopefully
      this will make it easier to maintain old threads such as those attached to
      the book pages on drupal.org.
      
      - Comment module maintenance: added missing t() functions and improved
      consistency of the calls to drupal_set_message(), used radio buttons instead
      of a selection box.
      4c06410d
  30. Dec 17, 2003
    • Dries Buytaert's avatar
      · d5c80264
      Dries Buytaert authored
      - Updated the calls to menu() to use MENU_HIDE instead of 1
      d5c80264
  31. Dec 15, 2003
    • Dries Buytaert's avatar
      · cc80cdf2
      Dries Buytaert authored
      - Replaced the tables used to structure the threaded comment view by div's.
        Patch by Goba.
      cc80cdf2
  32. Dec 09, 2003
    • Dries Buytaert's avatar
      · 9bd95408
      Dries Buytaert authored
      - Bugfix: the location of comment submission form was incorrect.  Patch by
        Bart.
      9bd95408
  33. Dec 08, 2003
    • Dries Buytaert's avatar
      - Improvements by Goba: · 712a30b5
      Dries Buytaert authored
        + removes the lots of pagers and indirect pager themeing
        + add the theme_pager() function, which should be called as
          theme("pager", ...) to get a pager.
      712a30b5
    • Dries Buytaert's avatar
      · 3904790e
      Dries Buytaert authored
      - Tidied up the DoxyGen comments.  Patch by Kjartan.
      3904790e
  34. Dec 04, 2003
    • Dries Buytaert's avatar
      · d45bf0f1
      Dries Buytaert authored
      - Patch 185 by Ax: fixed undefined variables, synchronized xtemplate with sf, etc.
      d45bf0f1