Skip to content
Snippets Groups Projects
  1. Oct 21, 2000
  2. Oct 20, 2000
  3. Oct 19, 2000
    • Dries Buytaert's avatar
      no comment · 60310fa4
      Dries Buytaert authored
      60310fa4
    • Dries Buytaert's avatar
      - extended and renamed drop's watchdog. · 318d84e6
      Dries Buytaert authored
      318d84e6
    • Dries Buytaert's avatar
      · 11ee95da
      Dries Buytaert authored
      A big, fat commit with a shitload of internal changes.  Not that much
      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
      11ee95da
  4. Oct 18, 2000
    • Dries Buytaert's avatar
      · 43af5a73
      Dries Buytaert authored
      * fixed a small bug.
      43af5a73
    • Dries Buytaert's avatar
      · 68d44383
      Dries Buytaert authored
      * fixed a small bug
      68d44383
    • Dries Buytaert's avatar
      · 2d638e99
      Dries Buytaert authored
      * fixed minor bug
      2d638e99
  5. Oct 13, 2000
  6. Oct 12, 2000
    • Dries Buytaert's avatar
      Bugfixes, amongst them: · b46f9a84
      Dries Buytaert authored
       - 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)
      b46f9a84
  7. Oct 11, 2000
  8. Oct 10, 2000
  9. Oct 05, 2000
  10. Oct 04, 2000
  11. Oct 02, 2000
    • Dries Buytaert's avatar
      · e7019c25
      Dries Buytaert authored
      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.
      e7019c25
  12. Sep 29, 2000
  13. Sep 28, 2000
  14. Sep 27, 2000
  15. Sep 26, 2000
  16. Sep 21, 2000
    • Dries Buytaert's avatar
      · 6ca7f1e2
      Dries Buytaert authored
      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.
      6ca7f1e2
  17. Sep 15, 2000
  18. Sep 13, 2000
  19. Sep 11, 2000
    • Dries Buytaert's avatar
      f0203c60
    • Dries Buytaert's avatar
      · 1f0a87f4
      Dries Buytaert authored
      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, ...
      1f0a87f4
  20. Sep 04, 2000
    • Dries Buytaert's avatar
      · 17d8330e
      Dries Buytaert authored
      * A new file which add a log-service to drop.org.
      17d8330e
    • Dries Buytaert's avatar
      · a4e7655c
      Dries Buytaert authored
      ... and the correct MySQL configuration/settings would help us an awful lot ... ;)
      a4e7655c
    • Dries Buytaert's avatar
      · 7daa3fd8
      Dries Buytaert authored
      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 ...
      7daa3fd8
  21. Jul 17, 2000
    • Dries Buytaert's avatar
      · a8e16d4f
      Dries Buytaert authored
      * Fixes the calendar bug reported by UnConeD.
      * The rest of my stuff (administration stuff) isn't ready to be
        commited yet ... :I
      a8e16d4f
  22. Jul 14, 2000
    • Dries Buytaert's avatar
      · e23d2f4a
      Dries Buytaert authored
      * My eye catched a typo and I had to fix that...
      e23d2f4a
Loading