Nick Liu
|
8a0f098ab6
|
Automated tests: Typo fixup
|
2020-12-10 18:49:15 +01:00 |
|
Cameron
|
4a8ef41688
|
Syntax error fix.
|
2020-12-10 09:47:37 -08:00 |
|
Cameron
|
6bd2056982
|
Remove test dump info.
|
2020-12-10 09:43:42 -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 |
|
Nick Liu
|
ccede2f404
|
PHP 5.6 tests: GD WebP support
|
2020-12-10 17:59:20 +01:00 |
|
Cameron
|
4e5d19e317
|
Possible workaround for toImage() test.
|
2020-12-09 15:23:29 -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
|
2b77aa89d4
|
Take II
|
2020-12-09 14:52:36 -08:00 |
|
Cameron
|
758137daff
|
Remove debug info logging.
|
2020-12-09 14:42:04 -08:00 |
|
Cameron
|
7fa047bfa3
|
Adding default GD bundle to workflow environment for webp support
|
2020-12-09 14:27:25 -08:00 |
|
Cameron
|
465cc393cf
|
Code cleanup
|
2020-12-09 14:08:28 -08:00 |
|
Cameron
|
c083ae5800
|
user_extended_class.php code optimization.
|
2020-12-09 12:26:47 -08:00 |
|
Cameron
|
00147e6e1c
|
Fixes #4288 - Checkboxes not saving correctly from usersettings.php
|
2020-12-09 12:07:07 -08:00 |
|
Cameron
|
5fc4aea0f0
|
Issue #4287 Typo in last commit causing fix to fail.
|
2020-12-09 11:43:50 -08:00 |
|
Cameron
|
ce8cb87e24
|
PHP8 Fix correction on TinyMce
|
2020-12-09 11:34:52 -08:00 |
|
Cameron
|
ddb9c801af
|
Issue #4270 Disable automatic WebP conversion in admin area.
|
2020-12-09 11:22:03 -08:00 |
|
Cameron
|
fb575c257c
|
Issue #4270 On-the-fly conversion to WebP format with fallback for older browsers when using toImage().
|
2020-12-09 10:54:15 -08:00 |
|
Cameron
|
eb94769e1c
|
Issue #4287 - Extended user fields - when editing a checkbox field a database lookup was attempted.
|
2020-12-09 09:15:16 -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
|
a094a8fb73
|
Thumbnailer: Added option for on-the-fly conversion to WebP format. Example: toImage($src, ['w'=>'type'=>'webp']);
|
2020-12-08 09:10:26 -08:00 |
|
Cameron
|
005bff7e59
|
Code cleanup. Removal of deprecated utf8 classes.
|
2020-12-08 07:29:17 -08:00 |
|
Cameron
|
25c1592e8a
|
Issue #4270 WebP support in Media Manager
|
2020-12-07 15:18:14 -08:00 |
|
Cameron
|
ca1df9d4f3
|
Issue #4270 - WebP support.
|
2020-12-07 10:48:12 -08:00 |
|
Cameron
|
111cad6307
|
Fix for admin-ui preview image size.
|
2020-12-07 09:24:49 -08:00 |
|
Cameron
|
8d7ccbc294
|
Composer.lock for tests
|
2020-12-07 07:22:11 -08:00 |
|
Cameron
|
35a859923a
|
Issue #4270 - .webp upload support
|
2020-12-07 07:10:17 -08:00 |
|
Cameron
|
9b917c0000
|
Fixes #4281 Alt-Auth menu.
|
2020-12-07 06:39:12 -08:00 |
|
Nick Liu
|
9452dd0037
|
Fixed use of deprecated test method in e_mediaTest
|
2020-12-06 22:29:04 +01:00 |
|
Nick Liu
|
b1645e9aeb
|
Run tests on php:8.0 instead of php:8.0-rc
|
2020-12-06 22:25:43 +01:00 |
|
Cameron
|
32f9be6c2f
|
Media class resizeImage() test added.
|
2020-12-06 12:09:33 -08:00 |
|
Cameron
|
b4596dda47
|
Old PHPThumb class removed. (Replaced by Intervention)
|
2020-12-06 11:33:09 -08:00 |
|
Cameron
|
d564c5399c
|
Intervention image manipulation library added.
|
2020-12-06 10:53:46 -08:00 |
|
Cameron
|
1f38b3b3dd
|
Thumbnail tests added for cropping and PNG files.
|
2020-12-06 08:03:03 -08:00 |
|
Cameron
|
68a0c8940c
|
Image thumbnail processing moved to its own class. Thumbnail test added.
|
2020-12-05 18:23:45 -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
|
645c05cfbf
|
PHP8 Compatibility Fixes
|
2020-12-04 17:21:03 -08:00 |
|
Nick Liu
|
9b82308021
|
Fix PHP 8 fatal error: Undefined constant ADMINNAME
PHP Fatal error: Uncaught Error: Undefined constant "ADMINNAME" in /home/deltik/public_html/e107_themes/bootstrap3/admin_template.php:83
Stack trace:
#0 /home/deltik/public_html/e107_admin/header.php(37): require_once()
#1 /home/deltik/public_html/e107_admin/auth.php(223): require_once('...')
#2 /home/deltik/public_html/e107_admin/admin.php(79): require_once('...')
#3 {main}
thrown in /home/deltik/public_html/e107_themes/bootstrap3/admin_template.php on line 83
|
2020-12-05 00:56:33 +01:00 |
|
Cameron
|
729da341e1
|
Disable static URL mode after tests.
|
2020-12-04 12:37:16 -08:00 |
|
Cameron
|
83d189e04c
|
Fix for missing dropdown selection in admin-ui edit mode.
|
2020-12-03 17:31:03 -08:00 |
|
Cameron
|
86690cee65
|
Parser staticUrl() test and JS manager addLink() test added.
|
2020-12-03 14:20:34 -08:00 |
|
Cameron
|
066104f4c3
|
When static URL is not in use, use absolute URL for js/css cached image paths etc.
|
2020-12-03 11:44:59 -08:00 |
|
Cameron
|
3a78603ebd
|
Header now loads link tags sooner. (excluding css)
Clear js/css/browser/library cache automatically after git update.
|
2020-12-03 11:00:53 -08:00 |
|
Cameron
|
69cb52e848
|
staticUrl() to always returns a full path.
|
2020-12-03 10:31:19 -08:00 |
|
Cameron
|
f621aeaa56
|
e107::link() now supports a plain HTML string. Useful for font preloading.
eg. e107::link('rel="preload" href="{THEME}fonts/fontawesome-webfont.woff2?v=4.7.0" as="font" type="font/woff2" crossorigin');
Bootstrap automatic font preload added.
|
2020-12-03 08:22:51 -08:00 |
|
Cameron
|
6fd582655a
|
Defer header javascripts to footer when js/css caching is enabled.
|
2020-12-02 20:15:13 -08:00 |
|
Cameron
|
3491d7c832
|
Avoid javascript caching from failing when the semicolon is missing from the end of a js file.
|
2020-12-02 15:53:12 -08:00 |
|