Skip to content
Snippets Groups Projects
  1. Jan 22, 2001
    • Dries Buytaert's avatar
      · 2c32276d
      Dries Buytaert authored
      - added initial locale support as discussed on the mailing list
      2c32276d
    • Dries Buytaert's avatar
      · 36c18249
      Dries Buytaert authored
      - fixed one bug that only showed when up using 4.00 and not with 4.0.4
      - added extra checking
      36c18249
  2. 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
    • Dries Buytaert's avatar
      · 7cc7b405
      Dries Buytaert authored
      - fixed some bugs in the new comment/discussion code and added a few
        enhancements
      7cc7b405
  3. Jan 20, 2001
    • Dries Buytaert's avatar
      · 8b4181d0
      Dries Buytaert authored
      - 2 more bugfixes
      8b4181d0
    • 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
    • Dries Buytaert's avatar
      · 53b92a61
      Dries Buytaert authored
      - by default, keep the watchdog for one week rather then two weeks
        (http://drop.org/admin.php?op=watchdog is gets way to lengthy)
      53b92a61
  4. Jan 16, 2001
  5. 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
    • Dries Buytaert's avatar
      · 55679210
      Dries Buytaert authored
      - created 2 new functions; check_textfield() and check_textarea() and
        integrated them were appropriate.  It works better and the code is
        more readable then it used to be:
          (see http://drop.org/discussion.php?id=44&pid=0#0)
      
      - story authors can no longer moderate their own stories
          (requested by Natrak)
      
      - fix inie-winnie small detail in theme marvin
      55679210
  6. Jan 08, 2001
    • Dries Buytaert's avatar
      · 1035d95c
      Dries Buytaert authored
      - removed redundant file: a left-over from previous optimizations
      1035d95c
  7. 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
  8. 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
  9. Jan 05, 2001
  10. Jan 04, 2001
    • Dries Buytaert's avatar
      · db0c9420
      Dries Buytaert authored
      - fixed small flaw that showed up with PHP 4.0.0-rcxx but not with PHP 4.0.4
      db0c9420
    • Dries Buytaert's avatar
      · 2e495b7d
      Dries Buytaert authored
      - the diary module is truly modular now
      - the faq has been spell checked
      2e495b7d
  11. 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
  12. Jan 02, 2001
  13. Jan 01, 2001
    • Dries Buytaert's avatar
      · 51d51624
      Dries Buytaert authored
      - prepared hostname.conf for public release
      51d51624
  14. Dec 31, 2000
    • Dries Buytaert's avatar
      · f055cf11
      Dries Buytaert authored
      - fixed PHP4.0.4 problem in discussion.php.
      - some improvements to account.php and theme.inc.
      - updated the documentation (again, again and again)
      - added INSTALL file
      - removed redundant files
      f055cf11
  15. Dec 30, 2000
    • Dries Buytaert's avatar
      · 697e5eb4
      Dries Buytaert authored
      - Fixed bug in account.php.
      - Updated the documentation (again): I spent most of the day writing
        documentation which might well be considered plain boring.
      697e5eb4
    • Dries Buytaert's avatar
      · 44c48004
      Dries Buytaert authored
      - here a bunch of changes to make "drupal" (for now) work with PHP 4.0.4
      - tidied up some of the code and mainly working on the documentation
      44c48004
  16. Dec 29, 2000
    • Dries Buytaert's avatar
      - undid small improvement ;) · 2e721505
      Dries Buytaert authored
      2e721505
    • Dries Buytaert's avatar
      · d8182d20
      Dries Buytaert authored
      - small improvement
      d8182d20
    • Dries Buytaert's avatar
      · fd641644
      Dries Buytaert authored
      Surprise, surprise.  After nothing but code, a large batch of changes:
       - removed droplets
       - added (optional) admin_blocks module
       - added (optional) affiliate module
       - added (optional) about module (only placeholder, under construction)
       - fixed some tiny bugs (e.g. quote bug in search.php)
       - partionally rewrote some modules to be big, bad and better
       - partionally rewrote some modules to be more uniform
       - added GNU GPL license to CVS
      
      Also:
       - installed PHP 4.0.4 on my localhost and now working
         towards PHP 4.0.4 compatibility.
       - I think I'll baptize the engine "drupal".  If you have a
         better idea, try convincing me ASAP.
      
      Todo:
       - more testing (also with PHP 4.0.4)
       - make "project"-module: download, info, blah blah
       - complete documentation
      fd641644
  17. Dec 24, 2000
    • Dries Buytaert's avatar
      · ea873bc7
      Dries Buytaert authored
      - some improvements and code polishing
      - added a few extra blocks to choose from
      ea873bc7
  18. Dec 23, 2000
    • Dries Buytaert's avatar
      · da520e5f
      Dries Buytaert authored
      - small glitch
      da520e5f
    • Dries Buytaert's avatar
      · 524773f6
      Dries Buytaert authored
      Yet another large batch of updates:
      
       - I rearranged some of the code and clean-up some of the mess.
      
       - Added "blocks" which can be user defined/controlled: check
         to see.  The positioning of blocks is rather basic for the
         moment, so I'm all open for input on that.
      524773f6
    • Dries Buytaert's avatar
      · 8d5b4e7b
      Dries Buytaert authored
      - intermediate commit: see previous commit
      8d5b4e7b
    • Dries Buytaert's avatar
      · 0cadc4e6
      Dries Buytaert authored
      - intermediate commit: some bugfixes, changes and some drastic
        changes to block and module support
      0cadc4e6
  19. Dec 16, 2000
    • Dries Buytaert's avatar
      · dcfcd99c
      Dries Buytaert authored
      - improved web interface of cron module.
      
      - improved web interface of account module.
      
      - added simple permission system with both administrators
        and regular users. It can be made more fine-grained but
        it will do for now.
      
      - various small enhancements to the other modules, but
        nothing big.
      dcfcd99c
    • Dries Buytaert's avatar
      · 62588af9
      Dries Buytaert authored
      - a few more updates
      62588af9
    • Dries Buytaert's avatar
      · 0171a5cb
      Dries Buytaert authored
      - small fixes/updates
      0171a5cb
    • Dries Buytaert's avatar
      · c1a88d5d
      Dries Buytaert authored
      Again, a large batch of updates - I'm twisting things around here:
      
       1. improved .htaccess to be more "secure": to keep prying
          eyes out
      
       2. rewrote the administration section from scratch using a
          modular approach
      
       3. improved the information gathered by error.php - we can
          now (hopefully) track what bots are crawling us.
      
       4. fixed a bug in submit.php, fixed a bug in theme zaphod,
          fixed a bug in theme marvin.
      
       5. rewrote cron from scratch - it now interfaces with
          modules as it should have been from the beginning.
          Very cool if you ask me - it can use UNIX/Linux
          crontabs.
      
       6. updated widget.inc to be module aware - needs more
          work though - maybe this afternoon?
      
       7. updated most modules: small bugfixes, improvements, and
          even the documentation
      
       8. removed diary.php and made it a module - you can now
          run a drop.org site without a diary system if someone
          would prefer so
      
       9. updated all themes to use the new modules where
          appropriate
      
       10. added a robots.txt because the error message in the
           watchdog become annoying.
      
       11. added the new configuration system (mutliple vhosts
           on the same source tree) - use hostname.conf instead
           of config.inc
      
       12. removed calendar.inc and made it a module
      
       13. added format_interval() to functions.inc (UnConeD)
      
       14. whatever I forgot ...
      c1a88d5d
  20. Dec 14, 2000
    • Dries Buytaert's avatar
      · 8a778619
      Dries Buytaert authored
      - large batch of updates
      8a778619
  21. Dec 10, 2000
    • Dries Buytaert's avatar
      · e8ea2ab8
      Dries Buytaert authored
      - large batch of updated files featuring various changes: big, small and
        new stuff!
      e8ea2ab8
Loading