Skip to content
  1. Jun 19, 2003
    • Dries Buytaert's avatar
      · 828ba665
      Dries Buytaert authored
      - Bugfix: fixed utf-8 problem for people that use PHP 4.2.x or below.  Patch #33 by Al.
      
      - Bugfix: fixed translation problems in the user module and the block module.  Patch by Stefan.
      
      - Improvement: made it impossible to delete user role #1 and #2.  Patch #38 by Al.
      
      - Improvement: fixed the "Allowed HTML tag" issues.  Makes for better code and improved usability.  Patch #35 by Al.
      
        NOTE: as soon the compose tips make their way into CVS, most of this code can be removed.
      828ba665
  2. Jun 18, 2003
  3. Jun 17, 2003
    • Dries Buytaert's avatar
      · ec428637
      Dries Buytaert authored
      - More XHTML-ifications from GmbH.
      ec428637
    • Dries Buytaert's avatar
      · 7a8a99d4
      Dries Buytaert authored
      - Bugfix: corrected typo in the poll module.  Patch by Al.
      7a8a99d4
    • Dries Buytaert's avatar
      · cc837807
      Dries Buytaert authored
      - Bugfix: made searching locale strings work.  Patch by Al.  Fixes bug #1986.
      cc837807
    • Dries Buytaert's avatar
      · 328de12d
      Dries Buytaert authored
      - Made <pre> wrap.  Patch #21 by Al.
      328de12d
  4. Jun 16, 2003
    • Steven Wittens's avatar
      Bugfix: user timezone-selection now uses the site's configured... · 28256627
      Steven Wittens authored
      Bugfix: user timezone-selection now uses the site's configured date_format_long value rather than a hardcoded one.
      28256627
    • Dries Buytaert's avatar
      · 026c09b6
      Dries Buytaert authored
      - Bugfix: fixed searches to do boolean AND rather than OR.  This isn't the best way to do things, but seems to be pretty much the only way to get things to be properly
      ANSI-compliant.  Patch by #17 by Al.  (Note: I haven't really tested this fix but this should fix bug #1857.)
      026c09b6
    • Dries Buytaert's avatar
      · c4093680
      Dries Buytaert authored
      - Bugfix: emit the proper CSS tags for "normal" and "linked" days.  Patch #18
        by Al.  Thanks.
      c4093680
    • Dries Buytaert's avatar
      · 4e91002f
      Dries Buytaert authored
      - Improvement: show favicon on admin pages.  Patch #20 by Al.
      4e91002f
    • Dries Buytaert's avatar
      · 00baac2c
      Dries Buytaert authored
      - Improvement: made theme Marvin's calendar look better.  Patch #16 by Al.
        Thanks!
      00baac2c
    • Dries Buytaert's avatar
      · ef873561
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.  See feature #1813.
      ef873561
  5. Jun 15, 2003
    • Dries Buytaert's avatar
      · e5f2c1ef
      Dries Buytaert authored
      - Usability improvement: avoid showing two login forms on one page.  Suggested
        by Keith.
      e5f2c1ef
    • Dries Buytaert's avatar
      · bbf78ea1
      Dries Buytaert authored
      - Fixed typo in CHANGELOG.  Patch #16 by Al.
      bbf78ea1
    • Dries Buytaert's avatar
      · 10e1c075
      Dries Buytaert authored
      - Bugfix: locale module fix for bug # 1822 (translated/untranslated and search
        issues).  Patch #12 by Al.
      10e1c075
    • Dries Buytaert's avatar
      · 2edb978d
      Dries Buytaert authored
      - Bugfix: fixed glitch with "blog it" images.  Patch #15 by Al.
      2edb978d
    • Dries Buytaert's avatar
      · 8a9a5ba3
      Dries Buytaert authored
      - Bugfix: the variable 'user_mail_welcome_approval_subject' was too long.
        Modified patch from Al; used 'user_mail_approval_subject' instead of
        'user_mail_welcome_approval_subj'.  Patch #11 by Al.  Fixes bug #1976.
      8a9a5ba3
    • Dries Buytaert's avatar
      · c31fe45f
      Dries Buytaert authored
      - Improvement: fixed wrapping in code samples in user module so that admin help doesn't have a huge horizontal scrollbar.  Patch #13 by Al.
      c31fe45f
    • Dries Buytaert's avatar
      · eb030cb9
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.
      eb030cb9
    • Dries Buytaert's avatar
      · a0e0ea93
      Dries Buytaert authored
      - Comment module documentation improvements; updates by Charlie, patch by Al.
      a0e0ea93
    • Dries Buytaert's avatar
      · 19a07314
      Dries Buytaert authored
      - Improvement: nicer, slightly larger arrows for the month selection within
        the archive calendar.  Patch #2 by Al.
      19a07314
    • Dries Buytaert's avatar
      · 677dbd46
      Dries Buytaert authored
      - Bugfix: fixed broken links in the emitted RSS feed discovery code.  Modified
        patch by Kjartan.
      677dbd46
  6. Jun 14, 2003
  7. Jun 13, 2003
    • Dries Buytaert's avatar
      · d95499bf
      Dries Buytaert authored
      - Bugfix: small Xtemplate fixes.  Patch by Ax.  (Slightly modified.)
      
      - Bugfix: block patch fix.  Patch by Gerhard.
      
      - Bugfix: fixed broken URL in ping.  Patch by Gerhard.
      
        (This should fix the problems shown on http://www.blo.gs/info.php?id=1515.)
      
      - Improvement: added better password generator.  Patch #1 by Al.  Fixes bug
        #1935.
      
      - Improvement: performance improvement to the blog module.  Patch by Marco.
      d95499bf
  8. Jun 12, 2003
    • Dries Buytaert's avatar
      · c0330f16
      Dries Buytaert authored
      - Updated to ignore favicons.
      c0330f16
    • Dries Buytaert's avatar
      · 5ed848ec
      Dries Buytaert authored
      - Show a non-clickable example "link" when previewing comments.  Should fix
        bug #1437 for all themes (incl. theme Marvin and theme UnConeD).
      5ed848ec
    • Dries Buytaert's avatar
      · 1a257603
      Dries Buytaert authored
      - Bugfix: charset fixes/clean-up.  Patch #52 by Al.
      
      - Improvement: renamed some theme functions of the forum module for sake of consistency/readability.  Patch #2 by Kristjan.
      
      - Improvement: usability improvements to the Xtemplate theme.  Patch #3 by Kristjan.
      
      - Improvement: CSS'ified the book module pages.  Patch #3 by Al.  (I simplified the "l
      ocation" part.  Al's approach gave you a bit more power but I'm not sure anyone wants
      to change that.  Besides, this will change as soon we integrate the menu system so I kept it easy for now.)
      1a257603
  9. Jun 11, 2003
    • Steven Wittens's avatar
    • Dries Buytaert's avatar
      · 9e813c08
      Dries Buytaert authored
      - Bugfix: when clean URLs are enabled, the cookie path was not always set correctly when the
      user logged using the user block from within a subdirectory.  Patch by Ulf Rompe.
      9e813c08
    • Steven Wittens's avatar
      Changed ancient drop favicon into a nice Druplicon, sizes 16x16 and 32x32,... · a8c6f0d0
      Steven Wittens authored
      Changed ancient drop favicon into a nice Druplicon, sizes 16x16 and 32x32, looks recognisable, they're (mostly) pixeldrawn.
      a8c6f0d0
    • 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
    • Dries Buytaert's avatar
      - A new 'blog it' image by Al. · c6eede08
      Dries Buytaert authored
      c6eede08
  10. Jun 10, 2003
    • Dries Buytaert's avatar
      · 75a44994
      Dries Buytaert authored
      - Bugfix: an administrator could not edit the avator through the admin interface because it used the global $user object inside its functions rather then the user to be edited.  Patch by Matt Westgate.
      75a44994