Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #108979 by ewhipple, catch, and sun: Order permissions consistently, keep ↵ | Angie Byron | 2008-09-17 |
| | | | | node type related permissions together. | ||
* | - Patch #254553 by aclight: fixed E_NOTICE. | Dries Buytaert | 2008-06-21 |
| | |||
* | - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵ | Dries Buytaert | 2008-05-06 |
| | | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code. | ||
* | - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵ | Dries Buytaert | 2008-04-23 |
| | | | | committed to D6. | ||
* | - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵ | Dries Buytaert | 2008-04-14 |
| | | | | discussion we've decided to make the concatenation operator consistent with the other operators. | ||
* | - Patch #229517 by keith.smith and flobruit: de-html selected interface strings. | Dries Buytaert | 2008-03-13 |
| | |||
* | - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵ | Dries Buytaert | 2008-02-20 |
| | | | | descriptions for permissions on the permission administration page. | ||
* | #216404 by Rob Loach: path_nodeapi() only worked for users with permissions, ↵ | Gábor Hojtsy | 2008-02-03 |
| | | | | although node loading requires the path to be loaded | ||
* | #154517 follow up by Desbeers: path_form_alter() was not path alias language ↵ | Gábor Hojtsy | 2007-12-23 |
| | | | | aware | ||
* | #200069 by keith.smith: new standard for 'more information' links in module ↵ | Gábor Hojtsy | 2007-12-14 |
| | | | | help texts, as the handbook we referred to before was renamed | ||
* | #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, ↵ | Gábor Hojtsy | 2007-12-13 |
| | | | | update to drag and drop functionality, drupal.module removal, etc | ||
* | #198579 by webernet and hswong3i: a huge set of coding style fixes, including: | Gábor Hojtsy | 2007-12-08 |
| | | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting | ||
* | #154517 follow up by Desbeers: fix saving and updating language aware path ↵ | Gábor Hojtsy | 2007-11-30 |
| | | | | aliases | ||
* | #154517 by chx and Desbeers: usability fixes for path module (required ↵ | Gábor Hojtsy | 2007-11-10 |
| | | | | fields, permission info and resetting the filter made possible), and fixing language usage on nodeapi update in path_nodeapi | ||
* | #166644 by pwolanin: path module was incorrectly using drupal_get_form | Gábor Hojtsy | 2007-08-12 |
| | |||
* | - Patch #162463 by kbahey: fixed notice. | Dries Buytaert | 2007-07-28 |
| | |||
* | - Patch #161178 by Crell: split up path module. | Dries Buytaert | 2007-07-22 |
| | |||
* | #156910 by asimmonds: fix code indentation problems introduced with new code ↵ | Gábor Hojtsy | 2007-07-05 |
| | | | | in this development cycle; only whitespace changes | ||
* | - 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 | ||
* | #154046: Optimize confirm_form syntax for common usage (and fix some ↵ | Steven Wittens | 2007-06-24 |
| | | | | $form_state bugs). | ||
* | #153781: Convert all remaining confirm_forms() to deletion api. | Steven Wittens | 2007-06-22 |
| | |||
* | #147723: Deletion API (by hunmonk). Woop woop. | Steven Wittens | 2007-06-22 |
| | |||
* | #150049 by Moshe Weitzman: empower custom url rewriting with url() options | Gábor Hojtsy | 2007-06-18 |
| | |||
* | - 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 |
| | |||
* | - Patch #137767 by chx and pwolanin: multiple menu support. | Dries Buytaert | 2007-05-16 |
| | |||
* | - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :) | Dries Buytaert | 2007-05-14 |
| | |||
* | - Patch #142619 by erdemkose: fixed E_ALL warnings. | Dries Buytaert | 2007-05-10 |
| | |||
* | - Modified patch #141526 by Gurpartap Singh: added a filter form on the path ↵ | Dries Buytaert | 2007-05-07 |
| | | | | alias table. | ||
* | - Patch #128082 by Goba et al: Allow localization of built-in menu items. | Dries Buytaert | 2007-04-30 |
| | |||
* | - Patch #137376 by Gabor: add language support to nodes. | Dries Buytaert | 2007-04-25 |
| | |||
* | #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc) | Steven Wittens | 2007-03-27 |
| | |||
* | - Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem. | Dries Buytaert | 2007-03-26 |
| | |||
* | - Patch #110888 by Eaton: unify hook _alter() | Dries Buytaert | 2007-03-26 |
| | |||
* | - Patch #128081 by Eaton: remove #base, paving the path for a simpler form API. | Dries Buytaert | 2007-03-17 |
| | |||
* | - Patch #126128 by chx and Steven: menu fixes and enhancements. Yay. | Dries Buytaert | 2007-03-12 |
| | |||
* | - Patch #111347 by Steven: refactor url() and l(). | Dries Buytaert | 2007-02-15 |
| | |||
* | - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵ | Dries Buytaert | 2007-01-31 |
| | | | | Thanks. | ||
* | - 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. | ||
* | - Missing clean up URLs on path alias overview page. | Dries Buytaert | 2007-01-09 |
| | |||
* | - Patch #103969 by Gabor: documentation corrections. | Dries Buytaert | 2006-12-18 |
| | |||
* | #97824 by Gurpartap. Move enclosing elements outside of their t(). | Neil Drumm | 2006-11-26 |
| | |||
* | Restoring path.module | Steven Wittens | 2006-11-23 |
| | |||
* | - Patch #99245 by m3avrck: make consistent use of url() in CSS files. | Dries Buytaert | 2006-11-23 |
| | |||
* | - 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 #98293 by Steven: remove restrictions on path aliases. | Dries Buytaert | 2006-11-21 |
| | |||
* | - Patch #62035 by scroogie: removed redundant query. | Dries Buytaert | 2006-11-17 |
| | |||
* | #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵ | Steven Wittens | 2006-10-22 |
| | | | | items, etc | ||
* | - Patch #82465 by webchick: renamed variables in hooks for consistency. | Dries Buytaert | 2006-09-08 |
| |