Dries Buytaert
e2a6a3ed61
- Patch #298600 by chx, justinrandell, Damien, et al: make module_implements work regardless of bootstrap phase.
2008-10-31 02:18:22 +00:00
Dries Buytaert
010d7294a4
- Patch #302638 by pwolanin: no-op queries during menu rebuild.
2008-10-19 21:15:58 +00:00
Dries Buytaert
c9cbd0d55d
- Patch #285165 by Damien Tournoud, pwolanin, chx: fixed wildcard loader problem
2008-10-14 20:17:29 +00:00
Dries Buytaert
db93312b65
- Patch #285165 by Heine, Gabor: fixed wildcard loader names with numbers.
2008-10-14 13:31:38 +00:00
Dries Buytaert
659c4867bd
- Patch #320146 by pwolanin: when in offline mode, link to the admin page to take the site online again.
2008-10-13 12:30:09 +00:00
Angie Byron
de99844cbb
#249571 by pwolanin: Fix bug with 'active-trail' class in Primary/Secondary links.
2008-10-13 04:46:31 +00:00
Angie Byron
34ec8f9834
#261148 by chx and pwolanin: Allow recovery from a failed menu build.
2008-10-08 01:42:16 +00:00
Angie Byron
ccdeae8d81
#238760 follow-up by pwolanin: Forward-port rest of 6.x fix for menu_rebuild() race condition.
2008-09-22 03:19:43 +00:00
Angie Byron
a3bb66e4e8
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
2008-09-20 20:22:25 +00:00
Angie Byron
715255eab7
#268006 by pwolanin: Prevent hook_help() from appearing on 403 pages.
2008-09-20 08:07:34 +00:00
Dries Buytaert
9020f77388
- Patch #302149 by pwolanin: fixed confusing/duplicate use of names in menu admin.
2008-09-18 10:44:19 +00:00
Dries Buytaert
4231e3e98b
- Patch #303827 by Damien Tournoud: fixed the menu system.
2008-09-05 08:24:08 +00:00
Angie Byron
c17a5e70bc
#285309 by pwolanin: menu_name in hook_menu is ignored on updates
2008-09-02 19:23:02 +00:00
Dries Buytaert
8f22cd5a5c
- Patch #297234 by heyrocker, asimmonds: improved doxygen documentation for menu_link_save().
2008-08-31 15:53:37 +00:00
Dries Buytaert
554ad3ad3a
- Patch #227851 by hswong3i: made SQL query ANSI compliant.
2008-08-25 07:50:51 +00:00
Dries Buytaert
ba0672bc60
- Patch #298581 by Damien Tournoud: database clean-ups.
2008-08-22 12:46:25 +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
6b96a191cd
- Patch #278458 by pwolanin: menu_link_maintain() doesn't always clear the menu cache properly.
2008-07-10 10:58:01 +00:00
Dries Buytaert
0e268aa0f4
- Patch #273129 by pwolanin: adding class active-trail should not remove previous attributes.
2008-07-10 01:44:18 +00:00
Dries Buytaert
af24fca8e9
- Patch #238760 by pwolanin, Damien, boydjd: reduce race condition in menu rebuilding.
2008-07-05 18:30:04 +00:00
Dries Buytaert
bb232c728a
- Patch #277073 by threexk: improve consistency of offline vs off-line and online vs on-line.
2008-07-01 20:36:40 +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
22c0a0a4b0
- Patch #170309 by pwolanin, Pasqualle, Nick Urban, naquah, keith.smith, et al: breadcrumb doesn'tt always include all active items.
2008-06-24 21:29:47 +00:00
Dries Buytaert
81c71bc891
- Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with caching.
2008-06-24 17:01:33 +00:00
Dries Buytaert
a1537c3e28
- Patch #266596 by pwolanin: menu system performance improvement.
2008-06-12 20:49:39 +00:00
Dries Buytaert
c529e4afbe
- Patch #101543 by webchick: document all constants.
2008-05-26 17:12:55 +00:00
Dries Buytaert
d6089b45ef
- Patch #259483 by pwolanin: fixed undefined index warning.
2008-05-20 20:32:03 +00:00
Dries Buytaert
0d54577a9f
- Patch #256579 by justinrandell: registry performance optimizations.
2008-05-13 17:38:42 +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
bca16fdef6
- Patch #249571 by pwoladin: primary/secondary links don't get 'active-trail' class.
2008-05-05 20:55:13 +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
97ffcabe56
- Patch #220827 by Arancaytar et al: menu system phpdoc improvements.
2008-03-21 08:32:24 +00:00
Dries Buytaert
2001e53c77
- Patch #218513 by Pancho: Doxygen formatting fixes.
2008-03-19 07:38:29 +00:00
Dries Buytaert
a5c2ad2178
- Patch #231587 by pwolanin et al: fixed scalability issue in the menu system.
2008-03-14 08:51:37 +00:00
Dries Buytaert
a730d23d14
- Patch #216813 by pwolanin et al: fixed upgrade path for primary links and navigation.
2008-02-23 08:13:09 +00:00
Dries Buytaert
ca88c5f4c1
- Patch #220953 by pwolanin: fixed bug in _menu_navigation_links_rebuild().
2008-02-23 08:10:03 +00:00
Dries Buytaert
4969495e04
- Patch #215858 by pwolanin, goba, catch et al: localized menu link data getting saved back to the database.
2008-02-10 19:49:37 +00:00
Dries Buytaert
f383ceef6d
- Patch #218471 by pwolanin: menus and books exposed unpublished nodes.
2008-02-10 19:29:29 +00:00
Dries Buytaert
ccaaf69da5
- Patch #184926 by Rob and brightloudnoise: improved usability of status message when site is offline.
2008-02-10 07:35:40 +00:00
Dries Buytaert
98f97e184c
- Patch #211979 by chx, theborg, pwolanin, et al: menu items show no matter where their parent is found.
2008-02-10 07:33:02 +00:00
Dries Buytaert
5511bb5f7a
- Patch #214513 by Lynn: missing break-statement in system_send_email_action.
2008-02-06 19:52:54 +00:00
Dries Buytaert
913d538871
- Patch #218319 by Moshe: added support for dynamic menu items in query strings.
2008-02-06 19:41:24 +00:00
Dries Buytaert
b8a1eab1fb
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
2008-02-06 19:38:28 +00:00
Gábor Hojtsy
39d28bd43e
#215858 by pwolanin: localized menu options were saved into the database, avoid this by using different variable names / array keys
2008-02-04 12:07:23 +00:00
Gábor Hojtsy
e85fa6970f
#215127 by chx, webernet, catch; testing by theborg: menu item parenting was broken when moving menu items
2008-01-30 21:01:20 +00:00
Gábor Hojtsy
518c56917b
#215361 by bec: phpdoc for menu_load_objects(), _menu_item_localize() and _menu_link_translate()
2008-01-29 11:01:32 +00:00
Gábor Hojtsy
bf28630a5e
#213664 by chx, theborg: menu item not expanded on front page
2008-01-28 19:09:19 +00:00
Gábor Hojtsy
279d2d4c44
#213517 by ax: inline documentation cleanup, fixing four unclosed @defgroups
2008-01-28 16:05:17 +00:00
Gábor Hojtsy
23607968df
#207029 by JohnAlbin: some menu item properties were not passed along for theming (regression)
2008-01-28 15:55:25 +00:00