Skip to content
  1. Mar 03, 2001
    • Dries Buytaert's avatar
      · ecc651d8
      Dries Buytaert authored
      - added a new faq module with administration interface
      ecc651d8
  2. Feb 27, 2001
  3. Feb 18, 2001
    • Dries Buytaert's avatar
      · 4371b627
      Dries Buytaert authored
      - added fine-grained user permission system which allows us to give
        certain users access to specific administration sections only.
          Ex. a FAQ maintainer can only edit the FAQ, and members of an
              "editorial board" can only edit comments, diaries and
               stories, ..
      - code review => rewrote include/user.inc which is much easier now
      - fixed 4 small bugs
      4371b627
  4. Feb 17, 2001
    • Dries Buytaert's avatar
      · 52a1d1bb
      Dries Buytaert authored
      - More updates on the translation support
      52a1d1bb
  5. Feb 14, 2001
  6. Feb 12, 2001
    • Dries Buytaert's avatar
      · db554e85
      Dries Buytaert authored
      - initial import of the preliminary translation code.
      - added timer.inc for benchmarking purpose
      - bugfix for php-clean
      - bugfix for account.php
      - removed redundant format_data
      - ...
      db554e85
  7. Feb 07, 2001
    • Dries Buytaert's avatar
      · 77ed5310
      Dries Buytaert authored
      - added new feature for evaluating purpose: user rating (mojo, karma)!
      - removed tabs from Jeroen's theme
      77ed5310
  8. Feb 04, 2001
  9. Jan 23, 2001
  10. Jan 21, 2001
    • Dries Buytaert's avatar
      · ea978885
      Dries Buytaert authored
      I know, I know, it is getting nasty lately but I have another large commit after nothing but code.
      
      This time I redid the "category"-stuff.  Categories - from now on called sections - are now maintained from the admin pages, can have their own post, dump and timout thresholds as discussed earlier (some weeks ago).  By tomorrow evening users will be able to enable or disable section as well - i.e. to customize the content of drop.org.
      ea978885
  11. Jan 20, 2001
    • 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
  12. Jan 13, 2001
    • Dries Buytaert's avatar
      · 8b4c95b2
      Dries Buytaert authored
      - rewrote the block placement stuff and updated the themes.
        IMPORTANT: you have to drop 2 tables "blocks" and "layout"
                   and you have to recreate them again with those
                   in database/database.mysql
      - integrated the documentation written by UnConeD
      8b4c95b2
  13. Jan 07, 2001
    • Dries Buytaert's avatar
      · 554d9b08
      Dries Buytaert authored
      - fixed 2 small bugs in account.php
      - drastically improved administration section
      - drastically revamped story administration:
        added new feature to schedule the publishing of stories
      - applied correct naming conventions to submission.php
      - fixed 1 small glitch in boxes
      - somewhat expanded the documentation
      = changed one SQL table
      - updated the faq with info on drupal
      - ... and more things I forgot about
      554d9b08
  14. Jan 03, 2001
    • Dries Buytaert's avatar
      · 4572760e
      Dries Buytaert authored
      A batch of preparations for release candidate 2:
      
       - expanded documentation
         (written by Jeroen)
       - fixed bug in includes/module.inc
       - fixed bug in modules/backend.class
       - renamed some of the SQL tables (!)
       - started making the diary.module truly modular (not finished yet)
       - renamed "admin_blocks" to "boxes"
       - added new functionality to "boxes": apart from PHP boxes, you
         can now create ASCII boxes as well as HTML boxes for those who
         are not confident with PHP.
         (requested by stalor)
       - added drupal-site module to keep track of known drupal sites
       - added small Perl script to generate encrypted CVS passwords
      4572760e
  15. Dec 30, 2000
    • Dries Buytaert's avatar
      · 83f6495c
      Dries Buytaert authored
      - Jeroen: here are the correct and up-to-date database tables!
      83f6495c
  16. Dec 16, 2000
    • Dries Buytaert's avatar
      · 62588af9
      Dries Buytaert authored
      - a few more updates
      62588af9
  17. Oct 31, 2000
    • Dries Buytaert's avatar
      · 6c445ef8
      Dries Buytaert authored
      * updated the database files
      6c445ef8
  18. Oct 24, 2000
    • Dries Buytaert's avatar
      · 1641d9f8
      Dries Buytaert authored
      * added the database tables of drop to CVS: not the content, just the
        table definitions.
      1641d9f8