- Nov 13, 2000
-
-
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
-
Dries Buytaert authored
* renamed template.inc to widget.inc: note that `widget.inc' is nothing more then a library with standard widgets (eg "New headlines", "New diary entries", and so on). Every theme builder is free to make custom widgets and to include them in their .theme file!
-
Dries Buytaert authored
* removed redundant file
-
- Nov 06, 2000
-
-
Dries Buytaert authored
* Added some tags to ease navigation
-
- Nov 03, 2000
-
-
Steven Wittens authored
- Updated comment() for the new comment-class - Fixed the funky indentation :) (the blame goes to this weird text-editor)
-
Dries Buytaert authored
- fixed bug in discussion.php - theme update: comment() now takes 3 arguments: $comment - an object with comment data $link - a link to the reply form of that particular comment $thread - the subthread of that particular comment - theme 'marvin' and theme 'zaphod' are updated, theme 'unconed' is left to be done
-
Dries Buytaert authored
* correct database information
-
Dries Buytaert authored
- fixed bug in discussion.php - theme update: comment() now takes 3 arguments: $comment - an object with comment data $link - a link to the reply form of that particular comment $thread - the subthread of that particular comment - theme 'marvin' and theme 'zaphod' are updated, theme 'unconed' is left to be done
-
- Nov 02, 2000
-
-
Dries Buytaert authored
* the correct dbase settings
-
Dries Buytaert authored
- Fixed quote bug in the comment tracker. (suggestion UnConeD) - Added anchors to comment links to easy comment navigation. (suggestion UnConeD) - Fixed duplicate `you voted' after moderating a story. (suggestion UnConeD) - Fixed quote bug in administration center. - Expanded user administration with timezone information. - Improved the theme system by eliminating the "preview" function. Let's not make the system more complex then it ought to be. - Refined watchdog administration. - ...
-
- Nov 01, 2000
-
-
Steven Wittens authored
-
Dries Buytaert authored
* fixed quote bug just reported by UnConeD.
-
Dries Buytaert authored
* fixed the slash-bug just reported by UnConeD.
-
Steven Wittens authored
username: anything password: mOo!
-
- Oct 31, 2000
-
-
Dries Buytaert authored
* updated the database files
-
- Oct 30, 2000
-
-
Dries Buytaert authored
- fixed a bug in check_input: html stripping was not 100% correct. - fixed a bug in account.php: the confirmation url is now correct. - improved error checking + security in diary.php. - fixed a bug in the html code of theme zaphod. - improved the date handling: always call format_date(). - expanded account information in administration pages. - added a new variable $siteurl to ./includes/config.inc. - added comment moderation to theme zaphod. - "alter table users add timezone varchar(8);" - !!! added new timezone feature !!! :o)
-
- Oct 25, 2000
-
-
Dries Buytaert authored
* fixed the login problem
-
Dries Buytaert authored
* fixes the current login problem
-
- Oct 24, 2000
-
-
Dries Buytaert authored
* Added the MySQL settings for www.drop.org (release preparations).
-
Dries Buytaert authored
added nl2br()'s where appropriate! UnConeD: will you add the nl2br()'s to your theme or do you want me to do so? Remark that it will look screwed up (too many <br>'s) with the current stories but it won't with new entries ...
-
Steven Wittens authored
-
Dries Buytaert authored
* added the database tables of drop to CVS: not the content, just the table definitions.
-
Dries Buytaert authored
This significant commit fixes 99% of all known bugs and improves drop.org by means of better security checks in order to avoid malicious behavior. In addition, quite some code has been fine-tuned. However, as a result, every theme will require a small update ...
-
- Oct 21, 2000
-
-
Dries Buytaert authored
- no comment
-
Dries Buytaert authored
A bunch of internal changes: - better organisation of include files - renamed a few function to make more sense - small bugfix in the user account registration - ...
-
Dries Buytaert authored
- small bugfix: the voting settings where not 100% correct
-
Dries Buytaert authored
* added a 'DOCTYPE' statement
-
Dries Buytaert authored
Fixed 4 tiny bugs in unconed.theme: + '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'.
-
Dries Buytaert authored
-
- Oct 20, 2000
-
-
natrak authored
-
Dries Buytaert authored
-
- Oct 19, 2000
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
A big, fat commit with a shitload of internal changes. Not that much 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
-
- Oct 18, 2000
-
-
Dries Buytaert authored
* fixed a small bug.
-
Dries Buytaert authored
* fixed a small bug
-