Skip to content
  1. Jun 15, 2003
    • Dries Buytaert's avatar
      · bbf78ea1
      Dries Buytaert authored
      - Fixed typo in CHANGELOG.  Patch #16 by Al.
      bbf78ea1
  2. 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
  3. 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
  4. Mar 29, 2003
    • Dries Buytaert's avatar
      · 6857ab3d
      Dries Buytaert authored
      - Some updates/additions.
      6857ab3d
  5. 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
  6. Mar 09, 2003
  7. Feb 11, 2003
  8. Feb 01, 2003
  9. 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
  10. Dec 24, 2002
    • Dries Buytaert's avatar
      · 22fa9ed7
      Dries Buytaert authored
      - Refactored the administration pages.
      22fa9ed7
  11. 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
  12. Nov 16, 2002
    • Dries Buytaert's avatar
      · 033c3fe7
      Dries Buytaert authored
      - Started updating the CHANGELOG.
      033c3fe7
  13. Jun 15, 2002
  14. Jun 09, 2002
    • Dries Buytaert's avatar
      · a2d11015
      Dries Buytaert authored
      - Mentioned the various documentation updates.
      a2d11015
  15. 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
  16. 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
  17. May 17, 2002
  18. May 16, 2002
  19. 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
  20. Oct 20, 2001
  21. 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
  22. Oct 02, 2001
    • Dries Buytaert's avatar
      · 23205823
      Dries Buytaert authored
      - updated the CHANGELOG
      23205823
  23. Sep 24, 2001
    • Dries Buytaert's avatar
      · a1222d64
      Dries Buytaert authored
      - Fixed translation bugs (reported by Alexander Schwartz)
      a1222d64
  24. Sep 23, 2001
    • Dries Buytaert's avatar
      · dc5064c4
      Dries Buytaert authored
      - updated the CHANGELOG (on a sunny sunday morning)
      dc5064c4
  25. 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
  26. 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
  27. Jul 07, 2001
    • Dries Buytaert's avatar
      · cddb517d
      Dries Buytaert authored
      - Updated CHANGELOG
      cddb517d
  28. Jun 30, 2001
    • Dries Buytaert's avatar
      · 441e2598
      Dries Buytaert authored
      - Updated CHANGELOG a bit.
      441e2598
  29. Jun 24, 2001
    • Dries Buytaert's avatar
      · 9443139a
      Dries Buytaert authored
      - Updated CHANGELOG
      9443139a
  30. Jun 15, 2001
    • Dries Buytaert's avatar
      · d547957b
      Dries Buytaert authored
      - Small visual update to watchdog.module.
      
      - Updated CHANGELOG
      d547957b
    • Dries Buytaert's avatar
      · 96576a6e
      Dries Buytaert authored
      - Added meta.module, an improved index.module that allows you to
        associate different collections - think "combobox" here - with
        different content types, all hardcoded references to "section"
        have been removed and the admin-friendliness of the meta admin
        section has been slightly improved.
      
        I'll keep working on it during the weekend - if time allows me
        to.  Moreover, I'll focus on the usability/user-friendlines of
        the meta admin section as well as graceful input-checking, and
        error-handling.
      
        Requires an SQL update, see updates/2.00-to-x.xx.sql!
      
        Index.module will be removed, or meta.module will be renamed as
        soon we can ditch one of them.  For now, having both coexist is
        not going to harm your setup and is useful to make a comparison
        and / or to migrate from index.module to meta.module.
      
        Index.module is de-coupled form the rest of the system so you
        will have to use meta.module after having upgraded.  You have
        been warned.
      
      - Updated CHANGELOG.
      96576a6e
  31. Jun 06, 2001
    • Dries Buytaert's avatar
      · 7d356df3
      Dries Buytaert authored
      - Updated CHANGELOG
      7d356df3
  32. May 28, 2001
  33. May 24, 2001
    • Dries Buytaert's avatar
      · b0288a46
      Dries Buytaert authored
      - Fixed small glitch in check_preview().
      
      - Updated CHANGELOG.
      b0288a46
  34. May 19, 2001
    • Dries Buytaert's avatar
      · 34af2a3a
      Dries Buytaert authored
      CHANGES:
      
      - Rewrote the cron system.  Removed cron.module and moved all cron
        related options to settings.module.  Cron was a confusing thing:
        it has been made simpler both in terms of code and configuration.
      
         + You had to rehash your modules to make the cron show up in
           the list.  This is no longer required.
      
         + You couldn't tell what cron "watchdog" or cron "story" were
           up to.  Instead, we now display a clear description message
           for every cron involved.
      
         + The user interface of setting.module - and the admin section
           in general, looks a bit ackward but I couldn't care less and
           don't want to see this improve at the time being.
      
      - Improved setting.module:
         + Now uses variable_set().
         + Added some help and documentaition on how to setup cron.
      
      - Improved ./export.
      
      - Updated CHANGELOG.
      
      
      TODO:
      
      - I'm now going to look into UnConeD's question with regard to
        check_output() and $theme->node(), as well as the filter and
        macro stuff.  I'll probably be fine-tuning setting.module a
        bit more on my way.
      34af2a3a
  35. May 13, 2001
    • Dries Buytaert's avatar
      · 31219348
      Dries Buytaert authored
      - Updated CHANGELOG
      31219348
    • Dries Buytaert's avatar
      · 15942960
      Dries Buytaert authored
      - Updated CHANGELOG
      15942960
    • Dries Buytaert's avatar
      · bf47263c
      Dries Buytaert authored
      - Updated CHANGELOG
      bf47263c
  36. May 12, 2001
    • Dries Buytaert's avatar
      · 6772d695
      Dries Buytaert authored
      - Update CHANGELOG
      6772d695