Cameron
08e82331b3
Issue #4700 - removed bad reference to cache pref.
2022-03-12 12:21:00 -08:00
Cameron
a459057d68
Possible fix for failing tests.
2022-03-12 12:01:20 -08:00
Cameron
748fd4b9b6
Fixes #4700 - linkwords inconsistencies.
2022-03-12 11:50:27 -08:00
Cameron
4032c2954f
Issue #3778 - page/e_sitelink cleanup and optimization. Test added. Fixed bookNav() which should only return book links.
2022-03-11 18:01:56 -08:00
Cameron
7fd6fdf478
Fixes #3778 - SEF URL issue on custom page comments. Also introduces pageHelper class with use added to e_related, e_search and e_sitelink.
2022-03-11 12:23:31 -08:00
Cameron
d2f311e511
Fixes #4639 - Added batchExport to Admin > Navigation
2022-03-10 13:13:48 -08:00
Cameron
743edf8917
Fixes #4669 - Forum print issue.
2022-03-10 12:54:22 -08:00
Cameron
9c6a5e96fe
Composer update on e107_tests packages.
2022-03-10 12:18:11 -08:00
Cameron
17b860c30b
Fixes #4664 - sorting by signature returned no results.
2022-03-10 11:31:46 -08:00
Cameron
53c8fb228b
Invalid HTML markup cleanup.
2022-03-10 11:10:28 -08:00
Cameron
2400c1ef09
Fixes #4698 - Load front-end inline editing javasript only when necessary.
2022-03-10 11:08:27 -08:00
Cameron
7952e9188b
Notify admins when script access is disabled.
2022-03-07 12:40:45 -08:00
Cameron
06de1752d4
Optimized search form template for Bootstrap5 and Bootstrap3.
2022-03-07 11:39:09 -08:00
Cameron
f008483a8d
Fixes #4696 - Banned and Unverified users were being displayed in user (member) search results.
2022-03-07 11:37:24 -08:00
Cameron
ce489e5b0f
Upgraded intervention/image (2.7.0 => 2.7.1)
...
Upgraded phpmailer/phpmailer (v6.5.3 => v6.6.0)
2022-03-06 14:25:23 -08:00
Cameron
bdbc7e0dae
Gsitemap default sitemap.xml URL fix.
2022-03-04 13:27:54 -08:00
Cameron
be12767d33
Added Frequency and Priority fields to admin area filter/batch drop-down menu.
2022-03-04 13:09:35 -08:00
Cameron
3592c5ae30
Fix for gsitemap SEF URL Aliases
2022-03-04 09:22:36 -08:00
Cameron
c889d666b9
Use separate SEF value.
2022-03-03 18:23:05 -08:00
Cameron
7254c87a04
Experimental: Dynamically generated news sitemap.
2022-03-03 18:13:50 -08:00
Cameron
fde53794ca
Merge pull request #4688 from Deltik/fix/4686
...
New API to concatenate an array of HTML attributes
2022-02-22 13:41:22 -08:00
Nick L
5d8ea4d71e
Merge pull request #4691 from e107inc/dependabot/composer/e107_tests/twig/twig-3.3.8
...
Bump twig/twig from 3.3.4 to 3.3.8 in /e107_tests
2022-02-11 01:55:48 -06:00
dependabot[bot]
3a246f7505
Bump twig/twig from 3.3.4 to 3.3.8 in /e107_tests
...
Bumps [twig/twig](https://github.com/twigphp/Twig ) from 3.3.4 to 3.3.8.
- [Release notes](https://github.com/twigphp/Twig/releases )
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG )
- [Commits](https://github.com/twigphp/Twig/compare/v3.3.4...v3.3.8 )
---
updated-dependencies:
- dependency-name: twig/twig
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 02:35:35 +00:00
Nick Liu
cf86267e62
#4686 : download_shortcodes
: Consistency for agreement text alert box
...
Extract all accesses of the `agree_text` pref and reformat the value
into a JavaScript `alert()` box
Uses the new `e_parse::toAttributes()` method
Fixes : #4686
2022-02-06 17:14:16 +01:00
Nick Liu
169efa09b9
e_parse::toAttributes()
: New API to concatenate HTML attributes
...
`e_parse::toAttributes()` is an expansion of the formerly private method
`e_form::attributes()`. Now, all client code can use
`e_parse::toAttributes()` to make it easy to concatenate variable-length
HTML attributes. Values are guaranteed to be encoded so that they cannot
escape an HTML attribute value.
All client code usages are encouraged to build HTML tags with this new
method to prevent cross-site scripting (XSS) attacks and prevent
breaking the HTML validity due to improperly escaped HTML attributes.
This new method is an extension to `e_parse::toAttribute()`, which
escaped one single HTML attribute value.
2022-02-06 16:49:56 +01:00
Cameron
2097778cc5
Experimental schema template added to FAQs.
2022-02-04 13:26:52 -08:00
Cameron
c17b985441
Experimental schema template
2022-02-04 12:04:21 -08:00
Cameron
c3d65075d0
Extracted toGlyphEmbed() method from toGlyph() and fixed some backward compatibility issues.
2022-01-27 16:50:42 -08:00
Cameron
26afb93b4e
Fixes #4682 - Dasherize News Tag SEF URL.
2022-01-27 10:49:53 -08:00
Cameron
24f0dcadb6
Issue #4657 - Add to rolling log.
2022-01-20 09:02:28 -08:00
Cameron
4a0b8a7aa3
Issue #4657 - drop session instead of trigger login failure. (which can causing auto-bans)
2022-01-20 08:39:16 -08:00
Nick Liu
754c29d230
#4661 : Don't double-encode ampersand in e_form::thead()
...
I guessed the `filter_var(…, FILTER_SANITIZE_STRING)` intention
mentioned in 20882920a0b68937570264949512acc0c4841dbd. I guessed wrong.
This fixes the guess to be just HTML tag removal.
Fixes: https://github.com/e107inc/e107/issues/4661
2022-01-17 13:20:34 +01:00
Nick Liu
f1a2f2e768
#4633 : Default to user_tracking "session" in user_model.php
...
Second part of
https://github.com/e107inc/e107/commit/94f3162
Fixes : #4633
2022-01-17 09:59:05 +01:00
Cameron
404425caf1
Added PHP 8.1 image to workflow.
2022-01-13 12:26:48 -08:00
Cameron
56bb8200a1
Corrected PHP 8.1 warnings.
2022-01-13 11:31:20 -08:00
Cameron
fd42d2325f
Issue #4657 - Improved handling to prevent multiple sessions running on the same user account.
2022-01-13 11:18:31 -08:00
Cameron
a617918256
Avoid PHP warnings.
2022-01-10 15:23:27 -08:00
Cameron
7de11ed496
Added tokens to some links.
2022-01-01 13:05:17 -08:00
Cameron
cfa36ccb45
Merge pull request #4643 from Deltik/fix/4192
...
Handle previously unhandled exceptions with `social` plugin and Hybridauth
2021-12-29 10:32:43 -08:00
Nick Liu
3f59b3bc14
Suppress uncaught Hybridauth exceptions in e_user_provider
...
And add a check for those exceptions in
`social_ui::generateSocialLoginSection()`
Fixes : #4192
2021-12-28 12:04:28 +01:00
Nick Liu
b40288d665
Tolerate broken or removed social
plugin in e_user_provider
...
Fixes : #4199
2021-12-28 12:04:27 +01:00
Nick Liu
8e8622f12d
social_login_config::getSupportedConfiguredProviderConfigs()
...
is a better name than
`\social_login_config::getValidConfiguredProviderConfigs()` because the
method does not validate the provider configs.
2021-12-28 11:48:00 +01:00
Cameron
c96d64e275
Closes #618 , #2599 Added simple options for including 'async' or 'defer' when using e107::js('header') and/or e107::js('footer').
...
Usage example: e107::js('footer', 'https://www.google.com/recaptcha/api.js?hl=en ', ['defer','async']);
2021-12-27 15:21:18 -08:00
Moc
f58734346e
Code clean-up
...
Formatting (tabs)
2021-12-27 21:13:24 +01:00
Moc
29b98ef9a6
Closes #3742 - Added perm check for PM icon in Admin Area
2021-12-27 21:12:59 +01:00
Moc
b4ded935b7
Closes #4538 - Improved LAN on multiple login warning
2021-12-22 14:56:16 +01:00
Moc
c0c78c46d0
Closes #4447 - Add extra check for presence of log plugin
...
Avoids fatal error when prefs are still stored for some reason.
2021-12-22 14:43:51 +01:00
Moc
f426ffc729
Fixes #4194 - Use correct LAN for XUP login/register action
2021-12-22 14:24:04 +01:00
Moc
1621bfb249
Fixes #4521 - Added %d.%m.%Y date format
...
Co-Authored-By: Jimako <5429548+Jimmi08@users.noreply.github.com>
2021-12-22 13:57:36 +01:00
Moc
311308a6d9
Closes #4320 - Use radio_switch() for radio buttons in COPPA form
2021-12-21 18:00:37 +01:00