Skip to content
  1. 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
  2. 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
  3. Mar 23, 2003
  4. 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
  5. Mar 16, 2003
    • 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
  6. Mar 14, 2003
    • Dries Buytaert's avatar
      · 067ed6d1
      Dries Buytaert authored
      - Fixed a CSS glitch.  Thanks Al.
      067ed6d1
  7. 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
  8. 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
  9. 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
  10. Feb 15, 2003
  11. Feb 09, 2003
  12. Feb 02, 2003
    • Dries Buytaert's avatar
      · ce563826
      Dries Buytaert authored
      - Removed redundant code.
      ce563826
  13. Feb 01, 2003
    • Dries Buytaert's avatar
      · b738d428
      Dries Buytaert authored
      - Fixed typo: '$node->nide' -> '$node->nid'.  Patch by Alastair.
      b738d428
  14. 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
  15. Jan 23, 2003
  16. Jan 20, 2003
  17. Jan 15, 2003
    • Dries Buytaert's avatar
      · 1515a504
      Dries Buytaert authored
      - Fixed bug/warning when an anonymous users tries to post a node.  Reported
        by David.
      1515a504
  18. Jan 10, 2003
  19. Jan 09, 2003
    • Dries Buytaert's avatar
      · 7d3d3962
      Dries Buytaert authored
      - Made sure the generated (X)HTML validates.  Patch by Curtis.
      7d3d3962
    • Dries Buytaert's avatar
      · 06f45040
      Dries Buytaert authored
      - Fixed small glitch in the statistics module based on a patch from David.
      06f45040
  20. Jan 08, 2003
    • Dries Buytaert's avatar
      · 18b72b99
      Dries Buytaert authored
      - Bugfix: fixed the SQL query in _forum_topics_read to avoid counting shadowed
        topics in forums.  Patch by David.
      18b72b99
  21. Jan 07, 2003
    • Dries Buytaert's avatar
      · 0a065df4
      Dries Buytaert authored
      - Fixed small oddity in the linebreak code.  Patch by Curtis.
      0a065df4
  22. Jan 05, 2003
    • Dries Buytaert's avatar
      · 83d74025
      Dries Buytaert authored
      - Fixed some more broken links in the documentation.
      83d74025
    • Dries Buytaert's avatar
      · 79242ba5
      Dries Buytaert authored
      - Fixed broken link.
      79242ba5
    • Dries Buytaert's avatar
      · 6c1cb520
      Dries Buytaert authored
      - Added missing t() function.  Patch by David.
      6c1cb520
    • Dries Buytaert's avatar
      · f2f1f7a4
      Dries Buytaert authored
      - Added missing whitespace.
      f2f1f7a4
    • Dries Buytaert's avatar
      · 3bc45104
      Dries Buytaert authored
      - Made a database query ANSI compliant.  Patch by Ax.
      3bc45104
    • Dries Buytaert's avatar
      · c6652a7a
      Dries Buytaert authored
      - In the taxonomy administration pages, the dropdown to select a term's
      parent is supposed to exclude terms that are descendants of the current
      term, to avoid creating cycles. However, the terms with the first few
      term IDs are excluded instead.  Patch by JonBob.
      c6652a7a
  23. Jan 04, 2003
    • Dries Buytaert's avatar
      · 3b60ecb1
      Dries Buytaert authored
      - The statistics module would sometimes mistake a non-node ID with that
        of a node.  Thanks David and Jeremy.
      3b60ecb1
  24. Jan 03, 2003
    • Dries Buytaert's avatar
      · 643086c4
      Dries Buytaert authored
      - Fixed bug that prevented results containing multiple occurences of
        the search word(s).  Patch by Ax.
      643086c4
  25. Jan 02, 2003
    • Dries Buytaert's avatar
      · dae877c0
      Dries Buytaert authored
      - Usability improvement; the drop-down menu showed the first vocabulary in
        the list even though it has not been selected.  Reported by Adam Shand.
      dae877c0