Commit Graph

14940 Commits (df994a238b83b3c3da9f02b7e5a40f418ac1a61c)

Author SHA1 Message Date
Dries Buytaert cb37021a63 ... and the winner is ... 2000-10-10 16:41:19 +00:00
Dries Buytaert bfd8c86464 ... 2000-10-10 10:57:16 +00:00
Dries Buytaert 4a6c6de758 Huge update - I don't have time to write everything down but the directory
structure changes, some sections are expanded.  Take a look at the source
code or ask me to elaborate on certain issues/topics.
2000-10-10 10:52:19 +00:00
Dries Buytaert 73077e8778 A lot of (non-visual) updates! 2000-10-10 10:51:00 +00:00
Dries Buytaert 44af9b9b43 Just trying a different setting to check whether this fixes the session
timout (cookie expires to fast) problem ... *fingers crosses*
2000-10-05 13:20:27 +00:00
Dries Buytaert 444b64c6be ... and the winner is ... (finally got it to work) 2000-10-04 10:36:47 +00:00
Dries Buytaert 535e936e6a (oops, forgot something) 2000-10-04 10:28:49 +00:00
Dries Buytaert dc08a8c28c (oops, forgot something) 2000-10-04 10:27:19 +00:00
Dries Buytaert 9a5e960638 * Reorganised a few things and fixed the theme-update bug reported by UCD. 2000-10-04 10:25:08 +00:00
Dries Buytaert e7019c2577 Changelog
---------
- 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.
2000-10-02 07:32:17 +00:00
Dries Buytaert 7dd86ad68d * Added UnConeD's theme - it's amazingly cool. However, we really need
better theme descriptions so give it a change and post your ideas. (see
config.inc or the "Custumize your page" site.
2000-09-29 17:25:23 +00:00
Dries Buytaert 3ebd8b9054 Some ienie-wienie-tiny layout changes I made last night (in presence of Jeroen). 2000-09-28 12:34:44 +00:00
Dries Buytaert 99dce2a3ba * A set of misc. updates and improvements.
* 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. ;-)
2000-09-27 07:14:32 +00:00
Dries Buytaert 24e81c0fd2 no comment 2000-09-26 12:49:13 +00:00
Dries Buytaert b48c22596b While editing my diary, I figured out I forgot a stripslashes. 2000-09-26 12:48:30 +00:00
Dries Buytaert d75efcbf68 no comment 2000-09-26 07:35:22 +00:00
Dries Buytaert 5fc99970ab I just commit everything what was queued in my backlog:
- 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.
2000-09-26 07:34:33 +00:00
Dries Buytaert 6ca7f1e2f3 Various smaller changes: one of the more interesing is the addition of a
check()-function which validates input from forms.  The allowed HTML tags
can be configured in config.inc.
2000-09-21 07:20:17 +00:00
Dries Buytaert 525ae78d86 * Small changes to the layout of the diary and theme 'Dries'. 2000-09-15 08:39:46 +00:00
Dries Buytaert 35df71f364 Fixed small glitch. 2000-09-13 09:58:06 +00:00
Dries Buytaert f0203c6051 * fixed theme bug reported by Philippe Verbeeck. 2000-09-11 13:09:06 +00:00
Dries Buytaert 1f0a87f4e7 Over the last 2 days I redid and reorganized an afwul lot of code and
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, ...
2000-09-11 07:45:22 +00:00
Dries Buytaert 17d8330e44 * A new file which add a log-service to drop.org. 2000-09-04 16:17:39 +00:00
Dries Buytaert a4e7655cd2 ... and the correct MySQL configuration/settings would help us an awful lot ... ;) 2000-09-04 16:16:22 +00:00
Dries Buytaert 7daa3fd8ee A really BIG, BIG UPDATE, after two straight days of nothing but code
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 ...
2000-09-04 16:14:46 +00:00
Dries Buytaert a8e16d4f70 * Fixes the calendar bug reported by UnConeD.
* The rest of my stuff (administration stuff) isn't ready to be
  commited yet ... :I
2000-07-17 15:43:09 +00:00
Dries Buytaert e23d2f4a57 * My eye catched a typo and I had to fix that... 2000-07-14 07:54:15 +00:00
Dries Buytaert 3d4f694f03 * Temporary removed webboard.php as agreed upon. If we ever make a
new webboard, the code is likely to be incorporated into
  discussion.php.
2000-07-14 07:52:45 +00:00
Dries Buytaert 05f923f1fa * Fixed the *mumble*bug*mumble* 2000-07-14 07:50:56 +00:00
Dries Buytaert 8035aebac4 * Just a quick test 2000-07-13 13:34:24 +00:00
Dries Buytaert f7b554d9c9 * Fixed 2 small bugs in submit.php reported by Pepijn (kangaroot.net). 2000-07-13 13:30:44 +00:00
Dries Buytaert e214bd06c6 Updates:
--------

* 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.
2000-07-13 07:21:57 +00:00
Dries Buytaert 75129c1fdd Bugfixes:
(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.
2000-07-12 07:15:09 +00:00
Dries Buytaert babf1a7de6 * Updated small tidbits ... :) 2000-07-10 22:23:15 +00:00
Dries Buytaert 3d1f760d97 * 2 small bugfixes
* I'll try to update my 2nd theme later this weekend

-- Dries
2000-07-08 10:47:26 +00:00
Dries Buytaert 448506a85a * 2 bugfixes to discussion.php and themes/Dries/theme.class.php.
* Added a 'disclaimer' and 'terms and conditions' to the FAQ.
2000-07-06 14:39:47 +00:00
Dries Buytaert 43e9bfb89e * discussion.php replaces both article.php and comments.php 2000-07-06 09:38:42 +00:00
Dries Buytaert 4e132c9fd5 * _Major_ update of the comments and moderation system: it's a lot more
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
2000-07-06 09:37:30 +00:00
Dries Buytaert 14b12b3a6a * Added more and better error checking which should fix 'potential'
bugs or weird behavior in case something goes wrong.  We aim for
  something that is rock-solid, right? :-)
2000-07-02 15:26:10 +00:00
Dries Buytaert 4b4d8c6c4b * Update: improved error checking/handling. 2000-07-02 15:00:42 +00:00
Dries Buytaert fb14df9fab * Fixed at least 5 bugs!!! :) 2000-07-02 11:21:00 +00:00
Dries Buytaert 2240b7ec6f * Yet another bugfix (hopefully). 2000-07-01 10:13:28 +00:00
Dries Buytaert f812f17470 * Updated the FAQ: added new stuff. 2000-07-01 09:54:25 +00:00
Dries Buytaert 9966696dd6 * Small bugfixes and minor updates. 2000-06-25 16:53:56 +00:00
Dries Buytaert 18ee415456 * Bugfixes:
- the stories in the submission queue should not be accesible.
   - the author-field is redundant due to the public moderation.
2000-06-25 16:11:47 +00:00
Dries Buytaert 5cbbaca0a8 * Fixed yet another quote problem... 2000-06-24 17:03:27 +00:00
Dries Buytaert d784c5c87a * Fixed a bug in submission.inc and a minor glitch in my theme. 2000-06-24 08:26:09 +00:00
Dries Buytaert b0694f61dd * Adjusted calendar to scale well in IE at 800x600!
* <chit-chat>
   UnConeD: - what about integrating it in your theme now?
            - how was your last exam, btw?
   Natrak : - did you arrived well?
   Jeroen : - how was your *cough*blind date*cough*?
  </chit-chat>
2000-06-23 18:28:31 +00:00
Dries Buytaert 37b593e5c7 * Small bugfix from Ekeren - Dries
(hopefully it works)
2000-06-23 13:27:38 +00:00
Jeroen Bensch 90e8ad2790 for the third time... 2000-06-23 08:20:13 +00:00