Cameron
bbfd593165
Only load css on frontpage.
2020-12-17 06:02:57 -08:00
Cameron
42f0e902d4
Issue #4283 - Update deprecated sql method usage. Removed old code.
2020-12-17 05:52:54 -08:00
Cameron
8c0e2c0392
Only load hero CSS when active.
2020-12-17 05:06:48 -08:00
Cameron
cf1eaf5d3c
Added universal {HERO} shortcode. Default template intended for Bootstrap 4.
2020-12-16 16:24:35 -08:00
Cameron
1fe797b4d5
Hero plugin added to core package. (Formerly known as "Bullets")
2020-12-16 15:46:11 -08:00
Cameron
f80d611202
Bbcode code optimization and test.
2020-12-15 08:59:31 -08:00
Cameron
44e260b121
Code cleanup and optimization
2020-12-14 16:21:48 -08:00
Cameron
b21191b0a1
gSitemap converted to admin-ui. (incomplete). Enable debug to view old code.
2020-12-11 11:26:22 -08:00
Cameron
1d080e4f9d
Issue #3291 Trigger gsitemap event on admin_ui_update .
...
New universal adminUI events added: admin_ui_create, admin_ui_created, admin_ui_update, admin_ui_updated, admin_ui_delete, admin_ui_deleted. Event data now includes the table that was modified and the configured admin-ui $pluginName
2020-12-11 08:57:19 -08:00
Cameron
f605ddc552
Code optimization and cleanup.
2020-12-10 15:52:48 -08:00
Cameron
b0f28633bb
Improved image testing. File class mime-detection improvements. Fix for use of e107_ini_set() which is only declared during installation. gSitemap typo fix.
2020-12-10 09:41:00 -08:00
Cameron
d0feb76cef
Issue #3291 - gSitemap upgrades to save table and table_id info for syncing on changes. (coming soon)
2020-12-09 15:12:56 -08:00
Cameron
ce8cb87e24
PHP8 Fix correction on TinyMce
2020-12-09 11:34:52 -08:00
Cameron
7229aa6c50
Preparations for WebP conversions. e107::title() added to eventually replace defining e_PAGETITLE.
2020-12-08 18:15:08 -08:00
Cameron
afaac88003
PHP8 Compatibility and code cleanup.
2020-12-08 12:21:12 -08:00
Cameron
ca1df9d4f3
Issue #4270 - WebP support.
2020-12-07 10:48:12 -08:00
Cameron
9b917c0000
Fixes #4281 Alt-Auth menu.
2020-12-07 06:39:12 -08:00
Cameron
09fb747374
Code cleanup
2020-12-05 14:13:18 -08:00
Cameron
d37d4bf8af
Metaweblog plugin removed. Available in separate repo https://github.com/e107inc/metaweblog
2020-12-05 13:04:04 -08:00
Cameron
b16d7605b6
Code cleanup.
2020-12-05 12:43:05 -08:00
Cameron
68e251d771
Outdated ping functions removed from news and gsitemap. xmlrpc classes removed.
2020-12-05 12:39:50 -08:00
Cameron
69cb52e848
staticUrl() to always returns a full path.
2020-12-03 10:31:19 -08:00
Cameron
fa4433d8d7
Library preloading tweak.
2020-12-02 13:39:27 -08:00
Cameron
c9bc789b79
Added an option for pre-loading of library assets. More info: https://web.dev/uses-rel-preload/
2020-12-02 13:17:23 -08:00
Cameron
5e0cc872f5
Merge pull request #4275 from Jimmi08/patch-4
...
example for render help new way
2020-12-02 11:14:10 -08:00
Cameron
ce30a09940
Merge pull request #4269 from Deltik/php-8-compatibility
...
PHP 8.0 compatibility
2020-12-02 11:13:31 -08:00
Cameron
0114aa2650
Merge pull request #4250 from Jimmi08/master
...
Alt Auth Support for AbanteCart password salt.
2020-12-02 11:12:47 -08:00
Cameron
a81a5789e4
Fixes #4273 - Fixes TinyMce rendering of bootstrap 3-column grid.
2020-11-30 17:36:38 -08:00
Cameron
7214b75794
Fixes #4223 - Fix for bootstrap style inside TinyMce. Thanks go to @tgtje
2020-11-30 12:20:57 -08:00
Jimako
601232bb43
example for render help new way
2020-11-30 13:56:39 +01:00
Nick Liu
28ae48783f
Fix PHP 8.0 fatal error in array sort in plugin log
...
```
[Mon Nov 30 03:41:56.019794 2020] [fcgid:warn] [pid 3259290:tid 140500652779264] [client xxx.xxx.xxx.xxx:0] mod_fcgid: stderr: PHP Fatal error: Uncaught TypeError: array_multisort(): Argument #1 ($array) must be an array or a sort flag in ~/public_html/e107_plugins/log/stats.php:808
[Mon Nov 30 03:41:56.019853 2020] [fcgid:warn] [pid 3259290:tid 140500652779264] [client xxx.xxx.xxx.xxx:0] mod_fcgid: stderr: Stack trace:
[Mon Nov 30 03:41:56.019861 2020] [fcgid:warn] [pid 3259290:tid 140500652779264] [client xxx.xxx.xxx.xxx:0] mod_fcgid: stderr: #0 ~/public_html/e107_plugins/log/stats.php(808): array_multisort()
[Mon Nov 30 03:41:56.019867 2020] [fcgid:warn] [pid 3259290:tid 140500652779264] [client xxx.xxx.xxx.xxx:0] mod_fcgid: stderr: #1 ~/public_html/e107_plugins/log/stats.php(1620): siteStats->arraySort()
[Mon Nov 30 03:41:56.019885 2020] [fcgid:warn] [pid 3259290:tid 140500652779264] [client xxx.xxx.xxx.xxx:0] mod_fcgid: stderr: #2 ~/public_html/e107_plugins/log/stats.php(194): siteStats->renderQueries()
[Mon Nov 30 03:41:56.019891 2020] [fcgid:warn] [pid 3259290:tid 140500652779264] [client xxx.xxx.xxx.xxx:0] mod_fcgid: stderr: #3 {main}
[Mon Nov 30 03:41:56.019897 2020] [fcgid:warn] [pid 3259290:tid 140500652779264] [client xxx.xxx.xxx.xxx:0] mod_fcgid: stderr: thrown in ~/public_html/e107_plugins/log/stats.php on line 808
```
2020-11-30 12:58:06 +01:00
Nick Liu
645e162253
Reduce NPath complexity in plugin_forum_viewforum_shortcodes
...
Method plugin_forum_viewforum_shortcodes::sc_newthreadbuttonx()
2020-11-30 12:55:04 +01:00
Nick Liu
f20052fa77
Fixed all unchecked usages of possibly undefined constant BOOTSTRAP
2020-11-30 12:55:04 +01:00
Nick Liu
f256b924ce
Fix all PHP 8.0 test failures
2020-11-30 12:55:00 +01:00
Jimmi08
f4b8289647
AbanteCart Alt Auth Support
2020-10-01 11:06:37 +02:00
Nick Liu
043bc702e5
Fixed all PHP syntax errors
2020-09-28 20:59:12 -05:00
Cameron
370fdb13f6
Test fixes. Email arraySet() test added.
2020-08-11 08:30:00 -07:00
Cameron
e1593de8ee
Removed redundant PHP closing tags.
2020-08-10 15:49:44 -07:00
Cameron
23f6a52f08
Issue #4206 - news category menu {active} shortcode typo fix.
2020-07-03 13:49:12 -07:00
Cameron
4ce699b380
Merge pull request #4011 from Deltik/fix-4010
...
Support NGINX $host in Downloads hotlink protection
2020-07-02 10:55:31 -07:00
Cameron
1c8e755edf
Fixes #3726 - legacy shortcode wrapper conflict with email template.
2020-06-01 17:37:49 -07: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
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
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
74a3735488
Fixes #4172 - Incorrect RSS URLs on news and incorrect SEF URL example.
2020-05-20 11:49:05 -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
e86d6272fa
Private Messenger: Bootstrap 4 styling fixes.
2020-05-13 11:06:14 -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
968701c842
Fixes #4162 - Handle chatbox nick names with a "." in them.
2020-05-11 12:12:24 -07:00