Skip to content
  1. Jun 21, 2004
    • Dries Buytaert's avatar
      · dd13f8dc
      Dries Buytaert authored
      - Patch #8344 by Kjartan: drupal_http_request() did not always handle EOLs
        correctly.
      dd13f8dc
  2. May 28, 2004
  3. May 24, 2004
  4. May 03, 2004
  5. Apr 27, 2004
  6. Apr 21, 2004
  7. Apr 15, 2004
  8. Mar 24, 2004
  9. Mar 11, 2004
  10. Mar 10, 2004
  11. Mar 08, 2004
  12. Mar 01, 2004
    • Dries Buytaert's avatar
      · 0f980c24
      Dries Buytaert authored
      - Removed broken throttle.
      0f980c24
  13. Feb 24, 2004
  14. Feb 23, 2004
  15. Feb 21, 2004
  16. Feb 17, 2004
  17. Feb 12, 2004
    • Dries Buytaert's avatar
      · b5c18e8a
      Dries Buytaert authored
      - Patch 5592 by Goba: introduced a new function, drupal_map_assoc().
      b5c18e8a
  18. 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
  19. Feb 08, 2004
    • Kjartan Mannes's avatar
    • Dries Buytaert's avatar
      · ebba90fe
      Dries Buytaert authored
      - Patch #5708 by Goba: moved the URL aliasing functions to a common place, so
        they will be part of the same documentation group, as well as created a new
        'formatting functions' group and added a lot of docs for them.  Also fixed
        some small errors reported by the doxygen parser.
      ebba90fe
  20. Feb 05, 2004
    • Dries Buytaert's avatar
      · 0db96f19
      Dries Buytaert authored
      - Subset of patch 5613 by Goba: fixed some translation issues.
      0db96f19
  21. Feb 01, 2004
    • Dries Buytaert's avatar
      · 928435a5
      Dries Buytaert authored
      - Fixed bug 5532: search broken if any subsearch returns without results.
        Patch by Goba.
      928435a5
  22. Jan 29, 2004
    • Dries Buytaert's avatar
      · c8daca07
      Dries Buytaert authored
      - Patch #5448 by pz: removed code duplication from theme.inc.
      c8daca07
  23. Jan 27, 2004
    • Dries Buytaert's avatar
      · 02c622de
      Dries Buytaert authored
      - Patch 4332 by Goba: eliminate compose tips module.
      02c622de
  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 25, 2004
    • Dries Buytaert's avatar
      · cdfa6b8e
      Dries Buytaert authored
      - Improvement #5388: removed unnecessary SQL queries when no URL aliases are defined.
      cdfa6b8e
  26. Jan 23, 2004
    • Dries Buytaert's avatar
      · c6be16d9
      Dries Buytaert authored
      - Patch #5351 by Kyber: fixed bug in field_get().
      c6be16d9
  27. Jan 21, 2004
    • Dries Buytaert's avatar
      · fd86977c
      Dries Buytaert authored
      - Added missing permission check.  Patch by Ax.
      
      - Added a $granularity field to format_interval().
      fd86977c
  28. Jan 19, 2004
    • Dries Buytaert's avatar
      · 37148276
      Dries Buytaert authored
      - Fixed bug 5247: active link marking invalidates HTML.  Patch by Goba.
      37148276
  29. Jan 17, 2004
    • Dries Buytaert's avatar
      · 1c3a3032
      Dries Buytaert authored
      - Fixed incomplete input checking.
      1c3a3032
  30. Jan 14, 2004
    • Dries Buytaert's avatar
      · c37cfb01
      Dries Buytaert authored
      - Correction: I accidentically removed some $base_urls.
      c37cfb01
    • 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
  31. Jan 12, 2004
    • Dries Buytaert's avatar
      · 5fa33b29
      Dries Buytaert authored
      - Made l() add 'class="active"' to the active/current URL.
      5fa33b29
  32. Jan 11, 2004
  33. Jan 07, 2004
  34. Jan 06, 2004
  35. 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
    • Dries Buytaert's avatar
      · daaeef0e
      Dries Buytaert authored
      - Partial patch #4927: mass URL aliasing by Goba.
      daaeef0e