Changeset 23 for veekun/site_options.yml

Show
Ignore:
Timestamp:
02/25/07 23:03:18 (3 years ago)
Author:
eevee
Message:

Changed the thread view to use an iterator, which was a bit tricky and thus left out of the last commit. Really, I knew about it.
With that, lastpostid/lasttime have been changed to just mean the last post in the thread that majorly changed, NOT necessarily the one that will display last.
Added: Double-posting prevention. Identical second posts will be ignored; different second posts will be merged with the previous one.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/site_options.yml

    r21 r23  
    7070user_activity_timeout: 900 
    7171 
     72# Number of seconds before a user can double-post on a thread 
     73post_automerge_time: 1800 
     74 
    7275# URL for Subversion repository path to check for activity 
    7376# Note that at the moment this *requires* anon access!