53 Commits

Author SHA1 Message Date
Takafumi
d8f75a77e1 Adds Japanese translation 2008-04-16 13:08:51 +00:00
Ted Serbinski
23a553dc8b update simplemenu to 6.x, patch by starbow, ax 2008-02-28 21:47:17 +00:00
Ted Serbinski
d45e0979fa - #199882, new options for controlling menu effects and timing, patch by Steve McKenzie, modified by me 2008-01-26 23:08:39 +00:00
Ted Serbinski
f0db5b9d05 - #199715, remove absolute positioning to improve theme and CSS attaching compatibility 2008-01-26 22:27:42 +00:00
Ted Serbinski
2f6f865e33 - #195972, better default CSS to avoid conflicts with themes, patch by Keyz 2008-01-26 22:18:40 +00:00
Ted Serbinski
ebdc82203b #200086, don't load non-existent custom.css file 2008-01-26 22:08:52 +00:00
Ted Serbinski
f55e651074 #199224, patch by Darren Oh, modified by me, fix IE6/7 display issues 2008-01-26 22:04:26 +00:00
Ted Serbinski
5ef33d2fa2 fix JS parse error when compressed 2007-11-23 00:32:52 +00:00
Ted Serbinski
f3935ae423 update README 2007-11-22 19:34:55 +00:00
Ted Serbinski
0dd46f5214 new black and blue theme and other CSS fixes 2007-11-22 19:26:04 +00:00
Ted Serbinski
5c6bec1d8a remove dependency on menu module 2007-11-22 18:14:34 +00:00
Ted Serbinski
67bf2e51ad #144742 - don't show A titles 2007-11-22 05:11:47 +00:00
Ted Serbinski
71f74b5565 #180106 - fix missing translatable strings 2007-11-22 05:07:07 +00:00
Ted Serbinski
f9b542c391 add missing theme, fix hardcoded CSS 2007-11-22 05:03:10 +00:00
Ted Serbinski
57a7629b29 #162860 remove replace, not valid jQuery 2007-11-22 04:52:15 +00:00
Ted Serbinski
ebb1ab6ce1 ability to set new themes now 2007-11-22 04:43:47 +00:00
Ted Serbinski
3d8955fb48 downgrade to superfish 1.3 so it actually works 2007-11-22 03:41:53 +00:00
Ted Serbinski
36d7d5cf37 remove RTL support, now in D6 2007-11-22 02:00:10 +00:00
Ted Serbinski
778c49b92e update to superfish 1.3.2 and latest bgiframe 2007-11-22 01:53:28 +00:00
Ted Serbinski
31259736e3 update to superfish 1.3 2007-11-22 01:38:45 +00:00
Ted Serbinski
08fe6616f9 fix parse error when using with JS aggregator 2007-07-12 02:10:46 +00:00
Derek Wright
3ce126eb48 #152819: Module .info files should not define 'version' in CVS 2007-06-18 23:07:03 +00:00
Ted Serbinski
d32378cf35 fix z-index issue with themes, guarantee simplemenu to be on top, thanks Junyor 2007-04-16 06:08:40 +00:00
Ted Serbinski
2ca8cc7e56 sync info file version number 2007-04-08 04:26:45 +00:00
Ted Serbinski
53f9178ff0 re-adding missing text align 2007-04-07 06:22:55 +00:00
Ted Serbinski
a5276dfe41 fix javascript chaining preventing effects 2007-04-07 05:51:57 +00:00
Ted Serbinski
21563d09ce major rewrite of menu code, tons of bug and usability fixes, faster, and better cross browser integration, and RTL support 2007-04-07 05:41:34 +00:00
Ted Serbinski
4d03934230 #132453, keep menus left justified even if the theme is centered, patch by dericknwq 2007-04-07 03:59:43 +00:00
Ted Serbinski
ec97ad2402 remove AJAX callback, pass menu structure to page directly, dramatically faster, 1 less HTTP request, clear your menu cache, can produce weirdness/infinit loops 2007-04-07 03:57:43 +00:00
Ted Serbinski
ccd2494fb7 #133010, fix devel links, patch by dericknwq 2007-04-07 03:30:15 +00:00
Ted Serbinski
6b915cda88 bump the revision number 2007-03-01 00:11:38 +00:00
Ted Serbinski
eb09ab5342 add new RTL advanced setting for themes that need that 2007-03-01 00:08:04 +00:00
Ted Serbinski
cd38617398 #116317, disable simplemenu on a per theme basis, patch by jjeff 2007-02-28 23:43:42 +00:00
Ted Serbinski
659a21255a #123486 fix typo in readme, thanks scor 2007-02-28 23:02:53 +00:00
Ted Serbinski
4687549e89 #114803, fix textareas not working, patch by quicksketch 2007-02-28 23:00:59 +00:00
Ted Serbinski
ba3b8e51d1 #114107, improved interface/colors, patch by quicksketch 2007-01-30 06:02:09 +00:00
Ted Serbinski
6085946d1d #114015, advanced menu settings to place menu anywhere on page, patch by Steve McKenzie, modified by me 2007-01-30 05:41:41 +00:00
Ted Serbinski
a5022b38fc bring back fixed position menu, but fix it from overlapping the theme 2007-01-30 04:57:20 +00:00
Ted Serbinski
831fbf4e0f fix page scroll down, #108655 2007-01-30 04:53:45 +00:00
Ted Serbinski
7bbcc73ae8 removing unused icon 2007-01-30 04:46:49 +00:00
Ted Serbinski
6f6aef2e67 updated theme for menu, better usability, #113203 2007-01-30 04:45:40 +00:00
Ted Serbinski
cb22790246 #108971, use any menu not just root menus, patch by ewhipple 2007-01-16 06:47:15 +00:00
Ted Serbinski
cca7f982e4 capitalization fix 2007-01-11 04:14:29 +00:00
Ted Serbinski
50807fe40f add version info 2007-01-11 04:03:09 +00:00
Ted Serbinski
60cc6ae1a3 renaming menu bar module to SimpleMenu module 2007-01-11 03:25:24 +00:00
Ted Serbinski
1ed6151591 smooth initial loading of menu, thanks to craq for the tip 2007-01-10 06:13:00 +00:00
Ted Serbinski
0c661bcbd4 #103381 use negative margins for menus, gets rid of horizontal scrollbar, patch by quicksketch 2007-01-10 05:42:41 +00:00
Ted Serbinski
1251927952 #108098 fix cursor being hidden in firefox, patch by quicksketch. note, the menu no longer stays on top as you scroll, however forms are usable once again. this feature will return in version 3 when it's rewritten to be 100% jQuery. 2007-01-10 05:40:31 +00:00
Ted Serbinski
5ca8a4fc6c #102423 fix anchor title from interfering with links, patch by quicksketch 2007-01-10 05:36:57 +00:00
Ted Serbinski
44e1fc9296 fix default menu size to be a bit larger 2006-11-18 01:27:40 +00:00