Skip to content
Snippets Groups Projects
  1. Nov 01, 2000
  2. Oct 31, 2000
    • Dries Buytaert's avatar
      · 6c445ef8
      Dries Buytaert authored
      * updated the database files
      6c445ef8
  3. Oct 30, 2000
    • Dries Buytaert's avatar
      · 28bf9e89
      Dries Buytaert authored
      - fixed a bug in check_input: html stripping was not 100% correct.
      - fixed a bug in account.php: the confirmation url is now correct.
      - improved error checking + security in diary.php.
      - fixed a bug in the html code of theme zaphod.
      - improved the date handling: always call format_date().
      - expanded account information in administration pages.
      - added a new variable $siteurl to ./includes/config.inc.
      - added comment moderation to theme zaphod.
      - "alter table users add timezone varchar(8);"
      
      - !!! added new timezone feature !!! :o)
      28bf9e89
  4. Oct 25, 2000
    • Dries Buytaert's avatar
      · 4ede9967
      Dries Buytaert authored
      * fixed the login problem
      4ede9967
    • Dries Buytaert's avatar
      · e282fef0
      Dries Buytaert authored
      * fixes the current login problem
      e282fef0
  5. Oct 24, 2000
    • Dries Buytaert's avatar
      · 472b0f82
      Dries Buytaert authored
      * Added the MySQL settings for www.drop.org (release preparations).
      472b0f82
    • Dries Buytaert's avatar
      · 716bc201
      Dries Buytaert authored
      added nl2br()'s where appropriate!
      
      UnConeD: will you add the nl2br()'s to your theme or do you want
               me to do so?  Remark that it will look screwed up (too
               many <br>'s) with the current stories but it won't with
               new entries ...
      716bc201
    • Steven Wittens's avatar
      Comment control-box update... · 6f6cc640
      Steven Wittens authored
      6f6cc640
    • Dries Buytaert's avatar
      · 1641d9f8
      Dries Buytaert authored
      * added the database tables of drop to CVS: not the content, just the
        table definitions.
      1641d9f8
    • Dries Buytaert's avatar
      · cbeb5ee4
      Dries Buytaert authored
      This significant commit fixes 99% of all known bugs and improves drop.org
      by means of better security checks in order to avoid malicious behavior.
      In addition, quite some code has been fine-tuned.
      
      However, as a result, every theme will require a small update ...
      cbeb5ee4
  6. Oct 21, 2000
    • Dries Buytaert's avatar
      · 9d3e9bc7
      Dries Buytaert authored
      - no comment
      9d3e9bc7
    • Dries Buytaert's avatar
      · ef43f485
      Dries Buytaert authored
      A bunch of internal changes:
       - better organisation of include files
       - renamed a few function to make more sense
       - small bugfix in the user account registration
       - ...
      ef43f485
    • Dries Buytaert's avatar
      · da9675ef
      Dries Buytaert authored
      - small bugfix: the voting settings where not 100% correct
      da9675ef
    • Dries Buytaert's avatar
      · 34494acf
      Dries Buytaert authored
      * added a 'DOCTYPE' statement
      34494acf
    • Dries Buytaert's avatar
      · 2d56415a
      Dries Buytaert authored
      Fixed 4 tiny bugs in unconed.theme:
       + 'nocomments' should be removed as it's no longer supported.
       + '$sid' should be passed or you'll get moderation errors.
       + 'get' should be 'post' in the control form.
       + renamed the 'Refresh'-button to 'Save'.
      2d56415a
    • Dries Buytaert's avatar
      - fixed a bug in unconed.theme · e156b0c4
      Dries Buytaert authored
      e156b0c4
  7. Oct 20, 2000
  8. 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
  9. 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
  10. Oct 13, 2000
  11. 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
  12. Oct 11, 2000
  13. Oct 10, 2000
  14. Oct 05, 2000
  15. Oct 04, 2000
  16. 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 &quot;.
      - 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
  17. Sep 29, 2000
Loading