Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. | Angie Byron | 2008-10-12 |
| | |||
* | #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵ | Angie Byron | 2008-10-09 |
| | | | | to allow for localization of permission names | ||
* | - Patch #310212 by justinrandell: killed in _node hook, as well as twelve ↵ | Dries Buytaert | 2008-10-06 |
| | | | | sable tooth tigers. | ||
* | - Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node ↵ | Dries Buytaert | 2008-09-27 |
| | | | | edit forms easier. DX improvement. | ||
* | #308534 by Dave Reid: Remove stray whitespace core-wide. | Angie Byron | 2008-09-15 |
| | |||
* | - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵ | Dries Buytaert | 2008-08-21 |
| | | | | generation database layer for Drupal 7. | ||
* | - Patch #245329 by christefano and dmitrig01: code comment love. | Dries Buytaert | 2008-07-24 |
| | |||
* | - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and ↵ | Dries Buytaert | 2008-06-25 |
| | | | | 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan. | ||
* | - Patch #256736 by flobruit: fixed bad HTML in help text. flobruit is on a ↵ | Dries Buytaert | 2008-05-10 |
| | | | | patching spree! | ||
* | - 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 #216072 by recidive, David Rothstein, ptalindstrom et al: switched ↵ | Dries Buytaert | 2008-04-10 |
| | | | | | | | | | | | from numeric block IDs to string IDs. The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers: block-user-0.tpl.php --> block-user-navigation.tpl.php block-user-1.tpl.php --> block-user-login.tpl.php You get the picture. | ||
* | - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵ | Dries Buytaert | 2008-02-20 |
| | | | | descriptions for permissions on the permission administration page. | ||
* | - Patch #220004 by webernet et al: menu items reorder after edit one of menu ↵ | Dries Buytaert | 2008-02-12 |
| | | | | item. | ||
* | #207372 by Pancho, pwolanin, chx: remove duplicate query from menu_enable() | Gábor Hojtsy | 2008-01-08 |
| | |||
* | #205843 report by asimmonds, patch by chx: menu_valid_path() was used as an ↵ | Gábor Hojtsy | 2008-01-03 |
| | | | | API function, but was located in menu.module, move to menu.inc | ||
* | #202425 by keith.smith: standardize reference to block placement page as ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | 'blocks administration page' to avoid any confusion | ||
* | #189881 by keith.smith: document drag and drop in menus and clean up some ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | more help text | ||
* | #199428 by Lynn: default to the primary links for content menu items (usability) | Gábor Hojtsy | 2007-12-16 |
| | |||
* | #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 | ||
* | #195083 by Rowanw and keith.smith: menu items are not displayed on the main ↵ | Gábor Hojtsy | 2007-12-13 |
| | | | | menu page anymore; update help text | ||
* | - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵ | Dries Buytaert | 2007-11-26 |
| | | | | fixed minor spelling issues and fixed spacing issues. | ||
* | #191360 by chx: allow contributed modules to override the book and menu ↵ | Gábor Hojtsy | 2007-11-21 |
| | | | | parent selectors (to improve usability and performance) | ||
* | - Patch #191914 by chx: you cannot add user/register to a menu. Also ↵ | Dries Buytaert | 2007-11-17 |
| | | | | removed some whitespace. | ||
* | #178608 by chx: convert menu overview page to a form to overcome any CSRF ↵ | Gábor Hojtsy | 2007-11-09 |
| | | | | vulnerabilities | ||
* | #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵ | Gábor Hojtsy | 2007-10-21 |
| | | | | source code and messages printed | ||
* | - Clean-up menu link | Dries Buytaert | 2007-10-07 |
| | |||
* | #162276 by Rowanw: usability - reword menu item deletion checkbox label | Gábor Hojtsy | 2007-09-20 |
| | |||
* | #170651 by pwolanin: slipt menu module into the module and an admin.inc for ↵ | Gábor Hojtsy | 2007-08-30 |
| | | | | admin pages, to help performance | ||
* | #147657 follow up patch by drewish and bdragon: fixed coding style and a notice | Gábor Hojtsy | 2007-08-29 |
| | |||
* | #147657 by chx: menu module update function | Gábor Hojtsy | 2007-08-29 |
| | |||
* | #171019 by pwolanin: do not exclude the primary and secondary links from the ↵ | Gábor Hojtsy | 2007-08-28 |
| | | | | menu block list | ||
* | - Patch #169065 by pwolanin: links to new menus can exist outside 'navigation'. | Dries Buytaert | 2007-08-22 |
| | |||
* | #160168 by kkaefer and pwolanin: restore lost Drupal 5 functionality of ↵ | Gábor Hojtsy | 2007-08-20 |
| | | | | being able to set primary and secondary links differently | ||
* | #166586 by hswong3i: move literal values out of menu module queries (for ↵ | Gábor Hojtsy | 2007-08-20 |
| | | | | better db compatibility, ie. easier query rewriting) | ||
* | #165675 follow up patch by pwolanin: retain menu information on node ↵ | Gábor Hojtsy | 2007-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 Buytaert | 2007-08-19 |
| | |||
* | #165675 by pwolanin: only show allowed parent items in menu/book select ↵ | Gábor Hojtsy | 2007-08-16 |
| | | | | fields to avoid going deeper then what is allowed | ||
* | - Patch #154470 by pwolanin et al: optimize menu queries and indices. | Dries Buytaert | 2007-08-11 |
| | |||
* | - Patch #162708 by Eaton and Earl: add support for image buttons to FAPI3. | Dries Buytaert | 2007-07-29 |
| | | | | | | | This is a small form API extension (doesn't break existing code) that facilitates the Drupal 6 upgrade of the Views module. A good example of why it can be beneficial to start upgrading your modules early on in the code freeze. ;) | ||
* | #156626 by pwolanin: allow deletion of custom menus | Gábor Hojtsy | 2007-07-25 |
| | |||
* | - Patch #154469 by pwolanin: improve performance of access checks and add ↵ | Dries Buytaert | 2007-07-16 |
| | | | | localized sorting. | ||
* | #100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to ↵ | Gábor Hojtsy | 2007-07-16 |
| | | | | 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?') | ||
* | - Patch #94154 by dww, Earl et al: update notifications for Drupal! | Dries Buytaert | 2007-07-11 |
| | | | | Woot, woot! :) | ||
* | #156770 by pwolanin: fix bug to only prepend 'menu-' to menu item names when ↵ | Gábor Hojtsy | 2007-07-10 |
| | | | | submitting a *new* menu item, not on all edit operations | ||
* | - Patch #151055 by pwolanin et al: fixed problems with moving menu items. | Dries Buytaert | 2007-07-09 |
| | |||
* | #156910 by asimmonds: fix code indentation problems introduced with new code ↵ | Gábor Hojtsy | 2007-07-05 |
| | | | | in this development cycle; only whitespace changes | ||
* | #156782 by webernet and pwolanin: clean up menu API and menu module code ↵ | Gábor Hojtsy | 2007-07-04 |
| | | | | comments, fix typos, wrap lines properly and fix some coding style issues | ||
* | #156793 by webernet: menu reset confirmation form contained deletion API ↵ | Gábor Hojtsy | 2007-07-04 |
| | | | | remainings |