Skip to content
  1. 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
    • Dries Buytaert's avatar
      · 8e397c08
      Dries Buytaert authored
      - The statistics module's blocks showed unpublished nodes.  Patch by Ax.
      8e397c08
  2. Dec 09, 2002
    • Dries Buytaert's avatar
      · 5561580a
      Dries Buytaert authored
      - Added some status messages.  Patch by Moshe.
      5561580a
  3. Dec 08, 2002
    • Dries Buytaert's avatar
      · d5fd490b
      Dries Buytaert authored
      - Fixed bug in node_teaser().  Patch by Marco.
      d5fd490b
    • Dries Buytaert's avatar
      · 3edc9520
      Dries Buytaert authored
      - Small change to the naming.
      3edc9520
    • Dries Buytaert's avatar
      · 05ca487d
      Dries Buytaert authored
      - Made sure session.cache_limiter is set to "none" as suggested by Moshe
        and Ax.
      05ca487d
    • Dries Buytaert's avatar
      · c75a4d97
      Dries Buytaert authored
      - Avoid empty fields to be displayed.  Patch by Moshe.
      c75a4d97
    • Dries Buytaert's avatar
      · 5bd3e32f
      Dries Buytaert authored
      - Removed rating module; it is not being used much and it has a known bug.
        Will add it to the contributions repository.
      5bd3e32f
  4. Dec 07, 2002
    • Dries Buytaert's avatar
      · c79c25c7
      Dries Buytaert authored
      - Removed two hard-coded dependencies on the comment module.
      c79c25c7
    • Dries Buytaert's avatar
      · bb3d36b2
      Dries Buytaert authored
      - Replaced some short tags (<?) with long tags (<?php).
      bb3d36b2
    • Dries Buytaert's avatar
      · b520de47
      Dries Buytaert authored
      - Added "short_open_tag 1" to the PHP settings.
      b520de47
    • The Great Git Migration's avatar
      This commit was manufactured as part of Drupal's Great Git Migration to · c95f2ed6
      The Great Git Migration authored
      create branch 'DRUPAL-4-1'.
      
      Sprout from master 2002-12-07 11:24:16 UTC Dries Buytaert <dries@buytaert.net> ''
      Delete:
          modules/aggregator.module
          modules/aggregator/aggregator.module
          modules/archive/archive.module
          modules/block/block.module
          modules/blog/blog.module
          modules/book/book.module
          modules/comment/comment.module
          modules/drupal/drupal.module
          modules/forum/forum.module
          modules/help/help.module
          modules/locale/locale.module
          modules/node/node.module
          modules/page/page.module
          modules/ping/ping.module
          modules/poll/poll.module
          modules/profile/profile.module
          modules/search/search.module
          modules/statistics/statistics.module
          modules/story/story.module
          modules/system/system.module
          modules/taxonomy/taxonomy.module
          modules/throttle/throttle.module
          modules/tracker/tracker.module
          modules/user/user.module
          modules/watchdog/watchdog.module
      c95f2ed6
    • Dries Buytaert's avatar
      · 286871d6
      Dries Buytaert authored
      - Some changes to the update.php script: revised the instructions a bit,
        added some logic and a link to "upgrade 4.0.x to 4.1.x", etc.
      286871d6
    • Dries Buytaert's avatar
      · b62025c2
      Dries Buytaert authored
      - Removed two a dead table from both the MySQL and the PostgreSQL database
        scheme.
      
      - Fixed the default settings for both the MySQL and the PostgreSQL database
        scheme.
      b62025c2
  5. Dec 03, 2002
    • Dries Buytaert's avatar
      · 737db302
      Dries Buytaert authored
      - Changed db_queryd() to db_query().
      737db302
  6. Dec 02, 2002
    • Dries Buytaert's avatar
      · 8a91f1be
      Dries Buytaert authored
      - Added some extra information about PHP settings.
      8a91f1be
    • Dries Buytaert's avatar
      · dcbb71f4
      Dries Buytaert authored
      - Fixed node revisions.
      dcbb71f4
    • Dries Buytaert's avatar
      · ee9f8987
      Dries Buytaert authored
      - Applied patch by Gerhard to dissable submission throttle.
      ee9f8987
    • Dries Buytaert's avatar
      · 5b39f676
      Dries Buytaert authored
      * Applied slightly modified version of Marco's taxonomy patch:
      
       - Fixed a bug with get_tree and multiple parents.
       - Fixed 3 wrong caches (this will avoid some queries).
       - Extension to taxonomy_term_count_nodes() (feature #159): "currently
         calling taxonomy_term_count_nodes() returns the amount of nodes in each
         term, would it be possible to extend this function so that it would only
         return the amount of nodes of a certain type under each term.
       - Confirm deleting a vocabulary or a term (requested by Moshe).
       - Use form_weight() in vocabulary and term forms.
       - After submitting a term, we end up at the term page (requested by Moshe).
       - Added status messages when adding, editing and deleting vocabularies and
         terms
       - Minor clean ups
      
      * Made sure all modules use the same link delimiter; "|" for now.
      5b39f676
    • Dries Buytaert's avatar
      · ab143d68
      Dries Buytaert authored
      - Fixed "Allow user comments: disabled" no longer works and so on.  Patch by
        Marco.
      ab143d68
  7. Nov 30, 2002
    • Dries Buytaert's avatar
      · f42bfcac
      Dries Buytaert authored
      - Fixed small glitch in the database schemes; the block table has changed but
        the queries that insert some default block values were not updated.
      f42bfcac
  8. Nov 29, 2002
    • Dries Buytaert's avatar
      · 06081084
      Dries Buytaert authored
      - Patch by Jeremy to fix a module loading bug:
      
          - module.inc:
             + added call to _init for all modules
      
          - statistics.module:
             + added statistics_init()
             + moved all global actions into statistics_init()
      06081084
    • Dries Buytaert's avatar
      · 6c862208
      Dries Buytaert authored
      - Fixed small glitch in drupal_goto(): somethimes a "&" got appended.  Patch
        by Marco.
      6c862208
  9. Nov 28, 2002
    • Dries Buytaert's avatar
      · e2869eca
      Dries Buytaert authored
      - Applied Jeremy's statistics module patch: made most (if not all) of the
        strings translatable.
      e2869eca
  10. Nov 27, 2002
    • Dries Buytaert's avatar
      · 1cb8f3b2
      Dries Buytaert authored
      - Made the search module use implicit AND'ing instead of OR'ing.  Patch by
        Gerhard.  Also updated the documentation a little.
      1cb8f3b2
    • Dries Buytaert's avatar
      · 0f5a7b61
      Dries Buytaert authored
      - Made the page description optional.  Reported by Ax.
      0f5a7b61
    • Dries Buytaert's avatar
      · 1b733dc9
      Dries Buytaert authored
      - Fix blocks of throttle and queue module.  Patch by Gerhard.
      1b733dc9
  11. Nov 26, 2002
    • Dries Buytaert's avatar
      · 1d63fec8
      Dries Buytaert authored
      - Applied Stefan's forum module patch: changed the default settings to ease
        configuration.
      1d63fec8
    • Dries Buytaert's avatar
      · cc83f673
      Dries Buytaert authored
      - Fixed the statistics block titles such that the username is displayed correctly.
        Reported by Jeremy.
      cc83f673
    • Dries Buytaert's avatar
      · 3d05bf49
      Dries Buytaert authored
      - Fixed the forum block titles such that the username is displayed correctly.
        Reported by Jeremy.
      3d05bf49
    • Dries Buytaert's avatar
      · 8fa5440b
      Dries Buytaert authored
      - Applied Jeremy's statistics module patches:
         + Fixed "recent users" title/timestamps.
         + Added statistics_node_delete() function.
      
      - Applied Jeremy's node module patches:
         + Added call to statistics_node_delete().
         + Fixed call to taxonomy_node_delete().
      8fa5440b
    • Dries Buytaert's avatar
      · 51778ef1
      Dries Buytaert authored
      - Applied Ax's pager patch: includes documentation (rewrote it somewhat) and two
        bugfixes; one that makes taxanomy based paging work (eg. index.php?and=2,3)
        and one that kills a warning when the query returns no records.
      51778ef1
    • Dries Buytaert's avatar
      · 4a723b90
      Dries Buytaert authored
      - Added some comments/explanation wrt to the "$db_url" settings; this seemed
        to cause problems/confusion.
      4a723b90
  12. Nov 25, 2002
    • Dries Buytaert's avatar
      · 8fa7e354
      Dries Buytaert authored
      - Fixed a caching bug.
      8fa7e354
    • Dries Buytaert's avatar
      · 61b76fa2
      Dries Buytaert authored
      - Fixed the "affiliate" text when all distributed authententication modules
        are disabled.  Patch by Gerhard.
      61b76fa2
    • Dries Buytaert's avatar
      · aab82c0a
      Dries Buytaert authored
      - Fixed bug in search module.  Patch by Gerhard.
      aab82c0a
  13. Nov 24, 2002
    • Dries Buytaert's avatar
      · 062e7d7c
      Dries Buytaert authored
      - Added missing query to change the session field from VARCHAR(32) to TEXT.
        Reported by Bert Garcia.
      062e7d7c
  14. Nov 21, 2002
    • Dries Buytaert's avatar
      · 4f94488b
      Dries Buytaert authored
      - SID will now only be appended when session.use_trans_sid is set.  Patch
        by Kjartan.
      4f94488b
    • Dries Buytaert's avatar
      · 15aed817
      Dries Buytaert authored
      - Search configuration settings are now a part of the standard
        configuration page.  Patch by Kjartan.
      15aed817
    • Dries Buytaert's avatar
      · 697dde0f
      Dries Buytaert authored
      - Updated PostgreSQL scheme.  Patch by Stefan.
      697dde0f