OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Move Tagit script from Taxonomies to JQuery #3808

Open orchardbot opened 11 years ago

orchardbot commented 11 years ago

@sfmskywalker created: https://orchard.codeplex.com/workitem/19980

Currently Tagit is used in Orchard.Taxonomies, but it would be nice if other modules could easily use this script as well (currently, Contrib.Buckets is referencing this script via its relative path: "~/Modules/Orchard.Taxonomies/Scripts/tagit.js").

Perhaps move this script to Orchard.jQuery and expose it via its Resource Manifest provider.

orchardbot commented 10 years ago

@sebastienros commented:

Not in jQuery maybe. Each javascript has its own feature. New module ?

agriffard commented 8 years ago

Move in Orchard.Resources ? Is it still used ?

sfmskywalker commented 8 years ago

Yes, I believe it's used by Taxonomies, which has a content type setting of displaying taxonomies as little autocomplete tags.