789
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Various small bugfixes and enhancements: I think I fixed all bugs I knew about. * The code generated by my theme `Dries' is now 90% of the time aligned correctly. :o) More... over 25 years ago
* A fix related to the comment system - one of the settings is now truncated. More... over 25 years ago
*** empty log message *** More... over 25 years ago
This is a logo being randomly generated, if it appears there is a cork stuck in the pipe and no drop will leak out of it. More... over 25 years ago
* Commited a *temporary* version of the new comment system: I have been working on it for about 4 a 5 hours today and I considered it would be smart (backup- or crash-wise) to commit what I have made so far. I'm aware of a few bugs and I'll keep workin on it: - removing bugs - clean up the code to make it very streamlined - improve error checking Once we got a stable comment system, I'll add moderation. But right now I want to sort out the major problems. * I made my theme the default theme until the other themes are updated. * Expanded the database abstraction layer with more goodies. More... over 25 years ago
* Updated SQL table listing (for those who care). More... over 25 years ago
* Removed 2 redundant files from the CVS repository. :-) More... over 25 years ago
* patch: search.php now uses the new SQL tables. More... over 25 years ago
* Added extra PHP variables to .htaccess as discussed earlier this week. More... over 25 years ago
* Integrated the database abstraction layer into the account pages. One reason for doing so is because the database abstraction layer provides build-in error checking and a debug mode for easy development. More... over 25 years ago
* Fixed a small bugs, integrated the database abstraction layer and shortened the code. More... over 25 years ago
IMPORANT - IMPORTANT - :) ========================= More... over 25 years ago
Wheep! Wheep! Major performance optimization for index.php: we reduced the number of SQL on the mainpage with factor 10 and shortened the code with 4 lines. There is only *one* optimized SQL query left, being: More... over 25 years ago
* Small bugfix. ;-) More... over 25 years ago
Here we go again with a rather large commit: fixed a lot of annoying bugs and boxed whatever there was left to be boxed. More... over 25 years ago
* small changes to make it look better (?). More... over 25 years ago
* Boxed the FAQ (--> looks better now) and made various changes to the FAQ content. The only thing left to `box' are the `account setting'-pages. More... over 25 years ago
* Moved ban.php to admin-new.php: this will feature the new admin pages (under development). I'll slowly keep adding stuff to admin-new.php and one day we'll be able to replace admin.php with admin-new.php: I am just making preparations and `pre-processing' some stuff so we'll have something to work from. Remind that the rewrite of admin.php is sheduled for v0.20. More... over 25 years ago
* Boxed submit.php - whew, it's a pain to edit all those print statements. * Fixed quite a lot of HTML-bugs in the HTML code generator and cleaned up the generated coded quite a lot. More... over 25 years ago
* Changed a few things to make development easier without breaking things to the outside world. It's a first step towards improving the submission queue. More... over 25 years ago
* Fixed minor glitch. More updates after my exam tomorrow. (http://beta.drop.org/submission.php) More... over 25 years ago
Changed my theme so you could vote submissions. More... over 25 years ago
Hoeray! I have a first core version of submission moderation up and running. This means people can submit stories, and moderators can moderate stories. When a submission reaches a certain positive threshold (currently set to 2) the submission becomes a story and up it goes. If a submission reaches a certain negative threshold (currently set to -2) the submission is dumped. More... over 25 years ago
Minor updates: * Fixed a minor alignment glitch. * Aligned the code to look nicer. * Please make it scale well in IE. More... over 25 years ago
Bugfix: * Temporary bugfix to fix a problem with UnConeD's theme. Don't worry, it's because some changes I made ... which should be fixed now. More... over 25 years ago
Updates: * Streamlined the database abstraction layer a bit (it's not much yet) and integrated it in most of the functions of `functions.inc'. More... over 25 years ago
Updates: * Fixed (hopefully) the bugs earlier reported by Jeroen. :o) * Revamped the code to be more efficient as well as easier to use and maintain. More... over 25 years ago
Updates: * Various small changes to account.php including a SQL table movement: 'testusers' -> 'users'. As a result, user.class.php and article.php needed patching as well. Hopefully I didn't break anyting. ;o) More... over 25 years ago
* admin.inc will include all admin related help-functions including the already present header() and footer() functions. More... over 25 years ago
* databases.inc is a new file that will serve as a database abstraction layer. My new files already take advantage of the abstraction layer though no attempt is made to port the existing files: this is sheduled for a future v0.40 release (see http://beta.drop.org/docs/roadmap.php). Anyway, with the abstraction layer it should be theoretically possible to run drop on top of every database, even on top of a home-brewed file-based system. *wink-to-UnConeD* ;-) More... over 25 years ago