Skip to content
Snippets Groups Projects
  1. Oct 26, 2002
    • 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
  2. Oct 24, 2002
  3. Oct 23, 2002
  4. 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
  5. Oct 21, 2002
    • Dries Buytaert's avatar
      · 4efe2c88
      Dries Buytaert authored
      - Fixed bug reported by Ax.
      4efe2c88
  6. Oct 20, 2002
  7. Oct 19, 2002
  8. 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
  9. Oct 17, 2002
  10. 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
  11. Oct 15, 2002
  12. 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
    • Dries Buytaert's avatar
      · 30315c40
      Dries Buytaert authored
      - Applied Moshe's comment module patch to address some of the usability
        issues.
      30315c40
  13. Oct 09, 2002
    • Dries Buytaert's avatar
      · 501fb86f
      Dries Buytaert authored
      - Made sure the tracker module does not list discarded comments.  Patch by
        Moshe.
      501fb86f
    • Dries Buytaert's avatar
      · 76187473
      Dries Buytaert authored
      - Fixed an HTML entity.  Patch by Remco.
      76187473
    • Dries Buytaert's avatar
      · 88e61f5f
      Dries Buytaert authored
      - Fixed a "<br />".  Patch by Remco.
      
        (Note that I still plan to include Jeremy's statistics module.)
      88e61f5f
  14. Oct 07, 2002
    • Dries Buytaert's avatar
      · f06239ca
      Dries Buytaert authored
      - Fixed warning in user module.
      f06239ca
  15. Oct 04, 2002
  16. Oct 02, 2002
    • Dries Buytaert's avatar
      · ebcd319d
      Dries Buytaert authored
      - Fixed HTML typo.  Patch by Gerhard.
      ebcd319d
  17. Sep 30, 2002
  18. Sep 27, 2002
Loading