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
2cf97da75c
Fixes #4146 - Better way to do bootstrap 4 pagination.
2020-05-11 12:01:50 -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
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
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
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
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
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
121eedfce3
Issue #4141 - Removed deprecated class.
2020-05-01 11:03:02 -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
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
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
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
3730254b8a
Admin-UI: Issue #3058 - Made true/false icons consistent regardless of whether inline editing is enabled or disabled.
2020-04-09 17:22:10 -07:00
Cameron
6c242729b9
Closes #4107 - hide email by default when creating a new user.
2020-03-20 07:54:56 -07:00
Cameron
331aa5f99e
Interface fixes and refactoring to e107 conventions/standards.
2020-02-28 10:33:50 -08:00
Cameron
35e2e3b4aa
Merge pull request #4099 from Deltik/fix-3492
...
New 3rd-party PHP dependency manager for e107 core and HybridAuth upgrade.
2020-02-26 13:58:03 -08:00
Nick Liu
ae6340c233
Removed route system/xup/signup
...
system/xup/signup is now system/xup/login
2020-02-26 21:22:45 +01:00
Nick Liu
379a963902
New API to detect if social login is enabled site-wide
...
The site-wide social login system is now backwards-compatible with how
the social_login_active core pref worked since commit
3b2d8333b62290688f64e061023669463fd8f04c.
social_login_active's least significant bit is now treated as a global
bit, so if it's not set, no other bits are allowed to be set. This
un-breaks all existing checks for whether social_login_active is empty.
Except in themes, the social_login_active check has been replaced with
an e_user_provider API to check if social login is enabled site-wide.
2020-02-22 23:55:20 +01:00
Cameron
e4b5f062f1
Merge pull request #4065 from LaocheXe/master
...
Delete Account Option
2020-02-21 11:32:31 -08:00
Nick Liu
616add5c93
Code deduplication in signup_shortcodes for XUP login
...
Also fixed variable passing weirdness in API of e_user_provider
2020-02-20 00:03:16 +01:00
Nick Liu
bc4ade5a27
Disable system/xup/test by default
...
Now guests can't snoop there unless the admin allows it.
Documentation has been improved accordingly.
2020-02-19 23:30:24 +01:00
Nick Liu
c260152b57
Redirect improvements for social logins
...
- FIX: Duplicate invalid login messages in userlogin::login()
- NEW: e_user_provider: Return URL passthrough to go back where intended
- MOD: Cleanup of some confusing APIs in e_user_provider
- MOD: Return URL passthrough in system/xup/*
- MOD: system/xup/test: Logout test renamed into something clearer
2020-02-19 21:22:53 +01:00
Nick Liu
dc66b508bf
Factory for e_user_provider
2020-02-19 18:25:25 +01:00
Nick Liu
91bfc1df23
Core modifications to support Hybridauth 3
...
- MOD: Replaced e107::getPref('social_login') with
SocialLoginConfigManager::getValidConfiguredProviderConfigs()
- FIX: signup_shortcodes updated with new social login providers
- MOD: e107::filter_request() code de-duplication: HTTP 400 exits
- MOD: Deprecated e107::getHybridAuth() to discourage direct access to
third-party dependency Hybridauth
- FIX: Updated e_user_provider for Hybridauth 3
- FIX: e_user::tryProviderSession() and Hybridauth 3
- NEW: Dynamic auth provider support in social_adminarea
- NEW: Database migration for social plugin's social_login pref
2020-02-17 10:38:49 +01:00
Nick Liu
46c75ae4d0
Updated Hybridauth from v2.9.6 to v3.1.1
2020-02-17 10:38:49 +01:00
Nick Liu
638412af09
Null coalesce optional variable in link.bb
2020-01-18 16:35:20 +01:00
Nick Liu
76c0f7ecdd
Type validation for navigation_shortcode()
2020-01-18 16:35:20 +01:00
LaocheXe
e01f1a4345
Delete Account Option
...
Delete Account Option added in admin area. Also updated the default_install.xml to add missing core options.
2020-01-10 08:28:17 -06:00
Cameron
363eb6751a
Merge pull request #3989 from sudakk/sudakk-patch-2
...
Update cpage.php to prevent empty records.
2019-12-28 11:55:46 -08:00
Tijn Kuyper
4f57c36442
#2225 - Added {USER_USERCLASS_ICON} shortcode
...
/**
* @example: {USER_USERCLASS_ICON} returns the icons of all userclasses the user belongs to, seperated by a whitespace
* @example: {USER_USERCLASS_ICON: amount=1} // returns only one icon
* @example: {USER_USERCLASS_ICON: seperator=|} // returns the icons seperated by |
* @param array $parm
* @return string
*/
2019-12-03 15:15:21 +01:00
Tijn Kuyper
1142738397
user_shortcodes code clean-up (no functional changes)
...
Formatting, indentation, empty lines
2019-12-03 14:36:13 +01:00
Cameron
5cf54d07d2
Basic per-item search engine robots handling added to News and Pages.
2019-12-02 13:32:21 -08:00
Tijn Kuyper
2b9969d47e
Fixes #4035 - {NEWSTITLE} fix PHP 7.3 compatibility
2019-12-01 15:17:40 +01:00
Tijn Kuyper
8711723a1e
#4001 - Missed some changes (class styling)
2019-11-03 15:08:48 +01:00
Tijn Kuyper
9f781d579a
Closes #4001 - Allow class styling of {USER_JUMP_LINK}
...
e.g. {USER_JUMP_LINK=prev|class=btn-secondary}
2019-11-03 15:07:38 +01:00
sudakk
d01a0b6e83
Update bb_p.php
...
Tested on custom pages & news
2019-10-28 21:59:32 +03:00