789
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fixed minor glitch. More updates after my exam tomorrow. (http://beta.drop.org/submission.php) More... almost 24 years ago
Changed my theme so you could vote submissions. More... almost 24 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... almost 24 years ago
Minor updates: * Fixed a minor alignment glitch. * Aligned the code to look nicer. * Please make it scale well in IE. More... almost 24 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... almost 24 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... almost 24 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... almost 24 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... almost 24 years ago
* admin.inc will include all admin related help-functions including the already present header() and footer() functions. More... almost 24 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... almost 24 years ago
* Implemented ban-capabilities, a first step towards an admin-friendly user system: - you can add and remove wild-carded e-mails from the banlist. - you can add and remove wild-carded hostnames from the banlist. - you can add and remove wild-carded usernames from the banlist. - you can add and remove wild-carded profanity from the banlist. - you can browse all bans according to their category: see ban.php. More... almost 24 years ago
* Boxed search.php: looks a lot, lot better now. %-) * Side-note: 2 exams down, 3 to go More... almost 24 years ago
renamed my theme.class More... almost 24 years ago
IMPORTANT PATCH: ---------------- More... almost 24 years ago
* Enhancement: protect the themes/-directory (and subdirectory) from prying eyes. More... almost 24 years ago
* Bugfix: you can actually search the stories now without being slapped by a MySQL error. huh, huh. More... almost 24 years ago
* Bugfix: the `story submission'-form is no longer toasted due to the new user system. More... almost 24 years ago
* Enhancement: removed themes/list.php by integrating it directly into account.php. list.php was just being clumpsy and did simply not belong in the themes/-directory. More... almost 24 years ago
My theme with the calendar... More... almost 24 years ago
This is the slightly modified calendar.class.php. Oh yes I also centered the month and year in the header of it. More... almost 24 years ago
like this? More... almost 24 years ago
Removed the NOWRAP tag in the subheader but I have to find a better way, it doesnt look good in NS. More... almost 24 years ago
Found a floating colored pixel in the logo + I typed the text in courier... I think this looks a bit better. More... almost 24 years ago
This is the theme.class that I tried to change so it'd work under IE. More... almost 24 years ago
* Quick patch to fix a problem. I'm at my gf's place running windows on a good ol' slow modem. More... almost 24 years ago
Bugfixes: --------- * Fixed a few bugs in account.php - saves Natrak some time. I only fixed the obvious, very small bugs reported today. More... almost 24 years ago
* Tiny bugfix: oops, a typo. More... almost 24 years ago
* Improved calendar.class.php speed-wise: did some inline caching to make rendering a calendar less expensive. * Added a function displayCalendar($theme, $active_date) to functions.inc. * Adjusted index.php so it would support URIs formated like "?date=$unix_timestamp". * Integrated the calendar in my personal theme: themes/Dries/theme.class. If you want to include the calendar in your theme, check the code in my $theme->footer(): global $date and call displayCalendar($theme, $date). More... almost 24 years ago
Fixed some old cookiedecode() remainders. More... almost 24 years ago
hope and pray my friends, I shuffled my theme.class around a bit and i hope this is the good one. More... almost 24 years ago