Skip to content
  1. Jul 15, 2001
    • Dries Buytaert's avatar
      - import.module: · 55b6e7ac
      Dries Buytaert authored
         + fixed typo
      55b6e7ac
    • Dries Buytaert's avatar
      · f0867798
      Dries Buytaert authored
      - import.module:
         + added new "tab" to import.module called "news sources".
         + improvement to import.module navigation.
      
      - theme.inc:
         + renamed 'your contributions' to 'your submissions'.
      f0867798
    • Dries Buytaert's avatar
      · 5ba6852f
      Dries Buytaert authored
      - import.module:
          + small improvements to feed administration
          + added some additional error/watchdog message upon failure
          + improved the robustness of the parser routine; more feeds
            get parsed succesfully now.
      5ba6852f
  2. Jul 14, 2001
    • Dries Buytaert's avatar
      · 8271f6c3
      Dries Buytaert authored
      - A lot of (a) visual and (b) navigational improvements to import.module.
      8271f6c3
    • Dries Buytaert's avatar
      - blog.module: · 8f0c3fb5
      Dries Buytaert authored
         + another bugfix
      8f0c3fb5
    • natrak's avatar
    • Dries Buytaert's avatar
      - blog.module: · 501353f2
      Dries Buytaert authored
         + oops, fix small bug
      501353f2
    • Dries Buytaert's avatar
      · 18ec47d7
      Dries Buytaert authored
      - blog.module:
         + small visual improvement
      18ec47d7
    • Dries Buytaert's avatar
      · cd16e265
      Dries Buytaert authored
      - blog.module:
          + added RSS 0.91(5) feeds to the blog module which makes it possible
          to both syndicate an particular user's latest blog entries, or the
          latest entries of all users.
      cd16e265
    • Dries Buytaert's avatar
      · e724f18d
      Dries Buytaert authored
      - blog.module:
         + added RSS 0.91(5) feeds to the blog module which makes it possible
           to both syndicate an particular user's latest blog entries, or the
           latest entries of all users.
      e724f18d
    • Dries Buytaert's avatar
      · b99d4d7a
      Dries Buytaert authored
      - theme system:
          + added $theme->images()
      
      - blog.module:
          + improved user-friendliness and rewrote most of the output routines
          + made quoted text /italic/ by default
          + integrated discussion system like it should
          + ...
      
      - marvin.theme:
          + small visual improvements
      b99d4d7a
    • Steven Wittens's avatar
      Update of the box function in themes to allow a difference in... · e62e3417
      Steven Wittens authored
      Update of the box function in themes to allow a difference in style/output/look of a box() depending on the position on the page.
      Basically this is a 'nice version' of a hack that you could do as a theme author.
      I've updated all the standard themes, but 3rd party themes will of course have to be updated by their authors, in the following manner:
      
      - Replace the box() declaration:
      < function box($subject, $content) {
      > function box($subject, $content, $region = "main") {
      
      - Replace the theme_account call:
      < theme_account($this);
      > theme_account("region", $this);
      
      Note that you'll have to replace "region" with the correct region that the box is placed in. However if you have a one-column theme, you should use "all", and not for example "left" (if all boxes are on the left).
      Usually the "region" here should be the same as the nearest theme_blocks() call.
      
      Those theme authors who want to can make boxes that appear in the center look different from those that appear in the sides for example.
      e62e3417
    • Dries Buytaert's avatar
      · bab8da02
      Dries Buytaert authored
      - import.module:
         + changed the link name to "news feeds"
         + changed the link on the "latest news" page
      bab8da02
  3. Jul 13, 2001
  4. Jul 12, 2001
    • Dries Buytaert's avatar
      · e81c0149
      Dries Buytaert authored
      - blog.module:
         + fixed visual glitch with 'read more' link (blog comments)
         + made it possible to delete your last blog item
         + fixed timestamp bug when previewing a new blog
         + fixed potential problem with blog_save()
         + fixed a few HTML/XHTML tinkos.
      
      - statistics.module:
         + "yoursite.com" should no longer show up under "external referrers"
         + fixed "Referers of the last 31 years 37 weeks 1 hour 46 min 40 sec" bug
         + xhtml-ified
      
      - node.inc:
         + fixed watchdog message
      
      - import.module:
         + small block improvement
      e81c0149
    • Dries Buytaert's avatar
      · 63814764
      Dries Buytaert authored
      - Two small bugfixes.
      63814764
    • natrak's avatar
      - Fixed "Recent nodes" showing not showing "No nodes recently" in · b885ccb8
      natrak authored
        account_track_site().
      b885ccb8
    • Dries Buytaert's avatar
      · 170cf2f4
      Dries Buytaert authored
      - Fixed "Blog this item" as reported by Natrak.
      170cf2f4
    • Dries Buytaert's avatar
      · 17516b25
      Dries Buytaert authored
      - blog.module:
         + fixed tiny bug in blog_save()
      17516b25
    • Dries Buytaert's avatar
      · e52d2c32
      Dries Buytaert authored
      - blog.module, import.module:
         + 2 small improvements wrt to access rights
      e52d2c32
    • Dries Buytaert's avatar
      · bebb256d
      Dries Buytaert authored
      - fixed blog.module bugs reported by Remco.
      bebb256d
    • Dries Buytaert's avatar
      · a9bdf377
      Dries Buytaert authored
      - blog.module:
          + fixed bug reported by killes.
      a9bdf377
  5. Jul 11, 2001
  6. Jul 09, 2001
    • Dries Buytaert's avatar
      · 48029fe2
      Dries Buytaert authored
      - cloud.module:
          + small visual change
      
      - import.module:
          + added suggestions made by Julian along with some extras.
      48029fe2
  7. Jul 08, 2001
  8. Jul 07, 2001
    • Dries Buytaert's avatar
      · a382d9ea
      Dries Buytaert authored
      - Fixed bug in page.module:
         + PHP-pages were rendered invalid under certain criteria.
      
      - Fixed bug in meta.module:
         + When editing an existing node, the meta-field was not properly set
           in the forms.
      a382d9ea
    • Dries Buytaert's avatar
      · 5077cafd
      Dries Buytaert authored
      - account.php:
          + tidied up the texts
      
      - common.inc:
          + undid bad coding style
          + fixed typo in permissions
      
      - poll.module:
          + (automatically) removed tabs and trailing whitespaces
      5077cafd
    • Dries Buytaert's avatar
      · 42cd39db
      Dries Buytaert authored
      - fixed permission bug in rating.module
      42cd39db