summaryrefslogtreecommitdiff
path: root/themes/unconed/unconed.theme
Commit message (Collapse)AuthorAge
...
* 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