summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - added a whole bunch of NEW modulesDries Buytaert2000-12-14
|
* - a first file which uses blobs - as a test/debug caseDries Buytaert2000-12-10
|
* - large batch of updated files featuring various changes: big, small andDries Buytaert2000-12-10
| | | | new stuff!
* - added so called "blobs": something hot, something new and something cool!Dries Buytaert2000-12-10
|
* - added 2 new modules!Dries Buytaert2000-12-10
| | | | | --> check http://drop.org/module.php?mod=module-list for a list of available modules
* - removed "dev.module" to replace it with an extended "development.module".Dries Buytaert2000-12-10
|
* - added a new cron deamon as discussed earlier!Dries Buytaert2000-12-10
|
* - added module support and preleminary (read: example) modulesDries Buytaert2000-12-07
|
* - 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
* - fixed bug in the timezone functionality:Dries Buytaert2000-12-05
| | | | | an Australian user reported that he lived in GMT +13 - after verifying this rumor GTM +13 happens to exists so here goes.
* - testDries Buytaert2000-12-04
|
* - testDries Buytaert2000-12-04
|
* - testDries Buytaert2000-12-04
|
* - testDries Buytaert2000-12-04
|
* - testDries Buytaert2000-12-04
|
* - fixes small SQL bug/warningDries Buytaert2000-11-29
|
* little bugger bugSteven Wittens2000-11-26
|
* - small updateDries Buytaert2000-11-25
|
* - 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.
* amdin.php:Dries Buytaert2000-11-20
| | | | | | | | | | | | | | - 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
* * tiny improvements (!= bug fixes)Dries Buytaert2000-11-14
|
* theme tweakingSteven Wittens2000-11-13
|
* theme enlargementSteven Wittens2000-11-13
|
* * a new script file to count the lines of code. ;)Dries Buytaert2000-11-13
| | | | | | | [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
* * and the correct database settingsDries Buytaert2000-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.
* * small improvements to my themes:Dries Buytaert2000-11-07
| | | | | - they now use 'discussion_num_filtered()' to display the number of filtered comments.
* - fixed bug in backend.incDries Buytaert2000-11-07
| | | | | | (check http://www.drop.org/backend.php) - update theme.inc to use widget.inc - small enhancements to function.inc
* * renamed template.inc to widget.inc:Dries Buytaert2000-11-07
| | | | | | | 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!
* * removed redundant fileDries Buytaert2000-11-07
|
* * Added some tags to ease navigationDries Buytaert2000-11-06
|
* - 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)
* - fixed bug in search.phpDries Buytaert2000-11-03
| | | | | | | | | | | - 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
* * correct database informationDries Buytaert2000-11-03
|
* - fixed bug in search.phpDries Buytaert2000-11-03
| | | | | | | | | | | - 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
* * the correct dbase settingsDries Buytaert2000-11-02
|
* - Fixed quote bug in the comment tracker.Dries Buytaert2000-11-02
| | | | | | | | | | | | | | (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. - ...
* funky theme bug makes netscape look uglySteven Wittens2000-11-01
|
* * fixed quote bug just reported by UnConeD.Dries Buytaert2000-11-01
|
* * fixed the slash-bug just reported by UnConeD.Dries Buytaert2000-11-01
|
* just a little improvement... :)Steven Wittens2000-11-01
| | | | | username: anything password: mOo!
* * updated the database filesDries Buytaert2000-10-31
|
* - fixed a bug in check_input: html stripping was not 100% correct.Dries Buytaert2000-10-30
| | | | | | | | | | | | | - 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)
* * fixed the login problemDries Buytaert2000-10-25
|
* * fixes the current login problemDries Buytaert2000-10-25
|
* * Added the MySQL settings for www.drop.org (release preparations).Dries Buytaert2000-10-24
|
* added nl2br()'s where appropriate!Dries Buytaert2000-10-24
| | | | | | | 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 ...
* Comment control-box update...Steven Wittens2000-10-24
|
* * added the database tables of drop to CVS: not the content, just theDries Buytaert2000-10-24
| | | | table definitions.