Cameron
9053e6170f
Fixes #4465 Some nested comments were not displaying. The number of DB queries when nested comments is active has now been dramatically reduced. Comments unit test added.
2021-03-25 13:52:05 -07:00
Moc
2c8ed5b80c
Fix PHP fatal error
...
Occurred when performing a v1 to v2 upgrade
2021-03-22 21:27:52 +01:00
Cameron
c33b91ee5c
Issue #4368 Fixed hardcoded string for 'related' content. Now uses tablerender(). Shortcode processing of {---CAPTION---} added.
2021-03-22 11:26:51 -07:00
Serios
f52f2352ad
Fixing an issue with multilanguage values in Theme preferences
...
When theme pref field have multilanguage enabled, values for the field are overwritten by last edited language. More detailed description about this behavior is given in #4455
2021-03-19 12:14:16 +02:00
Cameron
07faad666a
Issue #2726 , Issue #4452 - Added new e_print.php addon which uses v2.x standards.
2021-03-17 11:22:25 -07:00
Cameron
8990208f0b
Merge pull request #4445 from rica-carv/master
...
Wrong method mySQLServerInfo (?) in line 3399 gave error on plugin install with mysql dependecies...
2021-03-11 10:09:13 -08:00
Cameron
fb3888abc3
Fixes #4443 - set default stylesheet scope to 'front' when attribute has been omitted from theme.xml.
2021-03-11 09:27:38 -08:00
rica-carv
77a786e8f4
Merge pull request #55 from e107inc/master
...
.
2021-03-10 19:38:44 +00:00
rica-carv
d2f44a3099
Wrong method mySQLServerInfo (?) in line 3399 gave error on plugin install with mysql dependecies...
...
Wrong method mySQLServerInfo (?) in line 3399 gave error on plugin install with mysql dependecies...
2021-03-10 19:36:45 +00:00
Cameron
5735b93d30
Issue #4299 PHP8 error
2021-03-09 06:27:05 -08:00
Cameron
06b86ee380
Avoid a PHP8 error when update() fails.
2021-03-04 16:12:01 -08:00
Cameron
d7e4b4a665
Code cleanup and error fixes.
2021-03-03 12:06:24 -08:00
Jimako
467d3c968f
Correct pagination for frontend Admin UI
2021-03-02 17:32:18 +01:00
Cameron
e4937d0819
Fixes #4427 - Also added test for diacritics in URL.
2021-03-01 18:47:45 -08:00
Cameron
4e58326be3
Issue #4427 - e_QUERY
2021-02-28 08:33:37 -08:00
Cameron
4c10212d47
Debug info styling fix.
2021-02-27 06:52:07 -08:00
Cameron
a427c14806
Issue #3912 Fix for partial route match. Partials should always end with a '/' for predictable results.
2021-02-26 11:56:10 -08:00
Cameron
cb95b4b243
Hero cleanup for Bootstrap5. Switched to placeholder images. Admin-ui type 'image' now loads remote URLs correctly.
2021-02-26 10:13:07 -08:00
Jimako
c65b40fe3c
#2898 fix comments offsets for bootstrap4
2021-02-23 22:15:40 +01:00
Cameron
2ca7ec4597
Issue #4332 - Bootstrap 5 styling fixes on comments and news templates.
2021-02-23 09:01:40 -08:00
Cameron
d32b2a3512
Merge pull request #4411 from Jimmi08/patch-17
...
Issue #275 fix for empty link in home icon for WAVE
2021-02-22 13:11:10 -08:00
Cameron
e425349661
Issue #3912 - Reverse lookup e_ROUTE from e_url.php 'legacy' entry.
2021-02-21 14:10:47 -08:00
Jimako
ba28818003
#275 fix for empty link in home icon for WAVE
2021-02-21 19:24:43 +01:00
Cameron
176ae86409
Issue #3068 - Added a warning for misconfigured theme layouts.
...
Moved e_layout class to menumanager_class.php file.
Closes #4030 - Menu Layout detection test.
themeLan() was failing with themes containing hyphens in the folder name.
2021-02-20 12:15:28 -08:00
Cameron
821f2e9c22
Moved e_layout to menumanager_class.php
2021-02-20 11:31:09 -08:00
Cameron
f9a9d2b181
PHP8 Fixes and styling.
2021-02-19 16:39:52 -08:00
Cameron
46b6927447
Fixes #4403 - Parsing of [code]. Test added.
2021-02-19 16:07:12 -08:00
Cameron
c03e0ab066
'styleCount' info added to all theme tablestyle() calls. 'styleCount' keeps count of the number of times the current style has been rendered. Usage example added to the bootstrap3 theme. Core news view template updated to use tablestyle caption correctly.
2021-02-19 07:33:05 -08:00
Cameron
cae8cf1345
Fixes #4398 - Page breadcrumb. Disabled breadcrumb on frontpage.
2021-02-18 17:02:37 -08:00
Cameron
0db4b1164f
Fixes #4394 '__tabs__' was being displayed in custom fields form. Test added.
2021-02-18 10:27:59 -08:00
Cameron
823a228e7e
Issue #3912 Typing ':' now pops-up a menu of available routes. Bootstrap-suggest library added for this and other areas in future.
2021-02-17 14:33:35 -08:00
Cameron
e371da1785
e107::getFile()->send() now accepts optional type, encoding and disposition values.
...
HTMLTAG fallback for THEME_LAYOUT added.
2021-02-16 13:32:34 -08:00
Cameron
4203bdb2c5
Removed last references to deprecated e107::getAdminLog() method.
2021-02-16 11:56:42 -08:00
Cameron
f8cc691941
Fixes #4389 - Fatal error on "Find Themes" lookup when no results returned.
2021-02-16 07:02:30 -08:00
Cameron
50e0445807
Issue #3184 Issue #3912 New Feature: can now use :(e_ROUTE) to switch theme layout visibility.
2021-02-14 10:36:45 -08:00
Cameron
a448c00a1d
Fixes #4382 - Init theme shortcodes later.
2021-02-14 08:14:57 -08:00
Cameron
aee77a102f
Set profanity list limit to 1000. (Could reduce performance)
...
Fix for comment template. Prevent secureImage from buffering too many keys.
2021-02-14 07:02:09 -08:00
Cameron
e6bdc0e6ec
Fix for 'user' stylesheets in Theme Manager.
2021-02-14 06:31:06 -08:00
Cameron
b0300f93bf
Changed load order of Menus and Theme Layout detection.
2021-02-13 18:55:44 -08:00
Cameron
3bb541a6d9
Issue #4228 Theme manager - display only the relevant stylesheets for the selected scope.
2021-02-13 17:56:53 -08:00
Cameron
6d29e4244d
Fix icon appearing on admin language selection. Minor tweaks
2021-02-13 07:58:24 -08:00
Cameron
5ec3aa7245
Set 'front' by default if theme.xml library scope is missing.
2021-02-13 06:50:17 -08:00
Cameron
800f8734bf
Tweak of isCompatible method.
2021-02-13 06:15:42 -08:00
Cameron
b4c33735d6
Closes #4380 - Moved submit button on language file editor modal. Removed some PHP errors.
2021-02-12 14:27:21 -08:00
Cameron
2bf5ee3909
Admin area tool tips simplified to a single location. Pref simplified to Enable/Disable. Fixed flip-switch 'e-expandit' failures in Admin > Prefs.
2021-02-12 12:19:58 -08:00
Cameron
7133d4bb6f
Closes #4228 TinyMce can now load the frontend theme in the editor when 'wysiwyg' is found in the scope of a declared css file within theme.xml
...
Fixes #4371 - FontAwesome5 is now loaded in the TinyMce editor when detected in the frontend theme.
2021-02-11 16:39:50 -08:00
Cameron
b0d10199b7
Added getScope() to theme handler. Added more theme handler tests. Fixed duplicate entry in _blank/theme.xml
2021-02-11 08:51:02 -08:00
Cameron
a1faa5d08b
Bootstrap5 styling
2021-02-10 09:03:17 -08:00
Cameron
1f3e70d40a
Fixes #4374 help() form method fix.
2021-02-09 14:36:40 -08:00
Cameron
5842e51f15
Prevent tooltip visibility during page load.
2021-02-09 11:07:58 -08:00