Changeset 3911

Show
Ignore:
Timestamp:
06/26/08 18:29:54 (5 months ago)
Author:
osimons
Message:

FullBlogPlugin: Best to keep option default_postname empty, letting those that want it edit the setting in Admin (or trac.ini).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fullblogplugin/0.11/tracfullblog/core.py

    r3906 r3911  
    4343    # Options 
    4444 
    45     Option('fullblog', 'default_postname', '%Y/%m/%d/my_topic', 
     45    Option('fullblog', 'default_postname', '', 
    4646        """Option for a default naming scheme for new posts. The string 
    4747        can include substitution markers for time (UTC) and user: %Y=year,