Skip to content
Snippets Groups Projects
  1. Nov 13, 2000
    • Dries Buytaert's avatar
      · 226e382f
      Dries Buytaert authored
      * a new script file to count the lines of code. ;)
      
        [dries@dione drop]$ ./scripts/php-count
         lines of code in .inc files  :   1046
         lines of code in .php files  :   2796
         lines of code in .theme files:   1096
      226e382f
    • Dries Buytaert's avatar
      * and the correct database settings · 46a39fe2
      Dries Buytaert authored
      46a39fe2
    • Dries Buytaert's avatar
      · 9559f61f
      Dries Buytaert authored
      Another batch with a lot of internal updates, yet no visual changes to the
      site:
      
      - watchdog (rewrite):
         + the collected information provides more details and insights
           for post-mortem research
         + input limitation
      - database abstraction layer:
         + mysql errors are now verbose and is no longer displayed in a
           browser - fixes a possible security risk
      - admin.php:
         + updated watchdog page
         + fixed security flaw
      - diary.php:
         + fixed nl2br problem
      - themes:
         + fixed comment bug in all 3 themes.
      - misc:
         + renamed some global variables for sake of consistency:
            $sitename  -->  $site_name
            $siteurl   -->  $site_url
         + added input check where (a) exploitable and (b) possible
         + added input size check
         + various small improvements
         + fixed various typoes
      
      ... and much, much more in fact.
      9559f61f
  2. Nov 07, 2000
    • Dries Buytaert's avatar
      · d4fc1dfa
      Dries Buytaert authored
      * small improvements to my themes:
         - they now use 'discussion_num_filtered()' to display the number
           of filtered comments.
      d4fc1dfa
    • Dries Buytaert's avatar
      · ed1a2443
      Dries Buytaert authored
      - fixed bug in backend.inc
        (check http://www.drop.org/backend.php)
      - update theme.inc to use widget.inc
      - small enhancements to function.inc
      ed1a2443
    • Dries Buytaert's avatar
      · e1130946
      Dries Buytaert authored
      * renamed template.inc to widget.inc:
          note that `widget.inc' is nothing more then a library with
          standard widgets (eg "New headlines", "New diary entries",
          and so on).  Every theme builder is free to make custom
          widgets and to include them in their .theme file!
      e1130946
    • Dries Buytaert's avatar
      · 14588bfe
      Dries Buytaert authored
      * removed redundant file
      14588bfe
  3. Nov 06, 2000
    • Dries Buytaert's avatar
      · 2c399b13
      Dries Buytaert authored
      * Added some tags to ease navigation
      2c399b13
  4. Nov 03, 2000
    • Steven Wittens's avatar
      - Removed preview() · 234981df
      Steven Wittens authored
      - Updated comment() for the new comment-class
      - Fixed the funky indentation :) (the blame goes to this weird text-editor)
      234981df
    • Dries Buytaert's avatar
      - fixed bug in search.php · aa1b366d
      Dries Buytaert authored
      - fixed bug in discussion.php
      - theme update: comment() now takes 3 arguments:
          $comment - an object with comment data
          $link    - a link to the reply form of that particular
                     comment
          $thread  - the subthread of that particular comment
      - theme 'marvin' and theme 'zaphod' are updated, theme
        'unconed' is left to be done
      aa1b366d
    • Dries Buytaert's avatar
      · 819543f7
      Dries Buytaert authored
      * correct database information
      819543f7
    • Dries Buytaert's avatar
      - fixed bug in search.php · 7f2e4572
      Dries Buytaert authored
      - fixed bug in discussion.php
      - theme update: comment() now takes 3 arguments:
          $comment - an object with comment data
          $link    - a link to the reply form of that particular
                     comment
          $thread  - the subthread of that particular comment
      - theme 'marvin' and theme 'zaphod' are updated, theme
        'unconed' is left to be done
      7f2e4572
  5. Nov 02, 2000
    • Dries Buytaert's avatar
      · fb348c6a
      Dries Buytaert authored
      * the correct dbase settings
      fb348c6a
    • Dries Buytaert's avatar
      · 8a866e6d
      Dries Buytaert authored
      - Fixed quote bug in the comment tracker.
        (suggestion UnConeD)
      - Added anchors to comment links to easy comment navigation.
        (suggestion UnConeD)
      - Fixed duplicate `you voted' after moderating a story.
        (suggestion UnConeD)
      - Fixed quote bug in administration center.
      - Expanded user administration with timezone information.
      - Improved the theme system by eliminating the "preview" function.
        Let's not make the system more complex then it ought to be.
      - Refined watchdog administration.
      - ...
      8a866e6d
  6. Nov 01, 2000
  7. Oct 31, 2000
    • Dries Buytaert's avatar
      · 6c445ef8
      Dries Buytaert authored
      * updated the database files
      6c445ef8
  8. 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
  9. 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
  10. 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
  11. 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
  12. Oct 20, 2000
  13. 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
  14. 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
Loading