Skip to content
  1. Dec 09, 2011
  2. Dec 01, 2006
  3. Nov 10, 2006
  4. Oct 09, 2006
  5. Mar 18, 2005
  6. Aug 24, 2004
    • Steven Wittens's avatar
      Patch by me and Kjartan. · 44f341be
      Steven Wittens authored
      Upload.module
      - Fixing a bug caused by the PHP5 patches.
      Beware: PHP4's array_merge() will silently accept objects and convert them to arrays. We should not depend on this behaviour in the future.
      
      File.inc / file-using modules:
      - Removing the constant FILE_SEPARATOR: forward slashes work fine on Windows, and it was being used incorrectly as an URL separator sometimes.
      - Adding @ to mkdir and chmod to supress ugly PHP errors. They are already reported with drupal_set_message().
      - Fixing default for variable 'file_directory_temp'.
      - Clarifying the help tip for 'file_directory_temp' in admin > settings.
      44f341be
  7. Jun 21, 2004
  8. 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
  9. Jan 26, 2004
  10. 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
  11. 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
  12. Jan 02, 2004
    • Dries Buytaert's avatar
      · 604064b5
      Dries Buytaert authored
      - Patch #4858: search module did not remember the search filter.  Patch by
        Kjartan.
      604064b5
  13. Dec 30, 2003
    • Dries Buytaert's avatar
      · e8c7d2e0
      Dries Buytaert authored
      - Made it possible to set and display multiple status messages.  Modified patch by
        Kjartan.
      e8c7d2e0
  14. Dec 29, 2003
    • Dries Buytaert's avatar
      · 41d28852
      Dries Buytaert authored
      - Fixed glitch with form_radio().  Reported by Kjartan.
      41d28852
    • Dries Buytaert's avatar
      · d9ceafd4
      Dries Buytaert authored
      - Made the chameleon theme display comment authors.  Patch by Kjartan.
      d9ceafd4
    • Dries Buytaert's avatar
      · c2292d22
      Dries Buytaert authored
      - Removed some dead code and improved the link emission.  Patch by Kjartan.
      c2292d22
  15. Dec 26, 2003
    • Dries Buytaert's avatar
      · 15f289a8
      Dries Buytaert authored
      - Added file handling.  Work by Kjartan.
      15f289a8
  16. Dec 17, 2003
    • Dries Buytaert's avatar
      · 928c113b
      Dries Buytaert authored
      Patch by Kjartan:
        - Adds possibility to hide menu item when it has no children. (Fixes the
          node/add problem when user doesn't have access to create any node
          types.)
        - More doxygen comments.
      928c113b
  17. Dec 13, 2003
    • Dries Buytaert's avatar
      Patch by Kjartan: · 009b1afe
      Dries Buytaert authored
       + Simplified cache logic in drupal_get_path_map().
       + Added check to see if errors should be reported to error_handler().
       + Use proper db_query() syntax in throttle(), and use $_ENV instead of
         getenv().
       + Changed fix_gpc_magic() to use array_walk (C functions will always be
         faster), and renamed _fix_gpc_magic_array() to _fix_gpc_magic().
       + Renamed $node in array2object() to $array.
       + Renamed $node in object2array() to $object.
       + Minor other coding method tweaks.
      009b1afe
    • Dries Buytaert's avatar
      - Patch by Kjartan: · af69e636
      Dries Buytaert authored
        + Changed drupal_page_header(): converts the If-Modified-Since header into a
          timestamp and compares against the cache data.  Ignore If-Modified-Since
          and ETag headers if they are present but empty.
      
        + Few minor other code cleanups.
      af69e636
    • Dries Buytaert's avatar
      · 1c0155bc
      Dries Buytaert authored
      - Fixed race condition in session handler.  Patch by Kjartan.
      1c0155bc
  18. Dec 08, 2003
    • Dries Buytaert's avatar
      · 3904790e
      Dries Buytaert authored
      - Tidied up the DoxyGen comments.  Patch by Kjartan.
      3904790e
  19. Nov 18, 2003
    • Dries Buytaert's avatar
      · fe9a6afa
      Dries Buytaert authored
      - Admin module clean-up.  Patch by Kjartan.  (The status function should be
        a theme_ function really.)
      fe9a6afa
  20. Nov 10, 2003
    • Dries Buytaert's avatar
      · f3c26069
      Dries Buytaert authored
      User module patch by Kjartan:
      
      - Optimized user_external_load(), only need to fetch the data once.
      - Removed unused functions:
        user_get()
        user_set()
        theme_menu_list()
      - Fixed user_validate_name() to not accept \.
      - Modified user_validate_name() to use alnum, which varies depending on
        the system locale.
      - Optimized user_validate_name() to not use unnecessary regular
        expressions.
      - Optimized user_access() by using less logic to fetch permissions and
        cache.
      - Removed uncessary logic from user_deny().
      - Fixed user_fields() to properly cache $fields.
      - Optimized user_set_authmaps() to not perform unnecessary queries.
      - Removed return value from user_set_authmaps().
      f3c26069
  21. Nov 03, 2003
    • Dries Buytaert's avatar
      · eb95d6d7
      Dries Buytaert authored
      - Bugfix: fixed typo in cloud module.  Patch by Marky.
      
      - Bugfix: fixed menu glitch in book module.  Patch by Kjartan.
      eb95d6d7
  22. 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
  23. Oct 27, 2003
    • Dries Buytaert's avatar
      · 7b0ddafc
      Dries Buytaert authored
      - Bugfix: fixed SQL errors with tablesort when 'order' is invalid.
        Patch by Kjartan.  Fixes bug #2613.
      7b0ddafc
  24. Oct 21, 2003
    • Dries Buytaert's avatar
      · 90e5e355
      Dries Buytaert authored
      - Bugfix: fixed problem with search key replacement.  Patch by Kjartan.
      90e5e355
  25. Oct 07, 2003
  26. Oct 06, 2003
    • Dries Buytaert's avatar
      · 9632b0b0
      Dries Buytaert authored
      - Fixed book preview problem.  Patch by Kjartan.
      9632b0b0
  27. Oct 03, 2003
    • Dries Buytaert's avatar
      · 63032518
      Dries Buytaert authored
      - Performance improvement: removed redundant inner join.   Patch by Kjartan.
      63032518
  28. Sep 28, 2003
    • Dries Buytaert's avatar
      · b4ceaac3
      Dries Buytaert authored
      - Block module fixes.  Patch by Kjartan.
      b4ceaac3
    • Dries Buytaert's avatar
      · b8416f61
      Dries Buytaert authored
      - Made the check for If-Modified-Since and Etag headers work for non-Apache
        webservers.  This will, for example, improve caching on IIS.  Patch by
        Kjartan.
      b8416f61
  29. Sep 27, 2003
    • Dries Buytaert's avatar
      · fe09d5a7
      Dries Buytaert authored
      - Committed Al's new admin link texts.  Remarks:
      
        1) As explained by Al, there is still a glitch with the 'create content'
           menu.
        2) The user module part of the patch did not apply due to Kjartan's earlier
           patch.
      fe09d5a7
  30. Sep 26, 2003
    • Dries Buytaert's avatar
      - Patch by Kjartan: · 0ff789c6
      Dries Buytaert authored
         + Fixed CSS to use the same format as the rest of drupal.css.
         + Added fallback routine for menu icons.
         + Fixed anonymous users not seeing the menu.
         + Added proper access checks for admin and help menu items.
      0ff789c6
  31. Aug 27, 2003
    • Dries Buytaert's avatar
      · 89005902
      Dries Buytaert authored
      - Tested and committed Kjartan's performance patches.  (Fixed the access check
        in update.php though.)
      89005902
  32. Jun 15, 2003
    • Dries Buytaert's avatar
      · 677dbd46
      Dries Buytaert authored
      - Bugfix: fixed broken links in the emitted RSS feed discovery code.  Modified
        patch by Kjartan.
      677dbd46
  33. Jun 14, 2003
    • Dries Buytaert's avatar
      · a844e580
      Dries Buytaert authored
      - Small corrections and improvements to the INSTALL file.  Patch by Kjartan.
      a844e580
  34. Jun 11, 2003
    • Dries Buytaert's avatar
      · 3b8c99d9
      Dries Buytaert authored
      - Bugfix: fixed the CREATE FUNCTION in database.mssql as it needs to be prefixed with GO for some obscure reason.  Patch by Kjartan.
      
      - Bugfix: fixed the defaults for blocks in database.mssql so the NOT NULL fields get values.  Patch by Kjartan.
      
      - Bugfix: changed check_form() to use htmlspecialchars() instead of drupal_specialchars() as this caused Drupal to emit incorrect form items in presence of quotes.  Example:
      
        <input type="submit" class="form-submit" name="op" value="Submit "top nodes" block changes" />
      
        IMO, drupal_specialchars() is better called xmlspecialchars() to avoid confusion.
      
      - Bugfix: when an anonymous user visits a site, they shouldn't see any content (except the login block, if it is enabled) unless they have the "access content" permissions.  Patch by Matt Westgate.
      
      - Improvement: improved the error checking and the error messages in the profile module.  Updated the code to match the Drupal coding conventions.  Modified patch from Matt Westgate.
      
      - Improvement: don't generate the <base href=""> tag in the base theme; it is already emitted by theme_head().  Patch by Kristjan.
      
      - Improvement: don't execute any SQL queries when checking the permissions of user #1.  Patch by Kjartan.
      
      - Improvement: made a scalable layout form that works in IE and that behaves better with narrow themes.  Part of patch #51 by Al.
      
      - Improvement: removed some redundant print statements from the comment module.  Modified patch from Craig Courtney.
      3b8c99d9