Changeset 12071
- Timestamp:
- 06/28/11 23:43:39 (11 months ago)
- Location:
- trunk/TagMePlugin
- Files:
-
- 2 edited
-
data/System/TagMePlugin.txt (modified) (2 diffs)
-
lib/Foswiki/Plugins/TagMePlugin.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TagMePlugin/data/System/TagMePlugin.txt
r12068 r12071 375 375 | =Set TAGMEPLUGIN_BUNDLES= | Bundles are groups of tags that are presented as menus for convenience. It is a list of space-separated (or comma-separated if your tags may contain spaces) prefixed by bundle labels terminated by colon (":"). e.g:<ol><li>* Set TAGMEPLUGIN_BUNDLES = Rating: * ** ** Todo: to_blog to_read</li><li>* Set BUNDLES = Rating:, *, **, **, Todo:, to_blog, to_read</li></ol> | | 376 376 | =TAGMEPLUGIN_DEBUG= | Generate debug trace in foswiki debug log | 377 378 ---+++ Foswiki:Extensions.SolrPlugin integration. 379 To index !TagMePlugin tags for use in !SolrPlugins's faceted search, your Foswiki admin needs to enable this optional feature from =configure=. 380 381 This can be done from the Extensions | !TagMePlugin tab - tick the ={Plugins}{TagMePlugin}{SolrPluginIndex}= option and save. 377 382 378 383 ---++ Plugin Installation Instructions … … 395 400 | Release: | %$RELEASE% | 396 401 | Change History: | <!-- versions below in reverse order --> | 397 | 2 6Jun 2011: | Foswiki:Main.SvenDowideit: add a command line resthandler to allow larger scale importing of tags |402 | 29 Jun 2011: | Foswiki:Main.SvenDowideit: add a command line resthandler to allow larger scale importing of tags | 398 403 | 26 Jun 2011: | Foswiki:Main.SvenDowideit: add Foswiki:Main.SolrPlugin indexing and facet support to TagMePlugin (Foswiki:Tasks.Item10917), fix some bugs - Foswiki:Tasks.Item4628, | 399 404 | 08 Jun 2011: | Foswiki:Main.PaulHarvey: Minimal fix to experimental jqui to work with jQuery > 1.3 | -
trunk/TagMePlugin/lib/Foswiki/Plugins/TagMePlugin.pm
r12070 r12071 36 36 37 37 our $VERSION = '$Rev$'; 38 our $RELEASE = '2 6Jun 2011';38 our $RELEASE = '29 Jun 2011'; 39 39 our $NO_PREFS_IN_TOPIC = 1; 40 40 our $SHORTDESCRIPTION =
Note: See TracChangeset
for help on using the changeset viewer.
