1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-07 07:47:59 +01:00

146 Commits

Author SHA1 Message Date
Cameron
433a1c65e3 Fix for admin language-pack area perms. 2013-10-30 13:55:19 -07:00
Cameron
af6174bf02 Added support for sitelink function parms. Added sitelink functions for Page books and book-chapters. 2013-10-28 21:30:24 -07:00
SecretR
337cb70816 Fix remove match string from navigation URL
Refined submenu match (full URL only)
2013-10-25 21:46:01 +03:00
SecretR
a32d0b8ef6 Simple matching method for controlling main navigation active status
(match string inside the URL field)
2013-10-24 13:09:43 +03:00
SecretR
f56e9799b2 New navigation routine fix - link_open setting added to shortcodes
and templates
2013-10-24 11:33:37 +03:00
Cameron
ddbbfef54f Fix for font-awesome overlay issue. Renamed glyph() as toGlyph() for consistency. 2013-07-12 13:52:39 -07:00
Cameron
475e46e748 Renamed {LINK_IMAGE} to {LINK_ICON} - more consistent with description in admin -> Site links. 2013-07-12 07:50:25 -07:00
Cameron
955bb78769 Added support for bootstrap glyphs (see admin-> Site-links icon for example) 2013-07-12 07:13:10 -07:00
Cameron
b8cdc71795 Correction of shortcode global issue. As per e107 v1.x - shortcodes should only ever be registered globally using e_shortcode.php or xxx.sc files. 2013-05-31 18:40:56 -07:00
Cameron
f5fc29577e Navigation : added {LINK_ACTIVE} shortcode - when you simply need the string 'active' to be returned. (such as in bootstrap) 2013-05-30 14:18:23 -07:00
Cameron
7d6688d760 Page support for single page with anchor navigation. 2013-05-29 01:29:53 -07:00
Cameron
f29852230e Closes #313 - Navigation active class issue. 2013-05-17 16:44:12 -07:00
Cameron
a3cdbb42c1 Issue #255 - Partial fix for empty sidebar menu. 2013-05-06 16:33:56 -07:00
Cameron
ff0bdfc77c Issue #241 - BC Sitelink fix. 2013-05-06 15:06:18 -07:00
Cameron
70527f872d Notice removal 2013-04-29 12:56:50 -07:00
Cameron
0004b47d96 Notice removal 2013-04-24 17:45:53 -07:00
Cameron
a1a7a5e6ae PHP Warning removal 2013-04-24 01:45:54 -07:00
Moc
c20829f679 Minor fix - should sort the mysterious - appearing on hovering admin icons 2013-03-22 23:47:39 +01:00
Cameron
916371a3da Credits styling 2013-03-21 18:25:27 -07:00
Cameron
59a6edb4e4 Core template path changes. 2013-03-20 23:50:30 -07:00
Cameron
98b8953492 GUI Fixes 2013-03-15 19:25:41 -07:00
Cameron
53eb60195e Forum update fix 2013-03-10 20:59:41 -07:00
Cameron
859dcdb360 Forum upgrade improvements. Tested and appears to be functional. 2013-03-10 18:43:44 -07:00
SecretR
1396cfbb69 Navigation compile/parser issues solved 2013-03-08 13:08:16 +02:00
Cameron
e5d25b4635 Support added for dividers in admin-menu 2013-03-07 05:23:44 -08:00
SecretR
cb2c087493 Sitelinks id shortcode 2013-03-07 15:19:40 +02:00
SecretR
01fff7511c Fix not parsed shortcode LINK_PARENT 2013-03-04 16:38:31 +02:00
Cameron
b8b8a3e726 Review and cleanup of all admin layouts 2013-02-26 21:27:36 -08:00
Cameron
4941a1156d adminLinks function cleanup 2013-02-26 18:57:33 -08:00
Cameron
fdf78c92a4 Issue #73 Deprecated admin_handlers.php file. 2013-02-26 17:17:31 -08:00
Cameron
4e138b835f Renamed class naming standard within e_sitelink.php addon. Use xxxx_sitelink (not xxxx_sitelinks) 2013-02-26 03:43:52 -08:00
Cameron
34472849af Fixed tabbed admin interface 2013-02-25 17:15:46 -08:00
SecretR
4587940ad9 Even more smarter page navigation menu;
Introduced e107::getAddon();
Upcoming addon class naming standards discussion
2013-02-14 15:38:00 +02:00
SecretR
bcaf4e70c6 Fix navigation links assembling (navigation handler) 2013-02-13 17:04:11 +02:00
Cameron
e4805b8a53 Infopanel icon styling and renaming of 'Custom Pages' to 'Pages' 2013-02-06 13:01:09 -08:00
Cameron
87e753bbbd Fix for link-url 2013-01-31 14:29:37 -08:00
Cameron
247579c41e Custom-Page navigation menu and shortcode added. 2012-12-18 01:32:33 -08:00
Cameron
c3e996d06b More Notice removal (Issue #58) 2012-12-17 13:20:52 -08:00
Cameron
774f045828 Page sublink navigation 2012-12-17 12:15:51 -08:00
Cameron
04e9157961 More bootstrap theme work and start of pageNavigation function for sitelinks. 2012-12-17 04:21:16 -08:00
Cameron
f63fcb61a8 Notice removal and default styling fixes. 2012-12-16 14:28:30 -08:00
SteveD
bf8d7bdbc1 Fix errors in path decoding for sitelinks (e_PLUGIN substituted as e_IMAGE) 2012-12-16 19:23:11 +00:00
Cameron
0779798f89 Notice removal 2012-12-15 16:41:37 -08:00
Cameron
550754029e Fix for $sql->retrieve when full query used. (gen() mode)
Sitelinks initData() updated to use it.
2012-12-15 04:44:37 -08:00
Cameron
e0f8b579ee Very basic 'active' site-link detection. 2012-12-14 21:39:17 -08:00
Cameron
c398373dcb Fix for dynamic menus. Simplified recursion. Lower-link template added and ready for active-link detection routine. 2012-12-14 17:22:04 -08:00
SecretR
e47f9cf5eb Navigation renderer ready for testing. Awaiting active detection, cache, benchmark. 2012-12-14 16:32:39 +02:00
SecretR
56c4d48503 Site links data retrieving/rendering draft (work in progress);
Text truncate typo
2012-12-14 12:20:01 +02:00
Cameron
32e1a53a90 Sitelinks array routine work 2012-12-13 02:02:42 -08:00
Cameron
03ad96c309 nav link fix 2012-12-11 20:12:54 -08:00