Skip to content
Snippets Groups Projects
  1. 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
    • Steven Wittens's avatar
      Updated poll.module: · 0a966e1e
      Steven Wittens authored
      - Removed obsolete lid column (changed update.php and database.mysql)
      - Added short help
      0a966e1e
  2. Apr 19, 2002
    • Dries Buytaert's avatar
      · ab551f8c
      Dries Buytaert authored
      - Fixed some typos.
      ab551f8c
  3. Apr 18, 2002
    • Dries Buytaert's avatar
      · 27bad260
      Dries Buytaert authored
      - Updated the MAINTAINERS file a lil'.
      27bad260
  4. Apr 17, 2002
  5. Apr 15, 2002
  6. Apr 14, 2002
    • Dries Buytaert's avatar
      · d8cd5496
      Dries Buytaert authored
      - Added Marco's long-awaited taxonmy module and patches - a replacement
        for the meta system.  The patches add some extra functionality to the
        comment system (for example, comments can be set read-only) and fix a
        couple of small problems.
      
        + I integrated the required SQL updates from the varius *.mysql files
          into the "update.php" script.  Upgrading should be easy ...
      
        + I did not apply/commit the "user.diff" as requested by Marco ...
      
        + I didn't know what to do with "forum.module" and "forum2.module":
          what do you want me to do with it Marco?  Which one should go in?
      
        + Can we remove "node_index()" now; both from "node.module" and the
          themes?
      
        + Thanks Marco!
      d8cd5496
    • Kjartan Mannes's avatar
      e5fd6713
    • Dries Buytaert's avatar
      · b7326a33
      Dries Buytaert authored
      - Removed the meta.module.  We are about to replace it ...
      b7326a33
    • Kjartan Mannes's avatar
      - modified the SQL update to lowercase all user theme settings to let them · 6c0db2de
      Kjartan Mannes authored
        keep their settings.
      - Change author fields in marvin and example theme. Dries is picky about his
        name ;)
      6c0db2de
    • 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
  7. Apr 13, 2002
  8. Apr 12, 2002
  9. Apr 08, 2002
    • Dries Buytaert's avatar
      · 5d9a8e34
      Dries Buytaert authored
      - Made the cloud module a lot more configurable: both the update interval
        and the number of bytes required for an update, can be changed now.
      5d9a8e34
  10. Apr 07, 2002
  11. Apr 05, 2002
  12. Apr 04, 2002
  13. Apr 02, 2002
    • Kjartan Mannes's avatar
      - trying to finally close bug #85. · 873ee86a
      Kjartan Mannes authored
      873ee86a
    • Kjartan Mannes's avatar
      - made the user information block into two different blocks. One for · 1e4308a9
      Kjartan Mannes authored
        login and one for user information.
      - added link to help in book module (post-patch, see below).
      - applied various patches:
        Patch by Greg Tyrelle <greg@tyrelle.net>
        - tracker module now shows usernames next to comments.
      
        Patch by Moshe Weitzman <moshe@wallaware.com>
        - book module has a more complete help.
        - added administrative link to export book to html
        - fixed non book nodes not showing up in trees.
      
        Patch by moshe weitzman <weitzman@tejasa.com>
        - links can be defined in the configuration file.
      1e4308a9
  14. Mar 26, 2002
    • Dries Buytaert's avatar
      · 1e8c9d81
      Dries Buytaert authored
      - Included documentation contributed by Moshe.
      1e8c9d81
    • Dries Buytaert's avatar
      · 9111bfa9
      Dries Buytaert authored
      - Small bugfix.
      9111bfa9
  15. Mar 24, 2002
    • Dries Buytaert's avatar
      · 7ef78407
      Dries Buytaert authored
      - Added the bloggerapi module to CVS.
      7ef78407
  16. Mar 20, 2002
  17. Mar 19, 2002
  18. Mar 09, 2002
  19. Mar 05, 2002
    • Kjartan Mannes's avatar
      35a9fd1e
    • Kjartan Mannes's avatar
      - more typo bugs. · 1fe8d6b1
      Kjartan Mannes authored
      1fe8d6b1
    • Kjartan Mannes's avatar
      - applied search patch. · e3d2c46f
      Kjartan Mannes authored
      - added who is online block.
      - made weblog module more configurable.
      - users may now delete their own accounts (Feature #8)
      - users may now request a password using email address *or* username.
        formerly required both items to match an account which was onerous.
      - the link to request a new password is now presented whenever a user
        fails login.
      - there is now a confirmation message after submitting edits to your
        user information.
      - error messages in user.module may now be stylized by themes.
      - <hook>_form has a $param setting you can fill with form parameters.
      - improved wording for a few config settings.
      - fixed various non-coding standard things.
      e3d2c46f
  20. Feb 28, 2002
  21. Feb 25, 2002
    • Dries Buytaert's avatar
      · 147cd225
      Dries Buytaert authored
      - Added missing translation, reported by Nick.
      147cd225
    • Dries Buytaert's avatar
      · c5fcdd31
      Dries Buytaert authored
      - Included the documentation contributed by Moshe.
      c5fcdd31
  22. Feb 22, 2002
    • Dries Buytaert's avatar
      · 460f0e54
      Dries Buytaert authored
      - Added documentation contributed by Moshe.
      460f0e54
    • Dries Buytaert's avatar
      · 9c58e68f
      Dries Buytaert authored
      - Added documentation contributed by Moshe.
      9c58e68f
  23. Feb 20, 2002
Loading