1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-20 06:24:42 +01:00

182 Commits

Author SHA1 Message Date
Cameron
812b7cbcb3 Code cleanup. Moved checkvalidtheme() out of class2.php and into e_theme as initTheme() 2020-12-21 17:46:32 -08:00
Cameron
630f3f415f Improved detection of deprecated functions/methods and display in DEBUG mode: deprecated. 2020-12-21 10:00:28 -08:00
Cameron
601df26d51 Code optimization for speed and reduced memory usage. 2020-12-20 11:50:10 -08:00
Cameron
5b82c292b1 Code cleanup 2020-12-18 19:55:12 -08:00
Cameron
42f0e902d4 Issue #4283 - Update deprecated sql method usage. Removed old code. 2020-12-17 05:52:54 -08:00
Cameron
44e260b121 Code cleanup and optimization 2020-12-14 16:21:48 -08:00
Cameron
f375024147 Fix for admin navigation active sublink. 2020-06-02 12:02:43 -07:00
Cameron
a950bf981e New admin perm added: to grant access to only theme preferences (but not others) 2019-07-29 12:37:08 -07:00
Cameron
a134a2815d Fix for large admin menu. 2019-07-02 09:38:51 -07:00
Cameron
5944983b6c Admin-UI: $adminMenu now has a 'badge' attribute. Send it an array and it will render a badge in the navigation. eg. array('value' => $count, 'type'=>'warning'). General code cleanup in 'admin' nav method. 2019-06-26 13:48:53 -07:00
Cameron
7dea524e8a BC Fix for icons in sitelinks. 2019-04-30 14:01:05 -07:00
Cameron
1dbc90143f Case cleanup toHtml() should be toHTML() 2019-02-26 12:22:36 -08:00
Cameron
bce677757c Fix for Admin Panel buttons. 2019-01-17 11:50:47 -08:00
Cameron
8c9e6f1370 Optimized Admin Control Panel code. 2019-01-15 08:55:34 -08:00
Cameron
3d031895ca Dropzone LAN added. Catch theme shortcode when set in sitelinks but missing and add a debug message. 2018-08-24 16:04:12 -07:00
Cameron
b40b1916a3 Issue #2970 btn-default > btn-default btn-secondary 2018-01-10 15:06:40 -08:00
Lóna Lore
bb28fca4ce Fix for PHP Notice Undefined index: sub, Line 1456 of /e107_handlers/sitelinks_class.php 2017-12-10 11:40:41 +01:00
Lóna Lore
917074ad3c Fix for PHP Notice Undefined index: link_identifier, Line 1986 of /e107_handlers/sitelinks_class.php 2017-12-10 11:27:20 +01:00
Cameron
5e4c172c2f Issue #2883 Permission fixes. 2017-12-01 17:00:02 -08:00
Cameron
9d4d0b8176 Fix for large amount of submenu items in admin menu. 2017-11-19 07:29:10 -08:00
Cameron
4bf1d4c97b Fixes #2863 Glyphicons becomes the fallback 2017-11-17 13:10:29 -08:00
Cameron
4151449b76 Issue #2840 - Legacy Navigation fix. 2017-11-01 18:22:12 -07:00
Cameron
eaa208634a Fixes #2840 - "Everyone but.." visibility for sitelinks was failing. 2017-11-01 18:16:28 -07:00
Cameron
3e21d5eab5 Fix for last commit. 2017-11-01 13:01:01 -07:00
Cameron
056cb08fa8 Additional {NAVIGATION} shortcode parms. eg. {NAVIGATION: type=main&layout=footer&flat=1&noempty=1} will flatten sublinks and remove links with no URL or '#'. Dynamic sublinks (functions) currently not supported. 2017-11-01 12:36:32 -07:00
Cameron
898e081656 Page Navigation work. 2017-10-17 16:22:56 -07:00
Cameron
fd199be3e1 BC Fix for {SITELINKS} shortcode with expanding links. 2017-10-05 13:14:50 -07:00
Cameron
90673d2ae0 MySQL Class: New method selectTree();
Support for custom navigation depth.
Download-categories sitelink/nav function added.
2017-04-19 16:35:10 -07:00
Cameron
1aa6f6ce7f Navigation: Use fixed-width on font-awesome sitelink icons. 2017-04-19 14:26:45 -07:00
Cameron
be44bc8f09 Theme shortcodes may now be used as content for sitelink functions. eg. To generate drop-down mega-menus. 2017-03-15 16:49:55 -07:00
Jimako
5fa8a06c39 FIX for #2292 active class for homepage without index.php
This is workround for setting homepage url with index.php. Correct way should be just /
Now you have double content.
2017-03-04 22:58:07 +01:00
Cameron
9d546ce5d0 Improved active-link detection for SEF URL index.
Issue #2318 - external URL issue.
Issue #2292
Issue #1604
2017-02-28 09:55:35 -08:00
Cameron
4b3317ad18 Plugin Manager fixes. 2017-02-06 08:47:39 -08:00
Cameron
3a81c1097a Plugin Manager rewrite - finally using admin-ui. 2017-02-05 15:49:03 -08:00
Cameron
479cdd7d8f e_plugin class optimized. 2017-02-04 12:49:44 -08:00
Cameron
8dadf11e7a Admin navigation speed. 2017-02-03 20:18:45 -08:00
Cameron
c82d00e06c Legacy sitelinks fix for PHP 7.1 2017-01-28 10:36:49 -08:00
Cameron
57c41f5ae9 Fix for conflict between theme layouts called 'home' and menu-manager navigation. 2017-01-24 15:22:51 -08:00
Cameron
e376dd92d9 BC Fixes for sitelinks. 2017-01-24 08:46:31 -08:00
Cameron
43d0211590 Code cleanup: deprecated include_lan() 2017-01-23 09:41:23 -08:00
Cameron
62a726e274 {LINK_TARGET} added for use by scrollspy. 2017-01-20 13:43:46 -08:00
Cameron
abcbf0656a Admin-UI enhancements (i hope!) 2017-01-14 16:10:47 -08:00
MikeyGMT
f1abb93d32 Lans Clean Up #6 - Site Links
Lans Clean Up #6 - Site Links
2017-01-14 16:08:13 +00:00
Cameron
d8fb520e40 Bootstrap navigation now support sub-links of sublinks. 2016-12-20 11:32:14 -08:00
Cameron
b105b854e6 Bc Fixes. Fix for broken navigation when using {SITELINKS} shortcode. 2016-12-10 17:05:12 -08:00
Cameron
666eab7a89 Some debug refinements. 2016-12-01 14:00:37 -08:00
Cameron
99a3c0fac2 Fix for Sitelinks tooltip preference. (and footer links) 2016-07-06 18:23:53 -07:00
lonalore
c2c2d7aa37 Removed Library Manager UI, moved library listing to prefs page. 2016-06-21 10:40:41 +02:00
lonalore
90e25f1d8a Library Manager UI. 2016-06-20 11:12:25 +02:00
Cameron
86143e2dff Email template simplification 2016-05-20 15:04:51 -07:00