Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

JavaScript usage and organization in Vanilla

edited March 2011 in Vanilla 2.0 - 2.8
I recently started to write small guide to myself for all JS and CSS used by Vanilla.

Here I want to ask few small questions.
Good thing in Vanilla are js folders for each application.
In global library folder we must have only scripts used by more than one applications.

Unfortunately it is not always so.
One example - Autocomplete plugin.
Used in conversations application only.
Plus it is outdated and really contained in jquery.ui.
Packed version is not used really by anyone.

Same for TableDnD plugin, that is used in global.js (why we have code related to categories sorting in global.js is our of my mind). But must be in dashboard folder.
With latest jQuery, TableDnD seems to have problems (at least in Vanilla usage for category sorting), while with 1.4.2 it works ok.

Comments

Sign In or Register to comment.