1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-19 13:37:09 +01:00

3517 Commits

Author SHA1 Message Date
Cameron
3c9a549163 Plugin Builder fixes. 2017-11-02 20:33:17 -07:00
Cameron
a2af5f1eb1 Fix for TinyMce animation labels using kAdmin style. 2017-10-31 18:17:24 -07:00
Cameron
5109229c39 display 'wow' animations in TinyMce editor. 2017-10-31 17:52:09 -07:00
Cameron
e5e3793ee4 Debugging added. 2017-10-31 10:39:12 -07:00
Cameron
d7016f9971 Enable visualblocks by default on TinyMce install. 2017-10-30 15:29:00 -07:00
Cameron
652eca0a11 Fix for font-size. 2017-10-30 10:15:04 -07:00
Cameron
5780ecf84c TODO added. 2017-10-29 14:54:44 -07:00
Cameron
e7d8f15fc9 TinyMce animation label 2017-10-29 13:27:24 -07:00
Cameron
dcf0733ffa Removed the "out" animations to avoid trouble. 2017-10-28 18:04:12 -07:00
Cameron
f0112dc33c Label each animation type in TinyMce. 2017-10-28 17:54:08 -07:00
Cameron
ecdbe10b01 Animate.css Library added. Animate style added to TinyMce. 2017-10-28 17:40:04 -07:00
Cameron
6140a2ceb0 {CHAPTER_MENUS} shortcode now has a 'class' parameter which takes array values. eg. {CHAPTER_MENUS: class[]=primary&class[]=warning&class[]=success}. These values automatically rotate and are inserted in the menu body where {CLASS} is found. 2017-10-27 13:16:26 -07:00
Cameron
747cc3b572 Fix for 'active' param on {CHAPTER_MENUS} 2017-10-26 12:01:27 -07:00
Cameron
1b3168dcbc The {CHAPTER_MENUS} shortcode now accepts the 'template' parameter. Additional Custom Menu shortcodes/aliases added:
{CMENU_TAB_ACTIVE} {CMENU_BUTTON_TEXT} {CMENU_BUTTON_URL}
2017-10-26 11:21:18 -07:00
Cameron
9ac287a4a3 Added custom caption configuration to News Archive Menu. 2017-10-20 12:10:01 -07:00
Cameron
e484795de6 Added missing class param on Social Login shortcode. eg. {SOCIAL_LOGIN: class=x} 2017-10-20 11:37:59 -07:00
Cameron
1ba4f85570 Remove debug info 2017-10-19 18:10:58 -07:00
Cameron
9eaab96373 FAQs frontend LANS renamed to match specifications. Filter alert removed and replaced with Filter in breadcrumb. 2017-10-18 17:00:40 -07:00
Cameron
df63772955 Fixes #2823 FAQs breadcrumb. 2017-10-18 07:05:39 -07:00
Cameron
a37a5d4ff3 Fix for parse by reference errors. 2017-10-17 17:41:43 -07:00
Cameron
898e081656 Page Navigation work. 2017-10-17 16:22:56 -07:00
Cameron
eac0ad60fb {PAGE_NAVIGATION} - new option 'pages'. Set to 'true' to display pages in a book/chapter list. eg. {PAGE_NAVIGATION: book=14&pages=true} 2017-10-17 11:29:47 -07:00
Cameron
bbe3731cc7 Fixes #2816 - Gallery custom caption fix. 2017-10-17 10:52:04 -07:00
Cameron
3eeb6807f2 Issue #6 Removed empty LAN definitions. 2017-10-17 07:53:35 -07:00
Cameron
ca171ed5db Fixes #2820 .search-menu class added to search_menu.php 2017-10-16 09:39:29 -07:00
Cameron
0073de8698 Fixes #2802 - New Forum Posts Menu. 2017-10-14 18:00:06 -07:00
Cameron
40c9eb787f Issue #6 LAN file bbcode correction. 2017-10-14 17:02:24 -07:00
Cameron
71face9e46 Removed closing PHP tag from generated LAN files. Removed empty LAN definitions. 2017-10-14 15:51:27 -07:00
Cameron
a0864c33c2 Issue #2802 - Forum - Handling of no 'lastpost' user. 2017-10-13 16:41:03 -07:00
Cameron
166837f053 Some additional Twitter meta. 2017-10-11 16:18:56 -07:00
Cameron
4bff6f2be8 SEF URLs: Automatically sync news and gallery (e_url) index entries. 2017-10-10 16:14:56 -07:00
Cameron
8b32e679c7 News Archive Menu added. e-expandit now adds the 'open' css class when expanded. 2017-10-09 14:05:48 -07:00
Cameron
d9a937d765 Fix for news menu caching across languages and different perms. 2017-10-09 08:50:56 -07:00
Cameron
85e2a67018 Issue #2806 - Expands on News list template to add specific styling for the first item in the list. 2017-10-08 09:00:34 -07:00
Cameron
c6c6467a59 Fixes #2803 - Plugin prefs with a value of '0' were not stored correctly. 2017-10-03 14:29:28 -07:00
Cameron
fd35083546 Page list function was failing from site navigation. 2017-10-03 11:11:01 -07:00
Cameron
5940161334 More news cache fixes. 2017-10-02 19:35:57 -07:00
Cameron
68b87444d3 More news cache fixes. 2017-10-02 19:27:15 -07:00
Cameron
0f2e26e7ca Fix for news cache issue. 2017-10-02 18:56:46 -07:00
Cameron
556f9969a5 Support for NEWS_LAYOUT constant. (works with ThemeSwitch plugin) 2017-10-02 15:11:05 -07:00
Cameron
8642c0a0f6 BC fix for comments menu. 2017-10-02 14:04:13 -07:00
Cameron
6f42d26dd5 Fix Comment menu caption. 2017-10-02 13:59:09 -07:00
Cameron
83aece2e4a Comments menu title. 2017-10-02 13:32:04 -07:00
Cameron
23ef768666 Load comments lan in news. 2017-10-02 13:27:35 -07:00
Cameron
7485bc49ee Replace category_name value on default page with "News". 2017-09-29 12:10:48 -07:00
Cameron
93fdb28603 Fix parm description and example on news_grid_menu. 2017-09-29 12:00:09 -07:00
Cameron
e9bd0c8936 Issue #2000 set unique ID for each tablerender() of news. Frontend complete. 2017-09-29 11:49:32 -07:00
Cameron
a11cd8ef63 Issue #2000 News template determined by News category. Frontend - partially functional. 2017-09-28 17:03:13 -07:00
Cameron
a8a49f5aad Allow for more than 2 default news layout options. (work in progress) 2017-09-26 12:32:55 -07:00
Cameron
03915060eb Issue #2796 New shortcode for newforumposts_menu: {TOPIC_DATESTAMP: format=short|long|forum|relative} 2017-09-24 19:44:25 -07:00