Skip to content
Snippets Groups Projects
  1. Dec 25, 2000
  2. 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
  3. Dec 23, 2000
    • Dries Buytaert's avatar
      · a0977089
      Dries Buytaert authored
      - small typoe
      a0977089
    • 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
      · 60e1a60d
      Dries Buytaert authored
      - intermediate updates
      60e1a60d
    • Dries Buytaert's avatar
      · 0cadc4e6
      Dries Buytaert authored
      - intermediate commit: some bugfixes, changes and some drastic
        changes to block and module support
      0cadc4e6
  4. Dec 19, 2000
    • Dries Buytaert's avatar
      · 5976e2f8
      Dries Buytaert authored
      - database backup script
      5976e2f8
    • Dries Buytaert's avatar
      · c4286e80
      Dries Buytaert authored
      - updated version of php-count: it now takes the modules into account
      c4286e80
  5. Dec 17, 2000
    • Dries Buytaert's avatar
      · 032a9256
      Dries Buytaert authored
      - fixed small bug in admin page
      032a9256
  6. 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
      · 24eb1bf8
      Dries Buytaert authored
      - small update
      24eb1bf8
    • Dries Buytaert's avatar
      · 0171a5cb
      Dries Buytaert authored
      - small fixes/updates
      0171a5cb
    • Dries Buytaert's avatar
      · d4c8d426
      Dries Buytaert authored
      - again, a more rock solid .htaccess - should be OK now
      d4c8d426
    • Dries Buytaert's avatar
      · f4c42e20
      Dries Buytaert authored
      - fixed broken link to diary pages from account.php
      f4c42e20
    • Dries Buytaert's avatar
      · 8a67ef2c
      Dries Buytaert authored
      - a better .htaccess
      8a67ef2c
    • 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
  7. Dec 14, 2000
    • Dries Buytaert's avatar
      · 8a778619
      Dries Buytaert authored
      - large batch of updates
      8a778619
    • Dries Buytaert's avatar
      · 7a45d84a
      Dries Buytaert authored
      - added a whole bunch of NEW modules
      7a45d84a
  8. Dec 10, 2000
    • Dries Buytaert's avatar
      · c514e3cd
      Dries Buytaert authored
      - a first file which uses blobs - as a test/debug case
      c514e3cd
    • Dries Buytaert's avatar
      · e8ea2ab8
      Dries Buytaert authored
      - large batch of updated files featuring various changes: big, small and
        new stuff!
      e8ea2ab8
    • Dries Buytaert's avatar
      · 2a4c9cc9
      Dries Buytaert authored
      - added so called "blobs": something hot, something new and something cool!
      2a4c9cc9
    • Dries Buytaert's avatar
      · 5fd94b17
      Dries Buytaert authored
      - added 2 new modules!
      
         --> check http://drop.org/module.php?mod=module-list for a list of
             available modules
      5fd94b17
    • Dries Buytaert's avatar
      · 939c92a2
      Dries Buytaert authored
      - removed "dev.module" to replace it with an extended "development.module".
      939c92a2
    • Dries Buytaert's avatar
      · 1e993e93
      Dries Buytaert authored
      - added a new cron deamon as discussed earlier!
      1e993e93
  9. Dec 07, 2000
    • Dries Buytaert's avatar
      · fc8fa68b
      Dries Buytaert authored
      - added module support and preleminary (read: example) modules
      fc8fa68b
    • Dries Buytaert's avatar
      · 8b68d11d
      Dries Buytaert authored
      - changed quite a lot of things around, including small bug fixes (nothing)
        critical and module support.  The faq.php will - for instance - become a
        module
      8b68d11d
  10. Dec 05, 2000
    • Dries Buytaert's avatar
      · c06b3106
      Dries Buytaert authored
      - fixed bug in the timezone functionality:
        an Australian user reported that he lived in GMT +13 - after verifying
        this rumor GTM +13 happens to exists so here goes.
      c06b3106
  11. Dec 04, 2000
  12. Nov 29, 2000
  13. Nov 26, 2000
  14. Nov 25, 2000
Loading