1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-02 08:55:18 +02:00

129 Commits

Author SHA1 Message Date
Cameron
de40818c17 Menu Manager "Go" drop-down button size fix. 2017-04-12 17:43:39 -07:00
Cameron
4ccd6c16a7 Menu-manager 'activate' button placement. 2017-04-08 10:23:46 -07:00
Cameron
ae8e1f1198 Menu-Manager side-panel height fix. 2017-03-20 11:18:02 -07:00
Lóna Lore
7e66f694d1 Ability to use bs-switch in menu-manager config modals. 2017-03-06 22:20:56 +01:00
Cameron
aa36466220 Issue #2446 e_menu multilan value fix. 2017-03-02 09:39:50 -08:00
lonalore
614963798a Fix for Menu Manager modal tooltips. 2017-02-14 16:59:52 +01:00
Cameron
4fa8e47247 Issue: #2398 e_menu now supports tabs. 2017-02-13 18:14:51 -08:00
Gábor
3ab55efa84 Update menus.php 2017-02-13 07:51:38 +01:00
Cameron
11bed6b002 Added warning for confused theme.php layouts. 2017-02-04 14:06:41 -08:00
Cameron
238756446c Remove deprecated $HEADER / $FOOTER from bootstrap3 theme to avoid confusing developers. 2017-02-04 13:45:11 -08:00
Cameron
6531a68e00 Menu Manager fix for old themes that contain includes. 2017-01-30 11:47:02 -08:00
Cameron
96250005d7 Issue #2331 Reduce space needed for menu-manager area buttons. 2017-01-28 08:45:09 -08:00
Cameron
d2312dd5cc Remove unused files. 2017-01-27 18:30:46 -08:00
Cameron
ac0d82c2f7 Cleanup 2017-01-27 14:39:40 -08:00
Cameron
57c41f5ae9 Fix for conflict between theme layouts called 'home' and menu-manager navigation. 2017-01-24 15:22:51 -08:00
Tijn Kuyper
347c9f9af0 Update methods to load LAN files in Admin Area
(fingers crossed there are no typo's...)
2017-01-17 01:33:03 +01:00
Gábor
d00148af8c Update menus.php 2017-01-15 09:22:12 +01:00
Cameron
6dcaa98833 Menu Manager fixes. (css or js not loading under some circumstances) 2017-01-12 18:56:28 -08:00
Cameron
276d4a52f4 Fix for Menu-Manager not display Menu area under some circumstances. 2017-01-12 17:36:00 -08:00
Cameron
069f24e179 Flipped behavior of e_DEBUG_MENUMANAGER. New Menu-Manager is now the default. 2017-01-11 14:19:35 -08:00
Cameron
23667e42c9 Menu-Manager option styling. 2017-01-05 14:54:24 -08:00
Cameron
4675d16b31 Fixes #2245 - remove 'move' cursor. 2017-01-04 11:53:16 -08:00
Cameron
a37f3217f8 Issue #2245 Menu-Manager css cleanup. 2017-01-04 11:47:07 -08:00
Cameron
8366f3bfc0 Menu-Manager fix for lower-resolution screens. 2017-01-04 11:28:10 -08:00
Cameron
dfea8f3896 Issue #2245 Admin-area CSS cleanup. 2017-01-03 17:57:00 -08:00
Cameron
7c5e0c7544 Option to prevent loading of js/css 2017-01-03 11:03:22 -08:00
Cameron
77170fa7ef styling when checkbox checked. 2017-01-03 08:31:45 -08:00
Cameron
9dd717cba8 Menu-Manager rewrite complete, debug mode only. 2017-01-02 19:13:48 -08:00
Cameron
d8258e8174 Menu Manager selection re-write. To enable/test add the following to e107_config.php :
define('e_DEBUG_MENUMANAGER', true);
2017-01-02 14:09:02 -08:00
Cameron
825a4b0cee menu manager inactive menus. 2017-01-01 18:57:02 -08:00
Cameron
556694a10b Start of inactive-menus re-work. 2017-01-01 18:47:43 -08:00
MikeyGMT
ef58780710 Menu Manager calling jquery-ui.css with js method #2183
Menu Manager calling jquery-ui.css with js method part of #2183
2016-12-23 13:15:20 +00:00
MikeyGMT
192fd304f2 Menu Manager: Text to Lans and Removal of Unused #6
Menu Manager: Text to Lans and Removal of Unused #6 - and a little bit
in Theme Handler
2016-12-20 20:26:00 +00:00
MikeyGMT
ae84a4508f Missing Lans for Menus #6
Missing Lans for Menus #6
2016-12-05 22:47:34 +00:00
Cameron
9f3bcbfca6 Menu Manager work 2016-04-16 08:19:44 -07:00
Cameron
dfd9c9e3fc Issue #1512 - Saving of config menu parameters corrected. 2016-04-13 16:43:19 -07:00
Cameron
8ff02d9aa9 Default loading icon added to form->button() method when font-awesome is present. 2016-04-10 17:52:30 -07:00
Cameron
12a6367fdf The beginnings of Menu-Manager drag-n-drop. (in debug mode)
Debug can now be called from singleton. e107::getDebug()->log($message,E107_DBG_BASIC);
2016-04-10 14:10:39 -07:00
Cameron
7d7ee21cbe Improved Menu-Manager navigation 2016-04-09 18:54:11 -07:00
Cameron
444348dc4d Issue #1512 News Grid Menu 2016-04-09 16:12:54 -07:00
Cameron
46043bbb68 Fixes #1457 New Forum Posts Menu - "Show Original Topic in Menu" option not saving. New User-Extended Field preset for User comments. New e107::debug() function added for throwing info to the browser console. (Firefox/Chrome) 2016-03-26 10:14:57 -07:00
Cameron
cff27bf17a Issue #1298 Forum Query Fix and general cleanup. News Image Dimensions added where possible. 2016-02-07 22:25:12 -08:00
Cameron
796f5fa95c Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url); 2016-01-13 19:18:12 -08:00
Cameron
d0fccd540f e_menu.php introduced to replace legacy menu configuration file (config.php). See banner plugin for an example. 2016-01-12 15:44:54 -08:00
Cameron
694fc01b37 Fixes #1206 - Fixes missing icons in menu manager. 2015-10-18 09:05:58 -07:00
Cameron
6499ff72f7 Issue #1138 Added 'btn-default' where missing. 2015-07-13 19:09:30 -07:00
Cameron
9d6e3978e6 Issue #1138 Bootstrap3 styling of lists. 2015-07-13 13:09:52 -07:00
MikeyGMT
ea79550e83 Duplicate LANs Replaced with Common Phrases - Page & Menus
LANS found on PAGE and MENU replaced with common terms - plus other odd
instances of same terms.
2015-07-02 14:33:04 +01:00
Cameron
f938cc320f Fix for Menu-Manager visibility setting not saving. Fixes e107::getForm()->userclass() method not functioning as intended. 2015-06-02 14:25:39 -07:00
Lóna Lore
aacd91aff1 Issue #6: Remove and optimize (hardcoded) LANS 2015-05-01 17:54:44 +02:00