Skip to content
  1. Jul 08, 2003
    • Dries Buytaert's avatar
      · 5d1859e0
      Dries Buytaert authored
      - Bugfix: don't show the "blog it" links when the blog module is disabled.
        Patch by Bart Jansens.
      5d1859e0
  2. Jun 28, 2003
    • Dries Buytaert's avatar
      · 4d29898a
      Dries Buytaert authored
      - Bugfix: flush the cache after updating the new feeds (or after having
        added or removed news items).  Fixes bug #2088.
      4d29898a
  3. 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
  4. Jun 24, 2003
  5. Jun 22, 2003
  6. Jun 16, 2003
    • Dries Buytaert's avatar
      · ef873561
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.  See feature #1813.
      ef873561
  7. Jun 15, 2003
    • Dries Buytaert's avatar
      · 2edb978d
      Dries Buytaert authored
      - Bugfix: fixed glitch with "blog it" images.  Patch #15 by Al.
      2edb978d
    • Dries Buytaert's avatar
      · eb030cb9
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.
      eb030cb9
  8. Jun 08, 2003
    • Dries Buytaert's avatar
      · b0081e5a
      Dries Buytaert authored
      - Bring back the "blog it" icon.  Patch #47 by Al.   Thanks.
      
        (I don't like the suggested icon so I suggest we continue to use the existing one, which I don't like either but oh well.  Thoughts?)
      b0081e5a
    • Dries Buytaert's avatar
      · a448f5a9
      Dries Buytaert authored
      - Charset simpliciations.  Patch #46 by Al.
      a448f5a9
  9. 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
  10. 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
  11. May 30, 2003
    • Dries Buytaert's avatar
      · ed1a9cbf
      Dries Buytaert authored
      Patch by Al:
      
      - Made the import module use theme_item_list() instead of emitting the HTML
        and CSS itself.
      
      - Renamed the "blog-it" tag to "icon" so it can be used for other (but
        similar) purposes.
      ed1a9cbf
  12. May 29, 2003
    • Dries Buytaert's avatar
      · e39cfcd2
      Dries Buytaert authored
      - More CSS updates and fixes.  Patch by Al.
      e39cfcd2
    • Dries Buytaert's avatar
      · 1fc8a18c
      Dries Buytaert authored
      - Al's CSS patches.  This commit improves the themability of some core
        components such as lists, form items, removes an ugly hack from the
        archive module and should fix the poll problem (although it doesn't
        Opera/Konqueror).
      1fc8a18c
    • Dries Buytaert's avatar
      · 8d2b1238
      Dries Buytaert authored
      - Michael Frankowski's excellent help text improvements!
      8d2b1238
  13. 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
  14. May 07, 2003
    • Dries Buytaert's avatar
      · a161110a
      Dries Buytaert authored
      - Applied  Michael Caerwyn's "%s -> %d" patch.
      
      - Changed all occurences of '%d' to %d as suggested on the mailing list.
      a161110a
  15. Apr 28, 2003
  16. Apr 21, 2003
    • Dries Buytaert's avatar
      · a956de78
      Dries Buytaert authored
      - Fixed some PHP "notices".
      a956de78
  17. 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
  18. Apr 19, 2003
    • Dries Buytaert's avatar
      · b85cf719
      Dries Buytaert authored
      - Applied modified version of Al's "block delta" patch.  I left out the
        blogroll feature as I think it would get very confusing.  I don't mind
        to add it but it need some thought and documentation as it somewhat
        conflicts with the existing cloud module.
      
        These changes require you to run update.php.
      b85cf719
    • Dries Buytaert's avatar
      · 6bc00ed3
      Dries Buytaert authored
      - Fixed bug with empty <title>-tags.  Reported by Gary Lawrence Murphy.
      
      - Fixed bug with "add new feed" and "add new bundle" forms.  It would
        display the edit forms as well due to a missing break-statement.
      6bc00ed3
  19. Apr 01, 2003
  20. Mar 29, 2003
    • Dries Buytaert's avatar
      · 4742ba35
      Dries Buytaert authored
      - Fixed some SQL query directives.
      4742ba35
  21. Mar 23, 2003
  22. Mar 16, 2003
    • 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
  23. Mar 13, 2003
  24. Mar 08, 2003
  25. Mar 05, 2003
    • Dries Buytaert's avatar
      · a15bf99e
      Dries Buytaert authored
      - Fixed the links in the admin menu.  Patch by Ax.
      a15bf99e
  26. Feb 20, 2003
    • Dries Buytaert's avatar
      · 277ceae5
      Dries Buytaert authored
      - New menu houskeeping.  Prototyped by Zbynek.
      
        The following modules need updating:
          * glossary module
          * feed module (Breyten's version)
          * mailhandler module
          * notify module
          * project module
          * smileys module
          * admin module
          * style module
          * taxonomy_dhtml module
      
        To avoid unexpected problems menu_add() is deprecated (it will print an
        error message when used) and menu() should be used instead.
      277ceae5
  27. Feb 15, 2003
    • Dries Buytaert's avatar
      · 83f5d828
      Dries Buytaert authored
      - Everything is using theme("function") now instead of $theme->function().
      83f5d828
  28. Feb 11, 2003
  29. Jan 23, 2003
  30. Jan 21, 2003
    • Dries Buytaert's avatar
      · 9a23223e
      Dries Buytaert authored
      - Applied Ori's format_plural() patch; see mailing list for details.
      
        NOTE: some modules in the contributions repository might need to be updated.
      9a23223e
  31. Jan 07, 2003
    • Dries Buytaert's avatar
      · 485e1c39
      Dries Buytaert authored
      Great patch from Ulf:
      
      - The href target for a new window is "_new", not "new".
      
      - Generating <div> sections within <p> sections is forbidden by the
        XHTML standard. Using just the right aligned <div> should be
        sufficient and makes XHTML themes possible.
        (Prove at http://blog.rompe.org/ )
      
      - While parsing the header of an RSS feed one should be aware that
        there may be more <title> tags in subsections and that POSIX regular
        expressions are always gready. So make shure we don't get too much.
        (If you agree that using PCRE instead of the POSIX ones would be
        generally a good idea, then I am willing to make the patch, but for
        now I didn't want to mix POSIX and PCRE in one file.)
        (Prove at http://blog.rompe.org/index.php?q=import/feed/43 , try
        this feed without my patch)
      
      - Some RSS 2.0 feeds don't have a per item <link> section but have the
        permalink embedded in the <guid> section. This is not perfectly
        correct and the documentation mentions this possibility only in the
        examples, but since Dave Winer himself implements it this way it
        will happen more than once. So, if there is no link available and
        the guid looks like an address, then use that one.
        (Prove at http://blog.rompe.org/index.php?q=import/feed/22 , try
        this feed without my patch)
      
      - Don't only write eventually new Feed Header information into the
        database but also use them immediatly. Reuse the $feed array that is
        made for it.
      
      - If a feed doesn't provide per item titles, make shure to not produce
        defective markup by cutting the remainder of an entity. Instead of
        just cutting off anything behing the leading 30 characters of the
        cleaned description, it seems slicker to use up to 40 characters and
        split on word boundaries, but not on "&" or ";".
        (Prove also at http://blog.rompe.org/index.php?q=import/feed/22 .
        This feed will have title tags starting on February 1st, but I
        suspect many others without them out there.)
      
      With this patch one could consider Drupals aggregator RSS 2.0 ready.
      485e1c39