Skip to content
  1. Apr 13, 2002
  2. Dec 16, 2001
    • Dries Buytaert's avatar
      · 90ddfb94
      Dries Buytaert authored
      - Made the script 'code-clean.sh' ignore .psp files.
      90ddfb94
  3. Nov 17, 2001
    • Kjartan Mannes's avatar
      code-style.pl · ac50e1a4
      Kjartan Mannes authored
      - allow $var++ and $var-- syntax.
      
      update.php / block.module
      - cleaned up coding style, and trailing spaces.
      ac50e1a4
  4. Nov 07, 2001
    • Dries Buytaert's avatar
      · 74a1fe57
      Dries Buytaert authored
      mail-to-sql.php:
        - rewrote the script in PHP.
        - added support for mailing list.
        - made the parser better.
      74a1fe57
  5. Nov 05, 2001
    • Dries Buytaert's avatar
      · db47bac3
      Dries Buytaert authored
      - node.module:
      
         + Changed node_form() to use good ol' tables instead of div/CSS-tags.
      
         + Revised the "revision API": I think we have both an easy and powerful
           API now that should make everyone happy.
      
         + Improved the usability of the rollback functionality a bit.
      
         + Removed the "view node" link from the "node overview" page in the
           admin section and added a "delete node" link instead.
      
         + Added a few missing translations; there might be missing more
           translations though.
      
      - book.module:
      
         + Made the book module use the "revision API" instead of having it poke
           and use the innards and underlying details of the revision system.
      
      - queue.module:
      
         + Made the queue module use the improved revision number.
      
      - module.inc:
         + Applied Moshe's patch: added more arguments to module_invoke()
      
      - mail-to-sql.pl:
         + Added support for more header fields and for folded fields
      
      Notes:
      
      - no database updates required
      db47bac3
  6. Nov 01, 2001
    • Dries Buytaert's avatar
      · 3d47ad35
      Dries Buytaert authored
      - Added first, preliminary version of mail-to-sql to CVS.
      3d47ad35
  7. Oct 23, 2001
    • Dries Buytaert's avatar
      · 078e2fdc
      Dries Buytaert authored
      - Updated the coding style checker. (patch by Alex)
      078e2fdc
  8. Oct 17, 2001
    • Dries Buytaert's avatar
      · f295648c
      Dries Buytaert authored
      - fixed a SQL typo in node.php: user --> users
      
      - added SQL table keys for the node types
      f295648c
  9. Oct 16, 2001
    • Dries Buytaert's avatar
      · af6c2808
      Dries Buytaert authored
      - Added a *cool* new Perl script by Alexander.  You can use this script
        to check your code against the Drupal coding style:
      
         "This program tries to show as many improvements as possible with no
          false positives."
      af6c2808
  10. Oct 15, 2001
    • Dries Buytaert's avatar
      · 9980d3f1
      Dries Buytaert authored
      - Tidied up the script names a bit ...
      9980d3f1
    • Dries Buytaert's avatar
      · 1f371ebf
      Dries Buytaert authored
      - removed this script, it is too simple to be true ...
      1f371ebf
    • Dries Buytaert's avatar
      · 5761c3b9
      Dries Buytaert authored
      - Fixed the script's extention.
      5761c3b9
    • Dries Buytaert's avatar
      · a7b29ed3
      Dries Buytaert authored
      - Fixed the script's extention: it's a shell script, not a Perl script.
      a7b29ed3
  11. Jun 15, 2001
    • Dries Buytaert's avatar
      · f07b8961
      Dries Buytaert authored
      - Changed 'drop' to 'drupal'; a left-over from the old days, I guess.
      f07b8961
  12. May 14, 2001
    • Dries Buytaert's avatar
      · e9295e20
      Dries Buytaert authored
      - Small improvement (by Natrak) to display the correct CVS username.
      e9295e20
  13. Apr 19, 2001
    • Dries Buytaert's avatar
      · 11666090
      Dries Buytaert authored
      - Addition: added new "cvs.module" to display and mail drupal's
        CVS log messages.  Our additional Perl script that hooks into
        the CVS repository is also provided in ./scripts.  Requires a
        SQL update, see 2.00-to-x.xx.sql.
      11666090
  14. Mar 03, 2001
    • Dries Buytaert's avatar
      · 74d3c351
      Dries Buytaert authored
      - Took all "rating logic" out of the account.module and moved it into
        a seperate module called "rating.module".  This should allow people
        to experiment with different rating heuristics/algorithms.
      
      - The rating module also generates a "Top 100 users" page, see:
           http://drop.org/module.php?mod=rating
      
      - Adjusted ./scripts/php-clean to ignore png files.
        (I should do it the way around and make it ignore everything but
        our php files.)
      74d3c351
  15. Mar 01, 2001
    • Dries Buytaert's avatar
      · 74e1ee07
      Dries Buytaert authored
      - created nightly build script (had to create one for work too ;)
      74e1ee07
  16. 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
  17. 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
  18. Jan 26, 2001
    • Dries Buytaert's avatar
      · 32c89442
      Dries Buytaert authored
      - removed all tabs
      32c89442
    • Dries Buytaert's avatar
      · d386c110
      Dries Buytaert authored
      - removed redundant spaces
      d386c110
  19. 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
  20. 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
  21. 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
  22. 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
  23. Nov 14, 2000
    • Dries Buytaert's avatar
      · a461e369
      Dries Buytaert authored
      * tiny improvements (!= bug fixes)
      a461e369
  24. Nov 13, 2000
    • 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
  25. Oct 10, 2000