Skip to content
Snippets Groups Projects
  1. Dec 16, 2000
    • 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. Dec 04, 2000
  7. Nov 29, 2000
  8. Nov 26, 2000
  9. Nov 25, 2000
    • Dries Buytaert's avatar
      - small update · 56f68498
      Dries Buytaert authored
      56f68498
    • Dries Buytaert's avatar
      · 086e72d4
      Dries Buytaert authored
      - Redid most of account.php and fixed quite some bugs!
        Check out your new user account stuff and give me some feedback.
      086e72d4
  10. Nov 21, 2000
  11. Nov 20, 2000
    • Dries Buytaert's avatar
      amdin.php: · ebe3dddc
      Dries Buytaert authored
        - fixed bug in story section
      account.php:
        - removed death code, clean-up, reorganization
        - added "lost password?" functionality
      faq.php:
        - clean-up
      watchdog.inc:
        - improvements
        - end of input-limit test period
      error.php:
        - improvements, still crappy layout though
      ebe3dddc
  12. Nov 14, 2000
    • Dries Buytaert's avatar
      · a461e369
      Dries Buytaert authored
      * tiny improvements (!= bug fixes)
      a461e369
  13. Nov 13, 2000
    • Steven Wittens's avatar
      theme tweaking · c3e6f001
      Steven Wittens authored
      c3e6f001
    • Steven Wittens's avatar
      theme enlargement · 5ae598c9
      Steven Wittens authored
      5ae598c9
    • Dries Buytaert's avatar
      · 226e382f
      Dries Buytaert authored
      * a new script file to count the lines of code. ;)
      
        [dries@dione drop]$ ./scripts/php-count
         lines of code in .inc files  :   1046
         lines of code in .php files  :   2796
         lines of code in .theme files:   1096
      226e382f
    • Dries Buytaert's avatar
      * and the correct database settings · 46a39fe2
      Dries Buytaert authored
      46a39fe2
    • Dries Buytaert's avatar
      · 9559f61f
      Dries Buytaert authored
      Another batch with a lot of internal updates, yet no visual changes to the
      site:
      
      - watchdog (rewrite):
         + the collected information provides more details and insights
           for post-mortem research
         + input limitation
      - database abstraction layer:
         + mysql errors are now verbose and is no longer displayed in a
           browser - fixes a possible security risk
      - admin.php:
         + updated watchdog page
         + fixed security flaw
      - diary.php:
         + fixed nl2br problem
      - themes:
         + fixed comment bug in all 3 themes.
      - misc:
         + renamed some global variables for sake of consistency:
            $sitename  -->  $site_name
            $siteurl   -->  $site_url
         + added input check where (a) exploitable and (b) possible
         + added input size check
         + various small improvements
         + fixed various typoes
      
      ... and much, much more in fact.
      9559f61f
  14. Nov 07, 2000
    • Dries Buytaert's avatar
      · d4fc1dfa
      Dries Buytaert authored
      * small improvements to my themes:
         - they now use 'discussion_num_filtered()' to display the number
           of filtered comments.
      d4fc1dfa
    • Dries Buytaert's avatar
      · ed1a2443
      Dries Buytaert authored
      - fixed bug in backend.inc
        (check http://www.drop.org/backend.php)
      - update theme.inc to use widget.inc
      - small enhancements to function.inc
      ed1a2443
    • Dries Buytaert's avatar
      · e1130946
      Dries Buytaert authored
      * renamed template.inc to widget.inc:
          note that `widget.inc' is nothing more then a library with
          standard widgets (eg "New headlines", "New diary entries",
          and so on).  Every theme builder is free to make custom
          widgets and to include them in their .theme file!
      e1130946
    • Dries Buytaert's avatar
      · 14588bfe
      Dries Buytaert authored
      * removed redundant file
      14588bfe
  15. Nov 06, 2000
    • Dries Buytaert's avatar
      · 2c399b13
      Dries Buytaert authored
      * Added some tags to ease navigation
      2c399b13
  16. Nov 03, 2000
    • Steven Wittens's avatar
      - Removed preview() · 234981df
      Steven Wittens authored
      - Updated comment() for the new comment-class
      - Fixed the funky indentation :) (the blame goes to this weird text-editor)
      234981df
    • Dries Buytaert's avatar
      - fixed bug in search.php · aa1b366d
      Dries Buytaert authored
      - fixed bug in discussion.php
      - theme update: comment() now takes 3 arguments:
          $comment - an object with comment data
          $link    - a link to the reply form of that particular
                     comment
          $thread  - the subthread of that particular comment
      - theme 'marvin' and theme 'zaphod' are updated, theme
        'unconed' is left to be done
      aa1b366d
    • Dries Buytaert's avatar
      · 819543f7
      Dries Buytaert authored
      * correct database information
      819543f7
    • Dries Buytaert's avatar
      - fixed bug in search.php · 7f2e4572
      Dries Buytaert authored
      - fixed bug in discussion.php
      - theme update: comment() now takes 3 arguments:
          $comment - an object with comment data
          $link    - a link to the reply form of that particular
                     comment
          $thread  - the subthread of that particular comment
      - theme 'marvin' and theme 'zaphod' are updated, theme
        'unconed' is left to be done
      7f2e4572
  17. Nov 02, 2000
    • Dries Buytaert's avatar
      · fb348c6a
      Dries Buytaert authored
      * the correct dbase settings
      fb348c6a
    • Dries Buytaert's avatar
      · 8a866e6d
      Dries Buytaert authored
      - Fixed quote bug in the comment tracker.
        (suggestion UnConeD)
      - Added anchors to comment links to easy comment navigation.
        (suggestion UnConeD)
      - Fixed duplicate `you voted' after moderating a story.
        (suggestion UnConeD)
      - Fixed quote bug in administration center.
      - Expanded user administration with timezone information.
      - Improved the theme system by eliminating the "preview" function.
        Let's not make the system more complex then it ought to be.
      - Refined watchdog administration.
      - ...
      8a866e6d
Loading