Skip to content
  1. Dec 17, 2001
  2. Nov 23, 2001
  3. Nov 01, 2001
  4. Sep 07, 2001
    • Dries Buytaert's avatar
      · b9947121
      Dries Buytaert authored
      - fix a _bug_ in "max threaded" mode
      b9947121
  5. Sep 06, 2001
    • Dries Buytaert's avatar
      · 19ff3e28
      Dries Buytaert authored
      - fixed HTML typo in search.inc which confused Mozilla - thanks Carl and
        Keith.
      19ff3e28
  6. Aug 28, 2001
    • Dries Buytaert's avatar
      · a8bfbe76
      Dries Buytaert authored
      - common.inc:
         + added a form_password() function
      a8bfbe76
    • Dries Buytaert's avatar
      · 4d3da2bf
      Dries Buytaert authored
      - variable_del(): small improvement/fix
      4d3da2bf
  7. Aug 23, 2001
  8. Aug 22, 2001
    • Dries Buytaert's avatar
      · 36b199a0
      Dries Buytaert authored
      - Fixed bug in conf_init() not returning the default 'conf' when no
        matching configuration file is found.
      36b199a0
  9. Aug 21, 2001
    • Dries Buytaert's avatar
      · a3ff3194
      Dries Buytaert authored
      - Removed the confusing comment as suggested by Jared.
      a3ff3194
  10. 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
  11. Aug 08, 2001
    • Kjartan Mannes's avatar
      locale.module · 876536a9
      Kjartan Mannes authored
      - search is now default.
      - search remembers your settings.
      - save will dump you back to your last search.
      876536a9
  12. Aug 03, 2001
    • Dries Buytaert's avatar
      · 6e15c4b5
      Dries Buytaert authored
      - common.inc:
         + applied Julian's conf_init() patch
      6e15c4b5
  13. Jul 25, 2001
    • Kjartan Mannes's avatar
      common.inc · 49155053
      Kjartan Mannes authored
      - format_username() now takes a second optional parameter which gives the
        real name of the user.
      
      Rest
      - updated the calls to format_username() where appropriate to show the name
        of the user instead of the account id. Clicking on a name will still give you
        the account info etc. If you find a place where the real name is not shown
        let me know.
      49155053
    • natrak's avatar
      common.inc · d016fb14
      natrak authored
      - format_username() now takes a second optional parameter which gives the
        real name of the user.
      
      Rest
      - updated the calls to format_username() where appropriate to show the name
        of the user instead of the account id. Clicking on a name will still give you
        the account info etc. If you find a place where the real name is not shown
        let me know.
      d016fb14
    • natrak's avatar
      user.inc · 0bddb523
      natrak authored
      system.module
      - made the words used in passwords configurable thru the admin interface.
      0bddb523
    • Kjartan Mannes's avatar
      comment.inc · 1e5afb39
      Kjartan Mannes authored
      - removed comment_controls().
      - modified comment_render() to use $theme->comment_controls().
      
      theme.inc
      - added BaseTheme->comment_controls().
      
      locale.module
      - can now search for status independant of language.
      - string is now a regular expression. For wildcard searches do .*text.*.
      - can search in modules + pages, all modules or a specific module.
      
      account.php
      - fixed viewing other accounts info would show the active users name in the
        real name field.
      - now shows users recent contributions and comments (if the user has access to
        them).
      1e5afb39
    • natrak's avatar
      comment.inc · 6fbd8403
      natrak authored
      - removed comment_controls().
      - modified comment_render() to use $theme->comment_controls().
      
      theme.inc
      - added BaseTheme->comment_controls().
      
      locale.module
      - can now search for status independant of language.
      - string is now a regular expression. For wildcard searches do .*text.*.
      - can search in modules + pages, all modules or a specific module.
      
      account.php
      - fixed viewing other accounts info would show the active users name in the
        real name field.
      - now shows users recent contributions and comments (if the user has access to
        them).
      6fbd8403
  14. Jul 24, 2001
    • natrak's avatar
      account.php · 845888fe
      natrak authored
      - real name is now shown to all users.
      
      page.module
      - improved the locale support.
      
      comment.inc
      - added a wrapper table for comment_thread_max() as suggested by nick.
      845888fe
  15. Jul 18, 2001
    • Dries Buytaert's avatar
      · 8f74184a
      Dries Buytaert authored
      - Fixed '" should be &' problem in feeds.
      8f74184a
  16. Jul 17, 2001
  17. Jul 15, 2001
    • Dries Buytaert's avatar
      · af7d8ebe
      Dries Buytaert authored
      - Various updates, mostly related to our RDF/RSS backend.
      af7d8ebe
    • 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
  18. Jul 14, 2001
    • 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
  19. 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
  20. Jul 11, 2001
    • Dries Buytaert's avatar
      · d6d60de3
      Dries Buytaert authored
      - Added blog.module to replace diary.module (contrubeted by Julian):
         + feedback wanted
      
      - Added updated import.module (contributed by Julian):
         + user page do browse the headlines by feed and bundle, to display
           the item descriptions, etc.
      
      - Fixed small bug in common.inc.
      
      - Updated database.mysql
      d6d60de3
  21. Jul 07, 2001
    • 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
      · adfbda3d
      Dries Buytaert authored
      - Tidied up some stuff in account.php and theme.inc.
      - Tidied up the box() API.
      adfbda3d
  22. Jul 03, 2001
    • Dries Buytaert's avatar
      · 6a21940c
      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.
      6a21940c
  23. Jul 01, 2001
    • Dries Buytaert's avatar
      · 8674cf09
      Dries Buytaert authored
      - Small updates
      8674cf09
  24. Jun 30, 2001
    • Dries Buytaert's avatar
      · 87575929
      Dries Buytaert authored
      - Introduced caching support.
      87575929
    • 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
      · f56e7453
      Dries Buytaert authored
      - Tidied up node.inc and node.php a bit.
      
      - Fixed annoyance in comment.inc.
      f56e7453
  25. 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
  26. 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
  27. Jun 26, 2001
    • Dries Buytaert's avatar
      · 73b855f7
      Dries Buytaert authored
      - Fixed typo in comment.inc as result of form-ification.  Replying to
        a node was not possible: clicking the Preview button redirected you
        the main page.
      73b855f7
  28. Jun 25, 2001
    • Dries Buytaert's avatar
      · b8a31dba
      Dries Buytaert authored
      - Fixed a few tiny bugs in comment.inc (introduced by the form-ification).
      b8a31dba