drupal.org node_display_fields - text_slider widget:
* text slider js script + pass id field throuhg settings array;
(fixed)
* testing with text fields;
(fixed)
* make 2+ sliders per one page for different fields (pass field id to js script through drupal_add_js(array(...), 'setting'); param and define field classes;
(fixed)
* Hide all unnecessary fields/labels out of node_display_fields field ui form;
(fixed)
* replace textfield to select list with textfields/textareas to apply slider;
(fixed)
* Exclude textareas/textfields which already in use by another text slider for same content type;
(fixed)
* Widget slider select list - Add name of Text slider field the Text field attached to (now field has textfield type)
(fixed)
* When add field with Text slider widget and all options are disabled it's impossible to submit a form with disabled item (make empty None option ?)
(fixed);
* make auto-unlimited setup for selected field (fixed)
* lock for users to change option on Text field/widget form + write a warning which says to go and unbind slider; (fixed)
* small fix in form_alter hook - for Text slider widgets only condition is added;
(fixed)
* test for different content types - add fields through 'Add existing field' option;
(fixed)