Changes between Version 87 and Version 88 of TagsPlugin


Ignore:
Timestamp:
Sep 2, 2016, 5:00:16 PM (8 years ago)
Author:
figaro
Comment:

Removed tag 0.8

Legend:

Unmodified
Added
Removed
Modified
  • TagsPlugin

    v87 v88  
    5151=== Search tags
    5252
    53 Querying is implemented through the `/tags` uri handler, `the tag:<tag>` syntax or WikiMacros as follows.
     53Querying is implemented through the `/tags` uri handler, the `tag:<tag>` syntax or WikiMacros as follows.
    5454
    5555==== Tags query
     
    6767
    6868 Examples::
    69    1. Intersection of `macro` and `plugin` tags:        `tagged:"macro plugin"`
    70    1. Union of `macro` and `plugin` tags:       `tagged:"macro or plugin"`
    71    1. Objects tagged `macro` or `plugin`, ''and'' `example`     `tagged:"(macro or plugin) example"`
     69   1. Intersection of `macro` and `plugin` tags: `tagged:"macro plugin"`
     70   1. Union of `macro` and `plugin` tags: `tagged:"macro or plugin"`
     71   1. Objects tagged `macro` or `plugin`, ''and'' `example`: `tagged:"(macro or plugin) example"`
    7272
    7373==== /tags handler
     
    9595
    9696 Examples::
    97   * Intersection of `macro` and `plugin` tags:  `[[ListTagged(macro plugin)]]`
    98   * All resources tagged `macro` but not `plugin`:      `[[ListTagged(macro -plugin)]]`
    99   * Tickets tagged with `macro`:         `[[ListTagged(realm:ticket macro)]]`
    100   * Pages tagged with `macro`:         `[[ListTagged(realm:wiki macro)]]`
     97  * Intersection of `macro` and `plugin` tags: `[[ListTagged(macro plugin)]]`
     98  * All resources tagged `macro` but not `plugin`: `[[ListTagged(macro -plugin)]]`
     99  * Tickets tagged with `macro`: `[[ListTagged(realm:ticket macro)]]`
     100  * Pages tagged with `macro`: `[[ListTagged(realm:wiki macro)]]`
    101101
    102102==== !TagCloud macro
     
    113113
    114114Existing bugs and feature requests for TagsPlugin are
    115 [query:status!=closed&component=TagsPlugin here].
     115[report:9?COMPONENT=TagsPlugin here].
    116116
    117117If you have any issues, create a
     
    130130== Installation
    131131
    132 Generic installation guidelines and troubleshooting can be found at TracPlugins.
     132General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    133133
    134134'''Note before upgrading''': older !TagsPlugin configuration '''must be removed'''. In particular, `trac.wiki.web_ui.wikimodule = disabled` and `default_handler = TagsWikiModule`.
     
    139139   * Plugin: tractags-0.7 is required for Trac >= 1.0 (see #9521)
    140140      1. Manually:
    141          1. Download tags: [export:tagsplugin/tags/0.7 tags-0.7.zip] or grab
    142             [/svn/tagsplugin/tags/0.7 the source] from SVN.
     141         1. Download tags: [export:tagsplugin/tags/0.7 tags-0.7.zip] or grab [/svn/tagsplugin/tags/0.7 the source] from SVN.
    143142         2. [TracPlugins Build and install an egg] from this source.
    144143      1. With `easy_install`: