summaryrefslogtreecommitdiff
path: root/modules/book
Commit message (Collapse)AuthorAge
...
* #195576 by webernet: fix broken state of book updates due to my faulty ↵Gábor Hojtsy2007-11-27
| | | | rollback of a patch
* Rollback the accidentally committed #194310Gábor Hojtsy2007-11-26
|
* - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵Dries Buytaert2007-11-26
| | | | fixed minor spelling issues and fixed spacing issues.
* - Patch #192736 by quicksketch et al: drag and drop for book module.Dries Buytaert2007-11-26
|
* #120960 by blakehall, JirkaRybka, catch: improve usability of content ↵Gábor Hojtsy2007-11-26
| | | | editing permission names
* #191360 by chx: allow contributed modules to override the book and menu ↵Gábor Hojtsy2007-11-21
| | | | parent selectors (to improve usability and performance)
* #160200 by dvessel and chx: better theming support for book moduleGábor Hojtsy2007-11-04
|
* #100569 by keith.smith: improve explanation of what a book is about (in ↵Gábor Hojtsy2007-10-27
| | | | book.module)
* - Patch #89196 by catch, keith, earnie, webchick et al: string massaging.Dries Buytaert2007-10-25
|
* - Patch #155870 by quicksketch et al: AHAH-ification of the poll module.Dries Buytaert2007-10-17
|
* #181125 by quicksketch and dmitrig01: AHAH usability improvements for book ↵Gábor Hojtsy2007-10-15
| | | | | | | module - book outline form reordering in real-time - better context sensitive book parent editing
* #164983 by multiple contributors: document the core database schemasGábor Hojtsy2007-10-10
|
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.
* #86857 by pwolanin and webchick: autogenerate log message for book page ↵Gábor Hojtsy2007-09-28
| | | | changes when made from the outline view (ie. node title or weight can be changed and is now in the log message)
* #160043 by chx: array_filter for book admin settings form, which is required ↵Gábor Hojtsy2007-09-25
| | | | based on http://lists.drupal.org/pipermail/development/2006-September/019917.html
* #174708 by multiple contributors: update jQuery to 1.2Gábor Hojtsy2007-09-12
|
* #172840 by Crell: break up book module to improve performanceGábor Hojtsy2007-09-11
|
* - Patch #172961 by webernet: code style cleanup.Dries Buytaert2007-09-05
|
* #172149 by dvessel: add semicolons, so the JS aggregator worksGábor Hojtsy2007-09-01
|
* #111127 rollback by chx, slightly extended: roll back node_load cache, it ↵Gábor Hojtsy2007-08-30
| | | | needs more thought and discussion, so postponed until at least Drupal 7
* - Patch #170004 by pwolanin: removed db_num_rows() in book_update_6000.Dries Buytaert2007-08-26
|
* #111127 by chx: cache node_load(), so heavy operations loading data from ↵Gábor Hojtsy2007-08-25
| | | | external sources and only invoked once (note that you should do everything dynamic in the view op, not the load op)
* - Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href ↵Dries Buytaert2007-08-23
| | | | instead of @import for CSS.
* #165675 follow up patch by pwolanin: retain menu information on node ↵Gábor Hojtsy2007-08-20
| | | | previews to check, do not use the newly selected values yet, to be consistent with the DB
* - Patch #80951 by killes, yched et al: block caching.Dries Buytaert2007-08-19
|
* #166913 by pwolanin and webernet: fix book outline removal confirm form ↵Gábor Hojtsy2007-08-18
| | | | parameters and improve user documentation
* #165675 by pwolanin: only show allowed parent items in menu/book select ↵Gábor Hojtsy2007-08-16
| | | | fields to avoid going deeper then what is allowed
* - Patch #154470 by pwolanin et al: optimize menu queries and indices.Dries Buytaert2007-08-11
|
* #160039 by prakashp, chx and pwolanin: fix node saving:Gábor Hojtsy2007-08-09
| | | | | | - centralize/reuse some node form saving code - fix uploads without JS - fix reappearing teasers on node save
* #164348 by pwolanin: improve book block performanceGábor Hojtsy2007-08-07
|
* #164545 by pwolanin: fix call time pass by reference warningGábor Hojtsy2007-08-04
|
* - 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.
* - Patch #142157 by xqus: fixed problem with l() conversion.Dries Buytaert2007-07-03
|
* - Rollback of patch #147723: delete API. Talked to Steven and Gabor and weDries Buytaert2007-07-01
| | | | | | | | | unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7.
* #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵Gábor Hojtsy2007-06-30
| | | | router path based lookups, and also full path argument lookup with a passed argument array
* - Patch #153364 by webernet: notices and RTL issue with book.module.Dries Buytaert2007-06-28
|
* #147723: Deletion API (by hunmonk). Woop woop.Steven Wittens2007-06-22
|
* #145737 follow up patch by yhager: include right to left styles for print.cssGábor Hojtsy2007-06-10
|
* - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵Dries Buytaert2007-06-08
| | | | core compatibility version.
* - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵Dries Buytaert2007-06-04
| | | | redundant arguments
* - Patch #146470 by Eaton et al: standardize form API3 hook parameter order.Dries Buytaert2007-05-28
|
* #145737 by yhager, documentation cleaned up by myself: add support for RTL ↵Gábor Hojtsy2007-05-27
| | | | | | | | | CSS overrides and default RTL CSS override files for modules Note: properties, which are different in the RTL display are marked with /* LTR */ in default CSS files now, so maintainers remember that changing them should also have an effect on RTL CSS files. This should open the way for better RTL (right-to-left written) language (such as Arabic and Hebrew) support.
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵Dries Buytaert2007-05-25
| | | | Oh, behave.
* - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)Dries Buytaert2007-05-14
|
* - Patch #128082 by Goba et al: Allow localization of built-in menu items.Dries Buytaert2007-04-30
|
* - Patch #76588 by Gabor: made log messages translatable. Yay.Dries Buytaert2007-04-24
|
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* - Patch #107061 by Steven et al: add jQuery teaser splitter.Dries Buytaert2007-04-09
|
* - Patch #130987 by merlinofchaos: added theme registry for easier themability.Dries Buytaert2007-04-06
|
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
|