summaryrefslogtreecommitdiff
path: root/modules/menu/menu.admin.inc
Commit message (Collapse)AuthorAge
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #292790 by mr.baileys: menu machine-name validation error.Dries Buytaert2009-05-15
|
* - Patch #394476 by Berdir, pwolanin, Crell: converted the module to the new ↵Dries Buytaert2009-05-07
| | | | database abstraction layer.
* - Patch #375482 by mfb: avoid PDO exceptions when block module is not enabled.Dries Buytaert2009-04-21
|
* #402226 follow-up by pwolanin: Rename menu 'item' to 'link' in menu module.Angie Byron2009-03-31
|
* - Patch #402226 by stompeers, catch et al: menu admin page uses inconsistent ↵Dries Buytaert2009-03-28
| | | | formatting.
* - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation ↵Dries Buytaert2009-03-20
| | | | to user and administration menu. Will require follow-up patches.
* #403526 by pwolanin: Fix PDO exception when enabling a menu link.Angie Byron2009-03-16
|
* - Patch #401916 by stompeers: change order of fields on menu creation form.Dries Buytaert2009-03-14
|
* - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from ↵Dries Buytaert2009-03-14
| | | | Views.
* - Patch #355236 by Frando: refactor drupal_render() theming.Dries Buytaert2009-02-03
|
* #326210 by AlexisWhite and jhedstrom: Pass ->menu by reference to allow ↵Angie Byron2009-01-31
| | | | modules to modify it.
* - Patch #266246 by David Strauss: added smart defaults for ↵Dries Buytaert2009-01-11
| | | | system_settings_form().
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #331570 by recidive: rename block module tables to singular. ↵Dries Buytaert2008-11-15
| | | | Requires you to run update.php.
* - Patch #302149 by pwolanin: fixed confusing/duplicate use of names in menu ↵Dries Buytaert2008-09-18
| | | | admin.
* - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵Dries Buytaert2008-07-16
| | | | printes #markup, not #value.
* - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and ↵Dries Buytaert2008-06-25
| | | | '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 ↵Dries Buytaert2008-04-14
| | | | 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 ↵Dries Buytaert2008-02-23
| | | | navigation.
* - Patch #220004 by webernet et al: menu items reorder after edit one of menu ↵Dries Buytaert2008-02-12
| | | | item.
* - Patch #216904 by pwolanin et al: if there are more than 21 menu items ↵Dries Buytaert2008-02-10
| | | | under a parent, the weights got screwy.
* #215858 by pwolanin: localized menu options were saved into the database, ↵Gábor Hojtsy2008-02-04
| | | | avoid this by using different variable names / array keys
* #208498 by pwolanin: remove pager from menu admin page (for big menus, you ↵Gábor Hojtsy2008-01-21
| | | | will need to use a contrib module)
* #195091 by Rowanw: (usability) swap enabled and expanded checkbox in menu ↵Gábor Hojtsy2008-01-08
| | | | admin and allow setting elements without children to be expanded
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵Dries Buytaert2007-12-18
| | | | (and removed spaces).
* #199428 by Lynn: default to the primary links for content menu items (usability)Gábor Hojtsy2007-12-16
|
* #199191 by Nick Lewis, Lynn: (usability) include the enabled checkbox ↵Gábor Hojtsy2007-12-11
| | | | directly on the menu item editing page too
* #196043 by chx: menu items saved in the update but broken on the new system ↵Gábor Hojtsy2007-12-06
| | | | (due to coming from disabled or old modules) were not possible to delete
* #197386 follow up by JirkaRybka: tiny coding style issueGábor Hojtsy2007-12-06
|
* #197385 by chx and catch: the menu system stores only non-aliased paths, so ↵Gábor Hojtsy2007-12-06
| | | | alert users to this, when they try to save aliased paths
* #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functionsGábor Hojtsy2007-12-06
|
* - 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
|
* #194166 rollback and additional comments by chx: developers can modify menu ↵Gábor Hojtsy2007-11-24
| | | | 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 ↵Dries Buytaert2007-11-23
| | | | MENU_MODIFIABLE_BY_ADMIN.
* #194174 by webernet: flag DnD modified links as customized, so they can be ↵Gábor Hojtsy2007-11-21
| | | | restored to their original form on the UI
* #191360 by chx: allow contributed modules to override the book and menu ↵Gábor Hojtsy2007-11-21
| | | | parent selectors (to improve usability and performance)
* - Patch #192242 by catch, quicksketch, webchick, keith et all: usability ↵Dries Buytaert2007-11-20
| | | | improvements for the vocabulary/term forms.
* #181126 by quicksketch et al: drag and drop support for menusGábor Hojtsy2007-11-20
|
* - Patch #191914 by chx: you cannot add user/register to a menu. Also ↵Dries Buytaert2007-11-17
| | | | removed some whitespace.
* - Patch #191073 by Keith: another good string cleanup by Keith. (Also ↵Dries Buytaert2007-11-11
| | | | removed some trailing whitespace.)
* #178608 by chx: convert menu overview page to a form to overcome any CSRF ↵Gábor Hojtsy2007-11-09
| | | | vulnerabilities
* #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵Gábor Hojtsy2007-10-21
| | | | source code and messages printed
* #90570 by bdragon and chx: GET query and fragment information were not ↵Gábor Hojtsy2007-09-27
| | | | possible to define in menu links
* #174267 by kkaefer: improve wording of some menu messages, and add a missing ↵Gábor Hojtsy2007-09-12
| | | | format_plural()
* #170651 by pwolanin: slipt menu module into the module and an admin.inc for ↵Gábor Hojtsy2007-08-30
admin pages, to help performance