Skip to content
Snippets Groups Projects
  1. Nov 01, 2002
    • Dries Buytaert's avatar
      · cc381c14
      Dries Buytaert authored
      - Fixed glitch in block module: the admin links were not composed
        correctly.  Patch by Stefan.
      
      - Added missing t() functions and improved the %x directives for
        better readability and to ease the process of translating your
        site.  Patches by Stefan.
      
      - Made two small additions to the 'code-clean.sh' script; it will
        now remove patch related junk.
      
      NOTES:
      
      - I removed the · related bits.  Let's tackle these later on
        in a separate patch after we got some sort of consensus.
      
      - I removed the 'module_exist("drupal")' check in the user module;
        I *think* it is incomplete and therefore incorrect.
      
      - Stefan, try using quotes in your translations and check whether
        everything still works.  Example: translate the "Create account"
        button to "Create \"haha\" account \'hihi\'" and see if you can
        still create new accounts.  Maybe automate this using a quick
        hack in the locale module ...
      cc381c14
    • Dries Buytaert's avatar
      · 74c72250
      Dries Buytaert authored
      - Applied a PostgreSQL patch from James.
      74c72250
    • Dries Buytaert's avatar
      · 9cb1bc4c
      Dries Buytaert authored
      - Substituted the weblogs module with a more generic ping module.  We're
        now pinging http://blo.gs/ as well as support the new Weblogs.com RSS
        format.  Thanks Breyten.
      9cb1bc4c
  2. Oct 30, 2002
    • Dries Buytaert's avatar
      · c9157a23
      Dries Buytaert authored
      - Made sure blocks are sorted by weight.  Patch by Ax.
      c9157a23
    • Dries Buytaert's avatar
      · aa28ec52
      Dries Buytaert authored
      - Applied db_query() fix.  Thanks Gerhard and Marco.
      aa28ec52
  3. Oct 29, 2002
    • Dries Buytaert's avatar
      · b2c6a9b0
      Dries Buytaert authored
      - Applied Stefan's locale patches.
      b2c6a9b0
    • Dries Buytaert's avatar
      · 54aba8d5
      Dries Buytaert authored
      - Applied Stefaan's locale patches.  The statistics.module patch failed to
        apply.
      54aba8d5
    • Dries Buytaert's avatar
      · 38c6aeaf
      Dries Buytaert authored
      - Made sure we switching using $delta.  Thanks Marco and Gerhard.
      38c6aeaf
    • Dries Buytaert's avatar
      · a430d5de
      Dries Buytaert authored
      - Added Jeremy.
      a430d5de
  4. Oct 28, 2002
  5. Oct 26, 2002
    • Kjartan Mannes's avatar
      - blocks != boxes. Sorry :) · acd0cb06
      Kjartan Mannes authored
      acd0cb06
    • Kjartan Mannes's avatar
    • Kjartan Mannes's avatar
      470d763b
    • Dries Buytaert's avatar
      · 18a18a0e
      Dries Buytaert authored
      - Fixed a braino.
      18a18a0e
    • Dries Buytaert's avatar
      · 1b452ef5
      Dries Buytaert authored
      - Applied a slightly modified version of breyten's weblogs.module patch.
      1b452ef5
    • 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
  6. Oct 24, 2002
  7. Oct 23, 2002
  8. 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
    • Dries Buytaert's avatar
      · 88d6ef3a
      Dries Buytaert authored
      - Added missing t() function.  Patch by Marco.
      88d6ef3a
  9. Oct 21, 2002
    • Dries Buytaert's avatar
      · 4efe2c88
      Dries Buytaert authored
      - Fixed bug reported by Ax.
      4efe2c88
  10. Oct 20, 2002
  11. Oct 19, 2002
  12. Oct 18, 2002
    • Dries Buytaert's avatar
      · 2e43215b
      Dries Buytaert authored
      - Removed dead code.
      2e43215b
    • Dries Buytaert's avatar
      · 30447b05
      Dries Buytaert authored
      - Applied Marco's poll.module patch.
      30447b05
  13. Oct 17, 2002
  14. Oct 16, 2002
    • Dries Buytaert's avatar
      · 980f0700
      Dries Buytaert authored
      - Fixed bug with "jump to recent comment" link.
      
      - Fixed bug with "nex topic" and "previous" topic links.
      
      - Removed "admin"-hook all together.
      980f0700
    • Dries Buytaert's avatar
      · 0c42ca27
      Dries Buytaert authored
      - Small improvement to the forum module block.
      0c42ca27
  15. Oct 15, 2002
  16. Oct 13, 2002
    • Dries Buytaert's avatar
      · 4ad8996f
      Dries Buytaert authored
      - Fixed bug in user_save().
      - Added "Who's new" block.  I accidentically removed it.
      4ad8996f
    • Dries Buytaert's avatar
      · 904a6172
      Dries Buytaert authored
      - Made some usability improvements.  Needs more work but I had my take for
        today ...
      904a6172
    • Dries Buytaert's avatar
      · fcae7030
      Dries Buytaert authored
      - Committed Jeremy's incarnation of the statistics module.  Last minutes
        changes include:
      
          * a couple of coding style changes, renamed some "stats" into
            "statistics", etc.
      
          * removed the "Who's online" block from the user module.
      
          * added db_affected_rows() to the resp. database abstraction
            layers and made the statistics module use db_affected_rows()
            instead.
      
          * added update logic to "update.php".
      fcae7030
Loading