Skip to content
  1. Jun 29, 2004
  2. Mar 15, 2004
    • Dries Buytaert's avatar
      · 46798d68
      Dries Buytaert authored
      - Patch #6484 by Goba:
        + A small typo on tracker module, which prevented the help from displaying.
        + For for a HTML tag closing buglet which made Opera completely mess up
          the page.
        + Translation fixes in story.module.
      46798d68
  3. Mar 09, 2004
  4. Feb 16, 2004
    • Dries Buytaert's avatar
      · b4f628c1
      Dries Buytaert authored
      - Fixed forum module typo.
      b4f628c1
    • Dries Buytaert's avatar
      · 8a78d0d5
      Dries Buytaert authored
      - Bugfix: the forum block was showing posts that are not 'published' yet.
      8a78d0d5
  5. Feb 15, 2004
    • Dries Buytaert's avatar
      · 36721f46
      Dries Buytaert authored
      - Fixed a problem editing nodes.  Spotted by Steven.
      36721f46
    • 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
      · bd784227
      Dries Buytaert authored
      - Patch 5592 by Goba: let drupal_map_assoc() rule.  :-)
      
      - Renamed CHANGELOG to CHANGELOG.txt for Windows uses.
      bd784227
  6. Feb 12, 2004
  7. 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
  8. Feb 10, 2004
    • Dries Buytaert's avatar
      · b8804054
      Dries Buytaert authored
      - Usability improvement: print a message if you are (not) allowed to print
        forum topics.
      b8804054
  9. Feb 01, 2004
    • Dries Buytaert's avatar
      · 010c419a
      Dries Buytaert authored
      - Replaced a bunch of double quotes by single quotes.
      010c419a
    • Dries Buytaert's avatar
      · dc938c53
      Dries Buytaert authored
      - Patch #5567 by Goba: fixed t() functions, cleanup of locale module's help,
        fixed translation issues in taxonomy module, etc.
      dc938c53
  10. 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
  11. Jan 29, 2004
  12. Jan 28, 2004
    • Dries Buytaert's avatar
      · b1fe1c94
      Dries Buytaert authored
      - Replaced the 'active post' and 'recent post' by better integrated and
        easier to understand 'new' links.   The 'new' links are clickable both
        at the forum overview (to get to the new forum topics) and at the topic
        overview (to get to the new comments).
      b1fe1c94
  13. Jan 27, 2004
    • Dries Buytaert's avatar
      · 1687dd07
      Dries Buytaert authored
      - Patch 5049 by JonBob: allow a module to define multiple node types.
      1687dd07
  14. Jan 25, 2004
    • Dries Buytaert's avatar
      · f4b58e89
      Dries Buytaert authored
      - Made it possible to assing taxonomy terms to forum nodes.  Tidied up the
        forum module code a bit.
      f4b58e89
  15. 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
  16. Jan 21, 2004
    • Dries Buytaert's avatar
      · a5b0525a
      Dries Buytaert authored
      - Forum module improvements.
      a5b0525a
  17. Jan 17, 2004
    • Dries Buytaert's avatar
      · 860a5cc3
      Dries Buytaert authored
      - Removed the $help parameter from the _form hook.  The help, typically
        submission guidelines, should be emmitted using the _help hook.
      860a5cc3
  18. Jan 11, 2004
  19. Jan 02, 2004
    • Dries Buytaert's avatar
      · a9ef1826
      Dries Buytaert authored
      - Patch 4916: improved preparation of $node->teaser and $node->body.  Patch by
        Goba.
      a9ef1826
  20. Dec 29, 2003
  21. Dec 28, 2003
  22. Dec 24, 2003
    • Dries Buytaert's avatar
      · cb7c2e09
      Dries Buytaert authored
      - Fixed the breadcrumb trail of nested forums.  Patch by Goba.
      cb7c2e09
  23. Dec 17, 2003
    • Dries Buytaert's avatar
      · d5c80264
      Dries Buytaert authored
      - Updated the calls to menu() to use MENU_HIDE instead of 1
      d5c80264
  24. Dec 16, 2003
    • Dries Buytaert's avatar
      · 670a2922
      Dries Buytaert authored
      - Reworked 404 (page not found) handling.  Patch by walkah.  You can specify a
        custom 404 page in the administration page.  As a result, error.php could be
        removed.
      670a2922
  25. Dec 09, 2003
    • Dries Buytaert's avatar
      · 62aa0687
      Dries Buytaert authored
      - Bugfix: don't show any links in case of a container.  Patch by Bart.
      62aa0687
  26. 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
  27. Nov 28, 2003
    • Dries Buytaert's avatar
      · 733d286b
      Dries Buytaert authored
      - Made it possible to auto-throttle blocks.  That is, blocks can be
        configured to be disabled when under excessive load.  Patch by Jeremy.
      733d286b
  28. Nov 27, 2003
  29. Nov 26, 2003
    • Dries Buytaert's avatar
      · b55975d6
      Dries Buytaert authored
      - Doxygen improvements.  Patch by Ax.
      b55975d6
  30. Nov 25, 2003
    • Dries Buytaert's avatar
      · c0494c0a
      Dries Buytaert authored
      - Committed phase 4 of JonBob's menu system changes.
      c0494c0a
  31. Nov 23, 2003
    • Dries Buytaert's avatar
      · 26735ac5
      Dries Buytaert authored
      - Committed phase 3 of JonBob's menu changes.  Adds an API for modules to
        define titles and breadcrumbs for their pages, and updates the theme
        system to display them.
      26735ac5
  32. Nov 20, 2003
    • Dries Buytaert's avatar
      · 4bdac433
      Dries Buytaert authored
      - Patch by JonBob:
      
        Phase 2 of the menu system integration project. This unifies the interface
        used by admin and non-admin pages, and deprecates the _page hook in favor of
        explicit callbacks from menu(). Breadcrumbs, titles, and help text go away
        as a result of this patch; they will return in the phase 3 patch, printed
        by the theme.
      4bdac433
  33. Nov 13, 2003
    • Dries Buytaert's avatar
      · 36bb5755
      Dries Buytaert authored
      - table(...) -> theme("table", ...)
      36bb5755