Commit Graph

31 Commits

Author SHA1 Message Date
chillu 873a310377 MINOR created TagField 0.1 release 2009-02-01 06:49:04 +00:00
chillu 35abe87777 MINOR updated changelog 2009-02-01 06:48:02 +00:00
chillu d255780907 BUGFIX Fixed jquery.tags saving of "matches" variable - was getting wrong scope from ajax callback introduced in r67871)
BUGFIX Fixed faulty case sensitive tagname comparison in jquery.tags which prevented tag suggestions from being clickable
2009-02-01 06:41:20 +00:00
chillu 41777d9452 BUGFIX Disabled browser autocomplete on <input> elements in TagField - overlays the actual tagfield suggestions (automatically inserted in DOM beneath the <input>) 2009-02-01 06:39:57 +00:00
chillu 38070e1919 ENHANCEMENT Improved tag suggestion performance by using raw SQL rather than DataObject::get() in TagField->getTextBasedTags() (after first flawed attempts in r70696) 2009-02-01 05:43:05 +00:00
chillu 245e8897d0 BUGFIX Reverted nlou's numerous attempts at breaking this field (r70473, r70482, r70696, r70787) 2009-02-01 05:38:28 +00:00
halkyon 23f950038d BUGFIX Fixed failing filtering of duplicates in TagField::getTextbasedTags() 2009-01-27 03:18:45 +00:00
halkyon 75c04e4d4b MINOR Code style formatting fixes for consistency 2009-01-27 03:01:13 +00:00
halkyon 1d6b557678 BUGFIX Only retain unique tags (ignoring case sensitivity) when using the TagField::getTextbasedTags() method
MINOR Removed redundant commented out code
2009-01-27 02:58:56 +00:00
Normann Lou 465c5716d7 2009-01-23 05:34:08 +00:00
Normann Lou 4b246a337c 2009-01-21 02:36:00 +00:00
Normann Lou f9b721f988 Undoing change committed in r70473 2009-01-20 23:26:30 +00:00
Normann Lou 597e812e0a 2009-01-20 22:51:15 +00:00
Normann Lou 3e5ed4c1e3 Feature, Add the ability in front end that a tag field could dynamically get its field text separator which is coming from the field php code. 2009-01-15 22:45:59 +00:00
ajoneil ff28e46dc4 MINOR: Removed log message 2008-12-16 23:00:42 +00:00
chillu d1ce4b36ff ENHANCEMENT Added TagField->maxSuggestionsNum 2008-12-09 20:53:42 +00:00
chillu 6f1e687939 BUGFIX Only getting TagField->getTagTopicClass() if $form reference exists 2008-12-09 20:52:11 +00:00
sminnee 26fee194a8 Get tagfield working reliably in CMS 2008-12-08 23:54:11 +00:00
sminnee 4ad3adb128 BUGFIX: Get TagField working in the ModelAdmin.
FEATURE: Make tagObjectField editable in the constructor.
2008-12-08 04:47:02 +00:00
chillu 9cb4624d1a MINOR Added language tables for TagField 2008-11-05 21:26:06 +00:00
chillu 50681e4179 BUGFIX Infering TagField->getTagTopicClass() from the form record if present. This means you don't have to explicitly set this information when dealing with text-based tags 2008-11-05 21:25:44 +00:00
chillu 7c7183ceea ENHANCEMENT Added getters/setters for $tagTopicClass in TagField
MINOR Documentation for TagField
2008-10-11 18:46:56 +00:00
chillu b87158fa0b ENHANCEMENT Added unittest to TagFieldTest->testValueDisplayFromRelation() 2008-10-09 00:33:27 +00:00
chillu 318f7ac777 BUGFIX Fixed TagField->setValue() for ComponentSets (still pending on a fix to Form.php->loadDataFrom(), setValue() is currently not triggered) 2008-10-09 00:32:37 +00:00
chillu 5b5497a395 fixed jquery noconflict 2008-09-30 18:16:51 +00:00
chillu 5f46497799 ENHANCEMENT Improved customTag support 2008-09-30 18:12:17 +00:00
chillu e75e5a5a45 BUGFIX Passing all tests now
MINOR Added css stubs
2008-09-30 17:37:41 +00:00
chillu dddedf48a1 ENHANCEMENT Added saving unit tests
BUGFIX Fixed separator handling
MINOR Added README
2008-09-30 16:49:56 +00:00
chillu fd15deeee8 removed obsolete tagfield folder in wrong nesting 2008-09-30 16:04:49 +00:00
chillu 98c6abc822 moved tagfield into proper folder structure 2008-09-30 16:04:04 +00:00
chillu aa0fb00c7a added "tagfield" module 2008-09-30 16:00:21 +00:00