-
Notifications
You must be signed in to change notification settings - Fork 70
/
README
62 lines (47 loc) · 2.57 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Tagedit - jQuery Plugin
The Plugin can be used to edit tags from a database the easy way
Examples, code and documentation:
http://tagedit.webwork-albrecht.de
http://www.youtube.com/watch?v=TU_FdBlSPNc
https://github.com/webworka/Tagedit
Copyright (c) 2010 Oliver Albrecht <[email protected]>
This work is licensed under a MIT License
http://www.opensource.org/licenses/mit-license.php
Author:
Oliver Albrecht - Mail: [email protected] Twitter: @webworka
Version:
1.5.1 (10/2013)
------ Changelog ---------
v1.5.1 - 28.10.2013
- ID of autocoplete values can now be a integer
v1.5.0 - 28.10.2013
- updated to jQuery 1.9
- updated to jQueryUI 1.10
- fix for autocomplete when source is an array (thanks to alecpl in issue #35)
- autocomplete URL with correct encoding (thanks to yulanggong in issue #36)
- New feature: "When deleting a tag allow to verify if other records are using it before delete" (thanks to danielcsgomes, issue #37)
v1.2.1 - 05.11.2011
- Bugfix: When editing a tag, there was no check on the existing values (issue #15)
- Extension: Pressing ESC while editing no does a reset
v1.2.0 - 08.06.2011
- Extension: Added Support for local data, remote url and function for autocomplete. Thanks to garjitec (issue #9 and #7)
- Extension: Added option for breaking characters. Thanks to garjitec (issue #9)
- Extension: Added option for Case Sesnsitive check of new entries. (issue #8)
- Extension: Added support for pasting into input field. Thanks to garjitec (issue #9)
- Bugfix: Items where not marked as deleted when taking to much time for confirmation
- Merge: Cleaned up formatting. Thanks to garjitech (issue #9)
- Merge: Changed the way that autocompleteURL is used to overwrite autocompleteOptions.source. Thanks to garjitec (issue #9)
v1.1.0 - 05.06.2011
- Bugfix: Putting an item that is inside the autocompletionlist was not possible without clicking on the item (issue #2) thanks to mmezzacca
- Change: Make the Regexp for the name of the items less restrictable (issue #4 and #5) thanks to jdart
- Change: removed the versionstring from the css file
- Extension: Putting the jQuery ui autocompletion options to the tagedit options. Therfore its possible to view the complete list of items (partly issue #1)
- Minor: Added another example page
- Minor: removing some german comments
- Minor: adding some comments for events
v1.0.2 - 19.05.2011
- Bugfix for cases if there are already Elements from database befor initialising the Plugin
v1.0.1 - 18.05.2011
- Bugfix for adding elements that are already inside the autocompletion list
v1.0.0 - 18.05.2011
- initial checkin