Skip to content
Snippets Groups Projects
  1. Sep 11, 2000
    • 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
  2. Jun 22, 2000
    • Dries Buytaert's avatar
      · 315d060a
      Dries Buytaert authored
      * Updated SQL table listing (for those who care).
      315d060a
  3. Jun 10, 2000
    • Dries Buytaert's avatar
      · 9583c72c
      Dries Buytaert authored
      * Implemented ban-capabilities, a first step towards an admin-friendly user
        system:
         - you can add and remove wild-carded e-mails from the banlist.
         - you can add and remove wild-carded hostnames from the banlist.
         - you can add and remove wild-carded usernames from the banlist.
         - you can add and remove wild-carded profanity from the banlist.
         - you can browse all bans according to their category: see ban.php.
      9583c72c
  4. May 25, 2000
    • Dries Buytaert's avatar
      · 70d7a06c
      Dries Buytaert authored
      * Replaced the RDF support (rdf.php) with a newer version (backend.php).
        The new version is a generic framework that has everything ready to add
        support RSS and XML backends in a 100% transparant way.  It's a flexible
        framework. Other changes include: better coding, improved robustness and
        readability.
      * RSS and XML support will be integrated in near future.
      * Cache-invalidation is set to 30 minutes.
      70d7a06c
  5. May 18, 2000
Loading