Skip to content
  1. Jun 01, 2002
  2. May 31, 2002
    • Dries Buytaert's avatar
      · 38aaf5f3
      Dries Buytaert authored
      - Added missing translations and the like.
      38aaf5f3
  3. May 24, 2002
    • Dries Buytaert's avatar
      · 73f9ffc8
      Dries Buytaert authored
      - Removed a "nowrap" attribute to make theme Marvin look better on IE6.
        (Suggested by UnConed.)
      
      - Made theme Marvin support the taxonomy module.
      73f9ffc8
  4. May 20, 2002
  5. May 09, 2002
  6. 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
  7. 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
      - 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
  8. Feb 17, 2002
  9. Dec 27, 2001
    • Dries Buytaert's avatar
      · 76cc8be6
      Dries Buytaert authored
      - Removed theme "Trillian": it sucked.
      76cc8be6
  10. Dec 16, 2001
  11. Dec 15, 2001
  12. Dec 02, 2001
    • Dries Buytaert's avatar
      · 5a9c77e8
      Dries Buytaert authored
      - Display the current node's title in the <title></title>-tag.
      5a9c77e8
  13. Nov 25, 2001
    • Dries Buytaert's avatar
      · c6a9f758
      Dries Buytaert authored
      - marvin.theme updates:
      
          + Some improvements to make it look better on Windows.  I don't
            have Windows though so I can't really test it.
      
          + Fixed the character encoding and the doctype, and polished on
            the XML well-formedness of the theme.
      c6a9f758
  14. Nov 23, 2001
  15. Nov 17, 2001
  16. Nov 12, 2001
    • Dries Buytaert's avatar
      · 03c670a4
      Dries Buytaert authored
      - removed trailing whitespaces
      03c670a4
  17. Nov 11, 2001
  18. Nov 01, 2001
    • Dries Buytaert's avatar
      · e205fee0
      Dries Buytaert authored
      - Changed the Druplicon logo (courtesey of UnConeD)
      e205fee0
    • Dries Buytaert's avatar
      · 336b713a
      Dries Buytaert authored
      - A large batch of updates, amongst them a rewritten node system.  More
        information available on the mailing list.
      336b713a
  19. Oct 20, 2001
  20. Oct 07, 2001
    • Dries Buytaert's avatar
      · 47c6fce5
      Dries Buytaert authored
      - added a comment() function to the base theme: you don't have to overload
        it in your custom themes
      
      - moved 'theme_account()' to the base theme as '$theme->user()' so that it
        can be themed.
      47c6fce5
    • Dries Buytaert's avatar
      · 458f9510
      Dries Buytaert authored
      - Added a new theme!
      458f9510
  21. Oct 06, 2001
    • Dries Buytaert's avatar
      · 12e8aa66
      Dries Buytaert authored
      - Moved theme 'jeroen' and 'yaroon' to drupal-contrib.
      12e8aa66
  22. Sep 23, 2001
    • Dries Buytaert's avatar
      · ef3de8e1
      Dries Buytaert authored
      - fixed bug in theme unconed
      ef3de8e1
  23. Sep 21, 2001
    • Dries Buytaert's avatar
      · 5a6a4206
      Dries Buytaert authored
      - fixed HTML/XHTML typos
      5a6a4206
  24. Sep 16, 2001
    • Dries Buytaert's avatar
      · 2d1e9126
      Dries Buytaert authored
      - Added the new user module!
      2d1e9126
    • Dries Buytaert's avatar
      · 3f0d3748
      Dries Buytaert authored
      - added UnConeD's drupal.png to the development branch
      3f0d3748
  25. Sep 13, 2001
    • Dries Buytaert's avatar
      · 676475d9
      Dries Buytaert authored
      - Fixed a bug in theme UnConeD
      676475d9
  26. Sep 12, 2001
    • Dries Buytaert's avatar
      · ec1fa56a
      Dries Buytaert authored
      - Added new Drupal logo made by UnConeD.
      ec1fa56a
  27. Aug 24, 2001
    • Dries Buytaert's avatar
      · be8a9117
      Dries Buytaert authored
      - small collection of visual improvements I added the past days to make
        theme marvin display on Mozilla and Opera: hopefully it looks nice on
        IE as well.
      be8a9117
  28. Aug 18, 2001
    • Jeroen's avatar
      Hey, · 9bb0f9fa
      Jeroen authored
      This is a more up-to-date version of "Yaroon". Glad some people are actually using it. If you encounter any bugs just drop them in my personal mailbox or fase them through to the mailinglist and let everyone know that I can't commit anything that, more or less,... works.
      
      Greets,
      
      Jeroen.
      9bb0f9fa
  29. Aug 11, 2001
    • Dries Buytaert's avatar
      · 808b6b6c
      Dries Buytaert authored
      - Changed the authentication and login scheme as discussed on the mailing
        list.
      - Fixed the export function in book.module (patch my Julian).
      - Fixed the comment alignment (comments got truncated).
      808b6b6c