Skip to content
  1. Jul 12, 2001
    • 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
  2. Jul 11, 2001
  3. 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
  4. Jul 08, 2001
  5. 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
    • Steven Wittens's avatar
    • Dries Buytaert's avatar
      - various small updates: · f12fa061
      Dries Buytaert authored
         + fixed 2 small HTML typos in meta.module
         + better watchdog messages in comment.module
         + fixed typo in block.module
      f12fa061
    • Steven Wittens's avatar
      Fixed "array" being displayed at top of form. · 82a51e7b
      Steven Wittens authored
      Dries: what was that 'bad markup' bug you mentioned?
      82a51e7b
    • Dries Buytaert's avatar
      · 6f2ad759
      Dries Buytaert authored
      - import.module:
         + added internal improvements suggested by Julian.
         + XHTML-ified
      
      - admin.php:
         + XHTML-ified
      6f2ad759
  6. Jul 04, 2001
    • Dries Buytaert's avatar
      · 121b5425
      Dries Buytaert authored
      - Fixed tiny typo which broke the download link
      121b5425
  7. 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
  8. Jul 02, 2001
    • Dries Buytaert's avatar
      · 8f2ef076
      Dries Buytaert authored
      - Added improvement locale.module, based on Gerhard K.'s implementation.
        (Thanks Gerhard!)
      
      - Various other small improvements.
      8f2ef076
  9. Jul 01, 2001
    • Dries Buytaert's avatar
      · 8674cf09
      Dries Buytaert authored
      - Small updates
      8674cf09
  10. Jun 30, 2001
    • Dries Buytaert's avatar
      · 87575929
      Dries Buytaert authored
      - Introduced caching support.
      87575929
    • Dries Buytaert's avatar
      · eacfc042
      Dries Buytaert authored
      - Added 'drupal' link to pages.
      eacfc042
    • Dries Buytaert's avatar
      · 52aa4117
      Dries Buytaert authored
      - Rewrote box.module: the code size is twice as small, the interface looks
        the same though.  The next step is to merge it into block.module - if we
        can figure out how this can be done.
      52aa4117
    • Dries Buytaert's avatar
      · cab3ac83
      Dries Buytaert authored
      - statistics.module:
          + fixed small glitch
          + improved interface
      cab3ac83
    • Dries Buytaert's avatar
      · e6a67118
      Dries Buytaert authored
      - Made search.php a module, being search.module.
      
      - Updated the permission names to be more consistent.
      
      - Small improvement to node.php.
      e6a67118
    • Dries Buytaert's avatar
      · 7c1b20fe
      Dries Buytaert authored
      - Forgot to update one user permission.
      7c1b20fe
  11. Jun 29, 2001
    • Dries Buytaert's avatar
      · 9c43e8fc
      Dries Buytaert authored
      Extremely large commit:
      
      - Fixed tiny quote problem in account.php.
      
      - Fixed tiny bug in comment.inc.
      
      - Fixed tiny bug in comment.module.
      
      - Fixed tiny bug in meta.module.
      
      - Simplified user_access() API.
      
      - Rewrote link system: still needs fine-tuning and testing so don't
        upgrade if you are running a production site. ;)
      
        Updated all modules and themes to reflect this change.  All other
        themes and modules need updating too!
      9c43e8fc
  12. Jun 27, 2001
    • Dries Buytaert's avatar
      · 124694ee
      Dries Buytaert authored
      - Fixed bug node.module bug:
      
          + the node scheduler did not un-schedule a node!
      
      - Fixed comment bugs (as a result of the formification):
      
          + no signatures where being attached to the comments.
      
          + check_input was used where is should have been check_output,
            with broken filters as the immediate result.
      124694ee
  13. Jun 26, 2001
    • Steven Wittens's avatar
      The ever persistant typo..... · df30ccb0
      Steven Wittens authored
      df30ccb0
    • Steven Wittens's avatar
      Updated calendar.module: · 8d46b188
      Steven Wittens authored
       - Locale'd the day-of-the-week-letters. Don't worry, you won't find any "F" or "S" in your locale database, just "Friday" and "Sunday".
      
       - Fixed a bug with 28/20-day months. Skipping a month ahead from e.g. January 31st would have you end up on March 3rd. Same for skipping backwards.
      
       - Made the selected date always appear in bold.
      
       - Prevented all skipping into the future. This was still possible by skipping whole months.
      8d46b188
    • natrak's avatar
      - Fixed some HTML errors in the help. · 564e3ed3
      natrak authored
      564e3ed3
  14. Jun 25, 2001
    • Dries Buytaert's avatar
      · 56b35360
      Dries Buytaert authored
      - Fixed problem with book.module (reported by Jared).
      
      - Fixed problem with forum.module (reported by Jared).
      56b35360
    • Dries Buytaert's avatar
      · 168db4c9
      Dries Buytaert authored
      - Fixed problem with book.module (reported by Jared).
      
      - Fixed problem with forum.module (reported by Jared).
      168db4c9
    • Dries Buytaert's avatar
      · ca6af5ad
      Dries Buytaert authored
      - Fixed conf_save bug in node.module (reported by Jared).
      ca6af5ad