Skip to content
  1. Apr 13, 2003
    • Dries Buytaert's avatar
      · 9e2fe8d1
      Dries Buytaert authored
      - Back-ported the stripslashes patch.  By Kobus and Gerhard. This needs a
        bit of testing but if all works well, please close bug #1495.
      9e2fe8d1
  2. Mar 17, 2003
    • Dries Buytaert's avatar
      · 5bf37b00
      Dries Buytaert authored
      - Rollback: do not initialize the theme before initializing the user.
      5bf37b00
  3. Mar 16, 2003
    • Dries Buytaert's avatar
      · 2323b119
      Dries Buytaert authored
      - When loading a theme that is obviously broken, fall back onto the example
        theme instead of /showing/ a blank page.
      2323b119
  4. Mar 05, 2003
    • Dries Buytaert's avatar
      · eac4bc55
      Dries Buytaert authored
      - Fixed "SELECT lid, FROM locales WHERE string = 'Reset to defaults'" problem:
        invoke module_init() *after* the locale module has been initialized.  The
        system module was translating string from within its init hook which is now
        possible/allowed.
      eac4bc55
  5. Feb 27, 2003
    • Dries Buytaert's avatar
      · 88c7613e
      Dries Buytaert authored
      - Bugfix: transparent session ID handling wasn't working properly with
        drupal_goto().  Patch by Al.  Backported from CVS to stable 4.1.0 branch.
      88c7613e
  6. Feb 09, 2003
    • Dries Buytaert's avatar
      · a37e45b5
      Dries Buytaert authored
      - Changed '%s' into '%d' such that an empty $user->uid is converted to 0.  Requi
      red for Drupal to work on new versions of PostgreSQL.  Patch by James.
      a37e45b5
  7. Jan 08, 2003
    • Dries Buytaert's avatar
      · 4b76b78f
      Dries Buytaert authored
      - Made sure the $links array is properly initialized before doing an
        array_merge.  According to Ori, this fixes a problem when using PHP
        as an ISAPI module with the Sambar server.
      4b76b78f
  8. Jan 05, 2003
    • Dries Buytaert's avatar
      · 76ebe21a
      Dries Buytaert authored
      - Fixed typo: 'tat' -> 'that'.
      76ebe21a
  9. Dec 26, 2002
    • Dries Buytaert's avatar
      · b2f78aa6
      Dries Buytaert authored
      - Made Drupal report an warning when magic_quotes are disabled.
      b2f78aa6
  10. Dec 20, 2002
    • Dries Buytaert's avatar
      · 8861eb14
      Dries Buytaert authored
      - Removed some backslashes.  Reported by Adam.
      8861eb14
  11. Dec 16, 2002
    • Dries Buytaert's avatar
      · a5421bc1
      Dries Buytaert authored
      - Fixed bug in cache_clear_all().  Patch by Marco.
      a5421bc1
  12. Dec 11, 2002
    • Dries Buytaert's avatar
      · 9e8aea67
      Dries Buytaert authored
      - Fixed typo.  Reported by Kobus.
      9e8aea67
  13. Dec 08, 2002
    • Dries Buytaert's avatar
      · 05ca487d
      Dries Buytaert authored
      - Made sure session.cache_limiter is set to "none" as suggested by Moshe
        and Ax.
      05ca487d
  14. Dec 07, 2002
    • Dries Buytaert's avatar
      · b520de47
      Dries Buytaert authored
      - Added "short_open_tag 1" to the PHP settings.
      b520de47
  15. Dec 02, 2002
    • Dries Buytaert's avatar
      · 8a91f1be
      Dries Buytaert authored
      - Added some extra information about PHP settings.
      8a91f1be
  16. 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
  17. Nov 26, 2002
    • 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
  18. 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
  19. Nov 18, 2002
    • Dries Buytaert's avatar
      · 36cb350e
      Dries Buytaert authored
      - Don't display "1" when there is only one page.
      36cb350e
  20. Nov 17, 2002
  21. Nov 16, 2002
  22. Nov 10, 2002
    • Dries Buytaert's avatar
      · 99fd26db
      Dries Buytaert authored
      - Small cosmetic change.  Patch by Natrak.
      99fd26db
  23. Nov 09, 2002
    • Dries Buytaert's avatar
      · 6ba38a7e
      Dries Buytaert authored
      - Fixed db_query_range() in PEAR database abstraction layer.  Patch by James.
      6ba38a7e
    • Dries Buytaert's avatar
      · 2fc257a0
      Dries Buytaert authored
      - Oops.  Braino.
      2fc257a0
    • Dries Buytaert's avatar
      · 3dd7d9b4
      Dries Buytaert authored
      - Oops.  The db_query_range() query got added twice.
      3dd7d9b4
    • Dries Buytaert's avatar
      · 6d1ffea4
      Dries Buytaert authored
      - Added check to see whether $items is initiliazed.  Thanks James.
      6d1ffea4
    • Dries Buytaert's avatar
      · c93ab2a2
      Dries Buytaert authored
      - Added a db_query_range function.  Patch by Natrak, slightly modified.
      c93ab2a2
    • Dries Buytaert's avatar
      · a6a47a32
      Dries Buytaert authored
      - Applied Moshe's "theme head" patch:
      
        "This patch to theme.inc adds the ability for modules to insert HTML
         into the <HEAD> section of all web pages. The additional modules in
         this directory [ed: blog.module] demonstate possible uses for the
         new _head() hook."
      a6a47a32
    • Dries Buytaert's avatar
      · 562df8fe
      Dries Buytaert authored
      * Added Jeremy's pager:
      
       "This is a simple, generic pager for Drupal-CVS.  It is designed to be
        easily themeable and expandable.  The code is highly-commented to
        enhance readability."
      
       "Pagers are constructed by combining the provided pieces (all of which
        can be easily modified to display the text or image you prefer) into
        your custom pager."
      
      * Statistics module fixes by Jeremy:
      
       - removed superfluous check for existence of watchdog()
       - saving changes in admin page displays status and returns same page
       - no longer return 1971/01/01 in "view statistics" table
       - switched from "!=" to "<>" in SQL queries for ANSI-SQL compliance
       - switched from "MAX(timestamp) as timestamp" to "MAX(timestamp) as
         max_timestamp" moving towards ANSI-SQL compliance.
      
      * Added a "theme_item_list" function to format itemized lists.  Also
        changed a couple of modules to take advantage of it.  Makes for a
        more consistent UI.
      562df8fe
  24. Nov 08, 2002
    • Dries Buytaert's avatar
      · b3abbc4b
      Dries Buytaert authored
      Patch by Natrak:
      
      - Modules and themes now use the same functions to find and administer
        files.
      - Modules can now be placed in sub-directories.
      - Theme descriptions can no longer be edited. This will be handled by
        Dries' theme_conf patch.
      - Update required to keep old modules enabled.
      b3abbc4b
  25. Nov 06, 2002
  26. Oct 26, 2002
    • Dries Buytaert's avatar
      · 8d103a08
      Dries Buytaert authored
      - Committed Marco's block rewrite:
      
         + Blocks are not longer called if not rendered: major performance
           improvement.
         + Fixed some bugs (preview option was broken, path option was broken).
         + Removed "ascii"-type blocks.
         + Added permission to for "PHP blocks"
         + ...
      
        NOTES:
      
         + You'll want to run "update.php":
      
             ALTER TABLE blocks DROP remove;
             ALTER TABLE blocks DROP name;
      
         + You'll want to update your custom modules as well as the modules in
           the contrib repository.  Block function should now read:
      
             function *_block($op = "list", $delta = 0) {
               if ($op == "list") {
                 return array of block infos
               }
               else {
                 return subject and content of $delta block
               }
             }
      8d103a08
  27. Oct 24, 2002
    • Dries Buytaert's avatar
      · 2512ce76
      Dries Buytaert authored
      - Killed a warning.  Reported by ax.
      2512ce76
  28. Oct 23, 2002
  29. Oct 22, 2002
    • Dries Buytaert's avatar
      · 66c5b707
      Dries Buytaert authored
      - Wrapped some hardcoded colors in "theme_invoke()"s; we can still create
        a drupal_error() later on but I think we better get used to theme_invoke().
      
      - Fixed translation bug.  Patch by Moshe.
      
      - Fixed PHP warning.  Patch by ax.
      66c5b707
  30. Oct 20, 2002