Skip to content
  1. Mar 15, 2001
  2. Mar 10, 2001
    • Dries Buytaert's avatar
      · accd5f0c
      Dries Buytaert authored
      - applied David Norman's patch to turn all <?'s into fully qualified
        <?php's.
      accd5f0c
  3. Feb 21, 2001
    • Dries Buytaert's avatar
      · 86e315e2
      Dries Buytaert authored
      - locale module: added documentation (first draft)
      - locale module: improved administration interface
      - headline module: fixed small visual glitch in export function
      - account: small improvements
      86e315e2
  4. Feb 17, 2001
    • Dries Buytaert's avatar
      · 52a1d1bb
      Dries Buytaert authored
      - More updates on the translation support
      52a1d1bb
  5. Feb 04, 2001
  6. Jan 26, 2001
    • Dries Buytaert's avatar
      · d386c110
      Dries Buytaert authored
      - removed redundant spaces
      d386c110
  7. Jan 21, 2001
    • Dries Buytaert's avatar
      · 7cc7b405
      Dries Buytaert authored
      - fixed some bugs in the new comment/discussion code and added a few
        enhancements
      7cc7b405
  8. Jan 20, 2001
    • Dries Buytaert's avatar
      · e25c50b9
      Dries Buytaert authored
      - 3 small bugfixes
      e25c50b9
    • Dries Buytaert's avatar
      · 2952d16f
      Dries Buytaert authored
      - updated/improved discussion engine: it needs additional fine-tuning
        though but I think this is stable enough for public consumption and
        real-life testing.
         ==> a first big step towards a flexible comment engine.
      
      IMPORTANT:
        - Required theme updatins:
      
          UnConeD: check your $theme->controls() as I added a very, very
                   dummy implementation
      
        - Required database updates:
      
          alter table users modify mode tinyint(1) DEFAULT '' NOT NULL;
          alter table comments change sid lid int(6) DEFAULT '0' NOT NULL;
          alter table comments add link varchar(16) DEFAULT '' NOT NULL;
          update comments set link = 'story';
      2952d16f
  9. Jan 15, 2001
  10. Jan 13, 2001
  11. Jan 08, 2001
    • Dries Buytaert's avatar
      · 1035d95c
      Dries Buytaert authored
      - removed redundant file: a left-over from previous optimizations
      1035d95c
  12. Jan 06, 2001
    • Dries Buytaert's avatar
      · 8511d9fb
      Dries Buytaert authored
      A batch of patches:
      
        - configuration:
          + renamed $db_name to $db_user
          + renamed $db_base to $db_name
        - fixed small diary glitch
        - fixed initial-comment-score problem
        - fixed comment rating bug: improved the API and updated the
          themes
        - removed some tabs from Steven ;)
        - fixed backend warnings and improved robustness
          I'm not happy yet with the headline grabber - it generates
          too many SQL errors.
        - some small cosmetic changes in comment.module
        - fixed minor glitch in format_interval()
      8511d9fb
  13. Jan 04, 2001
    • Dries Buytaert's avatar
      · aac188d3
      Dries Buytaert authored
      - fixed more then 30 typoes (thanks to my Linux spellchecker)
      aac188d3
  14. Jan 03, 2001
  15. Jan 02, 2001
  16. Jan 01, 2001
    • Dries Buytaert's avatar
      · 89da4770
      Dries Buytaert authored
      - quickly created a project module (in less then 5 minutes, for the
        records) before crashing into my bed after waay to heavy New Year
        parties while facing the fact I have to get up at 6:45am to go to
        work.
      89da4770