1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

12531 Commits

Author SHA1 Message Date
Cameron
c07b20f268
Merge pull request #4161 from Jimmi08/patch-2
Bootstrap4 user profile template
2020-05-09 14:04:07 -07:00
Jimako
e4a9499702
full fix for user template in bootstrap 4 2020-05-09 16:02:52 +02:00
Cameron
8c254bccd6 Issue #4146 - Fixed user profile navigation (next/prev) for legacy, bootstrap3 and bootstrap4 themes.
Closes #4021 - Added support for independent core templates for legacy, bootstrap3 and bootstrap4 templates.
2020-05-08 14:34:34 -07:00
Cameron
0f2ab37d47 Backward compatibility fixes. 2020-05-06 16:15:52 -07:00
Cameron
8ac7f1fdf1 Cache added to newforumposts_menu.php. Fancybox 2.06b added to incompatible plugin list. (it loads an old version of jQuery) . Fix for BC replacement of newforumposts_main not rendering. 2020-05-06 13:33:01 -07:00
Cameron
def50c174d Upgrade and Backward Compatibility Fixes. 2020-05-05 15:11:49 -07:00
Cameron
25f580ce2f Fixes #3793 TinyMce video tags fix and expansion of allowed attributes. 2020-05-05 10:14:38 -07:00
Cameron
14e8a28d2d Debug Test. 2020-05-04 12:30:15 -07:00
Moc
715d8dde60
Tweak developer mode check and message 2020-05-04 21:22:13 +02:00
Cameron
ad7caf78e8 Fix for theme render test. Disabled debug routines when inactive. Bootstrap3 moved modal to footer. Code cleanup. 2020-05-04 12:10:22 -07:00
Cameron
951cefec27 Fixes #4153 - load theme class sooner. 2020-05-04 11:15:26 -07:00
Moc
7ffad1f4d2
Check for developer mode
Adds warning for ADMIN when developer mode is enabled, but when user is not on localhost (indicating developing).
2020-05-03 17:43:50 +02:00
Moc
2cddbaa5a2
#4152 - Quickfix for fatal error after clean-up
Introduced after clean-up in commit 834ea354e4
2020-05-03 16:24:06 +02:00
Cameron
834ea354e4 Core Cleanup. 2020-05-02 15:35:30 -07:00
Cameron
43d8221340 Fixes #4080 - user profile date issue. 2020-05-02 11:43:00 -07:00
Cameron
76442d7272 Fixes #4144 Extended-User type=radio value conversion fix. 2020-05-02 11:42:33 -07:00
Cameron
10d2fe5079
Merge pull request #4149 from Jimmi08/patch-3
#4055 signup template correct implementation of GDPR shortcode
2020-05-02 10:52:20 -07:00
Cameron
ba36dd2b23
Merge pull request #4148 from Jimmi08/patch-2
Fixes #2160 correct button class on core signup template
2020-05-02 10:51:38 -07:00
Cameron
de987d85fe
Merge pull request #4147 from Jimmi08/patch-1
#2898 fix for btn-default in user update information button
2020-05-02 10:47:26 -07:00
Jimako
b0be115069
#4055 signup template correct implementation of GDPR shortcode
otherwise, there is the visible border with empty field
2020-05-02 18:52:17 +02:00
Jimako
f6496b8be4
#2160 fix for correct button class on core signup template 2020-05-02 17:09:22 +02:00
Jimako
2444e8cdf1
#2898 fix for btn-default in user update information button
bootstrap4 support
2020-05-02 14:11:52 +02:00
Cameron
a014079fd8 Issue #4141 - remove 'style' from link when not in use. 2020-05-01 13:56:10 -07:00
Cameron
d51c3e07c6 Closes #4124, #3686 - News template loading behavior. Added alert-dismissible for BS4. 2020-05-01 13:40:07 -07:00
Cameron
cd01e8119b Fixes #3686 - BS4 alert not showing. 2020-05-01 13:15:19 -07:00
Cameron
db356fdc51 Issue #4058 - More tests added. 2020-05-01 13:02:07 -07:00
Cameron
121eedfce3 Issue #4141 - Removed deprecated class. 2020-05-01 11:03:02 -07:00
Cameron
e4de8502c5 Fixes #3926, #4135 - support for attributes onchange, onclick etc. when script access is enabled. 2020-04-30 14:52:44 -07:00
Cameron
c7fe56f525 Issue #4058 Pre/Code tag TinyMce line-break issue and tests. 2020-04-29 12:46:33 -07:00
Cameron
dbc6acb8cf Issue #4141 Prevent reloading of theme class. 2020-04-29 10:30:49 -07:00
Nick Liu
01404fa9c6
Blank out core_image.php in repo
This file is basically always going to be outdated in the development
tree. Use the build artifact files for integrity verification.

Tests have also been modified not to use this file.
2020-04-29 11:43:25 -05:00
Nick Liu
7291ebc8b1
Fixes #4114 - Better file inspector corruption warning message
Now advises admins to reupload using binary mode if the admin uploads
files with FTP
2020-04-29 10:50:50 -05:00
Cameron
b360e551dd Issue #4141 - Removed check for 'e_SEARCH' as it may have been defined by a plugin. 2020-04-28 15:06:11 -07:00
Cameron
8b50ddc9fd Code Cleanup 2020-04-28 14:16:38 -07:00
Cameron
568d8feb77 Closes #4141 - Upgraded theme specification for v2.3.0+. See bootstrap3/theme.php for details. Use 'theme' class. 2020-04-28 14:03:05 -07:00
Tijn Kuyper
8d73a79427
Github Sync - Check for developer mode 2020-04-27 15:19:58 +02:00
Cameron
326305f5f2 Removed old deprecated global $e107_debug. Cleaned up debug_handler.php (e107_debug class) 2020-04-26 13:32:18 -07:00
Cameron
406f74e3a5 Issue #4137 - Fix for legacy error page. 2020-04-24 14:07:47 -07:00
Cameron
9e8faa0bb0 Fixed error page behavior so that we get consistent rendering results whether using using SEF (index.php) or error.php?XXX 2020-04-24 13:14:53 -07:00
Cameron
87a717dac3 Addon validation check moved to separate method. Test added. 2020-04-24 11:58:51 -07:00
Cameron
6734f26978 Fixes #4128 whitelist 'rel' attribute on a tags. 2020-04-22 10:39:22 -07:00
Cameron
6d29c4c55e Issue #1767 Fixed duplicate 'required' indicator in legacy usersettings theme template. 2020-04-21 11:36:36 -07:00
Cameron
9bd2b3d5f2 Issue #1767 - Tweak last commit. 2020-04-20 14:17:07 -07:00
Cameron
47a1460ac4 Issue #1767 - Signup extended user field refinements. 2020-04-20 14:00:56 -07:00
Cameron
31e197ccce Issue #1767 - Signup template cleanup. 2020-04-20 12:37:39 -07:00
Cameron
ab925f43cc Issue #4124 - Avoid legacy globals with v2.x theme templates. 2020-04-20 11:49:19 -07:00
Cameron
6b9b2f7013 Tweaked last commit so 'auto' is not used unless specified. 2020-04-18 13:52:31 -07:00
Cameron
17d214a450 Native Lazy loading support added to {NEWS_IMAGE} shortcode. eg. {NEWS_IMAGE: loading=lazy} 2020-04-18 13:38:19 -07:00
Cameron
23e62915db
Merge pull request #4132 from Deltik/fix-4113
Enable PHP session file garbage collection
2020-04-18 12:25:52 -07:00
Nick Liu
5d982561c3
Fixes #4113 - Enable session file garbage collection 2020-04-18 14:10:02 -05:00