Commit Graph

2434 Commits (a4bc9fff9fea95959a85e9472ef564a05781f085)

Author SHA1 Message Date
Dries Buytaert fd64164419 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
2000-12-29 11:00:56 +00:00
Dries Buytaert 10381949f8 - small bugfix 2000-12-27 12:49:23 +00:00
Dries Buytaert 2714fae603 - small bugfixes and standarized "export" routines for modules to use. 2000-12-27 12:44:27 +00:00
Dries Buytaert 42fbefddff - syndication changes 2000-12-25 21:59:07 +00:00
Dries Buytaert 9f4128ab01 - finilized syndication / My Netscape channel stuff:
http://drop.org/syndication.rdf -> returns RDF backend
2000-12-25 21:50:07 +00:00
Dries Buytaert 649b61db22 - added RDF backend 2000-12-25 21:13:13 +00:00
Dries Buytaert ea873bc7e2 - some improvements and code polishing
- added a few extra blocks to choose from
2000-12-24 15:44:29 +00:00
Dries Buytaert a097708987 - small typoe 2000-12-23 23:56:09 +00:00
Dries Buytaert da520e5ffb - small glitch 2000-12-23 23:55:04 +00:00
Dries Buytaert 524773f6da 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.
2000-12-23 23:25:28 +00:00
Dries Buytaert 8d5b4e7b86 - intermediate commit: see previous commit 2000-12-23 15:23:34 +00:00
Dries Buytaert 60e1a60dd3 - intermediate updates 2000-12-23 15:20:10 +00:00
Dries Buytaert 0cadc4e683 - intermediate commit: some bugfixes, changes and some drastic
changes to block and module support
2000-12-23 15:13:34 +00:00
Dries Buytaert 5976e2f85e - database backup script 2000-12-19 09:08:39 +00:00
Dries Buytaert c4286e8009 - updated version of php-count: it now takes the modules into account 2000-12-19 08:53:18 +00:00
Dries Buytaert 032a9256b4 - fixed small bug in admin page 2000-12-17 18:52:14 +00:00
Dries Buytaert dcfcd99c6c - 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.
2000-12-16 21:42:52 +00:00
Dries Buytaert 62588af9ce - a few more updates 2000-12-16 14:32:21 +00:00
Dries Buytaert 24eb1bf806 - small update 2000-12-16 09:59:49 +00:00
Dries Buytaert 0171a5cbe8 - small fixes/updates 2000-12-16 09:57:21 +00:00
Dries Buytaert d4c8d42646 - again, a more rock solid .htaccess - should be OK now 2000-12-16 09:40:35 +00:00
Dries Buytaert f4c42e20bf - fixed broken link to diary pages from account.php 2000-12-16 09:37:02 +00:00
Dries Buytaert 8a67ef2c24 - a better .htaccess 2000-12-16 09:27:52 +00:00
Dries Buytaert c1a88d5d67 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 ...
2000-12-16 08:39:01 +00:00
Dries Buytaert 8a77861958 - large batch of updates 2000-12-14 14:20:06 +00:00
Dries Buytaert 7a45d84a9f - added a whole bunch of NEW modules 2000-12-14 14:13:37 +00:00
Dries Buytaert c514e3cd7e - a first file which uses blobs - as a test/debug case 2000-12-10 18:10:26 +00:00
Dries Buytaert e8ea2ab88e - large batch of updated files featuring various changes: big, small and
new stuff!
2000-12-10 16:22:50 +00:00
Dries Buytaert 2a4c9cc97b - added so called "blobs": something hot, something new and something cool! 2000-12-10 16:12:08 +00:00
Dries Buytaert 5fd94b1765 - added 2 new modules!
--> check http://drop.org/module.php?mod=module-list for a list of
       available modules
2000-12-10 15:50:11 +00:00
Dries Buytaert 939c92a2a5 - removed "dev.module" to replace it with an extended "development.module". 2000-12-10 15:48:09 +00:00
Dries Buytaert 1e993e9367 - added a new cron deamon as discussed earlier! 2000-12-10 15:44:23 +00:00
Dries Buytaert fc8fa68b6f - added module support and preleminary (read: example) modules 2000-12-07 13:09:23 +00:00
Dries Buytaert 8b68d11dba - 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
2000-12-07 13:08:07 +00:00
Dries Buytaert c06b31069a - 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.
2000-12-05 14:52:26 +00:00
Dries Buytaert 4cb1885bd0 - test 2000-12-04 17:54:26 +00:00
Dries Buytaert a2f59bb872 - test 2000-12-04 17:37:02 +00:00
Dries Buytaert cee3b67755 - test 2000-12-04 17:32:33 +00:00
Dries Buytaert 7be7f1e4a0 - test 2000-12-04 17:26:06 +00:00
Dries Buytaert 5c6cc08ab1 - test 2000-12-04 17:22:36 +00:00
Dries Buytaert 5723fa689d - fixes small SQL bug/warning 2000-11-29 07:18:51 +00:00
Steven Wittens 0d4e75269a little bugger bug 2000-11-26 15:22:23 +00:00
Dries Buytaert 56f68498ac - small update 2000-11-25 12:59:16 +00:00
Dries Buytaert 086e72d4b1 - Redid most of account.php and fixed quite some bugs!
Check out your new user account stuff and give me some feedback.
2000-11-25 12:56:04 +00:00
Steven Wittens 01018b6830 Fixed the "below your threshold" bug... it still had an old method in there. Zaphod is outdated as well, and Marvin doesn't contain a check for 0 in there. 2000-11-21 16:53:32 +00:00
Dries Buytaert ebe3dddc56 amdin.php:
- 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
2000-11-20 10:27:35 +00:00
Dries Buytaert a461e3696c * tiny improvements (!= bug fixes) 2000-11-14 09:03:44 +00:00
Steven Wittens c3e6f00141 theme tweaking 2000-11-13 19:26:17 +00:00
Steven Wittens 5ae598c910 theme enlargement 2000-11-13 19:10:25 +00:00
Dries Buytaert 226e382f47 * 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
2000-11-13 08:20:03 +00:00