Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Commit

Permalink
updated TagCanvas to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Feb 16, 2011
1 parent f05b7b6 commit c44ed1b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 102 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -215,7 +215,7 @@ it supports all plugin's options as component's options as well as width and hei
Libraries
------------
* Emposha's [FCBKcomplete](http://github.com/emposha/FCBKcomplete) (2.7.4)
* Graham Breach's [TagCanvas](http://www.goat1000.com/tagcanvas.php) (1.6)
* Graham Breach's [TagCanvas](http://www.goat1000.com/tagcanvas.php) (1.6.1)
* elbeanio's [jquery.tagsphere](http://bitbucket.org/elbeanio/jquery.tagsphere/wiki/Home).


Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -215,7 +215,7 @@ it supports all plugin's options as component's options as well as width and hei
Libraries
------------
* Emposha's [FCBKcomplete](http://github.com/emposha/FCBKcomplete) (2.7.4)
* Graham Breach's [TagCanvas](http://www.goat1000.com/tagcanvas.php) (1.6)
* Graham Breach's [TagCanvas](http://www.goat1000.com/tagcanvas.php) (1.6.1)
* elbeanio's [jquery.tagsphere](http://bitbucket.org/elbeanio/jquery.tagsphere/wiki/Home).


Expand Down
6 changes: 3 additions & 3 deletions modules/fzTag/templates/_canvasTagCloud.php
Expand Up @@ -40,9 +40,9 @@
weightSize: <?php echo $cloudOptions['weightSize'] ? $cloudOptions['weightSize'] : 1.0 ?>,
weightGradient: <?php echo $cloudOptions['weightGradient'] ? json_encode($cloudOptions['weightGradient']->getRawValue()) : "{0:'#f00', 0.33:'#ff0', 0.66:'#0f0', 1:'#00f'}" ?>
};
$('#fz-tag-canvas').tagcanvas(tagCanvasOptions, 'fz-tag-canvas-list');
<?php if($cloudOptions['hideTags']): ?>
if( !$('#fz-tag-canvas').tagcanvas(tagCanvasOptions, 'fz-tag-canvas-list'))
{
$('#fz-tag-canvas-list').hide();
<?php endif; ?>
};
});
</script>
96 changes: 1 addition & 95 deletions package.xml.tmpl
Expand Up @@ -56,101 +56,7 @@
<date>##CURRENT_DATE##</date>
<license>MIT</license>
<notes>
* fizyk: forced hiding of tags list if required
* fizyk: added missing zoom and shadow options
* fizyk: fixed css declaration, so Tagcanvas would read make use of predefined tags weights
</notes>
</release>
<release>
<version>
<release>1.2.5</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<date>2011-02-13</date>
<license>MIT</license>
<notes>
* fizyk: updated TagCanvas to 1.6
</notes>
</release>
<release>
<version>
<release>1.2.4</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<date>2011-01-02</date>
<license>MIT</license>
<notes>
* fizyk: refactored setTags method. Now adds and removes only difference, not everything
* fizyk: refactored calculating of tag cloud's weight map. reduced number of sql queries that are needed to render tag cloud.
* fizyk: added index on weight field
</notes>
</release>
<release>
<version>
<release>1.2.3</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<date>2010-11-28</date>
<license>MIT</license>
<notes>
* fizyk: fixed limit not beeing added to query getting tags for tag cloud
</notes>
</release>
<release>
<version>
<release>1.2.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<date>2010-11-25</date>
<license>MIT</license>
<notes>
* fizyk: tagcanvas updated to 1.4.1
</notes>
</release>
<release>
<version>
<release>1.2.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<date>2010-11-21</date>
<license>MIT</license>
<notes>
* fizyk: added canvasTagCloud component for spherical tag cloud (canvas+jQuery)
* fizyk: added 3dTagCloud component for spherical tag cloud (jQuery)
* fizyk: some options can be defined per model, not only application wide
* fizyk: route listeners for front tag module (fzTag)
* fizyk: actions index for tag's list and show for showing tags for front module
* fizyk: display tag's weight in admin module
* fizyk: modified FCBKcomplete, so that it accepts javascript or script strings as tags
* fizyk: task to rebuild tag's weight from scratch
* fizyk: updating tags weight on adding to (or removing from) taggable objects
* fizyk: added count field to relflect tag's weight
* fizyk: added relation alias to taggable models
* fizyk: updated TagCanvas to 1.6.1
</notes>
</release>
</changelog>
Expand Down

0 comments on commit c44ed1b

Please sign in to comment.