Skip to content
  1. Jun 02, 2003
    • Dries Buytaert's avatar
      · 1839f42c
      Dries Buytaert authored
      Patch by Kjartan:
      
       - Fixed the parse errors
       - Send the proper response code to the user
      1839f42c
  2. May 13, 2003
    • Dries Buytaert's avatar
      · c2d2fb73
      Dries Buytaert authored
      - Fixed a typo in the PostgreSQL database scheme.  Patch by Michael Frankowski.
      
      - Fixed a typo in the MSSQL database scheme.  Patch by Michael Frankowski.
      
      - Removed dependency on "register_globals = on"!  Patches by Michael Frankowski.
      
        Notes:
      
        + Updated the patches to use $foo["bar"] instead of $foo['bar'].
        + Updated the INSTALL and CHANGELOG files as well.
      
      - Tiny improvement to the "./scripts/code-clean.sh" script.
      c2d2fb73
  3. Apr 14, 2003
    • Dries Buytaert's avatar
      · 2116f7a0
      Dries Buytaert authored
      - Changed error.php to use $base_url instead.
      
        (Gary, would this close bug #1378?)
      2116f7a0
  4. Nov 01, 2001
    • Dries Buytaert's avatar
      · 336b713a
      Dries Buytaert authored
      - A large batch of updates, amongst them a rewritten node system.  More
        information available on the mailing list.
      336b713a
  5. Oct 20, 2001
  6. Oct 16, 2001
    • Dries Buytaert's avatar
      · 33a3502d
      Dries Buytaert authored
      - Removed a node's link ID (lid) as discussed on the mailing list.  See
        'updates/3.00-to.x.xx.mysql' for the required MySQL updates.
      
      - Renamed some "author" fields to "uid" fields for sake of consistency.
      
      - Fixed the coding style of some PHP files.
      
      - Fixed the moderation queue (fairly untested though).
      
      - Re-introduced the temporary SQL table in _node_get().
      
      - Added a missing 'auto_increment' to 'updates/3.00-to-x.xx.mysql'.
      33a3502d
  7. Sep 30, 2001
    • Dries Buytaert's avatar
      · a6379d2e
      Dries Buytaert authored
      - replaced all 'header("Location: foo")'s by a call to 'drupal_goto()'
        which will append the session ID to the uri 'foo' when PHP is compiled
        with '--enable-transe-sid'.
      a6379d2e
  8. Jul 06, 2001
    • Dries Buytaert's avatar
      · 829d77df
      Dries Buytaert authored
      - Fixed bug in error.php
      829d77df
  9. Jun 13, 2001
    • Dries Buytaert's avatar
      · db92d73b
      Dries Buytaert authored
      - Improved watchdog and submission throttle: removed redundant code,
        streamlined the existing code, added new watchdog type called "httpd"
        for Apache errors.  The latter should make it easier to add watchdog
        filters later on.
      
      - Clarified some watchdog messages.
      db92d73b
    • Dries Buytaert's avatar
      · 7d631fb6
      Dries Buytaert authored
      - Simplified error handling such as 404 errors.
      7d631fb6
  10. Apr 08, 2001
    • Dries Buytaert's avatar
      · 29977666
      Dries Buytaert authored
      - fixed typo in error.php (reported by Jeroen)
      29977666
  11. Apr 06, 2001
    • Dries Buytaert's avatar
      · 8213f5b2
      Dries Buytaert authored
      A lot of small changes (search-n-replace) make a big commit:
      
        - fixed update bug in book.module
        - provide a log message when both adding and updating book pages
        - all configurable variables are now accessed through "variable_get()":
        - rewrote watchdog and submission throttle and removed watchdog.inc
        - improved robustness of sections.inc
        - imporved story.module
        - updated ./database/database.sql
      8213f5b2
  12. Mar 28, 2001
    • Dries Buytaert's avatar
      · 3f2b0e0b
      Dries Buytaert authored
      Flushing my backlog (in case Natrak wants to make more changes):
      
       - tidied up some of the code
       - fixed a small problems
      3f2b0e0b
  13. Mar 27, 2001
  14. 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
  15. Feb 04, 2001
  16. Jan 26, 2001
    • Dries Buytaert's avatar
      · d386c110
      Dries Buytaert authored
      - removed redundant spaces
      d386c110
  17. Dec 23, 2000
    • 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
  18. 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
  19. Dec 14, 2000
    • Dries Buytaert's avatar
      · 8a778619
      Dries Buytaert authored
      - large batch of updates
      8a778619
  20. Dec 04, 2000
  21. 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
  22. Nov 14, 2000
    • Dries Buytaert's avatar
      · a461e369
      Dries Buytaert authored
      * tiny improvements (!= bug fixes)
      a461e369
  23. Nov 13, 2000
    • 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
  24. Oct 24, 2000
    • Dries Buytaert's avatar
      · cbeb5ee4
      Dries Buytaert authored
      This significant commit fixes 99% of all known bugs and improves drop.org
      by means of better security checks in order to avoid malicious behavior.
      In addition, quite some code has been fine-tuned.
      
      However, as a result, every theme will require a small update ...
      cbeb5ee4
  25. Oct 20, 2000
  26. Oct 10, 2000
  27. Sep 04, 2000
    • Dries Buytaert's avatar
      · 7daa3fd8
      Dries Buytaert authored
      A really BIG, BIG UPDATE, after two straight days of nothing but code
      and sleep, new stuff is finally in drop.org.  This is a quite large
      and wide-ranging update, which affects almost all of the system files
      in one way or another.  I fixed quite a lot of bugs and added quite a
      lot of new features, mostly administrative tools as these were really
      lacking.  It's far from finished but it's a start ...
      7daa3fd8
  28. May 28, 2000