- Dec 19, 2000
-
-
Dries Buytaert authored
- updated version of php-count: it now takes the modules into account
-
- Dec 17, 2000
-
-
Dries Buytaert authored
- fixed small bug in admin page
-
- Dec 16, 2000
-
-
Dries Buytaert authored
- 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.
-
Dries Buytaert authored
- a few more updates
-
Dries Buytaert authored
- small update
-
Dries Buytaert authored
- small fixes/updates
-
Dries Buytaert authored
- again, a more rock solid .htaccess - should be OK now
-
Dries Buytaert authored
- fixed broken link to diary pages from account.php
-
Dries Buytaert authored
- a better .htaccess
-
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 ...
-
- Dec 14, 2000
-
-
Dries Buytaert authored
- large batch of updates
-
Dries Buytaert authored
- added a whole bunch of NEW modules
-
- Dec 10, 2000
-
-
Dries Buytaert authored
- a first file which uses blobs - as a test/debug case
-
Dries Buytaert authored
- large batch of updated files featuring various changes: big, small and new stuff!
-
Dries Buytaert authored
- added so called "blobs": something hot, something new and something cool!
-
Dries Buytaert authored
- added 2 new modules! --> check http://drop.org/module.php?mod=module-list for a list of available modules
-
Dries Buytaert authored
- removed "dev.module" to replace it with an extended "development.module".
-
Dries Buytaert authored
- added a new cron deamon as discussed earlier!
-
- Dec 07, 2000
-
-
Dries Buytaert authored
- added module support and preleminary (read: example) modules
-
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
-
- Dec 05, 2000
-
-
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.
-
- Dec 04, 2000
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- test
-
Dries Buytaert authored
-
Dries Buytaert authored
- test
-
Dries Buytaert authored
- test
-
- Nov 29, 2000
-
-
Dries Buytaert authored
-
- Nov 26, 2000
-
-
Steven Wittens authored
-
- Nov 25, 2000
-
-
Dries Buytaert authored
-
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.
-
- Nov 21, 2000
-
-
Steven Wittens authored
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.
-
- Nov 20, 2000
-
-
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
-
- Nov 14, 2000
-
-
Dries Buytaert authored
* tiny improvements (!= bug fixes)
-
- Nov 13, 2000
-
-
Steven Wittens authored
-
Steven Wittens authored
-
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
-
Dries Buytaert authored
-
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.
-
- Nov 07, 2000
-
-
Dries Buytaert authored
* small improvements to my themes: - they now use 'discussion_num_filtered()' to display the number of filtered comments.
-
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
-