summaryrefslogtreecommitdiff
path: root/modules/book/book.js
Commit message (Collapse)AuthorAge
* Issue #1807688 by Albert Volkman, Lars Toomre: API docs fixes for Book moduleJennifer Hodgdon2013-01-10
|
* Issue #1807688 by Lars Toomre: small docs cleanup in book moduleJennifer Hodgdon2012-10-11
|
* Issue #1426698 by droplet: Fixed book.js: fix vertical tabs summary & clean up.webchick2012-02-14
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #955610 by casey: impossible to have multiple node forms on one page ↵Dries Buytaert2010-11-05
| | | | due to fixed IDs.
* - Patch #445130 by Rob Loach, aspilicious, noahb, jpmckinney, TR: namespace ↵Dries Buytaert2010-04-16
| | | | the Drupal jQuery functions.
* #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for ↵Angie Byron2009-04-27
| | | | anonymous JS functions.
* #323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now ↵Angie Byron2009-04-11
| | | | presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.
* #181125 follow up by beginner: book.js should have been removed earlier in ↵Gábor Hojtsy2008-01-02
| | | | #181125, was a commit mistake
* #174708 by multiple contributors: update jQuery to 1.2Gábor Hojtsy2007-09-12
|
* #172149 by dvessel: add semicolons, so the JS aggregator worksGábor Hojtsy2007-09-01
|
* - Patch #146425 by pwolanin et al:Dries Buytaert2007-07-30
* Removes the hard-coded 'book' type and perform all node actions equally on any node type via hook_nodeapi. * Achieves 100% integration with the menu system. Improves performance of book rendering. * All the algorithms have been changed to use the tree data structure returned by the menu system. * Added support for 'multiple books'. * Some UI improvements. This is a momumental patch that took 69 iterations. Although there is room for improvement, this is a big step forward. Thanks for the persistence, pwolanin.