Angie Byron
610bc6f7ed
#326210 by AlexisWhite and jhedstrom: Pass ->menu by reference to allow modules to modify it.
2009-01-31 16:56:00 +00:00
Dries Buytaert
92a8adea65
- Patch #352470 by scor: fixed typos and grammar in comments.
2008-12-30 16:43:20 +00:00
Dries Buytaert
574a2e47ee
- Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from hook_block().
2008-12-16 23:57:33 +00:00
Angie Byron
d8aafce20d
#328110 by marcingy, Damien Tournoud, swentel, and pwolanin: Fix error on admin/build/menu, and robustify the test so we catch stuff like this in the future.
2008-11-13 05:54:35 +00:00
Angie Byron
5d85d16a75
Oops. Roll-back of #328110 . Apologies
2008-11-11 18:15:01 +00:00
Angie Byron
f2ecddea98
#328110 by Damien Tournoud: Remove recoverable fatal error from menu system.
2008-11-11 16:56:48 +00:00
Angie Byron
f76acb2d9d
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.
2008-10-12 04:30:09 +00:00
Angie Byron
d59ba41f65
#313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions to allow for localization of permission names
2008-10-09 15:15:55 +00:00
Dries Buytaert
87567f8916
- Patch #310212 by justinrandell: killed in _node hook, as well as twelve sable tooth tigers.
2008-10-06 12:55:56 +00:00
Dries Buytaert
9f3d9f1115
- Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node edit forms easier. DX improvement.
2008-09-27 20:37:01 +00:00
Angie Byron
161a9970f7
#308534 by Dave Reid: Remove stray whitespace core-wide.
2008-09-15 20:48:10 +00:00
Dries Buytaert
69e6f411a9
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
2008-08-21 19:36:39 +00:00
Dries Buytaert
ccf1af94fa
- Patch #245329 by christefano and dmitrig01: code comment love.
2008-07-24 16:25:19 +00:00
Dries Buytaert
5299b92689
- 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.
2008-06-25 09:12:25 +00:00
Dries Buytaert
a96ffc1185
- Patch #256736 by flobruit: fixed bad HTML in help text. flobruit is on a patching spree!
2008-05-10 06:52:32 +00:00
Dries Buytaert
2e18cb8924
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, 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.
2008-05-06 12:18:54 +00:00
Dries Buytaert
21576021bf
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.
2008-04-23 20:01:56 +00:00
Dries Buytaert
56d2664a90
- 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.
2008-04-14 17:48:46 +00:00
Dries Buytaert
79b016d915
- Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched 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.
2008-04-10 10:28:23 +00:00
Dries Buytaert
584f3e886a
- Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page.
2008-02-20 13:46:43 +00:00
Dries Buytaert
bbc65c30fa
- Patch #220004 by webernet et al: menu items reorder after edit one of menu item.
2008-02-12 13:43:21 +00:00
Gábor Hojtsy
00f0a95ade
#207372 by Pancho, pwolanin, chx: remove duplicate query from menu_enable()
2008-01-08 15:49:09 +00:00
Gábor Hojtsy
18cabdb8d3
#205843 report by asimmonds, patch by chx: menu_valid_path() was used as an API function, but was located in menu.module, move to menu.inc
2008-01-03 09:59:00 +00:00
Gábor Hojtsy
6a95c27147
#202425 by keith.smith: standardize reference to block placement page as 'blocks administration page' to avoid any confusion
2007-12-19 19:13:29 +00:00
Gábor Hojtsy
4c6f9664b8
#189881 by keith.smith: document drag and drop in menus and clean up some more help text
2007-12-19 13:49:23 +00:00
Gábor Hojtsy
6d77540b23
#199428 by Lynn: default to the primary links for content menu items (usability)
2007-12-16 18:25:22 +00:00
Gábor Hojtsy
b6532a4fdb
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed
2007-12-14 18:08:50 +00:00
Gábor Hojtsy
a64e5f38d1
#195083 by Rowanw and keith.smith: menu items are not displayed on the main menu page anymore; update help text
2007-12-13 10:34:07 +00:00
Dries Buytaert
9a96837b89
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.
2007-11-26 16:36:44 +00:00
Gábor Hojtsy
7f85abe0e5
#191360 by chx: allow contributed modules to override the book and menu parent selectors (to improve usability and performance)
2007-11-21 19:08:18 +00:00
Dries Buytaert
8ebc345b9d
- Patch #191914 by chx: you cannot add user/register to a menu. Also removed some whitespace.
2007-11-17 14:25:23 +00:00
Gábor Hojtsy
a42a9d3efd
#178608 by chx: convert menu overview page to a form to overcome any CSRF vulnerabilities
2007-11-09 22:14:41 +00:00
Gábor Hojtsy
b94f2716cf
#184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed
2007-10-21 18:59:02 +00:00
Dries Buytaert
afb7bf85fe
- Clean-up menu link
2007-10-07 09:50:01 +00:00
Gábor Hojtsy
206d652a82
#162276 by Rowanw: usability - reword menu item deletion checkbox label
2007-09-20 08:41:33 +00:00
Gábor Hojtsy
614f685bdc
#170651 by pwolanin: slipt menu module into the module and an admin.inc for admin pages, to help performance
2007-08-30 16:27:12 +00:00
Gábor Hojtsy
bd380ed915
#147657 follow up patch by drewish and bdragon: fixed coding style and a notice
2007-08-29 23:18:58 +00:00
Gábor Hojtsy
2765d143c0
#147657 by chx: menu module update function
2007-08-29 20:46:18 +00:00
Gábor Hojtsy
89aef5b74f
#171019 by pwolanin: do not exclude the primary and secondary links from the menu block list
2007-08-28 13:16:36 +00:00
Dries Buytaert
fb322f08da
- Patch #169065 by pwolanin: links to new menus can exist outside 'navigation'.
2007-08-22 14:48:39 +00:00
Gábor Hojtsy
6eaaa3c1b3
#160168 by kkaefer and pwolanin: restore lost Drupal 5 functionality of being able to set primary and secondary links differently
2007-08-20 18:26:41 +00:00
Gábor Hojtsy
ced08bf27a
#166586 by hswong3i: move literal values out of menu module queries (for better db compatibility, ie. easier query rewriting)
2007-08-20 18:18:15 +00:00
Gábor Hojtsy
f4dc86046f
#165675 follow up patch by pwolanin: retain menu information on node previews to check, do not use the newly selected values yet, to be consistent with the DB
2007-08-20 17:54:35 +00:00
Dries Buytaert
74292cd062
- Patch #80951 by killes, yched et al: block caching.
2007-08-19 08:08:45 +00:00
Gábor Hojtsy
115285f30a
#165675 by pwolanin: only show allowed parent items in menu/book select fields to avoid going deeper then what is allowed
2007-08-16 12:47:34 +00:00
Dries Buytaert
15c68075d9
- Patch #154470 by pwolanin et al: optimize menu queries and indices.
2007-08-11 14:06:15 +00:00
Dries Buytaert
80ff5109a7
- Patch #162708 by Eaton and Earl: add support for image buttons to FAPI3.
...
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. ;)
2007-07-29 17:28:23 +00:00
Gábor Hojtsy
50955e3801
#156626 by pwolanin: allow deletion of custom menus
2007-07-25 14:44:03 +00:00
Dries Buytaert
78031b77e1
- Patch #154469 by pwolanin: improve performance of access checks and add localized sorting.
2007-07-16 12:51:03 +00:00
Gábor Hojtsy
64def7cb3e
#100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?')
2007-07-16 12:43:06 +00:00