Skip to content
Snippets Groups Projects
  1. Jan 02, 2004
    • Dries Buytaert's avatar
      · a9ef1826
      Dries Buytaert authored
      - Patch 4916: improved preparation of $node->teaser and $node->body.  Patch by
        Goba.
      a9ef1826
    • Dries Buytaert's avatar
      · b63747fd
      Dries Buytaert authored
      - Removed the hard-coded list of watchdog types.  The list is compiled
        dynamically and can be extended through the watchdog() call.  (Chris
        could use it to move the cron message to their own category.)
      b63747fd
    • Dries Buytaert's avatar
      · f6082cda
      Dries Buytaert authored
      - Fixed bug 4916: users can have disabled themes.  Modified patch by Mathias.
      
         1. Remove the theme object.  There is no need to keep it around since meta
            information for a theme can be retrieved via list_themes().  All we really
            need is the theme name.
      
         2. Check if the user selected theme is enabled during theme initialization.
            This is the easiest place to put the check and doesn't mess with the user's
            settings.  Their database profile will still contain the disabled theme
            selection, but they will be rendering the default admin-selected theme
            until their chosen theme is once again activated.
      f6082cda
    • Dries Buytaert's avatar
      · 604064b5
      Dries Buytaert authored
      - Patch #4858: search module did not remember the search filter.  Patch by
        Kjartan.
      604064b5
    • Dries Buytaert's avatar
      · 01d17d4a
      Dries Buytaert authored
      - Patch #4093: only invoke check_output() once for performance's sake.  Patch
        by Goba.
      01d17d4a
  2. Dec 30, 2003
  3. Dec 29, 2003
    • Dries Buytaert's avatar
      · 21a0e8b9
      Dries Buytaert authored
      - Updated code to use new semantics of url() and l().
      21a0e8b9
    • Dries Buytaert's avatar
      · be2f4058
      Dries Buytaert authored
      - Added $fragment identifier to url() and l().  Patch by Goba.
      be2f4058
    • Kjartan Mannes's avatar
      - Fixing temp directory check. · 286f6188
      Kjartan Mannes authored
      286f6188
    • Dries Buytaert's avatar
      · 059e5cca
      Dries Buytaert authored
      - Fixed a weird typo introduced by the <b> -> <strong> patches and indented
        the code a bit better.
      059e5cca
    • Dries Buytaert's avatar
      · 0fc11d57
      Dries Buytaert authored
      - Fixed typo introduced by the <b> -> <strong> patches.  This might need a better
        fix.
      0fc11d57
    • Dries Buytaert's avatar
    • Dries Buytaert's avatar
      · 90a5a6cf
      Dries Buytaert authored
      - Updated the user login block to validate as XHTML strict: the
        <div class="user-login-block"> is now inside the <form> instead of the
        other way around.
      
      - Simplified the user login block by removing some CSS that was no longer
        needed.  The block module already emits block-related classes and an id.
      90a5a6cf
    • Dries Buytaert's avatar
      · 3c8f9c15
      Dries Buytaert authored
      - Removed some dead CSS code.
      3c8f9c15
    • Dries Buytaert's avatar
      · 41d28852
      Dries Buytaert authored
      - Fixed glitch with form_radio().  Reported by Kjartan.
      41d28852
    • Dries Buytaert's avatar
      · 7ca4dd60
      Dries Buytaert authored
      - Fixed bug 4832: only list nodes for the specified day.  Patch by Goba.
      7ca4dd60
    • Dries Buytaert's avatar
      43da1635
    • Dries Buytaert's avatar
      · 81b21bc0
      Dries Buytaert authored
      - Removed the ID from radio buttons: we'll need to rethink this a bit.
      81b21bc0
    • 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
  4. Dec 28, 2003
  5. Dec 27, 2003
  6. Dec 26, 2003
    • Dries Buytaert's avatar
      · 15f289a8
      Dries Buytaert authored
      - Added file handling.  Work by Kjartan.
      15f289a8
    • Dries Buytaert's avatar
      · c1898456
      Dries Buytaert authored
      - Removed the import module's custom menu.  Added a 'news aggregator' menu to
        the navigation block.
      c1898456
    • Dries Buytaert's avatar
      · fb45b6b7
      Dries Buytaert authored
      - Removed the ID from radio buttons for now: duplicate IDs confuse the browser.
      fb45b6b7
    • Dries Buytaert's avatar
      · 097f6209
      Dries Buytaert authored
      - First take at improving the user module's code: replaced the custom error
        printing with calls to drupal_set_message().
      097f6209
Loading