Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#576916 follow-up by mooffie: Fixed some mistaken variable renaming.
#602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable arrays and forms (e.g. 'Operations') alterable.
#607008 by dww, Gerhard Killesreiter, JacobSingh, and chx: Changed Fix bugs in https support and use https for authorize.php if available.
- Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big.
- Patch #564886 by dmitrig01, JacobSingh, clemens.tolboom, David_Rothstein: remove 'expanded' checkbox from menu item overview.
#473082 by sun, Amitaibu, dropcube, and Pasqualle: Added a custom menu API.
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
- Patch #576916 by BarisW | Bojhan: default menu 'Parent item' should be Navigation, not Primary links.
- Patch #508570 by quicksketch, sun | pwolanin, bec: restore URL consistency for node types and menus.
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent.
#564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee...
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.
#509584 by pwolanin: Various API fixes for menu_tree_data() including depth param.
#471018 by clemens.tolboom, sun, stBorchert, and mverbaar: Added generic pattern/js for hiding machine readable names (applied to menu and content types).
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
#504428 follow-up by keith.smith: Remove 'now' from all empty admin screen texts. Steve Krug would be proud.
#503868 by Sutharsan: Add link to create a menu link if one does not exist.
- Patch #503996 by kika, Sutharsan: changed label from 'Expanded' to 'Show as expanded' for better usability.
- Patch #480426 by JamesAn: converted to drupal_static().
- Patch #471070 by stella: millions of code style fixes.
- Patch #292790 by mr.baileys: menu machine-name validation error.
- Patch #394476 by Berdir, pwolanin, Crell: converted the module to the new database abstraction layer.
- Patch #375482 by mfb: avoid PDO exceptions when block module is not enabled.
#402226 follow-up by pwolanin: Rename menu 'item' to 'link' in menu module.
- Patch #402226 by stompeers, catch et al: menu admin page uses inconsistent formatting.
- Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation to user and administration menu. Will require follow-up patches.
#403526 by pwolanin: Fix PDO exception when enabling a menu link.
- Patch #401916 by stompeers: change order of fields on menu creation form.
- Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views.
#326210 by AlexisWilke, grendzy, jhedstrom: Take the menu item in its first submission and menu_nodeapi() by reference, so that any modifications of the item in the saving process will carry over to other submit handlers; making itpossible to write modules extending menu item manipulation
- Patch #355236 by Frando: refactor drupal_render() theming.
#326210 by AlexisWhite and jhedstrom: Pass ->menu by reference to allow modules to modify it.
- Patch #266246 by David Strauss: added smart defaults for system_settings_form().
- Patch #352470 by scor: fixed typos and grammar in comments.
- Patch #331570 by recidive: rename block module tables to singular. Requires you to run update.php.
- Patch #302149 by pwolanin: fixed confusing/duplicate use of names in menu admin.
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.
- Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan.
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
- Patch #216813 by pwolanin et al: fixed upgrade path for primary links and navigation.
- Patch #220004 by webernet et al: menu items reorder after edit one of menu item.
#220004 by webernet: menu ordering weight region was not wide enough (like on the menu reordering screen)
- Patch #216904 by pwolanin et al: if there are more than 21 menu items under a parent, the weights got screwy.
#216904 by theborg, pwolanin: items were not properly ordered in tabledrag.js when more then the number of possible values
#216813 by David_Rothstein, chx, pwolanin: primary and secondary links were broken on upgrade
#215858 by pwolanin: localized menu options were saved into the database, avoid this by using different variable names / array keys
#208498 by pwolanin: remove pager from menu admin page (for big menus, you will need to use a contrib module)
#195091 by Rowanw: (usability) swap enabled and expanded checkbox in menu admin and allow setting elements without children to be expanded
#203274 by Pasqualle: remove excessive witespace from our code (minor)
- Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API (and removed spaces).
#199428 by Lynn: default to the primary links for content menu items (usability)
#199191 by Nick Lewis, Lynn: (usability) include the enabled checkbox directly on the menu item editing page too
#196043 by chx: menu items saved in the update but broken on the new system (due to coming from disabled or old modules) were not possible to delete
#197386 follow up by JirkaRybka: tiny coding style issue
#197385 by chx and catch: the menu system stores only non-aliased paths, so alert users to this, when they try to save aliased paths
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.
- Patch #192736 by quicksketch et al: drag and drop for book module.
#194166 rollback and additional comments by chx: developers can modify menu editing behavior with hook_form_alter(), no need for menu API hacks, which were half done anyway
- Modified patch #194166 by profix898 and chx: menu system does not respect MENU_MODIFIABLE_BY_ADMIN.
#194174 by webernet: flag DnD modified links as customized, so they can be restored to their original form on the UI
#191360 by chx: allow contributed modules to override the book and menu parent selectors (to improve usability and performance)
- Patch #192242 by catch, quicksketch, webchick, keith et all: usability improvements for the vocabulary/term forms.
#181126 by quicksketch et al: drag and drop support for menus
- Patch #191914 by chx: you cannot add user/register to a menu. Also removed some whitespace.
- Patch #191073 by Keith: another good string cleanup by Keith. (Also removed some trailing whitespace.)
#178608 by chx: convert menu overview page to a form to overcome any CSRF vulnerabilities
#184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed
#90570 by bdragon and chx: GET query and fragment information were not possible to define in menu links
#174267 by kkaefer: improve wording of some menu messages, and add a missing format_plural()
#170651 by pwolanin: slipt menu module into the module and an admin.inc for admin pages, to help performance
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |