Skip to content
  1. 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
  2. Jun 20, 2003
    • Dries Buytaert's avatar
      · e57faf21
      Dries Buytaert authored
      - Bugfix: fixed problem with changing themes.  Didn't apply Al's patch as
        the fix was somewhat simpler.  Fixes bug #2003.
      
      - Bugfix: fixed problem with voting on certain poll pages.  Patch #37 by Al.
      
      - Improvement: removed stupid descriptions from profile module.
      e57faf21
  3. Jun 15, 2003
    • Dries Buytaert's avatar
      · eb030cb9
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.
      eb030cb9
  4. 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
  5. 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
  6. May 29, 2003
    • Dries Buytaert's avatar
      · 8d2b1238
      Dries Buytaert authored
      - Michael Frankowski's excellent help text improvements!
      8d2b1238
  7. May 27, 2003
    • Dries Buytaert's avatar
      · c74f65a9
      Dries Buytaert authored
      - Bugfix: assure that taxonomy_term_node_counts() only takes published nodes
        into account.  Patch by Moshe.
      c74f65a9
  8. 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
  9. May 10, 2003
    • Dries Buytaert's avatar
      · b523de70
      Dries Buytaert authored
      - Changed some "tid"s to "r.tid"s to avoid confusion.  Patch by Gerhard.
      b523de70
    • Dries Buytaert's avatar
      · 167cf56a
      Dries Buytaert authored
      - Fixed warning when creating a vocabulary with no types.  Reported by Gerhard,
        patch by Marco.
      167cf56a
  10. 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
  11. 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
  12. Apr 02, 2003
    • Dries Buytaert's avatar
      · 1f70473a
      Dries Buytaert authored
      - Fixed bug in taxonomy module.  Patch by Gerhard.
      1f70473a
  13. Apr 01, 2003
  14. Mar 29, 2003
    • Dries Buytaert's avatar
      · 4742ba35
      Dries Buytaert authored
      - Fixed some SQL query directives.
      4742ba35
  15. Mar 23, 2003
  16. 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
  17. Mar 10, 2003
  18. Mar 07, 2003
    • Dries Buytaert's avatar
      · d659fedb
      Dries Buytaert authored
      - Removed the path_uri() function in favor of the $base_url variable and
        fixes a handful of bugs introduced by the clean URL patch.
      d659fedb
  19. Feb 27, 2003
    • Dries Buytaert's avatar
      · 0b7cecd5
      Dries Buytaert authored
      - Some fixes and improvements to the taxonomy module.  Patch by Al.
      0b7cecd5
  20. 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
  21. Feb 15, 2003
    • Dries Buytaert's avatar
      · 83f5d828
      Dries Buytaert authored
      - Everything is using theme("function") now instead of $theme->function().
      83f5d828
  22. Feb 09, 2003
    • Dries Buytaert's avatar
      · 9281d0cd
      Dries Buytaert authored
      - Applied Alastair's date patch.
      
      - Removed all instances of '$user->nodes'.
      
      - Committed Moshe's taxonomy patch - minus the node_compact_list() bit.  It needs a bit more thought/work.  This patch changes the links of taxonomy pages/feeds so update your custom code and themes accordingly!
      
      Themes should now use "taxonomy_link("taxonomy terms", $node)" to get an array of taxonomy term links.  The old construct is deprecated and should be changed.
      
      // old theme blob:
      if (function_exists("taxonomy_node_get_terms")) {
        foreach (taxonomy_node_get_terms($node->nid) as $term) {
          $terms[] = l($term->name, NULL, array(), "or=$term->tid");
        }
      }
      
      // new theme blob:
      if (module_exist("taxonomy")) {
        $terms = taxonomy_link("taxonomy terms", $node);
      }
      
      // old URL:
      http://foo.com/index.php?or=1,2
      
      // new URL:
      http://foo.com/?q=taxonomy/page/or/1,2
      9281d0cd
  23. Jan 23, 2003
  24. Jan 14, 2003
    • Dries Buytaert's avatar
      · d2687836
      Dries Buytaert authored
      - Small improvement to the admin menu based on feedback from Michael.
      d2687836
  25. Jan 13, 2003
    • Dries Buytaert's avatar
      · dc3df675
      Dries Buytaert authored
      - Small bugfix and small cleanup.  Patch by Marco.
      dc3df675
  26. Jan 06, 2003
    • Dries Buytaert's avatar
      · 89b2069e
      Dries Buytaert authored
      - Clean URL patch.
      89b2069e
  27. Jan 04, 2003
    • Dries Buytaert's avatar
      · 520416d9
      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.
      520416d9
  28. Dec 31, 2002
    • Dries Buytaert's avatar
      · de95001c
      Dries Buytaert authored
      - Tidied up the use of check_output().  Might make rendering pages a bit
        snappier (performance improvement).
      de95001c
  29. Dec 30, 2002
    • Dries Buytaert's avatar
      · 0475d4fb
      Dries Buytaert authored
      Patch by Marco:
      
      - rewrote taxonomy_get_tree() for improved performance and cleaner code
      - fixed a bug in _taxonomy_term_select() with multiple parents
      - added hooks in vocabulary and term insert, update and delete
      - fixed a bug in taxonomy_save_vocabulary() (cache_clear_all() was never
      called)
      0475d4fb
  30. Dec 29, 2002
    • Dries Buytaert's avatar
      · 20208535
      Dries Buytaert authored
      - Usability improvements: made the taxonomy administration pages use
        the new table rendering functions, made the overview table's HTML
        code a lot simpler, tidied up the status messages, and removed some
        redundant check_output()s.
      20208535
  31. Dec 28, 2002
    • Dries Buytaert's avatar
      · 991914e6
      Dries Buytaert authored
      - Added taxonomy link.
      991914e6
  32. Dec 24, 2002
    • Dries Buytaert's avatar
      · 22fa9ed7
      Dries Buytaert authored
      - Refactored the administration pages.
      22fa9ed7
  33. Dec 12, 2002
  34. Dec 11, 2002
    • Dries Buytaert's avatar
      · 56ac29fa
      Dries Buytaert authored
      - Avoid empty synonyms being inserted.  Patch by Marco.
      56ac29fa
  35. Dec 10, 2002
    • Dries Buytaert's avatar
      · 7ce686c1
      Dries Buytaert authored
      o Permission improvements:
      
         + Removed the "post content" permission and replaced it by more fine-grained permissions such as "maintain static pages", "maintain personal blog", "maintain stories", etc.
      
      o Usability improvements to teasers:
      
         + Teaser forms are no more.  Teasers are extracted automatically but can also be instructed using a delimiter "---".  Furthermore, when a post it too short for a teaser, the user won't be bother with teaser stuff anymore.
      
         + Added an option to set the teaser length, or to disable teasers all together.
      
         + When previewing a post, both the short (if any) and the full version of a post are shown.  This addresses a common complaint; for example, when writing a book page there was no way you could preview the short version of your post.
      
         + Forum posts can be teasered now.  This is particularly helpful in the context of drupal.org where we promote forum topics.
      
      o Bugfix: replaced all PHP short tags (<?) with long tags (<?php).
      
      o Bugfix: removed hard-coded dependence on comment module.
      
      o Bugfix: when the queue module was disabled, it was not possible to approve updated book pages.
      
      o Bugfix: applied modified version of Marco's node_teaser() fix.
      7ce686c1
  36. Dec 03, 2002
    • Dries Buytaert's avatar
      · 737db302
      Dries Buytaert authored
      - Changed db_queryd() to db_query().
      737db302
  37. Dec 02, 2002
    • Dries Buytaert's avatar
      · 5b39f676
      Dries Buytaert authored
      * Applied slightly modified version of Marco's taxonomy patch:
      
       - Fixed a bug with get_tree and multiple parents.
       - Fixed 3 wrong caches (this will avoid some queries).
       - Extension to taxonomy_term_count_nodes() (feature #159): "currently
         calling taxonomy_term_count_nodes() returns the amount of nodes in each
         term, would it be possible to extend this function so that it would only
         return the amount of nodes of a certain type under each term.
       - Confirm deleting a vocabulary or a term (requested by Moshe).
       - Use form_weight() in vocabulary and term forms.
       - After submitting a term, we end up at the term page (requested by Moshe).
       - Added status messages when adding, editing and deleting vocabularies and
         terms
       - Minor clean ups
      
      * Made sure all modules use the same link delimiter; "|" for now.
      5b39f676
  38. Nov 08, 2002
    • Dries Buytaert's avatar
      · 4fb3cceb
      Dries Buytaert authored
      - Applied Stefan's t() function patch.
      4fb3cceb
  39. Aug 20, 2002
    • Dries Buytaert's avatar
      · bfe5b85d
      Dries Buytaert authored
      - Applied a (modified) version of Marco's SQL sequence patch.
      bfe5b85d