summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* no commentDries Buytaert2000-10-19
|
* - extended and renamed drop's watchdog.Dries Buytaert2000-10-19
|
* 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
* * fixed a small bug.Dries Buytaert2000-10-18
|
* * fixed a small bugDries Buytaert2000-10-18
|
* * fixed minor bugDries Buytaert2000-10-18
|
* * removed poll.php - it's totally outdated.Dries Buytaert2000-10-13
| | | | * fixed 2 bugs in the discussion forum.
* Bugfixes, amongst them:Dries Buytaert2000-10-12
| | | | | | | | | - anonymous chicken was able to moderate commnets - "anonymous chicken" was displayed in the comment reply form - ... The only thing left to be done is to tackle (or continue tackling) the user accounts which in fact is quite some work. :o)
* increased it even more just to make sure .)Dries Buytaert2000-10-11
|
* increased the cach expire to see if that fixed the logout problemDries Buytaert2000-10-11
|
* ... and the winner is ...Dries Buytaert2000-10-10
|
* ...Dries Buytaert2000-10-10
|
* Huge update - I don't have time to write everything down but the directoryDries Buytaert2000-10-10
| | | | | structure changes, some sections are expanded. Take a look at the source code or ask me to elaborate on certain issues/topics.
* A lot of (non-visual) updates!Dries Buytaert2000-10-10
|
* Just trying a different setting to check whether this fixes the sessionDries Buytaert2000-10-05
| | | | timout (cookie expires to fast) problem ... *fingers crosses*
* ... and the winner is ... (finally got it to work)Dries Buytaert2000-10-04
|
* (oops, forgot something)Dries Buytaert2000-10-04
|
* (oops, forgot something)Dries Buytaert2000-10-04
|
* * Reorganised a few things and fixed the theme-update bug reported by UCD.Dries Buytaert2000-10-04
|
* ChangelogDries Buytaert2000-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --------- - improved the user information page. - improved the story submission page. - fixed comments score bug: '.00' --> 'x.00' - tried fixing the calendar wrapping - UnConeD, is it fixed now? - provided a link back to the submission queue after having voted for a story. - fixed comment subject bug (and security flaw) by replacing quotes by ". - updated theme 'zaphod': fixed 2 bugs. - updated theme 'marvin': fixed 1 bug and improved the layout so things wrap (hopefully) better in Windows. - comments have by default no subject pre-set - if no subject is provided, the user is warned and when a comment eventually got submitted without a subject, a subject is composed using the x first characters of the comment's body. - improved comments on submit.php - corrected a typo in the FAQ. UnConeD ------- - replace 'article.php' by 'discussion.php' - comment() still uses old references to account.php: the parameters you supply to account.php does no longer hold. You have to update those links to the new syntax. - commentcontrol() is outdated - copy paste the one of theme 'marvin' and adjust it to your likings.
* * Added UnConeD's theme - it's amazingly cool. However, we really needDries Buytaert2000-09-29
| | | | | better theme descriptions so give it a change and post your ideas. (see config.inc or the "Custumize your page" site.
* Some ienie-wienie-tiny layout changes I made last night (in presence of Jeroen).Dries Buytaert2000-09-28
|
* * A set of misc. updates and improvements.Dries Buytaert2000-09-27
| | | | | | | * On a side note: Jeroen: I'm feeling somewhat better at the moment so normally it should be OK if you'd stop by tonight (after 19:30h). Give me some feedback on this. ;-)
* no commentDries Buytaert2000-09-26
|
* While editing my diary, I figured out I forgot a stripslashes.Dries Buytaert2000-09-26
|
* no commentDries Buytaert2000-09-26
|
* I just commit everything what was queued in my backlog:Dries Buytaert2000-09-26
| | | | | | | | | | - Added a basic implementation of comment moderation - Updated and renamed my 2 themes: I removed redundant boxes and tried to work towards simplicity. - Disabled the other themes as they are broken (I gave you sufficent time to update them). - Removed redundant files. - Added security checks with regard to the usage of HTML tags.
* Various smaller changes: one of the more interesing is the addition of aDries Buytaert2000-09-21
| | | | | check()-function which validates input from forms. The allowed HTML tags can be configured in config.inc.
* * Small changes to the layout of the diary and theme 'Dries'.Dries Buytaert2000-09-15
|
* Fixed small glitch.Dries Buytaert2000-09-13
|
* * fixed theme bug reported by Philippe Verbeeck.Dries Buytaert2000-09-11
|
* Over the last 2 days I redid and reorganized an afwul lot of code andDries Buytaert2000-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | made quite a lot of additions. The most remarkable addition is the diary server, which I slapped together in less then 40 minutes. Most of the other changes are however `unvisible' for the user but add much value to a better maintainability from a developer's objective. Like always, I fixed quite a number of small bugs that creeped into the code so we should have a bigger, better and more stable drop.org. Unfortunatly, some theme update _are_ required: REQUIRED THEME UPDATES: ======================= * use format_username() where usernames are used * use format_date() where timestamps/dates are used * use format_email() where e-mail addresses are displayed * use format_url() where url are displayed * replace 'formatTimestamp' with format_date * replace 'morelink_*' with 'display_morelink' [most of these functions are in function.inc or template.inc] ___PLEASE___ (<- this should get your attention ;) update your themes as soon as possible - it only takes 30 min. to get in sync with the other themes. Don't start whining about the fact you don't know what to change ... either eat the source cookie, or ask me to elaborate on a few changes. Just let me know what's puzzling you and I'll try to help you out! TODO LIST FOR NEXT WEEK ======================= * Add checks for max. text length in textarea's? Is there an HMTL attribute for this or ...? * Comment moderation + mojo * Edit/admin user accounts: block, delete, change permissions, ... * E-mail password, change password, change e-mail address -> extra checks and routines to validate such `special' changes. * Input checking - input filter: bad words, html tags, ...
* * A new file which add a log-service to drop.org.Dries Buytaert2000-09-04
|
* ... and the correct MySQL configuration/settings would help us an awful lot ↵Dries Buytaert2000-09-04
| | | | ... ;)
* A really BIG, BIG UPDATE, after two straight days of nothing but codeDries Buytaert2000-09-04
| | | | | | | | and sleep, new stuff is finally in drop.org. This is a quite large and wide-ranging update, which affects almost all of the system files in one way or another. I fixed quite a lot of bugs and added quite a lot of new features, mostly administrative tools as these were really lacking. It's far from finished but it's a start ...
* * Fixes the calendar bug reported by UnConeD.Dries Buytaert2000-07-17
| | | | | * The rest of my stuff (administration stuff) isn't ready to be commited yet ... :I
* * My eye catched a typo and I had to fix that...Dries Buytaert2000-07-14
|
* * Temporary removed webboard.php as agreed upon. If we ever make aDries Buytaert2000-07-14
| | | | | new webboard, the code is likely to be incorporated into discussion.php.
* * Fixed the *mumble*bug*mumble*Dries Buytaert2000-07-14
|
* * Just a quick testDries Buytaert2000-07-13
|
* * Fixed 2 small bugs in submit.php reported by Pepijn (kangaroot.net).Dries Buytaert2000-07-13
|
* Updates:Dries Buytaert2000-07-13
| | | | | | | | | | | | | | | | | | | -------- * URI/URL enhancements to make the URLs more comprehensive and shorter. * Fixed a bug in submit.php that slipped in during the latest commit. * Changed a few tidbits on the calendar. * Fixed a bug in most themes: $tid --> $cid COUNT(tid) --> COUNT(cid) Updated most themes except for UnConeD's. * Fixed a handful of problems with Jeroen's theme. However, Jeroen's theme is still not working yet - some features are completly missing, making the theme not very useful ... Any known bugs left? If not, I'll head on tonight and add some new features. I'll probably add basic admin tools to edit articles and such. Once done, we can start on the comment moderation.
* Bugfixes:Dries Buytaert2000-07-12
| | | | | | | | | | | | (1) fixed SQL bug in search.php. (2) fixed SQL bug in discussion.php. (3) fixed theme-bug in submit.php. (4) fixed theme-bug in discussion.php. (5) fixed Dries2-theme: it more or less works now though I still have to change the look/layout. Important: (3) and (4) did fix the i-suddenly-seem-to-log-out behavior.
* * Updated small tidbits ... :)Dries Buytaert2000-07-10
|
* * 2 small bugfixesDries Buytaert2000-07-08
| | | | | | * I'll try to update my 2nd theme later this weekend -- Dries
* * 2 bugfixes to discussion.php and themes/Dries/theme.class.php.Dries Buytaert2000-07-06
| | | | * Added a 'disclaimer' and 'terms and conditions' to the FAQ.
* * discussion.php replaces both article.php and comments.phpDries Buytaert2000-07-06
|
* * _Major_ update of the comments and moderation system: it's a lot moreDries Buytaert2000-07-06
| | | | | | | | | | | stream-lined and more compact. There are a few parts I like to optimize prior to heading towards comment moderation. Please test, report bugs and update the footer()-part of your themes a bit (see my theme)!!! -- Dries
* * Added more and better error checking which should fix 'potential'Dries Buytaert2000-07-02
| | | | | bugs or weird behavior in case something goes wrong. We aim for something that is rock-solid, right? :-)
* * Update: improved error checking/handling.Dries Buytaert2000-07-02
|