Skip to content
  1. Jun 17, 2004
  2. May 03, 2004
  3. Apr 24, 2004
  4. Apr 15, 2004
  5. Apr 07, 2004
  6. Mar 20, 2004
  7. 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
    • Dries Buytaert's avatar
      · 744405e3
      Dries Buytaert authored
      - Patch 6140 by Goba: fix the 'read more'-link behavior.
      744405e3
  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 26, 2004
    • Dries Buytaert's avatar
      · df2c0337
      Dries Buytaert authored
      - Patch 6066 by Adrian: PostgreSQL does not return 'affected rows' when doing
        a select statement.  Even though PEAR supports this functionality, it fails
        silently when using PostgreSQL.  We use the db_num_rows() function instead
        to return the amount of rows returned.  (According to Killes, the MySQL
        manual also states that it should not return affected rows on a 'select'
        statement.)
      df2c0337
  11. Feb 19, 2004
  12. Feb 16, 2004
    • Dries Buytaert's avatar
      · 634893f2
      Dries Buytaert authored
      - Patch 5683 by JonBob: changes the multiple type delimiter from / to -.
      634893f2
  13. 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
  14. Feb 12, 2004
    • Dries Buytaert's avatar
      · b5c18e8a
      Dries Buytaert authored
      - Patch 5592 by Goba: introduced a new function, drupal_map_assoc().
      b5c18e8a
  15. 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
    • Dries Buytaert's avatar
      a333c05d
  16. Feb 09, 2004
  17. Feb 08, 2004
  18. Feb 06, 2004
  19. Feb 02, 2004
  20. Feb 01, 2004
    • Dries Buytaert's avatar
      · c1559f66
      Dries Buytaert authored
      - Changed 1100+ double quotes to single quotes.
      c1559f66
    • Dries Buytaert's avatar
      · eec20988
      Dries Buytaert authored
      - Patch #5575 by Stefan: fixed invalid XHTML code in the node and taxonomy module.
      eec20988
  21. Jan 31, 2004
    • Dries Buytaert's avatar
      · 252cf676
      Dries Buytaert authored
      - Patch #5526 by Kjartan: cleaned up node_page(), show a 404 when the node
        could not be found.
      252cf676
  22. Jan 29, 2004
  23. Jan 27, 2004
    • Dries Buytaert's avatar
      · 1687dd07
      Dries Buytaert authored
      - Patch 5049 by JonBob: allow a module to define multiple node types.
      1687dd07
  24. 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
  25. 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
  26. 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
  27. 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
  28. 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
  29. Jan 11, 2004
    • Dries Buytaert's avatar
    • Dries Buytaert's avatar
      · 5ac59aac
      Dries Buytaert authored
      - Applied patch #4949: node_prepare() wastes resources.  Patch by Goba.
      5ac59aac
    • Dries Buytaert's avatar
      · ee305ae1
      Dries Buytaert authored
      Round 3 of aggregator improvements:
      
       - Added support for new tags:
         + Optinal feed image: <image> tag.
         + Dublin core dates: <dc:date> <dcterms:created>, <dcterms:issued>,
           <dcterms:modified>.
       - Usability improvements:
         + On the administration page, made the feed/bundle titles link
           to the feeds/bundles' pages.  On the feed/bundle's page, made
           the 'Last updated' field link to the administration page.
         + Moved the 'syndication' menu one level down.
       - Updated some content sensitive help.
       - Further improved themeability.
       - Fixed some invalid HTML.
      ee305ae1
  30. Jan 06, 2004
    • Dries Buytaert's avatar
      · bd9064a6
      Dries Buytaert authored
      - Fixed bug #4965: typo in the help text.
      bd9064a6
  31. Jan 05, 2004
    • Steven Wittens's avatar
      Committed filter separation patch: all filter-related things are now in... · c2151b52
      Steven Wittens authored
      Committed filter separation patch: all filter-related things are now in filter.module (which is a required module).
      To do this cleanly, I reorganised some bits of system.module: there is now a generic handler available for simple variable-get/set based configuration pages. Look at filter_admin() or system_view() for example usage.
      
      (based on the patch by Goba)
      c2151b52
  32. 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