Skip to content
Snippets Groups Projects
  1. Oct 03, 2003
    • Dries Buytaert's avatar
      · 35f3bcd0
      Dries Buytaert authored
      - Path modoule improvements.  Modified path by Matt.
      35f3bcd0
    • Dries Buytaert's avatar
      · 63032518
      Dries Buytaert authored
      - Performance improvement: removed redundant inner join.   Patch by Kjartan.
      63032518
    • Dries Buytaert's avatar
      · 95f3278e
      Dries Buytaert authored
      - Fixed small performance bug: when a user has no permissions, the query
        in user_access() was not cached.
      95f3278e
    • Dries Buytaert's avatar
      · d646fb07
      Dries Buytaert authored
      - Made it easier to by-pass the access check.  Modified patch from Steven.
      d646fb07
  2. Oct 02, 2003
    • Dries Buytaert's avatar
      · 9942b6a2
      Dries Buytaert authored
      - There were 2 "content syndication" menu's: grouped them together.
      9942b6a2
    • Dries Buytaert's avatar
      · a4c84bbe
      Dries Buytaert authored
      - Bugfix: made printer-friendly pages work.  They were rendered but never
        printed.
      a4c84bbe
    • Dries Buytaert's avatar
      · 51976ac1
      Dries Buytaert authored
      - Fixed translation glitch in watchdog module.  Thanks Stefan.
      51976ac1
    • Dries Buytaert's avatar
      · 37da83ce
      Dries Buytaert authored
      - Removed dead code.  Patch by stefan.
      37da83ce
  3. Oct 01, 2003
    • Dries Buytaert's avatar
      · 7d9a74d4
      Dries Buytaert authored
      - Added a note about having to create the session table manually when
        upgrading from Drupal 4.2.0.
      7d9a74d4
    • Kjartan Mannes's avatar
    • Dries Buytaert's avatar
      · fa2581ed
      Dries Buytaert authored
      - Modifies path.module to get rid of pgsql reserved word.  Patch by Adrian.
      
      - Updates database.pgsql and database.mysql to work with current cvs. Patch
        by Adrian.
      
      - Updates update.php to be able to update postgres from 4.2 to current.
        Patch by Adrian.
      
      - Small fixes by me.
      fa2581ed
  4. Sep 30, 2003
    • Dries Buytaert's avatar
      · 392304da
      Dries Buytaert authored
      - Moved the locale settings from the user module to the locale module.
        Patch by Stefan.
      
      - Moved the theme settings from the user module to the system module and
        made the code more intelligent.  Patch by Stefan.
      392304da
    • Dries Buytaert's avatar
      · 6baa7d7c
      Dries Buytaert authored
      - Some URL alias fixes by Matt.
      6baa7d7c
    • Dries Buytaert's avatar
      - The path module itself · bcb5ebcd
      Dries Buytaert authored
      bcb5ebcd
    • Dries Buytaert's avatar
      · 5a667eb5
      Dries Buytaert authored
      - Url aliasing improvements.  Patch by Matt.  See mailing list for more
        information.
      5a667eb5
    • Dries Buytaert's avatar
      · 13f12eb4
      Dries Buytaert authored
      - Fixed bug #3383: broken admin help of the watchdog module.  Patch by
        Jonathan.
      13f12eb4
    • Dries Buytaert's avatar
      · d12e8997
      Dries Buytaert authored
      - Fixed the admin preview problem as per Jonathan's suggestion.  We'll want to
        think of a better solution though so I'll move that theme("header") statement
        back to its original place in a few weeks time.
      d12e8997
    • Dries Buytaert's avatar
      · 52c42406
      Dries Buytaert authored
      - Added PostgreSQL support to the update script.  Patch by Adrian.
      
      - Making Adrian the new PostgreSQL maintainer.
      52c42406
    • Dries Buytaert's avatar
      · 1127b04b
      Dries Buytaert authored
      - Fixed typo in cloud module documentation.  Bug report #3379.
      1127b04b
    • Dries Buytaert's avatar
      · 446dc824
      Dries Buytaert authored
      - Changed 'view my blog' to 'my blog' and 'view recent posts' to 'recent
        posts'.  See mailing list discussion.
      446dc824
  5. Sep 29, 2003
  6. Sep 28, 2003
    • Kjartan Mannes's avatar
      - Another inorrect Id tag. · 88a9f276
      Kjartan Mannes authored
      88a9f276
    • Dries Buytaert's avatar
      · c1e7b3f4
      Dries Buytaert authored
      - Fixed CSS.
      c1e7b3f4
    • Kjartan Mannes's avatar
      - Fixing the Id tag · a293988c
      Kjartan Mannes authored
      a293988c
    • Dries Buytaert's avatar
      · 234f2784
      Dries Buytaert authored
      - Fixed bug with "new user".  Reported by Matt.
      234f2784
    • Dries Buytaert's avatar
      · b4ceaac3
      Dries Buytaert authored
      - Block module fixes.  Patch by Kjartan.
      b4ceaac3
    • Kjartan Mannes's avatar
      - Renamed User information block to Navigation. · e2c206da
      Kjartan Mannes authored
      - Fixed Navigation block header.
      e2c206da
    • Dries Buytaert's avatar
      · bcfa6dca
      Dries Buytaert authored
      - Translation improvements for the block module help.  Patch by Gabor.
      bcfa6dca
    • Dries Buytaert's avatar
      · 32e8d77c
      Dries Buytaert authored
      - Associate a callback with the menu links!  (This callback is not yet being
        called but will be as soon the remaining links have been transformed to use
        the menu system.)
      
      - Made sure the menu does not render links with no callback and no children.
        Like this, the 'create content' link is not being shown when the user has
        no permission to add any content.
      32e8d77c
    • 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
    • Dries Buytaert's avatar
      · 069e1bb8
      Dries Buytaert authored
      - More translation fixes for the menu items.  Patch by Gabor.
      069e1bb8
    • Dries Buytaert's avatar
      · 179ded04
      Dries Buytaert authored
      - Made sure the system module can be translated entirely.  Patch by Stefan.
      179ded04
    • Dries Buytaert's avatar
      · c8b28009
      Dries Buytaert authored
      - Made sure all menu items can be translated.  Path by Goba.
      c8b28009
    • Dries Buytaert's avatar
      · 949a7014
      Dries Buytaert authored
      - As of now, the default placement of the Xtemplate theme's sidebar will be
        on the left.  This is what people seem to expect.
      949a7014
Loading