Skip to content
Snippets Groups Projects
  1. Oct 07, 2001
    • Dries Buytaert's avatar
      · 458f9510
      Dries Buytaert authored
      - Added a new theme!
      458f9510
  2. Oct 06, 2001
    • Dries Buytaert's avatar
      · 12e8aa66
      Dries Buytaert authored
      - Moved theme 'jeroen' and 'yaroon' to drupal-contrib.
      12e8aa66
  3. Oct 05, 2001
    • Dries Buytaert's avatar
      · f2a06813
      Dries Buytaert authored
      - fixed 2 bugs that where introduced by moving the index.php to node_page()
        in node.module.
      f2a06813
  4. Oct 03, 2001
    • Dries Buytaert's avatar
      · 7a9bc86b
      Dries Buytaert authored
      - Improved search architecture derived from Axel's new search patches.
        (There is room for improvement so let's go from these ... and build
        on them.)
      
      - Removed some $status's by calls to node_status().
      7a9bc86b
  5. Oct 02, 2001
    • Dries Buytaert's avatar
      · f7e9bab1
      Dries Buytaert authored
      - tidied up some "$status"-es and removed "$rstatus".
      f7e9bab1
    • Dries Buytaert's avatar
      · 23205823
      Dries Buytaert authored
      - updated the CHANGELOG
      23205823
    • Dries Buytaert's avatar
      · 4050feef
      Dries Buytaert authored
      - a small module to notify or ping weblogs.com
      4050feef
    • Dries Buytaert's avatar
      · 7e7c457c
      Dries Buytaert authored
      - improved the tracker.module so that it shows all the recent comments
        instead of all recent comments to recent nodes.
      7e7c457c
  6. Oct 01, 2001
    • Dries Buytaert's avatar
      · 63ae7925
      Dries Buytaert authored
      - bugfix: renamed 'conf_default' to 'system_default'
      63ae7925
  7. Sep 30, 2001
    • Dries Buytaert's avatar
      · 3f91d675
      Dries Buytaert authored
      - small improvement to 'drupal_goto()'
      3f91d675
    • Dries Buytaert's avatar
      · 6ce32718
      Dries Buytaert authored
      - fixed bug: 'account_perm()' should have been 'user_perm()'
      6ce32718
    • Dries Buytaert's avatar
      - small bugfix in drupal_goto · 07c587d1
      Dries Buytaert authored
      07c587d1
    • Dries Buytaert's avatar
      - typo · d7f911c9
      Dries Buytaert authored
      d7f911c9
    • Dries Buytaert's avatar
      · a6379d2e
      Dries Buytaert authored
      - replaced all 'header("Location: foo")'s by a call to 'drupal_goto()'
        which will append the session ID to the uri 'foo' when PHP is compiled
        with '--enable-transe-sid'.
      a6379d2e
    • Dries Buytaert's avatar
      · 8caf16cd
      Dries Buytaert authored
      - small improvement to the "user blogs" block
      8caf16cd
  8. Sep 29, 2001
    • Dries Buytaert's avatar
      · 27a56d71
      Dries Buytaert authored
      - small update
      27a56d71
    • Dries Buytaert's avatar
      · a55bfd16
      Dries Buytaert authored
      - fixed a SQL bug in the "next / prev" code of book.module
      a55bfd16
  9. Sep 28, 2001
    • Dries Buytaert's avatar
      · 0cce47f1
      Dries Buytaert authored
      - fixed small glitch in node_del()
      
      - fixed small glitch in comment_del()
      
      - changed the API of the form() function.  The first parameter, the
        "action"-attribute in the <form>-tag has been made optional.  By
        default, it will be set to "$REQUEST_URI".
      
        Why? Because in 98% of the cases we would do:
      
          global $REQUEST_URI;
          $form = form($REQUEST_URI, $form_content);
      
        while we can do:
      
          $form = form($form_content);
      
        now.
      
        Update your modules (and sorry for the inconvenience)!
      0cce47f1
    • Dries Buytaert's avatar
      - fixed typo: · 17c92125
      Dries Buytaert authored
          "call to undefined function: db_num_row()"
      17c92125
    • Dries Buytaert's avatar
      · 0cb7dbc2
      Dries Buytaert authored
      - bugfix: a permission was missing from the permission table
      0cb7dbc2
    • Dries Buytaert's avatar
      · 5e6549f1
      Dries Buytaert authored
      - removed the themes that are not actively maintained ...
      5e6549f1
    • Dries Buytaert's avatar
      · b2d0c5c1
      Dries Buytaert authored
      - made the selection box translatable (patch by Gerhard)
      b2d0c5c1
    • Dries Buytaert's avatar
      · f1ebe411
      Dries Buytaert authored
      - comment.inc:
         + when replying to a comment, the author's name was displayd as being 'anonymous'.
      
      - blog.module:
         + fixed the URLs of the links in the "latest blogs"-block.
      f1ebe411
    • Dries Buytaert's avatar
      · bab0a9a2
      Dries Buytaert authored
      - bugfix
      bab0a9a2
  10. Sep 27, 2001
    • Dries Buytaert's avatar
      · 4a0e498f
      Dries Buytaert authored
      - a batch of updates, including some experimental changes to the moderation
        of comments and nodes.
      4a0e498f
    • Dries Buytaert's avatar
      · 6cde6329
      Dries Buytaert authored
      - book.module: fixed "/admin.php" bug reported by Gerhard.
      
      - search.module: made the search categories translatable.
      6cde6329
  11. Sep 26, 2001
    • Dries Buytaert's avatar
      · f9a84cd2
      Dries Buytaert authored
      - Enhancement: added better help and translations to node.module.
        (patch by Alex)
      f9a84cd2
    • Dries Buytaert's avatar
      · b0cf3a39
      Dries Buytaert authored
      - fixed a HTML typo as reported by Alexander
      b0cf3a39
    • Kjartan Mannes's avatar
      Bug fixes mostly · f6f04a82
      Kjartan Mannes authored
      - fixed book.module not generating next/prev links properly
      - re-added default node options to the admin page
      - fixed a potential bug in node.php. Nodes with same titles were confusing it
        at times, should fix the bug reported by Gerhard Killesreiter.
      f6f04a82
    • natrak's avatar
      Bug fixes mostly · b146513e
      natrak authored
      - fixed book.module not generating next/prev links properly
      - re-added default node options to the admin page
      - fixed a potential bug in node.php. Nodes with same titles were confusing it
        at times, should fix the bug reported by Gerhard Killesreiter.
      b146513e
  12. Sep 25, 2001
    • Kjartan Mannes's avatar
      - added node_page() to list what index.php used to list. · ff2ae185
      Kjartan Mannes authored
      - made the front page of the system configurable. Now any <node>_page()
        can be set as the default page. Default is node_page().
      ff2ae185
    • Dries Buytaert's avatar
      · 72188675
      Dries Buytaert authored
      - Upgraded the XML-RPC libraries to version 1.01:
          http://groups.yahoo.com/group/xml-rpc/message/3626
      72188675
    • Kjartan Mannes's avatar
    • Dries Buytaert's avatar
      · 858a5cec
      Dries Buytaert authored
      - removed some death code that is no longer needed due to the fact
        node_del() got updated.
      858a5cec
    • Dries Buytaert's avatar
      · c6833b5f
      Dries Buytaert authored
      - improvement: got rid of the "failed to delete node: set node status to
        'dumped' first."
        (patch by Alex)
      c6833b5f
    • Dries Buytaert's avatar
      · 9ef955b6
      Dries Buytaert authored
      - bugfix #1: fixed the line that accidentically got cut off by incorrectly
        applying a patch.  Mea culpa.
        (reported by Axel)
      
      - bugfix #2: incorrect deactivation of the delete link in node_links().
        (patch by Axel)
      
      - improvement: added confirmation page upon deletion of a node ("Do you
        really want to delete this node?"), and removed the old and confusing
        "node has to be blocked first".
        (patch by Axel)
      9ef955b6
    • Dries Buytaert's avatar
      · 97922068
      Dries Buytaert authored
      - Fixed bug in forum.module: when you enable locales you were unable
        to create a new forum.  (patch by Alexander)
      97922068
  13. Sep 24, 2001
    • Dries Buytaert's avatar
      · a1222d64
      Dries Buytaert authored
      - Fixed translation bugs (reported by Alexander Schwartz)
      a1222d64
  14. Sep 23, 2001
    • Dries Buytaert's avatar
      · d264b4fc
      Dries Buytaert authored
      - fixed bug in poll.module (patch by alex)
      d264b4fc
    • Dries Buytaert's avatar
      · ef3de8e1
      Dries Buytaert authored
      - fixed bug in theme unconed
      ef3de8e1
Loading