Skip to content
  1. Jan 06, 2003
    • Dries Buytaert's avatar
      · 1dd8e24b
      Dries Buytaert authored
      - Changed the name of the example theme to "example" instead of "Stone Age"
        to fix the infamous blank page problem.
      1dd8e24b
  2. Dec 10, 2002
    • Dries Buytaert's avatar
      · 4c21ac1d
      Dries Buytaert authored
      - Removed the "comment anchors" in the themes; the anchor is emitted
        by the comment module.  Patch by Ax.
      4c21ac1d
  3. Nov 17, 2002
  4. Nov 16, 2002
  5. Nov 09, 2002
    • Dries Buytaert's avatar
      · a6a47a32
      Dries Buytaert authored
      - Applied Moshe's "theme head" patch:
      
        "This patch to theme.inc adds the ability for modules to insert HTML
         into the <HEAD> section of all web pages. The additional modules in
         this directory [ed: blog.module] demonstate possible uses for the
         new _head() hook."
      a6a47a32
  6. Sep 08, 2002
  7. Jun 01, 2002
  8. May 31, 2002
    • Dries Buytaert's avatar
      · 38aaf5f3
      Dries Buytaert authored
      - Added missing translations and the like.
      38aaf5f3
  9. 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
  10. May 20, 2002
  11. May 09, 2002
  12. 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
  13. 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
  14. Feb 17, 2002
  15. Dec 27, 2001
    • Dries Buytaert's avatar
      · 76cc8be6
      Dries Buytaert authored
      - Removed theme "Trillian": it sucked.
      76cc8be6
  16. Dec 16, 2001
  17. Dec 15, 2001
  18. Dec 02, 2001
    • Dries Buytaert's avatar
      · 5a9c77e8
      Dries Buytaert authored
      - Display the current node's title in the <title></title>-tag.
      5a9c77e8
  19. 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
  20. Nov 23, 2001
  21. Nov 17, 2001
  22. Nov 12, 2001
    • Dries Buytaert's avatar
      · 03c670a4
      Dries Buytaert authored
      - removed trailing whitespaces
      03c670a4
  23. Nov 11, 2001
  24. 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
  25. Oct 20, 2001
  26. 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
  27. Oct 06, 2001
    • Dries Buytaert's avatar
      · 12e8aa66
      Dries Buytaert authored
      - Moved theme 'jeroen' and 'yaroon' to drupal-contrib.
      12e8aa66
  28. Sep 23, 2001
    • Dries Buytaert's avatar
      · ef3de8e1
      Dries Buytaert authored
      - fixed bug in theme unconed
      ef3de8e1
  29. Sep 21, 2001
    • Dries Buytaert's avatar
      · 5a6a4206
      Dries Buytaert authored
      - fixed HTML/XHTML typos
      5a6a4206
  30. Sep 16, 2001
    • Dries Buytaert's avatar
      · 2d1e9126
      Dries Buytaert authored
      - Added the new user module!
      2d1e9126