Skip to content
  1. May 01, 2004
  2. Apr 01, 2004
  3. Mar 01, 2004
    • Dries Buytaert's avatar
      · 17ddbde7
      Dries Buytaert authored
      - Set the version number.
      17ddbde7
  4. Feb 23, 2004
  5. Feb 15, 2004
    • 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 11, 2004
    • Dries Buytaert's avatar
      · d795565c
      Dries Buytaert authored
      - Patch 5789 by TDobes: added avatar support to the Xtemplate theme.
      d795565c
  7. Feb 07, 2004
  8. Jan 14, 2004
    • Dries Buytaert's avatar
      · 59925ef9
      Dries Buytaert authored
      - Usability improvement: added a book navigation block.
      59925ef9
  9. Jan 11, 2004
    • 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
  10. Jan 07, 2004
    • Dries Buytaert's avatar
      · 94f6e94f
      Dries Buytaert authored
      - Many excellent news aggregator improvements by Kjartan:
          + Added drupal_http_request().
          + Replaced rssfeeds with OPML feed subscription list.
          + Added support for pubDate.
          + Added support for conditional gets using ETag and Last-Modified.
      94f6e94f
  11. Jan 02, 2004
    • Dries Buytaert's avatar
      · 1d5a29a3
      Dries Buytaert authored
      - Log the search terms in a new watchdog category.
      1d5a29a3
  12. Dec 28, 2003
    • Dries Buytaert's avatar
      · 51829984
      Dries Buytaert authored
      - Added a note about the introduction of the file API.
      51829984
  13. Dec 17, 2003
  14. 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
  15. Dec 15, 2003
    • Dries Buytaert's avatar
      · 9c96417b
      Dries Buytaert authored
      - Updated the CHANGELOG.
      9c96417b
  16. Dec 08, 2003
  17. Dec 07, 2003
    • Dries Buytaert's avatar
      · bea3dbb7
      Dries Buytaert authored
      - Patch 0185 by Jeremy: made it possible to automatically disable modules when
        under heave load.
      bea3dbb7
  18. 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
  19. 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
  20. Nov 23, 2003
  21. Nov 18, 2003
    • Dries Buytaert's avatar
      · a0640e66
      Dries Buytaert authored
      - Improved module loading when serving cached pages.  Moshe's bootstrap patch.
      
      - Used legend and fieldset tags for the configuration page.
      a0640e66
  22. Nov 16, 2003
  23. Nov 10, 2003
    • Dries Buytaert's avatar
      · a75e97ae
      Dries Buytaert authored
      - Updated the CHANGELOG to document recent changes.
      a75e97ae
  24. Nov 08, 2003
    • Dries Buytaert's avatar
      · 1f273dac
      Dries Buytaert authored
      - Committed stage 1 of the theme system improvements.
      
        Some TODO's:
         * The sidebars of theme Marvin and theme UnConeD look unstyled.
         * CSS-ify theme UnConeD so we can remove the class around the functions.
         * Rewrite theme_init() not to use a class and simplify theme()
           accordingly.
      1f273dac
  25. Nov 01, 2003
  26. Oct 31, 2003
    • Dries Buytaert's avatar
      · ec332667
      Dries Buytaert authored
      - Improvement: made it possible to disable the comment controls and reworded some of the configuration settings.
      
      - Improvement: removed a left-over from Drupal 4.2.0 (dead code).
      
      - Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon".
      
      - Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block.  The "my account" link in the navigation menu will unfold.  Also removed the "delete account" link/functionality (for now).
      
      - Improvement: fix for "magic quotes" settings.  Patch by Steven.  I also removed check_php_settings().
      
      - Improvement: block themability improvements.  Modified patch from Ax and Steve/CodeMonkeyX.
      
      - Fixed bug #2617: editing user information does not work.  Patch by Kjartan.
      ec332667
  27. Sep 26, 2003
  28. Sep 16, 2003
    • Dries Buytaert's avatar
      · a4a83815
      Dries Buytaert authored
      - Updated the CHANGELOG: added a line about the book module changes, fixed
        some typos.
      a4a83815
  29. Sep 11, 2003
  30. Aug 21, 2003
    • Dries Buytaert's avatar
      · 8d013b16
      Dries Buytaert authored
      - Applied Moshe's tablesort patch!  Note that I changed the arrow images
        because those of Moshe where not identical.
      8d013b16
  31. Aug 20, 2003
    • Dries Buytaert's avatar
      · 0431f070
      Dries Buytaert authored
      - Committed Jeremy's session patch: this brings us one step closer to having
        session for anonymous users.
      0431f070
  32. Aug 12, 2003
  33. Aug 06, 2003
    • Dries Buytaert's avatar
      · 6cf836a1
      Dries Buytaert authored
      - Setting the date of the 4.2.0 release.
      6cf836a1
  34. Aug 02, 2003
    • Dries Buytaert's avatar
      · d42158ce
      Dries Buytaert authored
      - Added more filters and support for "mass-operations" to the node overview page
        in the admin section.  Comments?
      d42158ce
  35. Jul 16, 2003
    • Dries Buytaert's avatar
      · 8759ca73
      Dries Buytaert authored
      - Commited the URL aliasing patch.  Thanks Matt.
      
        This update requires you to run update.php!
      8759ca73
  36. Jul 12, 2003
    • Dries Buytaert's avatar
      · 22b6d2f3
      Dries Buytaert authored
      - Performance improvement: changed a fair amount of "left joins" to "inner
        joins".  Patch by Gerhard.
      22b6d2f3
  37. Jul 10, 2003
    • Dries Buytaert's avatar
      · 337b3c9d
      Dries Buytaert authored
      - Committed a slightly modified version of Slavica's table prefix patch.
      337b3c9d
  38. Jun 15, 2003
    • Dries Buytaert's avatar
      · bbf78ea1
      Dries Buytaert authored
      - Fixed typo in CHANGELOG.  Patch #16 by Al.
      bbf78ea1
  39. May 13, 2003
    • Dries Buytaert's avatar
      · c2d2fb73
      Dries Buytaert authored
      - Fixed a typo in the PostgreSQL database scheme.  Patch by Michael Frankowski.
      
      - Fixed a typo in the MSSQL database scheme.  Patch by Michael Frankowski.
      
      - Removed dependency on "register_globals = on"!  Patches by Michael Frankowski.
      
        Notes:
      
        + Updated the patches to use $foo["bar"] instead of $foo['bar'].
        + Updated the INSTALL and CHANGELOG files as well.
      
      - Tiny improvement to the "./scripts/code-clean.sh" script.
      c2d2fb73
  40. Apr 21, 2003
    • Dries Buytaert's avatar
      · 716e833a
      Dries Buytaert authored
      - Update Xtemplate theme to support the onload attribute (was not included in
        Gordon's patch).
      
      - Updated CHANGELOG.
      716e833a