Skip to content
  1. 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
    • Dries Buytaert's avatar
      · b4a19a56
      Dries Buytaert authored
      - Moved to grey arrow buttons instead of orange ones.  Updates by Kristjan.
      b4a19a56
    • Dries Buytaert's avatar
      a591cc5f
  2. Dec 16, 2003
    • Kjartan Mannes's avatar
      - Type in comment block. · 3e3f3972
      Kjartan Mannes authored
      3e3f3972
    • 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
    • Dries Buytaert's avatar
      · 595c790a
      Dries Buytaert authored
      - CSS improvements by Kristjan: <hr />-tag styling, better fieldset and table row
        padding, more subtle color to watchdog special messages.
      595c790a
  3. Dec 15, 2003
    • Dries Buytaert's avatar
      · ce5d3a06
      Dries Buytaert authored
      - Added some Apache 2 specific instructions.
      ce5d3a06
    • Dries Buytaert's avatar
      · 9c96417b
      Dries Buytaert authored
      - Updated the CHANGELOG.
      9c96417b
    • Dries Buytaert's avatar
      · 4a526ca7
      Dries Buytaert authored
      - Added a new theme derived from Kristjan's styleswitcher theme.
      4a526ca7
    • Dries Buytaert's avatar
      · eadda128
      Dries Buytaert authored
      - Fixes another 'xtemplate.inc removes "$xx" from content'.  Patch by Ax.
      eadda128
    • Dries Buytaert's avatar
      · f229a8c0
      Dries Buytaert authored
      - Patch 161 by Gordon: adds new form_button() function with a more generic version
        of form_submit() which allows the creation of HTML buttons.
      f229a8c0
    • Dries Buytaert's avatar
      · cc80cdf2
      Dries Buytaert authored
      - Replaced the tables used to structure the threaded comment view by div's.
        Patch by Goba.
      cc80cdf2
  4. Dec 14, 2003
    • Dries Buytaert's avatar
      · 451bc948
      Dries Buytaert authored
      - Fixed capitalization.
      451bc948
    • Dries Buytaert's avatar
      · 56c15217
      Dries Buytaert authored
      - Excessive CSS tags were generated for feeds and bundles.
      56c15217
  5. Dec 13, 2003
    • Dries Buytaert's avatar
      · 632bb2ac
      Dries Buytaert authored
      - Moved theme UnConeD to the contributions repository.
      632bb2ac
    • Dries Buytaert's avatar
      · 801dd782
      Dries Buytaert authored
      - Don't display a breadcrumb trail and title when there is no acitve page title.
        This stops the Xtemplate theme from displaying a 'Home' link on the front page.
      801dd782
    • Dries Buytaert's avatar
      · fa2ec338
      Dries Buytaert authored
      - Made sure all status messages start with a capital letter as we don't prefix
        them with 'Status:'.
      fa2ec338
    • Dries Buytaert's avatar
      · e728cfba
      Dries Buytaert authored
      - The 'my account' link is already part of the navigation block.
      e728cfba
    • Dries Buytaert's avatar
      · 67fe1716
      Dries Buytaert authored
      - Bugfix: removed incorrect print statements from theme.inc.
      67fe1716
    • Dries Buytaert's avatar
      · 4d54978a
      Dries Buytaert authored
      - Small change to the default theme.
      4d54978a
    • Dries Buytaert's avatar
      - Added a bullet. · c4871f06
      Dries Buytaert authored
      c4871f06
    • Dries Buytaert's avatar
      · 89271513
      Dries Buytaert authored
      - Some first theme Marvin improvements: better CSS, less tables.  Borrowed some from
        marvin_2k and styleswitcher.  More to come.
      89271513
    • Dries Buytaert's avatar
      · d33f3973
      Dries Buytaert authored
      - Committed Gerhard's user hook patch.  Patch 143.
      d33f3973
    • 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
  6. Dec 12, 2003
    • Dries Buytaert's avatar
      · f153bcb9
      Dries Buytaert authored
      - Simplified the way the 'real path' is resolved.
      f153bcb9
  7. Dec 11, 2003
  8. Dec 10, 2003
  9. Dec 09, 2003
    • Kjartan Mannes's avatar
      - Fixed <title> extraction deleting body. · 84c7e91a
      Kjartan Mannes authored
      - Fixed metaWeblog/Blogger incompatibilities in blogger.editPost and
        blogger.getRecentPosts.
      - Fixed coding style deviations.
      - Fixed access checks, now requires maintain personal blog.
      - Fixed taxonomy integration.
      - Fixed blogger.getUserInfo
      - Improved user login/access error messages.
      84c7e91a
    • Dries Buytaert's avatar
      · 970ff02f
      Dries Buytaert authored
      - No Tahoma please.
      970ff02f
    • Dries Buytaert's avatar
      · 9bd95408
      Dries Buytaert authored
      - Bugfix: the location of comment submission form was incorrect.  Patch by
        Bart.
      9bd95408
    • Dries Buytaert's avatar
      · d79d01f3
      Dries Buytaert authored
      - Path module documentation updates.
      d79d01f3
    • Dries Buytaert's avatar
      · 62aa0687
      Dries Buytaert authored
      - Bugfix: don't show any links in case of a container.  Patch by Bart.
      62aa0687
    • Dries Buytaert's avatar
      · 82233fc0
      Dries Buytaert authored
      - Xtemplate improvements by Ax.  Patch 190.
      82233fc0
  10. Dec 08, 2003