0.13.0 03-02-08 JoH asenau <info@cybercraft.de>
	Introduced a new TSconfig parameter "tagBoxSortingMode". Currently the only possible value is "sorting" which will enable manual sorting of tags in the BE field instead of the default alphabetical sorting.
	Fixed a bug with additional filters that where not recognized anymore
	Fixed a bug with multiple records saved by elements containing IRRE relations getting the tags of the first record

0.12.1 10-01-08 JoH asenau <info@cybercraft.de>
	Fixed a bug caused by a missing closing bracket that caused result lists to disappear when there where jno additionalFilters set.

0.12.0 10-01-05 JoH asenau <info@cybercraft.de>
	Added includeLibs.XXX to the static templates to reactivate rendering of tagpack based elements with TYPO3 versions 4.3.+

0.11.0 09-12-08 JoH asenau  <info@cybercraft.de>
	Urgent Bugfix: Broken implementation of hide/unhide commands completely removed relations between tags and records while hiding/unhiding them via list module or click menu
	Optimized performance by changing SQL queries to exec_SELECTquery to get rid of double while/foreach loops when using exec_SELECTgetRows and moving parts of the WHERE clause of JOIN to ON

0.10.6 09-12-04 JoH asenau  <info@cybercraft.de>
	Optimized performance by changing SQL queries to exec_SELECTquery to get rid of double while/foreach loops when using exec_SELECTgetRows and moving parts of the WHERE clause of JOIN to ON
	Changed the KEY of both MM tables after analysing the usage

0.10.5 09-11-10 JoH asenau  <info@cybercraft.de>
	Fixed a bug that ignored removing of all tags from a previously tagged item

0.10.4 09-11-09 JoH asenau  <info@cybercraft.de>
	Define position and appearance of the form element in forms
	Additional TSconfig syntax
	tx_tagpack_tags.table.[tablename] {
		specificTypesList = [typelist]
		position = [after:field|before:field] //<=default
		position.[type] = [after:field|before:field] //<= config for a specific type
		noTab = 1
	}
	
	Fixed a bug that prevented the above feature from working


0.10.3 09-11-09 JoH asenau  <info@cybercraft.de>
	Removed non existing email address

0.10.2 09-11-09 JoH asenau  <info@cybercraft.de>
	Renamed the variable allowedPages to allowedTables - spaces in the CSV list are removed now

	Bugfix pi3 - additionalFilters didn't work when maxItems were set and no item met the filter criteria - this is a quick and dirty workaround that must be refactored performancewise later on
 
	Fixed a bug with multiple get vars not being recognized correctly
 
	changed paths from absolute to relative to fix a bug when tagpack is used with TYPO3 installed in a subfolder
 
	Define position and appearance of the form element in forms
	Additional TSconfig syntax
	tx_tagpack_tags.table.[tablename] {
		specificTypesList = [typelist]
		position = [after:field|before:field] //<=default
		position.[type] = [after:field|before:field] //<= config for a specific type
		noTab = 1
	}

0.10.1 09-09-20 JoH asenau  <info@cybercraft.de>
	Fixed an SQL error happening in the backend search-while-you-type-interface for non amdin users

0.10.0 09-09-20 JoH asenau  <info@cybercraft.de>

	Added a new DESCRIPTOR mode for two level tagging. When this mode is activated during installation, only tags of the type DESCRIPTOR can be used to tag records of other tables, while only tags of the type NON DESCRIPTOR can be used to tag tag records.
	Added new fields tagtype (necessary for the DESCRIPTOR mode), category, quodvide and description to the tag table.
	Added a new table for categories. Relations are using a simple foreign table select field in the tag table.
	Modified the search-while-you-type-interface to recognize the DESCRIPTOR mode and show a list of additional information when tagging records of other tables. The category and description are inserted into the title attribute of each tag so that users can read them on mouseover.
	Tags will automatically get the tagtype 1 when they are created as subtags of another tag.
	quodvide (or "see also") will connect tags to other tags with related topics without making them part of the actual tagcloud. This is done with another MM table to make sure that connections and relations can be found quickly later on.
	The quodvide field is not being used by any FE plugin yet.
	
0.9.3 09-09-15 JoH asenau  <info@cybercraft.de>

	Added a check for the modification of the tag table so that users can not create new tags but only assign existing ones if they have insufficient rights (issue #3321)
	Changed label and tab handling (issue #3895)
	Changed title tags for links in the tagcloud from hardcoded text to a typoscript value
	Removed the default page access check for non admin users so the tag manager will work for them
	Changed wrong label for the tagcloud element
	Enabled LOCAL_LANG settings in tx_tagpack_pi3 (issue #4378)
	Fixed a bug with TSconfig getTagsFromPid being ignored (issue #4234)	
	
0.9.2 09-05-30 JoH asenau  <jh@eqony.com>
	A new test regarding the manual. Should be better than the last one and contains more useful stuff now ;-)

0.9.1 09-05-29 JoH asenau  <jh@eqony.com>
	A test regarding the manual to make sure it will be rendered as expected

0.9.0 09-04-14 JoH asenau  <jh@eqony.com>
	Functionality slightly modified to improve usability.
	Doubleclicking is now possible where users expect it and ENTER will submit the form while merging.
	CSS slightly changed as well.

0.8.0	09-04-14 JoH asenau  <jh@eqony.com>
	Fixed ext_tables.php to match the current versions of plugins and content elements again
	Downgraded the plugins to the current working versions (sorry for the inconvenience caused by mixed up files)
	Added the missing static folder again
	
0.7.1	09-04-09 JoH asenau  <jh@eqony.com>
	
	Tag manager module is close to stable now.
	Merging of tags is now possible while assigning their relations to the replacement tag.
	"Translate" will be a feature for the 1.x branch though.
	Bugfix: If one of the tags to be merged and the replacement tag are the same, the tag still was deleted

0.7.0	09-04-09 JoH asenau  <jh@eqony.com>
	
	Tag manager module is close to stable now.
	Merging of tags is now possible while assigning their relations to the replacement tag.
	"Translate" will be a feature for the 1.x branch though.

0.6.2	09-04-08 JoH asenau  <jh@eqony.com>
	
	Fixed a small bug (removed JS debug alert from date fields)

0.6.1	09-04-08 JoH asenau  <jh@eqony.com>
	
	Fixed a small bug (ext_tables.php including wrong typoscript statics)

0.6.0	09-04-08 JoH asenau  <jh@eqony.com>
	
	The new tag manager module is close to completion now - "Examine" and "Edit" are already available, "Merge" will be finished soon, "Translate" is planned for this summer
	There's a new tagpack api class for backend and frontend functionality (thanx to Benjamin Mack)
	Backend functions have been adapted to work with the new api as far as possible, frontend plugins will follow

0.5.5	09-02-06 JoH asenau  <jh@eqony.com>
	
	added a check for an empty enabledRecords section in result list configuration to avoid a TCA bug shown in the frontend

0.5.4	09-02-06 JoH asenau  <jh@eqony.com>
	
	removed invalid character from static setup.txt of the tagcloud

0.5.3	09-02-06 JoH asenau  <jh@eqony.com>
	
	fixed a bug: TS-Setup for result lists using non existing constants

0.5.2	09-02-06 JoH asenau  <jh@eqony.com>
	
	fixed a bug TS-Setup for result lists of tagged records of pages and tt_content using wrong constant names

0.5.1	09-02-06 JoH asenau  <jh@eqony.com>
	
	added example TS-Setup for result lists of tagged records of pages and tt_content
	changed CSS-classes (they contain the official extension name as a prefix now)

0.5.0	09-02-06 JoH asenau  <jh@eqony.com>
	
	added basic settings for the installation with the extension manager
	added several constants for the constant editor
	added a regular expression for tagnames to get rid of special chars execept space or - (minus)

0.4.2	09-02-05 JoH asenau  <jh@eqony.com>
	
	fixed a bug with tags containing the Character - (minus) 

0.4.1	09-02-03 JoH asenau  <jh@eqony.com>
	
	fixed a bug regarding listing of elements when in tagcrumb-mode

0.4.0	09-02-02 JoH asenau  <jh@eqony.com>
	
	added handler for version, inlineLocalizeSynchronize and hidden/unhidden elements with tags
	fixed a bug regarding deleting and undeleting of tagged items

0.3.3	08-10-12 JoH asenau  <info@cybercraft.de>
	
	added some icons
	fixed a bug regarding selection of items with multiple tags	

0.3.2	08-09-13 JoH asenau  <info@cybercraft.de>
	
	* removed one intval check that prevented new connection of tags if there were no existing tags available	

0.3.1	08-09-12 JoH asenau  <info@cybercraft.de>
	
	* removed a debug output
	* secured DB queries against possible attacks

0.3.0	08-09-12 JoH asenau  <info@cybercraft.de>
	
	* fixed some bugs with empty datamap entries for the tag field
	* database operations other than editing don't destroy the relations anymore

0.2.0	08-07-14 JoH asenau  <info@cybercraft.de>
	
	* plugins for the tagcloud and a tagged items list are final
	* the tagcloud can be pimped with
	    a searchbox,
	    a switch between filtermode and surfmode as well as 
	    a calendar for time frame settings
	* recognition for additional URL parameters can be enabled as well
	* plugin for the nomination of tags still pending

0.1.0	08-01-14 JoH asenau  <info@cybercraft.de>
	
	* Backend works as expected
	* You can create Tags and assign them to tables listed in
	  TSconfig 'tx_tagpack_tags.taggedTables'
	* no modules or plugins available yet

08-01-11 JoH asenau  <info@cybercraft.de>

	* Initial release
	
	
