summaryrefslogtreecommitdiff
path: root/modules/menu
Commit message (Collapse)AuthorAge
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* #202425 by keith.smith: standardize reference to block placement page as ↵Gábor Hojtsy2007-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 Hojtsy2007-12-19
| | | | more help text
* - 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
|
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-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 Hojtsy2007-12-13
| | | | menu page anymore; update help text
* #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
* #164983 by multiple contributors: document the core database schemasGábor Hojtsy2007-10-10
|
* - Clean-up menu linkDries Buytaert2007-10-07
|
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.
* #90570 by bdragon and chx: GET query and fragment information were not ↵Gábor Hojtsy2007-09-27
| | | | possible to define in menu links
* #162276 by Rowanw: usability - reword menu item deletion checkbox labelGábor Hojtsy2007-09-20
|
* #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
* #147657 follow up patch by drewish and bdragon: fixed coding style and a noticeGábor Hojtsy2007-08-29
|
* #147657 by chx: menu module update functionGábor Hojtsy2007-08-29
|
* #171019 by pwolanin: do not exclude the primary and secondary links from the ↵Gábor Hojtsy2007-08-28
| | | | menu block list
* - Patch #169065 by pwolanin: links to new menus can exist outside 'navigation'.Dries Buytaert2007-08-22
|
* #160168 by kkaefer and pwolanin: restore lost Drupal 5 functionality of ↵Gábor Hojtsy2007-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 Hojtsy2007-08-20
| | | | better db compatibility, ie. easier query rewriting)
* #165675 follow up patch by pwolanin: retain menu information on node ↵Gábor Hojtsy2007-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 Buytaert2007-08-19
|
* #165675 by pwolanin: only show allowed parent items in menu/book select ↵Gábor Hojtsy2007-08-16
| | | | fields to avoid going deeper then what is allowed
* - Patch #154470 by pwolanin et al: optimize menu queries and indices.Dries Buytaert2007-08-11
|
* - Patch #162708 by Eaton and Earl: add support for image buttons to FAPI3.Dries Buytaert2007-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 menusGábor Hojtsy2007-07-25
|
* - Patch #154469 by pwolanin: improve performance of access checks and add ↵Dries Buytaert2007-07-16
| | | | localized sorting.
* #100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to ↵Gábor Hojtsy2007-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 Buytaert2007-07-11
| | | | Woot, woot! :)
* #156770 by pwolanin: fix bug to only prepend 'menu-' to menu item names when ↵Gábor Hojtsy2007-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 Buytaert2007-07-09
|
* #156910 by asimmonds: fix code indentation problems introduced with new code ↵Gábor Hojtsy2007-07-05
| | | | in this development cycle; only whitespace changes
* #156782 by webernet and pwolanin: clean up menu API and menu module code ↵Gábor Hojtsy2007-07-04
| | | | comments, fix typos, wrap lines properly and fix some coding style issues