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 ...
parent
8a778619
No related branches found
No related tags found
Showing
- .htaccess 11 additions, 8 deletions.htaccess
- account.php 1 addition, 1 deletionaccount.php
- admin.php 2 additions, 0 deletionsadmin.php
- cron.php 1 addition, 6 deletionscron.php
- diary.php 0 additions, 186 deletionsdiary.php
- error.php 2 additions, 2 deletionserror.php
- includes/calendar.inc 0 additions, 76 deletionsincludes/calendar.inc
- includes/cron.inc 26 additions, 9 deletionsincludes/cron.inc
- includes/function.inc 19 additions, 0 deletionsincludes/function.inc
- includes/hostname.conf 11 additions, 26 deletionsincludes/hostname.conf
- includes/widget.inc 2 additions, 8 deletionsincludes/widget.inc
- modules/account.module 7 additions, 2 deletionsmodules/account.module
- modules/backend.module 5 additions, 1 deletionmodules/backend.module
- modules/cron.module 24 additions, 10 deletionsmodules/cron.module
- modules/diary.module 200 additions, 9 deletionsmodules/diary.module
- modules/documentation.module 24 additions, 9 deletionsmodules/documentation.module
- modules/watchdog.module 7 additions, 2 deletionsmodules/watchdog.module
- modules/watchdog/watchdog.module 7 additions, 2 deletionsmodules/watchdog/watchdog.module
- modules/wishlist.module 1 addition, 7 deletionsmodules/wishlist.module
- robots.txt 2 additions, 0 deletionsrobots.txt
Loading
Please register or sign in to comment