1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-15 09:59:48 +01:00

13206 Commits

Author SHA1 Message Date
Cameron
e03f7a34e2 Issue #4359 - Forum dropdown-menu fixes for Bootstrap 4/5. 2021-02-19 16:09:47 -08:00
Cameron
46b6927447 Fixes #4403 - Parsing of [code]. Test added. 2021-02-19 16:07:12 -08:00
Cameron
dc29822e89 Issue #4299 - Membersonly LAN was not being loaded on signup page. 2021-02-19 07:44:52 -08:00
Cameron
c03e0ab066 'styleCount' info added to all theme tablestyle() calls. 'styleCount' keeps count of the number of times the current style has been rendered. Usage example added to the bootstrap3 theme. Core news view template updated to use tablestyle caption correctly. 2021-02-19 07:33:05 -08:00
Cameron
a136e3771c Added news to the global lan list. 2021-02-19 07:27:28 -08:00
Cameron
dfec2a46f8 Closes #4404 Added missing global news language file. 2021-02-19 07:20:45 -08:00
Cameron
cae8cf1345 Fixes #4398 - Page breadcrumb. Disabled breadcrumb on frontpage. 2021-02-18 17:02:37 -08:00
Cameron
1fae6bf7cf Allow for shortcode usage in the contact 'layout' template. 2021-02-18 15:44:58 -08:00
Cameron
aacc54945f Closes #4383 - replace simpleParse() usage with parseTemplate() in page.php 2021-02-18 15:39:17 -08:00
Cameron
10c0ed56b2 Minor styling correction of help tip icon. 2021-02-18 10:28:46 -08:00
Cameron
0db4b1164f Fixes #4394 '__tabs__' was being displayed in custom fields form. Test added. 2021-02-18 10:27:59 -08:00
Cameron
2f08384dcb Issue #4400 Added test for hasMessage(false); 2021-02-18 09:31:25 -08:00
Cameron
d45f54262f Styling fix for bootstrap3 books and chapters list view. 2021-02-18 09:24:10 -08:00
Cameron
72c18d46c0 Closes #4400 Added message handler tests for getAll() and hasMessage(). 2021-02-18 06:54:24 -08:00
Cameron
6ac83d6ea4 Fixes #4399 - thread_active value missing. 2021-02-18 06:31:48 -08:00
Cameron
d0404cb9b3 Issue #4372 Contact page code cleanup and 'layout' template added. 2021-02-17 19:07:45 -08:00
Cameron
acccf1d1ba
Merge pull request #4397 from Jimmi08/patch-15
Fixes #4396 Available chapter id on chapter page
2021-02-17 16:40:54 -08:00
Cameron
823a228e7e Issue #3912 Typing ':' now pops-up a menu of available routes. Bootstrap-suggest library added for this and other areas in future. 2021-02-17 14:33:35 -08:00
Jimako
364f41231a
#4393 Available chapter id on chapter page 2021-02-17 20:23:18 +01:00
Cameron
e371da1785 e107::getFile()->send() now accepts optional type, encoding and disposition values.
HTMLTAG fallback for THEME_LAYOUT added.
2021-02-16 13:32:34 -08:00
Cameron
766b50338f Catch missing THEME_LAYOUT constant on very old themes. 2021-02-16 12:11:05 -08:00
Cameron
4203bdb2c5 Removed last references to deprecated e107::getAdminLog() method. 2021-02-16 11:56:42 -08:00
Cameron
ab546c5aab Fix for tips appearing when hovering on labels.
Menu-manager selector styling on light theme.
2021-02-16 09:25:53 -08:00
Cameron
ba6344bb28 Removed deprecated PAGE_NAME from News. 2021-02-16 09:23:41 -08:00
Cameron
5b9ecd2200 Issue #4372 Extra fields. 2021-02-16 09:22:12 -08:00
Cameron
f8cc691941 Fixes #4389 - Fatal error on "Find Themes" lookup when no results returned. 2021-02-16 07:02:30 -08:00
Cameron
5654f6acbf Issue #4372 Make sure shortcode is loaded. 2021-02-15 12:32:28 -08:00
Cameron
80ff17194f PHP8 fix. Admin css tweak for debug info. 2021-02-15 11:01:55 -08:00
Cameron
c94b1867a3 Issue #4372 - Enhancement: Contact page info. Requires database update. 2021-02-15 10:58:49 -08:00
Cameron
523fae8582 Fixes #4384 - Footer missing when required within a function. 2021-02-15 07:22:47 -08:00
Cameron
fc683be4e2 Fix dark drop-down menu 2021-02-14 11:42:11 -08:00
Cameron
50e0445807 Issue #3184 Issue #3912 New Feature: can now use :(e_ROUTE) to switch theme layout visibility. 2021-02-14 10:36:45 -08:00
Cameron
4669285b6f Issue #3184 Issue #3912 - e_ROUTE constant added - will eventually be used by theme layout "Visibility Filter". 2021-02-14 09:10:46 -08:00
Cameron
a448c00a1d Fixes #4382 - Init theme shortcodes later. 2021-02-14 08:14:57 -08:00
Cameron
aee77a102f Set profanity list limit to 1000. (Could reduce performance)
Fix for comment template. Prevent secureImage from buffering too many keys.
2021-02-14 07:02:09 -08:00
Cameron
e6bdc0e6ec Fix for 'user' stylesheets in Theme Manager. 2021-02-14 06:31:06 -08:00
Cameron
b0300f93bf Changed load order of Menus and Theme Layout detection. 2021-02-13 18:55:44 -08:00
Cameron
3bb541a6d9 Issue #4228 Theme manager - display only the relevant stylesheets for the selected scope. 2021-02-13 17:56:53 -08:00
Cameron
6662b04323 Menu-Manager styling. 2021-02-13 08:52:43 -08:00
Cameron
6d29e4244d Fix icon appearing on admin language selection. Minor tweaks 2021-02-13 07:58:24 -08:00
Cameron
5ec3aa7245 Set 'front' by default if theme.xml library scope is missing. 2021-02-13 06:50:17 -08:00
Cameron
800f8734bf Tweak of isCompatible method. 2021-02-13 06:15:42 -08:00
Cameron
0527993d98 Added check for FileInfo extension 2021-02-12 14:32:20 -08:00
Cameron
b4c33735d6 Closes #4380 - Moved submit button on language file editor modal. Removed some PHP errors. 2021-02-12 14:27:21 -08:00
Cameron
2bf5ee3909 Admin area tool tips simplified to a single location. Pref simplified to Enable/Disable. Fixed flip-switch 'e-expandit' failures in Admin > Prefs. 2021-02-12 12:19:58 -08:00
Cameron
b7b2a02509
Merge pull request #4376 from Jimmi08/patch-15
Fixes #4375 Adding class to be able to style link list
2021-02-12 08:42:45 -08:00
Cameron
c8a3e6e1c8 Disabled testSignupExtendedUserFieldsShortcode until test solution found. Load admin icons sooner. 2021-02-12 08:37:26 -08:00
Cameron
7ba76210fd Added PHAN plugin to codeclimate 2021-02-12 07:22:37 -08:00
Cameron
a57c598168 Added missing TinyMce4 files. 2021-02-12 06:16:07 -08:00
Cameron
7133d4bb6f Closes #4228 TinyMce can now load the frontend theme in the editor when 'wysiwyg' is found in the scope of a declared css file within theme.xml
Fixes #4371 - FontAwesome5 is now loaded in the TinyMce editor when detected in the frontend theme.
2021-02-11 16:39:50 -08:00