Skip to content
  1. Jun 17, 2004
  2. Jun 15, 2004
  3. May 04, 2004
  4. Mar 20, 2004
  5. Mar 14, 2004
    • Dries Buytaert's avatar
      · 4b14f76b
      Dries Buytaert authored
      - Patch #6470 by Brian: fixed XHTML error with multiple selection boxes.
      4b14f76b
  6. Mar 06, 2004
    • Dries Buytaert's avatar
      · ccc9276f
      Dries Buytaert authored
      - Patch #4902 by Goba: fix URLs in RSS feeds.
         + Make all channel links absolute.
         + Always set the $base_url as xml:base, thus providing a solid base for
           relative URLs.
      ccc9276f
  7. Feb 21, 2004
  8. 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
  9. Feb 12, 2004
  10. Feb 08, 2004
    • Dries Buytaert's avatar
      · d0ffb479
      Dries Buytaert authored
      - Refined the regex to validate the input.
      d0ffb479
  11. Feb 07, 2004
    • Dries Buytaert's avatar
      · 06b25311
      Dries Buytaert authored
      - Bug 4853: fixed invalid taxonomy query.
      06b25311
  12. Feb 01, 2004
    • Dries Buytaert's avatar
      · eec20988
      Dries Buytaert authored
      - Patch #5575 by Stefan: fixed invalid XHTML code in the node and taxonomy module.
      eec20988
    • 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
  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 23, 2004
    • Dries Buytaert's avatar
      · b85eb11e
      Dries Buytaert authored
      Patch 5287 by Stefan: multiline help texts should become inside a single $output.
      b85eb11e
  15. Jan 18, 2004
    • Dries Buytaert's avatar
      · 88d0603e
      Dries Buytaert authored
      - Patch 5080 by lizardo: fixed two typos in the taxonomy module's help text.
      88d0603e
  16. Jan 14, 2004
    • Dries Buytaert's avatar
      Patch 5114 by Kjartan: · 6fc2070a
      Dries Buytaert authored
       - Adds drupal_set_header() and drupal_get_headers().
       - Cache now stores custom headers.
       - Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head().
       - Added RSS autodiscover links to node, blog and taxonomy pages.
      6fc2070a
  17. Jan 11, 2004
  18. Dec 29, 2003
  19. Dec 28, 2003
  20. Dec 24, 2003
    • Dries Buytaert's avatar
      · cb7c2e09
      Dries Buytaert authored
      - Fixed the breadcrumb trail of nested forums.  Patch by Goba.
      cb7c2e09
  21. Dec 17, 2003
    • Dries Buytaert's avatar
      · d5c80264
      Dries Buytaert authored
      - Updated the calls to menu() to use MENU_HIDE instead of 1
      d5c80264
  22. Dec 11, 2003
    • Dries Buytaert's avatar
      · c096d425
      Dries Buytaert authored
      - Patch 187: made taxonomy module take advantage of breadcrumb navigation.
        Modified patch by Moshe.
      c096d425
  23. 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
  24. Dec 07, 2003
    • Dries Buytaert's avatar
      · 2ea6ad44
      Dries Buytaert authored
      - Fixed the taxonomy title of taxonomy pages.  Patch by Moshe.
      2ea6ad44
  25. Dec 05, 2003
    • Dries Buytaert's avatar
      · c91fff3d
      Dries Buytaert authored
      - Fixed broken status message.  Patch by Gerhard.
      c91fff3d
  26. Dec 01, 2003
    • Dries Buytaert's avatar
      · 4e2c0b25
      Dries Buytaert authored
      - Introduced a drupal_set_message() and drupal_get_message() function.
      
        Contributed themes and modules need to be updated:
         - modules: status() is no more; use drupal_set_message() instead.
         - themes: use drupal_get_message() to check for status messages and
           visualize them.
      4e2c0b25
  27. Nov 25, 2003
    • Dries Buytaert's avatar
      · c0494c0a
      Dries Buytaert authored
      - Committed phase 4 of JonBob's menu system changes.
      c0494c0a
  28. Nov 24, 2003
    • Dries Buytaert's avatar
      Patch by Ax to fixe and improve to the core doxygen PHPdoc: · 06045ff7
      Dries Buytaert authored
        * fixes all doxygen warnings [#]_ in the current code base
          + changes @param style from phpDocumentor (@param type $var desc) to doxygen (@param $var desc)
          + documents all undocumented parameters
          + escapes / fixes html warnings
          + fixes @defgroup in theme.inc
        * adds more groupings [#]_
          + drupal_{set|get}_title, drupal_{set|get}_breadcrumb
          + pager.inc: pager_api (pager_query(), pager_display()), pager pieces
        * adds a new group "themeable" which contains all themeable functions.
      06045ff7
  29. 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
  30. Nov 13, 2003
    • Dries Buytaert's avatar
      · 6c85795a
      Dries Buytaert authored
      - Fixed theme problem.
      6c85795a
    • Dries Buytaert's avatar
      · 36bb5755
      Dries Buytaert authored
      - table(...) -> theme("table", ...)
      36bb5755
  31. Nov 09, 2003
    • Dries Buytaert's avatar
      · 951b553a
      Dries Buytaert authored
      - Committed stage 2 of the theme system improvements!  Patch by CodeMonkeyX.
      951b553a
  32. Nov 07, 2003
    • Dries Buytaert's avatar
      · ef0fa006
      Dries Buytaert authored
      - Usability improvement: replaced many selection boxes by radio buttons.
        Patch by Stefan.
      ef0fa006
  33. Oct 22, 2003
    • Dries Buytaert's avatar
      · 742410aa
      Dries Buytaert authored
      - Bugfix: prefix not prepended to sequences.  Fixes bug #3639.
      
        Make sure to write:
      
          db_next_id({table}_field);
      
        instead of:
      
          db_next_id(table_field);
      742410aa
  34. Oct 15, 2003
    • Dries Buytaert's avatar
      · 2977a8cd
      Dries Buytaert authored
      - Some documentation fixes by Mark Coady.
      2977a8cd