Nick Liu
c901832c6e
Fixes #1836 - Apply fix for #1446 to admin area
...
This is the same bugfix as the one for #1446 . It needs to be duplicated
for the admin area.
See stack trace analysis of the bug here:
https://github.com/e107inc/e107/issues/1836#issuecomment-633858469
2020-05-26 02:43:49 -05:00
Cameron
6daabd3fa5
Developer mode pref check fix.
2020-05-25 13:09:29 -07:00
Cameron
2009549a4e
Issue #4049 - media_sef (URL) returned for media type 'file' was incorrect.
2020-05-25 12:34:18 -07:00
Moc
7f0b2134ab
Tweak developer mode check and cleanup
2020-05-23 17:31:44 +02:00
Moc
c92b6c5e6b
Fixes #3681 - Properly detect antiflood and online tracking prefs
...
- e_TRACKING_DISABLED is now properly defined when user tracking is turned off ('track_online').
- Use correct antiflood pref ('antiflood1')
- Remove old 'flood_protect' pref (which was not used anymore)
2020-05-23 15:49:40 +02:00
Nick Liu
c03945cd63
social: Add New Provider includes all known scopes by default
...
Because it's probably quite common that the "email" scope be used by
default
See: https://github.com/e107inc/e107/issues/4115#issuecomment-622561908
2020-05-22 18:34:58 -05:00
Nick Liu
2c733cd3f1
{EMAIL} shortcode: Client-side required based on disable_emailcheck
...
The `disable_emailcheck` pref now decides whether the email field in the
{EMAIL} shortcode will be required.
See: https://github.com/e107inc/e107/issues/4115#issuecomment-609147815
2020-05-22 18:21:52 -05:00
Nick Liu
27dd9ab287
social: Fix broken update profile on login feature
2020-05-22 17:13:38 -05:00
Cameron
7fbc6be445
Merge pull request #4175 from Deltik/coreimage-hotfix
...
CoreImage: Ignore old plugins and themes
2020-05-22 13:01:09 -07:00
Cameron
b5d5ec95ce
Fix checkbox display issue on database verification page (e107_admin/db.php?mode=verify_sql)
2020-05-22 12:59:47 -07:00
Nick Liu
8caa640af4
CoreImage: Un-blacklist current plugins and themes
...
For fine-tuning what should be counted as "old" in the core image.
Plugins and themes removed from core but may still be valid plugins are
no longer considered "old".
Current plugins and themes may contain "old" files.
And some removed plugins should be considered "old" anyway.
2020-05-22 14:50:16 -05:00
Moc
bd08264a39
#4167 - Fixes social pages icons
...
Removed Google+, fixed Github (updated icon), added Steam and Twitch.
Added config.json to use for fontello.com (to pre-load selected icons)
2020-05-22 10:41:00 +02:00
Nick Liu
da893e4f20
CoreImage: Ignore old plugins and themes
...
Otherwise, the admin may be confused by why File Inspector wants their
no-longer-core plugins and themes to be deleted.
2020-05-21 16:36:29 -05:00
Cameron
613666ce12
Issue #4174 - Check core_image.phar exists before attempting to load it.
2020-05-21 13:10:58 -07:00
Cameron
57b6546892
Issue #4172 Fixed missing category_sef value in admin/news area and news gsitemap url generation.
2020-05-21 12:00:54 -07:00
Cameron
a908c9fc8e
File inspector - improved detection of old files.
2020-05-20 13:48:54 -07:00
Cameron
0ed1a9ae5f
Log deprecated files during fileinspector scan and prompt to delete these files in admin.php when the log contains data.
2020-05-20 13:31:09 -07:00
Cameron
74a3735488
Fixes #4172 - Incorrect RSS URLs on news and incorrect SEF URL example.
2020-05-20 11:49:05 -07:00
Cameron
80c5bd7582
Fixes #4171 - checkbox visibility issue.
2020-05-18 11:04:51 -07:00
Cameron
41056cb12a
Improved e_date::computerLapse() test.
2020-05-18 09:32:58 -07:00
Moc
cf919afa62
#4167 - Add Twitch and VK to Social Pages (wip)
...
- TODO: add CSS icons to css/fontello.css
2020-05-18 15:17:40 +02:00
Cameron
1f502ce459
Fixes #4155 - database verification was failing when field name ended in a digit.
2020-05-16 13:14:29 -07:00
Cameron
7081737f12
Fixes #4165 - Custom field problem with single quote value.
2020-05-15 12:25:46 -07:00
Cameron
d9037999dd
Fixes #4166 - Check-all checkbox class conflict.
2020-05-15 11:47:07 -07:00
Cameron
4a25bcd414
Admin-UI: Fixed #3936 - Boolean 'invert' was failing with a fatal error in PHP7.
2020-05-15 11:31:22 -07:00
Nick Liu
82587d8708
core_image.phar was being looked up at the wrong path
...
Correcting a regression from e7a79edcd0993f8a4078ceb0321290ac7864ceba
Fixes : #4164
2020-05-13 16:14:08 -05:00
Cameron
c1b5aede30
Added usersettings bootstrap 4 template file.
2020-05-13 13:48:07 -07:00
Cameron
bf00c3ad83
Bootstrap 4 Fixes on Usersettings page.
2020-05-13 13:31:43 -07:00
Cameron
e86d6272fa
Private Messenger: Bootstrap 4 styling fixes.
2020-05-13 11:06:14 -07:00
Cameron
042aa72a83
Closes #4120 - As a precaution, also clear the browser cache when an old bootstrap path is detected.
2020-05-12 16:47:09 -07:00
Cameron
d7889bc759
Google Sitemap: The XML sitemap can now be retrieved from /sitemap.xml
2020-05-12 16:41:41 -07:00
Cameron
b25dfa99af
Issue #4120 - fix bootstrap path automatically.
2020-05-12 16:13:33 -07:00
Cameron
e8dcda855e
Issue #4120 Check for outdated bootstrap path.
2020-05-12 16:11:43 -07:00
Cameron
1fbb3c5a5c
Issue #4120 Check for outdated bootstrap path. Additional testing needed.
2020-05-12 15:22:08 -07:00
Nick Liu
2e0664dad4
Moved placeholder core_image.phar to e107_system
...
Also made naming of "core_image.phar" consistent everywhere
2020-05-11 15:34:16 -05:00
Cameron
e7a79edcd0
Moved core-image to e107_system/ and renamed to core_image.phar
2020-05-11 13:28:01 -07:00
Cameron
968701c842
Fixes #4162 - Handle chatbox nick names with a "." in them.
2020-05-11 12:12:24 -07:00
Cameron
2cf97da75c
Fixes #4146 - Better way to do bootstrap 4 pagination.
2020-05-11 12:01:50 -07:00
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