Changes between Version 100 and Version 101 of DiscussionPlugin


Ignore:
Timestamp:
Nov 16, 2015, 3:52:50 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • DiscussionPlugin

    v100 v101  
    3232== Bugs/Feature Requests
    3333
    34 Existing bugs and feature requests for DiscussionPlugin are [query:status!=closed&component=DiscussionPlugin&order=priority here].
     34Existing bugs and feature requests for DiscussionPlugin are
     35[report:9?COMPONENT=DiscussionPlugin here].
    3536
    3637If you have any issues, create a
    37 [/newticket?component=DiscussionPlugin new ticket] but read BugReporting page first, please.
     38[/newticket?component=DiscussionPlugin new ticket].
    3839
    3940[[TicketQuery(component=DiscussionPlugin&group=type,format=progress)]]
     
    4142== Download
    4243
    43 Download the zipped source from [download:discussionplugin here].
     44Download the zipped source from [export:discussionplugin here].
    4445
    4546== Source
    4647
    47 You can [http://trac-hacks.org/svn/discussionplugin check out] !DiscussionPlugin using Subversion, or [source:discussionplugin browse the source] with Trac.
     48You can check out DiscussionPlugin from [/svn/discussionplugin here] using Subversion, or [source:discussionplugin browse the source] with Trac.
    4849
    4950== Installation
     
    6667The Main difference between version 0.5 and 0.6 version is that 0.6 uses Genshi templates and 0.5 !ClearSilver templates.
    6768
    68 New installations should use [http://trac-hacks.org/changeset/13910/discussionplugin/0.11?old_path=%2F&old=13910&format=zip revision 13910], while the source is going through a phase of cleanup and redesign including temporary regression and partial malfunction.
    69 
    70 === Installation and Configuration steps
    71 
    72 For general information about Trac plugins installation see TracPlugins.
     69New installations should use [/changeset/13910/discussionplugin/0.11?old_path=%2F&old=13910&format=zip revision 13910], while the source is going through a phase of cleanup and redesign including temporary regression and partial malfunction.
     70
     71=== Installation and Configuration
     72
     73General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    7374
    7475The plugin is configurable from {{{trac.ini}}} file, see TracIni for more on this topic. The following variables controls DiscussionPlugin's behavior:
     
    9394   changes title of main navigation bar button,
    9495
    95  {{{default_topic_display}}}::
     96 {{{default_topic_display}}} ::
    9697   changes between two possible displays of topic list - the {{{classic}}} and the {{{compact}}} view.
    9798
    98  {{{default_message_display}}}::
     99 {{{default_message_display}}} ::
    99100   defines default display mode for message list.
    100101   Possible values are {{{tree}}}, {{{flat}}}, {{{flat-asc}}} and {{{flat-desc}}}.
     
    115116   * {{{lasttopic}}} and
    116117   * {{{lastreply}}}.
    117  {{{topic_sort}}}:: 
     118 {{{topic_sort}}} :: 
    118119   to sort Topic lists. It has values
    119120   * {{{id}}},
     
    126127   * {{{lastreply}}}.
    127128
    128  {{{forum_sort_direction}}} and {{{topic_sort_direction}}}::
     129 {{{forum_sort_direction}}} and {{{topic_sort_direction}}} ::
    129130    are directions of that sorting:
    130131   * {{{asc}}} and
    131132   * {{{desc}}}.
    132133
    133  {{{topics_per_page}}} and {{{messages_per_page}}}::
     134 {{{topics_per_page}}} and {{{messages_per_page}}} ::
    134135    options controls number of items displayed in topic and message lists at each page of pagination.
    135 You can type list of email addresses into {{{smtp_always_cc}}} option to send all discussion plugin email notification to them. Previous example shows default values for these options.
     136
     137You can type a list of email addresses into {{{smtp_always_cc}}} option to send all discussion plugin email notification to them. Previous example shows default values for these options.
    136138
    137139If you run Trac in an environment which needs to enable plugins explicitly, put in `trac.ini` these lines: