Skip to content
  1. Sep 26, 2003
  2. Sep 16, 2003
    • Dries Buytaert's avatar
      · a4a83815
      Dries Buytaert authored
      - Updated the CHANGELOG: added a line about the book module changes, fixed
        some typos.
      a4a83815
  3. Sep 11, 2003
  4. Aug 21, 2003
    • Dries Buytaert's avatar
      · 8d013b16
      Dries Buytaert authored
      - Applied Moshe's tablesort patch!  Note that I changed the arrow images
        because those of Moshe where not identical.
      8d013b16
  5. Aug 20, 2003
    • Dries Buytaert's avatar
      · 0431f070
      Dries Buytaert authored
      - Committed Jeremy's session patch: this brings us one step closer to having
        session for anonymous users.
      0431f070
  6. Aug 12, 2003
  7. Aug 06, 2003
    • Dries Buytaert's avatar
      · 6cf836a1
      Dries Buytaert authored
      - Setting the date of the 4.2.0 release.
      6cf836a1
  8. Aug 02, 2003
    • Dries Buytaert's avatar
      · d42158ce
      Dries Buytaert authored
      - Added more filters and support for "mass-operations" to the node overview page
        in the admin section.  Comments?
      d42158ce
  9. Jul 16, 2003
    • Dries Buytaert's avatar
      · 8759ca73
      Dries Buytaert authored
      - Commited the URL aliasing patch.  Thanks Matt.
      
        This update requires you to run update.php!
      8759ca73
  10. Jul 12, 2003
    • Dries Buytaert's avatar
      · 22b6d2f3
      Dries Buytaert authored
      - Performance improvement: changed a fair amount of "left joins" to "inner
        joins".  Patch by Gerhard.
      22b6d2f3
  11. Jul 10, 2003
    • Dries Buytaert's avatar
      · 337b3c9d
      Dries Buytaert authored
      - Committed a slightly modified version of Slavica's table prefix patch.
      337b3c9d
  12. Jun 15, 2003
    • Dries Buytaert's avatar
      · bbf78ea1
      Dries Buytaert authored
      - Fixed typo in CHANGELOG.  Patch #16 by Al.
      bbf78ea1
  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. Apr 21, 2003
    • Dries Buytaert's avatar
      · 716e833a
      Dries Buytaert authored
      - Update Xtemplate theme to support the onload attribute (was not included in
        Gordon's patch).
      
      - Updated CHANGELOG.
      716e833a
  15. Mar 29, 2003
    • Dries Buytaert's avatar
      · 6857ab3d
      Dries Buytaert authored
      - Some updates/additions.
      6857ab3d
  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 09, 2003
  18. Feb 11, 2003
  19. Feb 01, 2003
  20. Jan 01, 2003
    • Dries Buytaert's avatar
      · 56da7ebf
      Dries Buytaert authored
      - Fixed bug that prevented results containing multiple occurences of the
        search word(s).  Patch by Ax.
      56da7ebf
  21. Dec 24, 2002
    • Dries Buytaert's avatar
      · 22fa9ed7
      Dries Buytaert authored
      - Refactored the administration pages.
      22fa9ed7
  22. 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
  23. Nov 16, 2002
    • Dries Buytaert's avatar
      · 033c3fe7
      Dries Buytaert authored
      - Started updating the CHANGELOG.
      033c3fe7
  24. Jun 15, 2002
  25. Jun 09, 2002
    • Dries Buytaert's avatar
      · a2d11015
      Dries Buytaert authored
      - Mentioned the various documentation updates.
      a2d11015
  26. Jun 01, 2002
    • Kjartan Mannes's avatar
      - adding descriptions to modules (thanks Joe + Scott). · 4a28077f
      Kjartan Mannes authored
      - fixed comment flat list view missing 1 comment.
      - changed update.php around a bit.
          * security check isn't in effect if the db hasn't been updated.
          * instructions re-organized.
          * fixed some minor updates.
      - updated database.mysql done by UnConeD.
      - changelog update.
      4a28077f
  27. May 20, 2002
    • Dries Buytaert's avatar
      - Updated CHANGELOG some more. · b9f72e1a
      Dries Buytaert authored
      diff -r1.46 CHANGELOG
      5c5
      < - added weblogs.module.
      ---
      > - added weblogs.module.
      36a37
      > - improved comment module to mark new comments.
      37a39
      > - added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree.
      40c42
      <     * added proper indexing.
      ---
      >     * added indexing.
      44c46
      <     * added support for session ids in URLs instead of cookies.
      ---
      >     * added support for session IDs in URLs instead of cookies.
      48c5
      <     * added url abstraction for links.
      ---
      >     * added URL abstraction for links.
      b9f72e1a
  28. May 17, 2002
  29. May 16, 2002
  30. Oct 23, 2001
    • Dries Buytaert's avatar
      · 690e60f0
      Dries Buytaert authored
      - Updated the CHANGELOG; added a few notes about Drupal 3.0.1
      3.0.1
      690e60f0
  31. Oct 20, 2001
  32. Oct 09, 2001
    • Dries Buytaert's avatar
      · f1932821
      Dries Buytaert authored
      - PEAR-ification of Drupal by claw: you can now host Drupal on a wide
        range of databases including MySQL, PostgreSQL, MSSQL, and others.
      
        For additional information and an 'how to upgrade', check the mails
        sent to the mailing list.
      f1932821
  33. Oct 02, 2001
    • Dries Buytaert's avatar
      · 23205823
      Dries Buytaert authored
      - updated the CHANGELOG
      23205823
  34. Sep 24, 2001
    • Dries Buytaert's avatar
      · a1222d64
      Dries Buytaert authored
      - Fixed translation bugs (reported by Alexander Schwartz)
      a1222d64
  35. Sep 23, 2001
    • Dries Buytaert's avatar
      · dc5064c4
      Dries Buytaert authored
      - updated the CHANGELOG (on a sunny sunday morning)
      dc5064c4
  36. Sep 16, 2001
    • Dries Buytaert's avatar
      · e2f24987
      Dries Buytaert authored
      - improved the search system by making it context sensitive
      e2f24987
    • Dries Buytaert's avatar
      · fec8d928
      Dries Buytaert authored
      - Updated the CHANGELOG
      fec8d928
  37. Sep 09, 2001
    • Dries Buytaert's avatar
      · 8df2ec0e
      Dries Buytaert authored
      - Updated CHANGELOG at a best effort basis.  If someone would like to go
        over it to check for typos, missing information or confusing entries -
        don't hesitate to do so.
      8df2ec0e
  38. Jul 07, 2001
    • Dries Buytaert's avatar
      · cddb517d
      Dries Buytaert authored
      - Updated CHANGELOG
      cddb517d
  39. Jun 30, 2001
    • Dries Buytaert's avatar
      · 441e2598
      Dries Buytaert authored
      - Updated CHANGELOG a bit.
      441e2598