CVS messages for Views Accordion
November 3, 2009
- Commit #283544 by Manuel Garcia at 18:52
Actually call the parent::render(), and forever avoid the problem faced with the views 2.7 update.
- Commit #283394 by Manuel Garcia at 11:09
Bug fix: #621568 - Latest release of views had some changes in views_plugin_style render() function that needed to be updated on views_accordion.
October 20, 2009
- Commit #277396 by Manuel Garcia at 20:09
Bug fix: #608430 reported by jdlind38: Row to display opened selection was blank if items_per_page was set to unlimited. We step in in that case and give the first 10 rows to choose from.
October 16, 2009
- Commit #275608 by Manuel Garcia at 12:17
Properly getting the option for items_per_page.
September 24, 2009
- Commit #267046 by Manuel Garcia at 11:22Views Accordion: /modules/views_accordion/views-accordion.js 1.1.2.14 @ DRUPAL-6--1
Views Accordion: /modules/views_accordion/views_accordion_style_plugin.inc 1.1.2.10 @ DRUPAL-6--1New feature #475552 Ability to choose which item is opened at start. This implied that the first-open option was removed, now the user chooses whether or not an item should start opened, and then the user chooses which one. Minor cleanups, removing Experimental and links to issue queue on some elements that have been quiet for some time.
September 14, 2009
- Commit #262616 by Manuel Garcia at 10:27Views Accordion: /modules/views_accordion/views-accordion.js 1.1.2.13 @ DRUPAL-6--1
Views Accordion: /modules/views_accordion/views_accordion_style_plugin.inc 1.1.2.9 @ DRUPAL-6--1New feature per request #454370 Allow more than one row to be opened, which basicaly means disabling the main accordion effect of closing opened items when openening a new one.
July 7, 2009
- Commit #234590 by Manuel Garcia at 15:55
BUG fix: #507406
June 5, 2009
- Commit #221368 by Manuel Garcia at 19:28Views Accordion: /modules/views_accordion/views-accordion.js 1.1.2.11 @ DRUPAL-6--1
Views Accordion: /modules/views_accordion/views_accordion_style_plugin.inc 1.1.2.8 @ DRUPAL-6--1Bug fix: Stop/start button was being added on all views even if not accordion views (when using autocycle). #479758 This implied changing the way we select the view content, which made necessary changing what we pass to the js file from the _style_plugin.inc I've also optimized some selectors.
May 8, 2009
- Commit #208644 by Manuel Garcia at 10:41
Bug fix for #454016
March 9, 2009
- Commit #180896 by Manuel Garcia at 14:50Views Accordion: /modules/views_accordion/views-accordion.js 1.1.2.9 @ DRUPAL-6--1
Views Accordion: /modules/views_accordion/views_accordion_style_plugin.inc 1.1.2.7 @ DRUPAL-6--1New feature: Configure whether or not you'd like to keep one item opened. Required: * Adding a new form element to configure it, and sending it to the js file. * Adding a check on this setting if the accordion item we clicked on is opened.
