Skip to content
  1. Feb 02, 2003
    • Dries Buytaert's avatar
      · ce563826
      Dries Buytaert authored
      - Removed redundant code.
      ce563826
  2. Feb 01, 2003
  3. 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
  4. Jan 26, 2003
  5. Jan 23, 2003
  6. Jan 20, 2003
  7. 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
  8. Jan 10, 2003
  9. 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
  10. 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
    • Dries Buytaert's avatar
      · 4b76b78f
      Dries Buytaert authored
      - Made sure the $links array is properly initialized before doing an
        array_merge.  According to Ori, this fixes a problem when using PHP
        as an ISAPI module with the Sambar server.
      4b76b78f
  11. Jan 07, 2003
    • Dries Buytaert's avatar
      · 0a065df4
      Dries Buytaert authored
      - Fixed small oddity in the linebreak code.  Patch by Curtis.
      0a065df4
  12. Jan 06, 2003
    • Dries Buytaert's avatar
      · 1dd8e24b
      Dries Buytaert authored
      - Changed the name of the example theme to "example" instead of "Stone Age"
        to fix the infamous blank page problem.
      1dd8e24b
  13. 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
      · 76ebe21a
      Dries Buytaert authored
      - Fixed typo: 'tat' -> 'that'.
      76ebe21a
    • 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
  14. Jan 04, 2003
    • Dries Buytaert's avatar
      · 9723bccd
      Dries Buytaert authored
      - Added a check for register_globals.
      9723bccd
    • 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
    • Dries Buytaert's avatar
      · 613c7a76
      Dries Buytaert authored
      - Fixed typo in PostgreSQL database scheme.  Patch by James.
      613c7a76
  15. 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
  16. 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
    • Dries Buytaert's avatar
      · 5847b50c
      Dries Buytaert authored
      Bugfix: when we have to extract a comment's title from the comment's body,
      first strip the body's HTML tags or we might get an empty title after all.
      5847b50c
  17. Dec 30, 2002
    • Dries Buytaert's avatar
      · 3691c1eb
      Dries Buytaert authored
      - Some small improvements/fixes to the node system.  Suggested by Marco.
      3691c1eb
    • Dries Buytaert's avatar
      · f336b56a
      Dries Buytaert authored
      - Bugfix: cache_clear_all() wasn't always called.
      f336b56a
    • Dries Buytaert's avatar
      · 03f5f990
      Dries Buytaert authored
      - Bugfix: user_save() should not be called for anonymous users.  Patch by
        Marco.
      03f5f990
  18. Dec 29, 2002
    • Dries Buytaert's avatar
      · 4cbf333e
      Dries Buytaert authored
      - Usability improvement: made the permission table translatable.  Requested
        by Stefan.
      4cbf333e
  19. Dec 26, 2002
    • Dries Buytaert's avatar
      · b2f78aa6
      Dries Buytaert authored
      - Made Drupal report an warning when magic_quotes are disabled.
      b2f78aa6
  20. Dec 24, 2002
    • Dries Buytaert's avatar
      · c9a6df93
      Dries Buytaert authored
      - Fixed some typos: "seperated" -> "separated"
      c9a6df93
    • Dries Buytaert's avatar
      · 2d35c742
      Dries Buytaert authored
      - Fixed typos: "prefered" -> "preferred"
      2d35c742
    • Dries Buytaert's avatar
      · 60063a7f
      Dries Buytaert authored
      - Fixed typo: "authomatically" -> "automatically"
      60063a7f
    • Dries Buytaert's avatar
      · 8f7e7241
      Dries Buytaert authored
      - Fixed some typos: "filesize" -> "file size".
      8f7e7241
    • Dries Buytaert's avatar
      · 673076e6
      Dries Buytaert authored
      - Fixed a bunch of typos: it is "threshold", not "threshhold".
      673076e6