Skip to content
  1. Jul 02, 2003
  2. Jul 01, 2003
    • Dries Buytaert's avatar
      · dc15ba06
      Dries Buytaert authored
      - Improvement: don't perform XSS checks for trusted users.  Trusted users
        are those that have the "bypass input data check" permission set.  Should
        address bug #2147.
      
      - Improvement: simplified index.php and modules/admin.module.
      
      - Bugfix: fixed broken links in bloggerapi documentation.  Patch by Chris
        Johnson.  Fixes bug #2030.
      
      - Bugfix: fixed the date shown on a book module preview.  Reported as part
        of bug #2097.
      
      - Bugfix: fixed broken URL in the book module documentation.
      dc15ba06
  3. Jun 30, 2003
    • Dries Buytaert's avatar
      · 886ae2bf
      Dries Buytaert authored
      - Fixed some "search related" bugs introduced by Moshe's latest patch.
        Fixes bug #2127.
      886ae2bf
  4. Jun 27, 2003
    • Dries Buytaert's avatar
      - Reworked the CXX checking; now, _any_ user input will be checked · f4df7195
      Dries Buytaert authored
      and the request will be terminated when something suspicious is
      detected.  This will be logged in the watchdog.  With help from Marco.
      
      - Fixed translation issue in the archive module.  Patch by Gerhard.
      
      - Removed dead parameter from variable_get().  Patch by Chris Johnson.
      Fixes bug #2111.
      
      - Improved input checking of taxonomy module.  Patch by Gerhard.
      Fixes bug #2112.
      f4df7195
  5. Jun 24, 2003
  6. Jun 15, 2003
    • Dries Buytaert's avatar
      · eb030cb9
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.
      eb030cb9
  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 08, 2003
    • Dries Buytaert's avatar
      · 643d2731
      Dries Buytaert authored
      - Fixed two broken links in the "administration > content management >
        post overview" page.
      643d2731
    • Dries Buytaert's avatar
      · a448f5a9
      Dries Buytaert authored
      - Charset simpliciations.  Patch #46 by Al.
      a448f5a9
  9. Jun 06, 2003
  10. Jun 05, 2003
    • Dries Buytaert's avatar
      · de3b0796
      Dries Buytaert authored
      - Bugfix: better charset support for non-ISO-8859-1 languages.  Patch 0029.charset.fixes.patch by Al.  Could East Asia test this please.
      
      - Bugfix: made the "moderate" field behave.  Patch 0030.queue.module.help.and.settings.form.patch by Al.
      
      - Documentation: revised a large part of the help texts / documentation!  Al's 0024.* patches.
      
      - Documentation: added a glossary to the help module.  Patch 0025.help.module.glossary.patch by Al and Michael.
      
      - Usability: first step towards unifying the terminology used in the cloud module.  Patch by 0028.site.cloud.rationalize.name.patch Al.
      
      - Usability + CSS improvements: revamped the node form and removed all tables.  Patch 0027.node.form.rewrite.patch by Al.
      
      - CSS improvements: patch 0026.admin.css.small.improvement.patch by Al.
      
      - Updated the MAINTAINERS file.
      de3b0796
  11. Jun 04, 2003
    • Dries Buytaert's avatar
      · 355d25e7
      Dries Buytaert authored
      - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a reserved keyword in MySQL 4.  This fixes critical bug #1618.  Patch by Marco.
      
        ==> This fix requires to run update.php!
      
      - Bugfix: made sessions work without warnings when register_globals is turned off. The solution is to use $_SESSION instead of session_register().  This fixes critical bug #1797.  Patch by Marco.
      
      - Bugfix: sometimes error messages where being discarded when previewing a node.  Patch by Craig Courtney.
      
      - Bugfix: fixed charset problems.  This fixes critical bug #1549.  Patch '0023.charset.patch' by Al.
      
      - Code improvements: removed some dead code from the comment module.  Patch by Marco.
      
      - Documentation improvements: polished the node module help texts and form descriptions.  Patch '0019.node.module.help.patch' by Al.
      
      - CSS improvements all over the map!  Patch '0021.more.css.patch' by Al.
      
      - GUI improvements: improved the position of Druplicon in the admin menu.  Patch '0020.admin.logo.patch' by Al.
      
      - GUI improvements: new logos for theme Marvin and theme UnConeD.  Logos by Kristjan Jansen.
      
      - GUI improvements: small changes to the output emitted by the profile module.  Suggestions by Steven Wittens.
      
      - GUI improvements: small fixes to Xtemplate.  Patch '0022.xtemplate.css.patch' by Al.
      
      TODO:
      
      - Some modules such as the buddy list module and the annotation module in the contributions repository are also using session_register().  They should be updated.  We should setup a task on Drupal.
      
      - There is code emitting '<div align="right">' which doesn't validate.
      
      - Does our XML feeds validate with the charset changes?
      
      - The forum module's SQL doesn't work properly on PostgreSQL.
      355d25e7
  12. Jun 03, 2003
    • Dries Buytaert's avatar
      · 3151a1cb
      Dries Buytaert authored
      - Usability improvements to the node form.  Patch by Al.  Will incorporate
        some of Moshe's node form work later on.
      
      TODO:
      
      - I just spotted a problem with the promote field; it does not seem to be
        "sticky" when you click the preview button.  I checked and this was also
        the case prior to applying this patch.
      3151a1cb
  13. Jun 01, 2003
    • Dries Buytaert's avatar
      · 882c3f6d
      Dries Buytaert authored
      Removed node_get_node_from_nid() and modified node_load() to take an optional 2nd arguments to return a specified revision.  Patch be Kjartan.
      882c3f6d
  14. May 31, 2003
    • Dries Buytaert's avatar
      · b7a0a744
      Dries Buytaert authored
      - Committed Al's rollback fixes and the title improvements.  Thanks again.
      b7a0a744
  15. May 29, 2003
    • Dries Buytaert's avatar
      · 8d2b1238
      Dries Buytaert authored
      - Michael Frankowski's excellent help text improvements!
      8d2b1238
  16. May 28, 2003
    • Dries Buytaert's avatar
      · c7bc1710
      Dries Buytaert authored
      - Fixed braino.  Reported by Remco as bug #1787.
      c7bc1710
  17. May 26, 2003
    • Dries Buytaert's avatar
      · b9e8016f
      Dries Buytaert authored
      - Fixed validate problem.  Patch by Ax.
      b9e8016f
    • Dries Buytaert's avatar
      · d8f78a7c
      Dries Buytaert authored
      - Removed check_output() from the theme system layer.
      d8f78a7c
  18. May 25, 2003
    • Dries Buytaert's avatar
      · 102cbe5e
      Dries Buytaert authored
      - Undid Kjartan's latest change (it breaks the feeds) and fixed it properly.
      102cbe5e
  19. May 24, 2003
  20. May 23, 2003
    • Dries Buytaert's avatar
      · 9863dd5a
      Dries Buytaert authored
      - Fixed typo in URL().  Patch by Al.
      
      - Added a filter option to disable/enable the rewrite_old_urls() filter.
        See task #1542.
      9863dd5a
  21. May 19, 2003
    • Dries Buytaert's avatar
      · b5e644d6
      Dries Buytaert authored
      - Some fields can be passed through the $_GET array (eg. to make the "blog
        it" modules work).  Patch by Ax.
      b5e644d6
  22. May 13, 2003
    • Dries Buytaert's avatar
      · c2d2fb73
      Dries Buytaert authored
      - Fixed a typo in the PostgreSQL database scheme.  Patch by Michael Frankowski.
      
      - Fixed a typo in the MSSQL database scheme.  Patch by Michael Frankowski.
      
      - Removed dependency on "register_globals = on"!  Patches by Michael Frankowski.
      
        Notes:
      
        + Updated the patches to use $foo["bar"] instead of $foo['bar'].
        + Updated the INSTALL and CHANGELOG files as well.
      
      - Tiny improvement to the "./scripts/code-clean.sh" script.
      c2d2fb73
  23. May 10, 2003
    • Dries Buytaert's avatar
      · 7aa28ea1
      Dries Buytaert authored
      - Added an option to make "node previews" optional.  Patch by n8.  See
        "site configuration > modules > node".
      7aa28ea1
  24. May 02, 2003
    • Dries Buytaert's avatar
      · 54459cc0
      Dries Buytaert authored
      - Fixed the function prototypes of the newly introduced theme_user_list(),
        theme_node_list(), and theme_menu_list().  This will fix the excessive
        gap between lists and avoids generating empty <b></b> constructs.
      54459cc0
  25. Apr 29, 2003
    • Dries Buytaert's avatar
      · 2d6408df
      Dries Buytaert authored
      - Committed Adrian's item patch.  It would be nice if one or more of the
        standard themes could be updated to demonstrate the possibilities.
      2d6408df
  26. Apr 21, 2003
    • Dries Buytaert's avatar
      · a956de78
      Dries Buytaert authored
      - Fixed some PHP "notices".
      a956de78
  27. Apr 20, 2003
    • Dries Buytaert's avatar
      · 3c2dc18c
      Dries Buytaert authored
      - Fixed bug #1545: incorrect sequence tables on PostgreSQL.  Patch by Neil.
      
        In addition, I have updated update.php so it makes the corresponding
        changes for MySQL users.
      3c2dc18c
  28. Apr 15, 2003
    • Dries Buytaert's avatar
      · 2de4c1c6
      Dries Buytaert authored
      - Node API improvements by Moshe:
      
        "implemented pieces of kjartan's original nodeAPI patch. the mingling
        of other modules into node.module logic decreases (a good thing). for
        example, the string "taxonomy" now appears nowhere in node.module
      
        - moved the saving of taxonomy terms when submitting a node out of
        node.module and into taxonomy.module
      
        - moved the deletion of comments while deleting a node out of
        node.module and into comment.module
      
        - improved usability of node forms by including node type in the title
        of the box and page"
      2de4c1c6
  29. Apr 14, 2003
    • Dries Buytaert's avatar
      A batch of changes: · 70f5b864
      Dries Buytaert authored
      - Renamed '---' to '<!--break-->'.
      
      - Removed hard-coded call to the statistics module from the node module.
        Patch by Gerhard.
      
      - Removed tables from poll module.  Modified patch by Al.  Changes to Al's
        patch are:
          "polltext" -> "poll-text"
          "pollfg"   -> "poll-foreground"
          "pollbg"   -> "poll-background"
      
      - Changed some 'statistics.foo's to 's.foo's.  Patch by Gary.
      
      [If this closes any bug reports, please update them on drupal.org.]
      70f5b864
  30. Mar 29, 2003
    • Dries Buytaert's avatar
      · 4742ba35
      Dries Buytaert authored
      - Fixed some SQL query directives.
      4742ba35
  31. Mar 16, 2003
    • Dries Buytaert's avatar
      · 297bc73f
      Dries Buytaert authored
      - Bugfix: deleting a node should flush the cache.
      297bc73f
    • Dries Buytaert's avatar
      · 170b674a
      Dries Buytaert authored
      - All LIMIT queries must go through the pager or through db_query_range().
        The syntax for db_query_range() was enhanced so it matches db_query(). So
        you may pass extra arguments of the SQL statement which are checked via
        check_query() and then substituted into the SQL statement. After these
        optional arguments, you always pass $from and $count parameters which
        define your range.  Most often, the $from is 0 and the count is the max
        number of records you want returned.  Patch by Moshe.
      
      - The pager_query() function for PEAR was enhanced so that it adds  proper
        GROUP BY statement counting the number of records to be paged. Patch by
        James Arthur.
      
      - MSSQL database scheme by Moshe.
      170b674a
  32. Mar 14, 2003
    • Dries Buytaert's avatar
      · dc19b22f
      Dries Buytaert authored
      - Modified patch of Moshe.  Enhances the tracker module so it displayes recent
        *nodes* in addition to comments.  This will be helpful for tracking down new
        book nodes, blog posts, news items, and other stuff which isn't interesting
        enough to be promoted to the home page.
      dc19b22f
  33. Mar 11, 2003
  34. Mar 10, 2003
  35. Mar 09, 2003
    • Kjartan Mannes's avatar
      - Ahem , trailing spaces. · 5a646024
      Kjartan Mannes authored
      5a646024
    • Kjartan Mannes's avatar
      - Moved moderation logic back into node module. · 1421c878
      Kjartan Mannes authored
          * After having a chat with Dries we have agreed on the logics (or
            more specifically he told me how its supposed to work). The queue
            module is just a method to make moderation public, but its not
            necessarily the only way. This brings the power back.
      - Minor interface tweaks (names, case changes, etc).
      - Fixed error that would show when you tried to view the profile of a
        blocked user.
      1421c878