Skip to content
  1. Jun 25, 2003
    • Dries Buytaert's avatar
      · d50941ce
      Dries Buytaert authored
      - Narrow the set of allowed usernames to prevent people from messing with it.
      4.1.0
      d50941ce
  2. Jun 03, 2003
    • Dries Buytaert's avatar
      · d7b29e05
      Dries Buytaert authored
      - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents
        to avoid XSS attacks!  Patch by Al, Moshe, Marco, Kjartan and me.
      d7b29e05
  3. May 30, 2003
    • Dries Buytaert's avatar
      · dcec1379
      Dries Buytaert authored
      - Fixed a warning. Patch by Jacobo Tarrio.
      dcec1379
  4. May 29, 2003
  5. May 17, 2003
    • Dries Buytaert's avatar
      · 1ac0dd5e
      Dries Buytaert authored
      Back-ported to the DRUPAL-4-1-0 branch:
      
      - Only export the "who is online" block when the access log is enabled.
        Patch by Al.  Fixed bug #1692.
      
      - Only export the "top nodes" block when the node counters are enabled.
      1ac0dd5e
  6. Apr 22, 2003
  7. Apr 13, 2003
    • Dries Buytaert's avatar
      · 9e2fe8d1
      Dries Buytaert authored
      - Back-ported the stripslashes patch.  By Kobus and Gerhard. This needs a
        bit of testing but if all works well, please close bug #1495.
      9e2fe8d1
  8. Apr 04, 2003
    • Dries Buytaert's avatar
      - Backported patch from Ax. Fixed some syntax errors: · 3b9c246c
      Dries Buytaert authored
          -    case t("whatever");
          +    case t("whatever"):
      
      - Backported patch from Al.  Removed 'width="100%"' attributes from
        table tags.
      
        "IE has a bug with tables inside divs with width=100%. I see no reason why
        the forum tables should be 100% - they are pretty much naturally padded to
        100% as soon as anyone puts any content in them. Removing them doesn't
        affect functionality and improves layout compatibility on IE."
      3b9c246c
  9. Mar 28, 2003
    • Dries Buytaert's avatar
      · ac2d8236
      Dries Buytaert authored
      - Display the user roles on the user listing pages.  Patch by Shane with some
        modification(s) by Ax.
      ac2d8236
  10. Mar 23, 2003
  11. Mar 19, 2003
    • Dries Buytaert's avatar
      · 304500b3
      Dries Buytaert authored
      - Another improvement to the e-mail address validation code.  Fixed Debian
        bug #185217.  Patch by Gerhard.
      304500b3
  12. Mar 17, 2003
    • Dries Buytaert's avatar
      · 5bf37b00
      Dries Buytaert authored
      - Rollback: do not initialize the theme before initializing the user.
      5bf37b00
  13. Mar 16, 2003
    • Dries Buytaert's avatar
      · 2323b119
      Dries Buytaert authored
      - When loading a theme that is obviously broken, fall back onto the example
        theme instead of /showing/ a blank page.
      2323b119
    • Dries Buytaert's avatar
      · 052a6b58
      Dries Buytaert authored
      - Fixed typo: 'writeable' -> 'writable'
      052a6b58
    • Dries Buytaert's avatar
      · ab696218
      Dries Buytaert authored
      - Fixed typo: 'offtopic' -> 'off topic'
      ab696218
  14. Mar 14, 2003
    • Dries Buytaert's avatar
      · 067ed6d1
      Dries Buytaert authored
      - Fixed a CSS glitch.  Thanks Al.
      067ed6d1
  15. Mar 12, 2003
    • Dries Buytaert's avatar
      · b408ce76
      Dries Buytaert authored
      - The name of a forum node is a "forum topic", not a "discussion forum".
      b408ce76
    • Dries Buytaert's avatar
      · 38158ea8
      Dries Buytaert authored
      - Fixed off by one error.  A forgotten patch.
      38158ea8
  16. Mar 11, 2003
    • Dries Buytaert's avatar
      · fb2fee72
      Dries Buytaert authored
      - Use "AND" instead of "&&" in SQL queries to make Drupal work on
        PostgreSQL.  Based on a patch by Neil Ernst.
      fb2fee72
    • Dries Buytaert's avatar
      · 585cf29a
      Dries Buytaert authored
      - Patch by Neil Ernst: 4.1.0 produces a PostgreSQL error when trying to insert into the statistics table.  The problem is detailed on the pgsql docs "A column can be referenced in the form: correlation.columnname `['subscript`]' where correlation is either the name of a table, an alias for a table defined by means of a FROM clause, or the key words NEW or OLD."  The old version merely used the column name without qualification.
      
      (Fixed some additional directives.)
      585cf29a
  17. Mar 05, 2003
    • Dries Buytaert's avatar
      · eac4bc55
      Dries Buytaert authored
      - Fixed "SELECT lid, FROM locales WHERE string = 'Reset to defaults'" problem:
        invoke module_init() *after* the locale module has been initialized.  The
        system module was translating string from within its init hook which is now
        possible/allowed.
      eac4bc55
  18. Feb 27, 2003
    • Dries Buytaert's avatar
      · 18fe55cd
      Dries Buytaert authored
      - Bugfix: there was an errant </a> tag with no opening tag.  Patch by Al.
        Backported from CVS to stable 4.1.0 branch.
      18fe55cd
    • Dries Buytaert's avatar
      · 88c7613e
      Dries Buytaert authored
      - Bugfix: transparent session ID handling wasn't working properly with
        drupal_goto().  Patch by Al.  Backported from CVS to stable 4.1.0 branch.
      88c7613e
  19. Feb 24, 2003
  20. Feb 15, 2003
  21. Feb 09, 2003
    • Dries Buytaert's avatar
      · c0400dc7
      Dries Buytaert authored
      - Changed '%s' into '%d' such that an empty $user->uid is converted to 0.  Required for Drupal to work on new versions of PostgreSQL.  Patch by James.
      c0400dc7
    • Dries Buytaert's avatar
      · a37e45b5
      Dries Buytaert authored
      - Changed '%s' into '%d' such that an empty $user->uid is converted to 0.  Requi
      red for Drupal to work on new versions of PostgreSQL.  Patch by James.
      a37e45b5
    • Dries Buytaert's avatar
      - Changed '%s' into '%d' such that an empty $user->uid is converted to 0. ... · 31d7c8cb
      Dries Buytaert authored
      - Changed '%s' into '%d' such that an empty $user->uid is converted to 0.  Required for Drupal to work on new versions of PostgreSQL.  Patch by James.
      31d7c8cb
    • Dries Buytaert's avatar
      · 83d5c16c
      Dries Buytaert authored
      - Small patch by James.
      83d5c16c
    • Dries Buytaert's avatar
      · c5a69d94
      Dries Buytaert authored
      - Fixed bug #1133: disabled comments are no longer shown.  Thanks Gerhard.
      c5a69d94
  22. Feb 02, 2003
    • Dries Buytaert's avatar
      · ce563826
      Dries Buytaert authored
      - Removed redundant code.
      ce563826
  23. Feb 01, 2003
  24. Jan 29, 2003
    • Dries Buytaert's avatar
      · 82d2229e
      Dries Buytaert authored
      - Changed "Allow HTML tags" to "Filter HTML tags" for clarity.  Reported by
        Ax.
      82d2229e
    • Dries Buytaert's avatar
      · 02e30e0b
      Dries Buytaert authored
      - Corrected misplaced quote.  Reported by Gerhard.
      02e30e0b
  25. Jan 26, 2003
  26. Jan 23, 2003