Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #154470 by pwolanin et al: optimize menu queries and indices. | Dries Buytaert | 2007-08-11 |
| | |||
* | #160039 by prakashp, chx and pwolanin: fix node saving: | Gábor Hojtsy | 2007-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 performance | Gábor Hojtsy | 2007-08-07 |
| | |||
* | #164545 by pwolanin: fix call time pass by reference warning | Gábor Hojtsy | 2007-08-04 |
| | |||
* | - Patch #146425 by pwolanin et al: | Dries Buytaert | 2007-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 Buytaert | 2007-07-03 |
| | |||
* | - Rollback of patch #147723: delete API. Talked to Steven and Gabor and we | Dries Buytaert | 2007-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 Hojtsy | 2007-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 Buytaert | 2007-06-28 |
| | |||
* | #147723: Deletion API (by hunmonk). Woop woop. | Steven Wittens | 2007-06-22 |
| | |||
* | #145737 follow up patch by yhager: include right to left styles for print.css | Gábor Hojtsy | 2007-06-10 |
| | |||
* | - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵ | Dries Buytaert | 2007-06-08 |
| | | | | core compatibility version. | ||
* | - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵ | Dries Buytaert | 2007-06-04 |
| | | | | redundant arguments | ||
* | - Patch #146470 by Eaton et al: standardize form API3 hook parameter order. | Dries Buytaert | 2007-05-28 |
| | |||
* | #145737 by yhager, documentation cleaned up by myself: add support for RTL ↵ | Gábor Hojtsy | 2007-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 Buytaert | 2007-05-25 |
| | | | | Oh, behave. | ||
* | - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :) | Dries Buytaert | 2007-05-14 |
| | |||
* | - Patch #128082 by Goba et al: Allow localization of built-in menu items. | Dries Buytaert | 2007-04-30 |
| | |||
* | - Patch #76588 by Gabor: made log messages translatable. Yay. | Dries Buytaert | 2007-04-24 |
| | |||
* | - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵ | Dries Buytaert | 2007-04-13 |
| | | | | core. Woot. Woot. | ||
* | - Patch #107061 by Steven et al: add jQuery teaser splitter. | Dries Buytaert | 2007-04-09 |
| | |||
* | - Patch #130987 by merlinofchaos: added theme registry for easier themability. | Dries Buytaert | 2007-04-06 |
| | |||
* | #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc) | Steven Wittens | 2007-03-27 |
| | |||
* | - Patch #114745 by moonray: book module: can't remove top-level node. | Dries Buytaert | 2007-03-25 |
| | |||
* | - Patch #128081 by Eaton: remove #base, paving the path for a simpler form API. | Dries Buytaert | 2007-03-17 |
| | |||
* | - Patch #113603 by chx: first crack at re-implementing tabs. | Dries Buytaert | 2007-02-11 |
| | |||
* | - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵ | Dries Buytaert | 2007-01-31 |
| | | | | Thanks. | ||
* | - Patch #109010 by O Govinda: fixed CSS for handling of book navigation links. | Dries Buytaert | 2007-01-29 |
| | |||
* | - Rollback of E_ALL patch. Too much extra breakage. | Dries Buytaert | 2007-01-25 |
| | |||
* | - Patch #112715 by webchick et al: fixed some E_ALL errors. | Dries Buytaert | 2007-01-25 |
| | |||
* | - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken ↵ | Dries Buytaert | 2007-01-24 |
| | | | | and there is no upgrade path yet. | ||
* | #107443 by webchick. Proper . placement. | Neil Drumm | 2007-01-09 |
| | |||
* | - Patch #107306 by webernet: fixed incomplete break-tag clean up. | Dries Buytaert | 2007-01-07 |
| | |||
* | #100963 by Eaton. Use new pattern for node rendering in printer-friendly ↵ | Neil Drumm | 2006-12-29 |
| | | | | version. | ||
* | #26552 by Heine. Add child page to unpublished book nodes doesn't work, so ↵ | Neil Drumm | 2006-11-30 |
| | | | | remove the link. | ||
* | #100350 by dvessel. Adda missing <p> tag. | Neil Drumm | 2006-11-29 |
| | |||
* | - Patch # #98366 by webchick and ac: simplified strings for translators. | Dries Buytaert | 2006-11-24 |
| | |||
* | - Patch #97889 by pwolanin, webchick et al: book documentation improvements. | Dries Buytaert | 2006-11-22 |
| | |||
* | - Patch #87298 by webchick, neil, dww et al: show version numbers on modules ↵ | Dries Buytaert | 2006-11-21 |
| | | | | page. | ||
* | - Patch #92992 by webchick and neclimdul: clean up documentation that is ↵ | Dries Buytaert | 2006-11-21 |
| | | | | superseded by the new 'by module' administration dashboard. | ||
* | - Patch #93678 by chx: book module not updating the database properly. | Dries Buytaert | 2006-11-21 |
| | |||
* | #87474 by webernet. Move the log message field from book to node module. | Neil Drumm | 2006-11-16 |
| | |||
* | #72467 by m3avrck. Better display for long book page and forum topic titles. | Neil Drumm | 2006-11-14 |
| | |||
* | #90395 by joshk, mj2308, and kkaefer. Fix book outline saving. | Neil Drumm | 2006-11-07 |
| | |||
* | #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵ | Steven Wittens | 2006-10-22 |
| | | | | items, etc | ||
* | - Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added ↵ | Dries Buytaert | 2006-10-05 |
| | | | | package support to the modules page. | ||
* | - Patch #84117 by misawie: make book outlining work with PostgreSQL. | Dries Buytaert | 2006-09-26 |
| | |||
* | - Patch #83397 by edkwh: -> . Getting rid of super-globals. | Dries Buytaert | 2006-09-17 |
| | |||
* | #83494 by edkwh. Fix the book outline. | Neil Drumm | 2006-09-13 |
| | |||
* | - Patch #75465 by chx: fixed Doxygen of book.module. | Dries Buytaert | 2006-09-05 |
| |