Changeset 6196
- Timestamp:
- 01/31/10 14:18:41 (2 years ago)
- Location:
- trunk/TagMePlugin
- Files:
-
- 9 added
- 3 edited
-
data/System/TagMeAjaxHelper.txt (added)
-
data/System/TagMePlugin.txt (modified) (4 diffs)
-
lib/Foswiki/Plugins/TagMePlugin.pm (modified) (1 diff)
-
lib/Foswiki/Plugins/TagMePlugin/MANIFEST (modified) (1 diff)
-
pub/System/TagMeAjaxHelper (added)
-
pub/System/TagMeAjaxHelper/cloudspinner.gif (added)
-
pub/System/TagMeAjaxHelper/jqui.css (added)
-
pub/System/TagMeAjaxHelper/jqui.js (added)
-
pub/System/TagMeAjaxHelper/spinner.gif (added)
-
pub/System/TagMeAjaxHelper/tag.png (added)
-
pub/System/TagMePlugin/jqui.png (added)
-
templates/view.tagmejquiajax.tmpl (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TagMePlugin/data/System/TagMePlugin.txt
r4104 r6196 60 60 <div class="foswikiImage"><img src="%ATTACHURLPATH%/topictags_styleblog_open.gif" alt="Screenshot of tags on a topic, style=blog" width="489" height="464" /></div> 61 61 62 ---++++ "ajax" option 63 An experimental interactive user interface is also provided, implemented using the latest version of JQueryPlugin in TagMeAjaxHelper. 64 65 Include it into your WebTopBar (See WebTopBarExample) or any part of your skin that has horizontal space to spare, as follows: 66 <verbatim class="tml">%INCLUDE{"%SYSTEMWEB%.TagMeAjaxHelper" section="jqui"}%</verbatim> 67 68 <div class="foswikiImage"><img src="%ATTACHURLPATH%/jqui.png" alt="Screenshot of experimental jQuery UI" width="522" height="156" /></div> 69 70 Dependencies: 71 * JQueryPlugin 72 * =textboxlist= 73 * =simplemodal= 74 * =autocomplete= 75 * =hoverintent= 76 * FilterPlugin 62 77 63 78 ---+++ Create, Rename, Delete tags … … 318 333 %USERSWEB%.SitePreferences, instead. 319 334 <!-- 320 * Set SHORTDESCRIPTION = Tag wiki content collectively to find content by keywords335 * Set SHORTDESCRIPTION = %$SHORTDESCRIPTION% 321 336 --> 322 337 | *Preference name* | *Meaning* | *Default* | … … 344 359 | Copyright: | © 2006-2007, Peter Thoeny | 345 360 | License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 346 | Plugin Version: | 30 Aug 2008 (V1.049) | 361 | Version: | %$VERSION% | 362 | Release: | %$RELEASE% | 347 363 | Change History: | <!-- versions below in reverse order --> | 364 | 31 Jan 2010: | [[Main.PaulHarvey][Paul Harvey]]: Added an interactive user interface implemented with JQuery | 348 365 | 11 Jun 2009: | Foswiki port, and moved settings out of this topic | 349 | 30 Aug 2008: | Colas Nahaboo: enhancements to the "blog" style: Bundles, 350 count of known tags, option to delete tags | 366 | 30 Aug 2008: | Colas Nahaboo: enhancements to the "blog" style: Bundles, count of known tags, option to delete tags | 351 367 | 28 Aug 2008: | Colas Nahaboo: prefix & suffix options renamed as header & footer. New parameter style to TAGME to be able to define different UI style for the default "show" action of TAGME. Implemented a first one, "blog" for the simpler case of authors managing the same tags | 352 368 | 26 Aug 2008: | Colas Nahaboo: prefix & suffix options to TAGME | … … 381 397 | 26 Feb 2006: | Added view all tags / my tags (as tag clouds); view specific tag (sorted by tag count); do not allow guests to create new tags; log add/create tag actions | 382 398 | 20 Feb 2006: | Initial version | 383 | Home: | http://foswiki.org/Extensions/%TOPIC% | 384 | Support: | http://foswiki.org/Support/%TOPIC% | 385 386 __Related Topics:__ %SYSTEMWEB%.TagMeViewAllTags, %SYSTEMWEB%.TagMeViewMyTags, %SYSTEMWEB%.TagMeSearch, %SYSTEMWEB%.TagMeDebugViewTags, %SYSTEMWEB%.TagMeDebugSearch, [[%SYSTEMWEB%.Plugins][Plugins]], %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences 387 399 | Home: | Foswiki:Extensions/%TOPIC% | 400 | Support: | Foswiki:Support/%TOPIC% | 401 402 __Related Topics:__ %SYSTEMWEB%.TagMeViewAllTags, %SYSTEMWEB%.TagMeViewMyTags, %SYSTEMWEB%.TagMeSearch, %SYSTEMWEB%.TagMeDebugViewTags, %SYSTEMWEB%.TagMeDebugSearch, %SYSTEMWEB%.TagMeAjaxHelper, [[%SYSTEMWEB%.Plugins][Plugins]], %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences 403 404 %META:FILEATTACHMENT{name="jqui.png" attr="h" comment="Screenshot of experimental jQuery UI" date="1264982400" path="jqui.png" size="16289" user="ProjectContributor" version="1.1"}% 388 405 %META:FILEATTACHMENT{name="tag_add.gif" attr="h" comment="Button: add tag" date="1141691885" path="tag_add.gif" size="857" user="ProjectContributor" version="1.1"}% 389 406 %META:FILEATTACHMENT{name="tag_remove.gif" attr="h" comment="Button: remove tag" date="1141697484" path="tag_remove.gif" size="862" user="ProjectContributor" version="1.1"}% -
trunk/TagMePlugin/lib/Foswiki/Plugins/TagMePlugin.pm
r4104 r6196 36 36 37 37 our $VERSION = '$Rev$'; 38 our $RELEASE = ' 11 Jun 2009';38 our $RELEASE = '01 Feb 2010'; 39 39 our $NO_PREFS_IN_TOPIC = 1; 40 40 our $SHORTDESCRIPTION = -
trunk/TagMePlugin/lib/Foswiki/Plugins/TagMePlugin/MANIFEST
r4104 r6196 16 16 pub/System/TagMePlugin/tagme.css 0644 17 17 pub/System/TagMePlugin/topictags.gif 0644 18 templates/view.tagme.tmpl 0444 19 18 pub/System/TagMePlugin/jqui.png 0644 19 templates/view.tagme.tmpl 0644 20 templates/view.tagme_styleblogbutton.tmpl 0644 21 templates/view.tagme_styleblog.tmpl 0644 22 templates/view.tagmejquiajax.tmpl 0644 23 pub/System/TagMeAjaxHelper/jqui.js 0644 24 pub/System/TagMeAjaxHelper/jqui.css 0644 25 pub/System/TagMeAjaxHelper/tag.png 0644 From FamFamFamSilkIcons 26 pub/System/TagMeAjaxHelper/spinner.gif 0644 From http://www.ajaxload.info 27 pub/System/TagMeAjaxHelper/cloudspinner.gif 0644 From http://www.ajaxload.info 28 data/System/TagMeAjaxHelper.txt 0644
Note: See TracChangeset
for help on using the changeset viewer.
