Skip to content
  1. May 29, 2003
    • Dries Buytaert's avatar
      · 8d2b1238
      Dries Buytaert authored
      - Michael Frankowski's excellent help text improvements!
      8d2b1238
  2. May 20, 2003
    • Dries Buytaert's avatar
      · a87f442e
      Dries Buytaert authored
      - Fixed typo in help.  Patch be Al.
      a87f442e
  3. 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
  4. 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
  5. 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
  6. Feb 15, 2003
    • Dries Buytaert's avatar
      · 83f5d828
      Dries Buytaert authored
      - Everything is using theme("function") now instead of $theme->function().
      83f5d828
  7. Feb 11, 2003
  8. Jan 06, 2003
    • Dries Buytaert's avatar
      · 89b2069e
      Dries Buytaert authored
      - Clean URL patch.
      89b2069e
  9. Nov 09, 2002
  10. Nov 07, 2002
  11. Aug 20, 2002
  12. Jun 08, 2002
    • Kjartan Mannes's avatar
      - improved module descriptions. · 5d36c704
      Kjartan Mannes authored
      - removed admin options for queue and comment module if the modules are not
        loaded.
      - nodes are now auto promoted when queue module isn't enabled.
      - moderation result block is now visible by the node author.
      5d36c704
    • Dries Buytaert's avatar
      · 2b3ca2d3
      Dries Buytaert authored
      - More documentation updates.  Added "Requires crontab" message to the
        settings that require crontab, make some things more consistent, etc.
      2b3ca2d3
    • Dries Buytaert's avatar
      · 7d9fc047
      Dries Buytaert authored
      - Clarified the help texts a bit.
      7d9fc047
  13. 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
  14. May 31, 2002
    • Dries Buytaert's avatar
      · 420ac9f4
      Dries Buytaert authored
      - Added missing translations (including the one Marco spotted).
      420ac9f4
  15. Apr 20, 2002
    • Dries Buytaert's avatar
      · 8043cb99
      Dries Buytaert authored
      - Applied Marco's big patch, including contributions from Moshe:
      
          + Changed the db_query() API.
      
          + Wrapped all links in l(), lm(), la(), ..., drupal_url() functions.
      
          + XHTML-ified some HTML.
      
          + Wrapped a lot of text in the administrative pages in a t()
            function.
      
          + Replaced all $REQUEST_URI/$PATH_INFOs by request_uri().
      
          + Small bugfixes (eg. bug in book_export_html() and clean-ups (eg.
            RSS code).
      
          + Fixed some bugs in the taxonomy module (eg. tree making bug), added
            new functionality (eg. new APIs for use by other modules), included
            Moshe's taxonomy extensions, and some documentation udpates.
      
          + ...
      8043cb99
  16. Apr 14, 2002
    • Kjartan Mannes's avatar
      This is a major change to the system, needs more testing! · 55927616
      Kjartan Mannes authored
      Committing Changes by Moshe Weitzman:
      - admin_user_account(), user_edit(), and user_view() no longer have any
        hard code for authentication modules. instead authentication modules
        implement the _user hook.
      - fixed a couple 'help' typos.
      - linked the 'REGISTER' text in the login block to the register page.
        this page now advertises DA better if site employs DA.
      - admins may now edit everything about a user account (was a feature
        request).
      - user #1 may now login immediately, in addition to receiving his
        password via email.
      
      Other changes:
      - modules and themes are now enabled/disabled in the administrative /
        settings / modules | themes pages. Requires SQL update and things must
        be enabled before your site returns to normal. TODO: enable all
        functionality. (For now just do UPDATE system SET status = 1;)
      - removed $themes from conf.php.
      - added a $theme->system() function where theme can specify settings.
        All themes in the Drupal CVS have been updated to use this.
      - added _system hook to modules. TODO: update modules to use this.
      - changed strange use of sprintf to the usual strtr. The disadvantage of
        sprintf is that it requires translations to keep the string order,
        which may not be possible in all languages.
      - an invalid/nonexisting theme in a user profile will now fallback to the
        BaseTheme instead of crashing.
      55927616
  17. Feb 02, 2002
    • Dries Buytaert's avatar
      · 9156f756
      Dries Buytaert authored
      - Changed a reference to drop.org into a reference to drupal.org.
      9156f756
  18. Dec 17, 2001
    • Dries Buytaert's avatar
      · a5b2ef74
      Dries Buytaert authored
      - Made the Drupal sites ping less often (only once every 6 hours), added
        some logic to prevent duplicate items at a best effort basis, and made
        the server-side watchdogs slightly less verbose (still in testing mode
        though).
      a5b2ef74
  19. Dec 16, 2001
  20. Nov 14, 2001
    • Dries Buytaert's avatar
      · e42d97b5
      Dries Buytaert authored
      User module and DA modules:
      
        + Updated the documentation to use a Jabber or Drupal IDs instead of
          Deplhi IDs (as delphi.module won't be part of the default distro).
          Drupal and Jabber authentication make a better example.
      
        + added missing localization / t() functions in
          user_validate_authmaps()
      
        + applied coding convention:
            * fixed indentation
            * removed "EOF"; and <<EOFs from user module
            * changed some HTML into XHTML: use small letters, quote
              attributes
            * quoted some array indices: $edit[foo] --> $edit["foo"]
      
        + removed some useless sprintf()'s
      
        + removed hard-coded references to drop.org.
      
        + I don't think the authentication methods should /know/ there help
          link.  Instead, the user module should now where to find the help
          (it does by knowing the hook to look for), and it is the user
          module that should take care of exporting the help to the preferred
          location:
            * removed the "link" field from the $info field in drupal_info
              and jabber_info; it wasn't used anyway?
      
        + removed the "maintainer" and "maintaineremail" from the auth
          modules; we don't keep this info in the other modules either so
          I don't see a reason to do so here.
      e42d97b5
  21. Jul 20, 2001
  22. Jul 04, 2001
    • Dries Buytaert's avatar
      · 121b5425
      Dries Buytaert authored
      - Fixed tiny typo which broke the download link
      121b5425
  23. Jul 03, 2001
    • Dries Buytaert's avatar
      · 43db9cf8
      Dries Buytaert authored
      - common.inc:
         + Made '$na' translatable on popular demand.
      
      - node.module:
         + replaced a confusing configuration description, as suggested by
           Remco.
      
      - statistics.module:
         + Added a 'most recent referers'-table sorted by timestamp.
      
      - drupal.module:
         + Small update of the links.
      43db9cf8
  24. Jun 30, 2001
    • Dries Buytaert's avatar
      · eacfc042
      Dries Buytaert authored
      - Added 'drupal' link to pages.
      eacfc042
  25. Jun 06, 2001
    • Steven Wittens's avatar
      - Fixed typo · 58d66290
      Steven Wittens authored
      - Changed dries_at_drop.org into an UnConeD-Magically-Anti-Spam-Formatted-Email-Address(tm)
      58d66290
  26. May 15, 2001
    • Dries Buytaert's avatar
      · 14ddbc47
      Dries Buytaert authored
      - Created 2 new functions:
          + path_uri(): returns the fully-qualified URI of your drupal site.
          + path_img(): returns the image directory or http://image-server.com/
                        in case you prefer to load-balance bandwidth usage.
      
        Replaced all occurences of the variable "site_url" with path_uri()
        and removed "site_url" from "setting.module".
      
      - Drastically simplified the node_save() API, which should make the
        node-forms more secure.  Updated "story.module", "book.module",
        "forum.module", "page.module" and "node.module" to reflect this
        change.  This is needs more testing so hit it, beat it, tease it.
      
      - Fixed an occasional glitch in the configuration file loading logic.
      
      - Made "queue.module" display an informative notice when an anonymous
        user tries accessing the moderation queue.
      
      - Updated the hard-coded information in drupal.module a bit.
      14ddbc47
  27. May 13, 2001
    • Dries Buytaert's avatar
      · 743fdddc
      Dries Buytaert authored
      - Fixed typo in drupal.module (and helping Natrak to get the CVS digests
        right).
      743fdddc
    • Dries Buytaert's avatar
      · d92b9e9c
      Dries Buytaert authored
      - Fixed a few typoes in drupal.module
      d92b9e9c
  28. May 06, 2001
    • Dries Buytaert's avatar
      · 25c379fb
      Dries Buytaert authored
      - Added custom PHP error handler to track down warnings and errors.
        (Jeroen: let's sit back and wait until that warning bites again.)
      
      - Simplified drupal.module.  We still need a feature list, anyone?
      25c379fb
  29. May 05, 2001
    • Dries Buytaert's avatar
      · be8e898d
      Dries Buytaert authored
      - Uhm.  Rewrote the module system: less code clutter, less run-time
        overhead, and a lot better (simpler) module API.  I had to edit a
        LOT of files to get this refactored but I'm sure it was worth the
        effort.
      
        For module writers / maintainers:
      
        None of the hooks changed, so 95% of the old modules should still
        work.  You can remove some code instead as "$module = array(...)"
        just became obsolete.  Also - and let's thank God for this - the
        global variable "$repository" has been eliminated to avoid modules
        relying on, and poking in drupal's internal data structures.  Take
        a look at include/module.inc to investigate the details/changes.
      
      - Improved design of the content modules "story", "book" and "node"
        (to aid smooth integration of permisions + moderate.module).  I'm
        still working on the permissions but I got side tracked for which
        I "Oops!".
      be8e898d
  30. Mar 31, 2001
    • Dries Buytaert's avatar
      · 65461602
      Dries Buytaert authored
      - removed dead links
      65461602
  31. Mar 24, 2001
    • Dries Buytaert's avatar
      · cb67c16a
      Dries Buytaert authored
      - removed trailing whitespaces and changed tabs in 2 spaces
        (done automatically by script)
      cb67c16a
    • Dries Buytaert's avatar
      · 9f044b7b
      Dries Buytaert authored
      - updated drupal page
      9f044b7b
  32. Mar 15, 2001
  33. Mar 10, 2001
    • Dries Buytaert's avatar
      · accd5f0c
      Dries Buytaert authored
      - applied David Norman's patch to turn all <?'s into fully qualified
        <?php's.
      accd5f0c
  34. Feb 21, 2001
    • Dries Buytaert's avatar
      · 86e315e2
      Dries Buytaert authored
      - locale module: added documentation (first draft)
      - locale module: improved administration interface
      - headline module: fixed small visual glitch in export function
      - account: small improvements
      86e315e2
  35. Feb 17, 2001
    • Dries Buytaert's avatar
      · 52a1d1bb
      Dries Buytaert authored
      - More updates on the translation support
      52a1d1bb