1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

12569 Commits

Author SHA1 Message Date
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
Nick Liu
4441d6e666
Guard e_session::setDefaultSystemConfig() to dedent function 2020-04-18 14:05:16 -05:00
Cameron
5b34bc9bf1 Fix for Access-Control-Allow-Origin console errors when URLs contain queries. 2020-04-17 13:48:16 -07:00
Cameron
6677e75fcb toImage() Added support for native image lazy-loading. See https://addyosmani.com/blog/lazy-loading/ for more info. 2020-04-17 12:02:10 -07:00
Cameron
a5a4b900a4 Admin-UI: Avoid an unexpected dropdown result if writeParms['optArray'] is defined but empty. 2020-04-16 10:28:18 -07:00
Cameron
4424c9906b LandingZero theme removed from core and moved to its own repo: https://github.com/e107inc/landingzero 2020-04-13 16:43:25 -07:00
Cameron
1d4bc0e95a Corrected internal parser conflict when code/pre tags contained curly brackets. 2020-04-12 12:03:03 -07:00
Cameron
0e3f87cf25 Fixes #3961 Avoid conflicts with earlier themes that may have a 'layouts' folder. 2020-04-11 11:45:50 -07:00
Cameron
19aaffcbcc Fixes #4121 User Column preferences were being ignored when using ajax filtering. 2020-04-11 11:28:26 -07:00
Cameron
6068cf1d63 Form test update. 2020-04-11 11:04:07 -07:00
Cameron
ae1ba7ba2d Fixes #2981 - Removed Image srcset conflicts. Improves rendering quality of fine-lined PNGs under some conditions. 2020-04-10 09:47:17 -07:00
Cameron
9d383566fe Admin-UI: Unchecking all the display columns options and saving now clears the user preference and restores the coded default value found in $fieldpref 2020-04-10 08:25:33 -07:00
Cameron
65322ee132 Issue #3058 - Tweak to avoid conflict with other boolean fields. 2020-04-09 17:42:44 -07:00