Dries Buytaert
308d1f200f
- Patch #48993 by jvandyck: removed notices.
2006-02-14 19:19:34 +00:00
Dries Buytaert
583d5a4ee9
- Patch #48622 by adrian: remove drupal_goto from _submit functions.
2006-02-10 05:25:57 +00:00
Dries Buytaert
5c75ee8947
- Patch #46184 by Jaza: breadcrumb gone for pages that use menu_set_location()
2006-01-29 07:43:22 +00:00
Dries Buytaert
ca9f0fab45
- Patch #45854 by Jaza: fixed problem with menu_rebuild().
2006-01-23 07:27:18 +00:00
Dries Buytaert
14ae238973
- Patch #45320 by Zen: improved usability of off-line mode.
2006-01-22 07:51:06 +00:00
Dries Buytaert
a177c29622
- Patch #40849 by wtanaka and Richard: killed some menu.inc warnings/notices.
2006-01-20 09:12:26 +00:00
Dries Buytaert
f828c0ade2
- Patch #39430 by Jaza and Richard: code improvements: improved separation between UI and logic.
2006-01-19 08:58:00 +00:00
Dries Buytaert
b7a993639b
- Patch #9477 by Neil and Richard: fixed inconsistent behavior of user-specified paths.
2006-01-16 08:45:30 +00:00
Dries Buytaert
6ff8147a75
- Patch #44176 by Zen: performance improvement: split() -> explode().
2006-01-13 14:38:38 +00:00
Dries Buytaert
3607a2b059
- Patch #44373 by m3avrck: improved generated HTML/CSS.
2006-01-12 09:58:49 +00:00
Dries Buytaert
70c097f2be
- Modified patch #43082 by chx: return a 404 when a callback function does not exist.
2006-01-08 12:17:57 +00:00
Dries Buytaert
34a5d46022
- Patch #36465 by chx / Richard: made it possible to link to the front page.
2005-12-27 10:36:16 +00:00
Dries Buytaert
b4552cd977
- Patch #40512 by Richard: fixed coding style + performance improvements.
2005-12-10 20:01:55 +00:00
Dries Buytaert
c7bce9efd4
- Patch #35768 by JonBob/Richard: separate callback handling from menu handling.
...
Moves callbacks and arguments to a separate data structure from the visible menu tree. As mentioned on drupal-devel, this change has little impact except to slightly improve code legibility and prepare the code base for future separation of these tasks, with an eye toward performance improvements of the menu system. Also changes array_key_exists() to isset() in several places, which is reported to perform better.
2005-12-03 14:50:27 +00:00
Dries Buytaert
c1dbd83e40
- Patch #11758 by Richard Archer: fixed mbstring clash.
2005-11-28 15:45:04 +00:00
Steven Wittens
5cf74ccb72
#27582 : menu.inc doc update
2005-11-24 22:04:10 +00:00
Dries Buytaert
ea53aad7c8
- Patch #22215 by Richard Archer: refactored primary and secondary links.
...
Deprecates the primary_links module.
This patch was much needed. Thanks Richards!
NOTE: if some themers could investigate if there is room for improvement
with regard to theming, that would be awesome.
2005-11-03 19:33:37 +00:00
Dries Buytaert
22cf0b4ef7
- Patch #35410 by kbahey: made site offline feature work.
2005-10-29 06:58:56 +00:00
Dries Buytaert
f6764cfbd8
- Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.
2005-10-22 15:14:46 +00:00
Dries Buytaert
709b9005f5
- Modified version of patch #32622 by kbahey: added 'site offline/maintenance' feature.
...
(Untested because the admin/settings page doesn't work yet.)
2005-10-08 12:38:20 +00:00
Dries Buytaert
f906d2dd50
- Patch #31306 by ax: fixed menu system warning.
2005-09-18 17:03:26 +00:00
Dries Buytaert
7b8a409675
- Patch #29385 by chx: no ?> add end of files.
2005-08-25 21:14:17 +00:00
Dries Buytaert
b69b43d1ec
- Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s.
...
Note: I also (mostly) unified the tags to use the "// ID" form instead of "/* ID */", but that's more of a cosmetic issue. I'm not sure whether *.txt files and the stuff in themes/ need tags(?).
2005-08-11 12:57:41 +00:00
Dries Buytaert
5c8843704c
- Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidied
...
up the documentation a little.
chx: can you double-check whether the global $conf variable is secure?
(That is, make sure it can't be send using the URL or something.)
2005-06-22 20:19:58 +00:00
Dries Buytaert
efdd76ad3d
- Patch #22416 : fixed typo that prevented menu item descriptions from showing up in links.
2005-06-05 09:47:13 +00:00
Dries Buytaert
a76a1e1f3f
- Patch 20910 by chx: centralize print theme page.
2005-04-24 16:34:36 +00:00
Dries Buytaert
6ba8f32cca
- Patch #13503 by chx: made the menu cache locale aware.
2005-04-07 20:00:48 +00:00
Dries Buytaert
2b6d4c566e
- Patch #17869 : make local tasks more themeable.
2005-02-28 16:23:27 +00:00
Dries Buytaert
1e15bed312
- Patch #17687 by Gerhard: removed some cruft.
2005-02-21 19:47:44 +00:00
Dries Buytaert
42e7e7d519
- Small clean-up: '>= 1' => '> 0' => ''.
2005-01-22 09:10:59 +00:00
Dries Buytaert
df3b371853
- Patch #15976 by Neil: if one single admin modifiable menu item is added then it is not put in the menu table because the comparison is > 1 instead of > 0.
2005-01-22 09:09:06 +00:00
Dries Buytaert
24a68b209c
- Patch #9477 by JonBob: improved handling of user-specified paths.
2005-01-19 21:57:58 +00:00
Dries Buytaert
76eace311e
- Usability improvement: only display subtabs if there is more than one subtab. If there is only one, make sure it is the set to be the default subtab and all is well.
2004-11-28 12:03:11 +00:00
Dries Buytaert
c214cee319
- On popular demand, patch #10178 by jhriggs: made it possible to expand menu items.
2004-11-06 12:11:02 +00:00
Steven Wittens
b228f0183a
#11449 : Adding a failsafe check for an improperly prefixed menu sequence. This is a temporary fix, awaiting a proper install system to end manual prefixing ;).
2004-10-16 19:42:52 +00:00
Dries Buytaert
12eb20238c
- Patch #11430 by JonBob: reseting the menus broke the admin pages.
2004-10-14 21:38:12 +00:00
Steven Wittens
986a476c45
Reverting the last #9292 (php 5 compatibility) patch, by request of killes. It broke stuff.
2004-10-12 23:33:38 +00:00
Dries Buytaert
306cfdf17a
- Patch #9292 by Gerhard: fixed another array_merge + PHP5 woe.
2004-10-12 20:20:28 +00:00
Dries Buytaert
5c7983c4de
- Patch #8179 by JonBob: reintroduced menu caching.
2004-09-16 07:17:56 +00:00
Dries Buytaert
b84b6e42cf
- Patch #10663 by JonBob: documentation improvements: fixed some typos and improved consistency to the use of Doxygen/api.module commands in the comments.
2004-09-09 05:51:08 +00:00
Dries Buytaert
27f055b5cd
- Patch #10192 by JonBob: fixed issue with menus not expanding.
2004-09-07 21:48:49 +00:00
Dries Buytaert
1b1bcc35ac
- Patch #10026 by Al: bugfix: don't show the 'more help' links when the help module is disabled.
2004-08-16 21:25:54 +00:00
Dries Buytaert
9a26352b9c
- Patch #9864 by JonBob: better form validation in menu administration.
2004-08-15 16:42:59 +00:00
Dries Buytaert
0f088b79ca
- Patch #9983 by Stefan: various code style improvements.
2004-08-12 18:00:11 +00:00
Dries Buytaert
f99830a498
- Patch by Al: improved the admin/help pages (first step).
2004-08-10 05:44:17 +00:00
Dries Buytaert
9bbdb71ee4
- Patch #9330 : ucfirst() gives problem when used with multibyte charset.
...
Replaced the use of ucfirst() with a CSS-based solution.
2004-08-06 20:15:32 +00:00
Dries Buytaert
c0f6fccac3
- Patch #7336 by TDobes: in various parts of Drupal, we use the title attribute for links to provide a slightly more detailed explanation as to the purpose of a link or where it goes.
2004-08-03 18:01:48 +00:00
Dries Buytaert
2af5dff6a2
- Patch #9464 by Moshe: menu.module omitted a pair of braces when calling
...
db_next_id().
2004-07-25 18:16:49 +00:00
Steven Wittens
edc2f13d82
- #9287 : More doxygen/documentation fixes by JonBob
2004-07-22 16:06:54 +00:00
Dries Buytaert
7765fa1f7a
- Patch #9290 by Morbus / JonBob / TDobes: SUBTASK removal patch for menu.inc.
2004-07-15 17:16:58 +00:00