summaryrefslogtreecommitdiff
path: root/themes/unconed/unconed.theme
Commit message (Collapse)AuthorAge
* Again, a large batch of updates - I'm twisting things around here:Dries Buytaert2000-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ...
* - changed quite a lot of things around, including small bug fixes (nothing)Dries Buytaert2000-12-07
| | | | | critical and module support. The faq.php will - for instance - become a module
* little bugger bugSteven Wittens2000-11-26
|
* - Redid most of account.php and fixed quite some bugs!Dries Buytaert2000-11-25
| | | | Check out your new user account stuff and give me some feedback.
* Fixed the "below your threshold" bug... it still had an old method in there. ↵Steven Wittens2000-11-21
| | | | Zaphod is outdated as well, and Marvin doesn't contain a check for 0 in there.
* theme tweakingSteven Wittens2000-11-13
|
* theme enlargementSteven Wittens2000-11-13
|
* Another batch with a lot of internal updates, yet no visual changes to theDries Buytaert2000-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* - Removed preview()Steven Wittens2000-11-03
| | | | | - Updated comment() for the new comment-class - Fixed the funky indentation :) (the blame goes to this weird text-editor)
* funky theme bug makes netscape look uglySteven Wittens2000-11-01
|
* * fixed quote bug just reported by UnConeD.Dries Buytaert2000-11-01
|
* Comment control-box update...Steven Wittens2000-10-24
|
* Fixed 4 tiny bugs in unconed.theme:Dries Buytaert2000-10-21
| | | | | | | + 'nocomments' should be removed as it's no longer supported. + '$sid' should be passed or you'll get moderation errors. + 'get' should be 'post' in the control form. + renamed the 'Refresh'-button to 'Save'.
* - fixed a bug in unconed.themeDries Buytaert2000-10-21
|
* A big, fat commit with a shitload of internal changes. Not that muchDries Buytaert2000-10-19
| | | | | | | | | | | | | | | | | | | | visual changes: - removed redundant files user.class.php, calendar.class.php and backend.class.php. - converted *all* mysql queries to queries supported by the database abstraction layer. - expanded the watchdog to record more information on what actually happened. - bugfix: anonymous readers where not able to view comments. - bugfix: anonymous readers could gain read-only access to the submission queue. - bugfix: invalid includes in backend.php - bugfix: invalid use of '$user->block' and last but not least: - redid 50% of the user account system
* ... and the winner is ...Dries Buytaert2000-10-10