Releases for Taxonomy Manager

taxonomy_manager 6.x-2.1

mh86 - September 5, 2009 - 10:31
Official release from CVS tag: DRUPAL-6--2-1
First released: September 5, 2009 - 10:31
Download: taxonomy_manager-6.x-2.1.tar.gz
Size: 76.83 KB
md5_file hash: 6290e184dbcb4df6942f737cfc658f2a
Last updated: September 5, 2009 - 10:35
View usage statistics for this release

This release contains fixes for some small / annoying bugs:

#553502 fixes php warnings
#554436 added missing curly braces in query
#554156 removed misspelled css display property
#567564 by DamienMcKenna: disable taxonomy/term redirect by default

taxonomy_manager 6.x-2.0

mh86 - August 18, 2009 - 09:39
Official release from CVS tag: DRUPAL-6--2-0
First released: August 18, 2009 - 09:39
Download: taxonomy_manager-6.x-2.0.tar.gz
Size: 76.84 KB
md5_file hash: 9a03787b3cbafeb7068030514c6740ac
Last updated: August 18, 2009 - 09:42
View usage statistics for this release

New major release of the Taxonomy Manager

New Features and Bug Fixes:

  • Double Tree interface (optional feature to display two trees side by side), including operations to:
    • move terms in hierarchies
    • add new translations within a multilingual vocabulary
    • switch terms across different vocabularies
  • Improved tree widget, so that it automatically expands a path to a given term
  • i18n support for multilingual vocabularies (per language terms):
    • Language Selector to filter treeview for a specific language
    • Interface to add new translations
  • Extended Search Capabilities:
    • Display message with matched terms
    • Option to search within a selected subtree
    • Option to include synonyms
    • Option to search within a specific language
  • Option to select all child terms in the treeview
  • JavaScript and CSS optimizations
  • Added validation for unique names in autocomplete when moving or merging
  • More detailed status messages
  • Display synonyms in alphabetical order
  • #482304 added validations to ensure a consistent hierarchy

taxonomy_manager 6.x-2.x-dev

mh86 - July 23, 2009 - 07:20
Nightly development snapshot from CVS branch: DRUPAL-6--2
First released: July 23, 2009 - 07:20
Download: taxonomy_manager-6.x-2.x-dev.tar.gz
Size: 82.82 KB
md5_file hash: 5ae84a09b7e75c9adebfe141158483bb
Last updated: November 4, 2009 - 00:20
View usage statistics for this release

new branch for current development, including new features

if you update the taxonomy manager module from previous versions, the menu cache needs to be cleared (you can do that for example by re-submitting the modules page)

taxonomy_manager 5.x-1.2

mh86 - June 10, 2009 - 15:40
Official release from CVS tag: DRUPAL-5--1-2
First released: June 10, 2009 - 15:40
Download: taxonomy_manager-5.x-1.2.tar.gz
Size: 47.52 KB
md5_file hash: e96667b4e85f3b077cfeff99a62c13ec
Last updated: June 10, 2009 - 15:42
View usage statistics for this release

Security Update - fixing multiple XSS vulnerabilities:

* Vocabulary name was displayed unfiltered
* Synonyms displayed unfiltered on term data detail page
* Parent and related terms displayed unfiltered on term data detail page
* Term names might have been unfiltered when using taxonomy tree form element in other modules (e.g. content taxonomy tree widget)

taxonomy_manager 6.x-1.1

mh86 - June 10, 2009 - 15:37
Official release from CVS tag: DRUPAL-6--1-1
First released: June 10, 2009 - 15:37
Download: taxonomy_manager-6.x-1.1.tar.gz
Size: 58.06 KB
md5_file hash: 2e841d8f6085e3e0452b1dff62859b98
Last updated: June 10, 2009 - 15:42
View usage statistics for this release

Security Update - fixing multiple XSS vulnerabilities:

* Vocabulary name was displayed unfiltered
* Synonyms displayed unfiltered on term data detail page
* Term names might have been unfiltered when using taxonomy tree form element in other modules (e.g. content taxonomy tree widget)

taxonomy_manager 6.x-1.0

mh86 - May 7, 2009 - 15:42
Official release from CVS tag: DRUPAL-6--1-0
First released: May 7, 2009 - 15:42
Download: taxonomy_manager-6.x-1.0.tar.gz
Size: 58.03 KB
md5_file hash: a3b6b720e0e5bba07587344d15b3d1b1
Last updated: May 7, 2009 - 15:47
View usage statistics for this release

Initial 6.0 Release of Taxonomy Manager

Changes since Beta2:
-----------------------

Features:
* added some small features

Bug Fixes
* #443830 by markus_petrux: remove @ from jquery selectors
* #441534 by quaoar: reordered closing div in taxonomy_manager_form
* #397584 fixed updating of hierarchy settings
* fixed ajax throbber in safari
* #358411 prevent fatal error

Translations:
* added Japanese translation
* #372170 adding french translation

taxonomy_manager 6.x-1.0-beta2

mh86 - September 16, 2008 - 13:49
Official release from CVS tag: DRUPAL-6--1-0-BETA2
First released: September 16, 2008 - 13:49
Download: taxonomy_manager-6.x-1.0-beta2.tar.gz
Size: 49.2 KB
md5_file hash: c1d54a1882e45d4f06ff1a3b01e6eacb
Last updated: September 16, 2008 - 13:50
View usage statistics for this release

Please run through the update.php when updating from beta1 to beta2 (theme registry and menu cache needs to be cleared)

Changes since Beta1:

  • #297412 by bangpound: fixes merging
  • #297197 by Anseim Heaton: fixing expanding of the tree when displaying radio buttons
  • #297846: fixes updating of hierarchical setting in vocabulary
  • fixes invoking of hook_taxonomy delete
  • #298787: fixes line endings
  • #298601: reduced complexity of HTML and CSS, done at EOL Code Sprint
  • re-worked term data form, done at EOL Code Sprint
  • #298603 fixed empty th tag

taxonomy_manager 6.x-1.0-beta1

mh86 - July 30, 2008 - 07:24
Official release from CVS tag: DRUPAL-6--1-0-BETA1
First released: July 30, 2008 - 07:24
Download: taxonomy_manager-6.x-1.0-beta1.tar.gz
Size: 48.15 KB
md5_file hash: 3e46d1e0750d90b11cb1d0f936d7df82
Last updated: July 30, 2008 - 07:25
View usage statistics for this release

First beta release of the Taxonomy Manager. This version should work already pretty stable.
Before an official release some code optimization (using new FAPI features, ...) should be done and maybe I'm going to add some small new features too.

taxonomy_manager 5.x-1.1

mh86 - July 26, 2008 - 10:03
Official release from CVS tag: DRUPAL-5--1-1
First released: July 26, 2008 - 10:03
Download: taxonomy_manager-5.x-1.1.tar.gz
Size: 46.07 KB
md5_file hash: eb997911f7bb62861b2dcc5d5594c9a0
Last updated: July 26, 2008 - 10:05
View usage statistics for this release

This release contains several new features and some bug fixes.

Features:
* CSV Export of terms (needs clearing of menu cache -> disable/enable the Taxonomy Manager module)
* Additional confirmation form when deleting terms
* Configurable Pager Count
* Link to the term page in the term data editing form
* Textarea for mass adding of terms
* Possibility to disable mouse-over effect of weighting arrows (improves performance)

Bug Fixes:
* fixes adding of same click event to the same element more often --> major performance improvement
* #173853 fixes escaping problems when adding/editing terms
* #194079, #172735: fixes postgres error

taxonomy_manager 6.x-1.x-dev

mh86 - March 27, 2008 - 18:50
Nightly development snapshot from CVS branch: DRUPAL-6--1
First released: March 27, 2008 - 18:50
Download: taxonomy_manager-6.x-1.x-dev.tar.gz
Size: 58.07 KB
md5_file hash: 35a41b9dd99283db8fe2faec89bf8af5
Last updated: June 11, 2009 - 00:28
View usage statistics for this release

Development version of the Taxonomy Manager for Drupal-6.

taxonomy_manager 5.x-1.0

mh86 - August 20, 2007 - 14:52
Official release from CVS tag: DRUPAL-5--1-0
First released: August 20, 2007 - 14:52
Download: taxonomy_manager-5.x-1.0.tar.gz
Size: 42.32 KB
md5_file hash: fde51905d26086162c4a2fb9ac77e3d7
Last updated: August 20, 2007 - 14:55
View usage statistics for this release

first release of the Taxonomy Manager

taxonomy_manager 5.x-1.x-dev

mh86 - July 29, 2007 - 16:48
Nightly development snapshot from CVS branch: DRUPAL-5
First released: July 29, 2007 - 16:48
Download: taxonomy_manager-5.x-1.x-dev.tar.gz
Size: 47.53 KB
md5_file hash: cdfbf6f19550349cf390359529b4e4bf
Last updated: June 11, 2009 - 00:28
View usage statistics for this release

development snapshot of current taxonomy manager. already available features: tree structure, adding/deleting/moving of terms

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.