Cameron
|
3cd4aa0018
|
Form handler code cleanup/optimization. Added getSupportedProviders() caching to reduce execution time.
|
2020-12-23 12:42:06 -08:00 |
|
Cameron
|
eb47eb7716
|
Snippet to include id attribute.
|
2020-12-23 08:35:31 -08:00 |
|
Cameron
|
ffea1449f9
|
Simplified snippet example. Added caching of loaded snippet.
|
2020-12-23 08:04:20 -08:00 |
|
Cameron
|
ce7fa515c3
|
Experimental theme snippets feature added.
|
2020-12-22 17:06:52 -08:00 |
|
Cameron
|
1433646305
|
Deprecated some old themeHandler methods in favor of e_theme class. Should see a speed increase in theme manager.
|
2020-12-22 09:29:12 -08:00 |
|
Cameron
|
812b7cbcb3
|
Code cleanup. Moved checkvalidtheme() out of class2.php and into e_theme as initTheme()
|
2020-12-21 17:46:32 -08:00 |
|
Cameron
|
78665cd56d
|
Performance: Reduced e107::getFolder() usage from 2500+ to less than 30.
|
2020-12-21 06:41:45 -08:00 |
|
Cameron
|
34ff7e464a
|
Corrected provider count.
|
2020-12-20 20:05:06 -08:00 |
|
Cameron
|
0f4b3d29cb
|
Some tests added.
|
2020-12-20 19:41:16 -08:00 |
|
Cameron
|
aee1d26df8
|
HybridAuth and PHPMailer updated.
|
2020-12-20 17:50:56 -08:00 |
|
Cameron
|
153cf33aa7
|
Fix test for PHP 5.6
|
2020-12-20 13:44:18 -08:00 |
|
Cameron
|
bdb4104f9c
|
Moved parseheader() to e107 class as renderLayout() Added test.
|
2020-12-20 13:25:03 -08:00 |
|
Cameron
|
601df26d51
|
Code optimization for speed and reduced memory usage.
|
2020-12-20 11:50:10 -08:00 |
|
Cameron
|
2f780fca69
|
e107 now loads 5x - 8x faster. Debug info now has consistent styling across themes.
|
2020-12-19 09:01:17 -08:00 |
|
Cameron
|
f5153bf640
|
Updating of deprecated method usage. Removal of old files. Log tests added.
|
2020-12-18 09:39:02 -08:00 |
|
Cameron
|
1c0cfbe0ff
|
Cache handler test added. Cache handler getLastError() method added.
|
2020-12-16 09:45: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
|
c258b856f2
|
Tweak last parser commit and added getTags() test.
|
2020-12-14 11:18:12 -08:00 |
|
Cameron
|
2a31f831a9
|
Check variable type during toDB() test. Optimized toDB() for non-string types.
|
2020-12-14 07:27:51 -08:00 |
|
Cameron
|
d5a1e77ca1
|
Fixes #4291 Workaround for servers with very old versions of LibXML. eg. 2.7.6
|
2020-12-13 12:19:42 -08:00 |
|
Cameron
|
39691620ae
|
wysiwyg test.
|
2020-12-13 07:40:41 -08:00 |
|
Cameron
|
a8c79eda5b
|
e107::wysiwyg() test. Still needs some work for reliable result.
|
2020-12-12 20:10:41 -08:00 |
|
Cameron
|
c1f5a6f8dc
|
Increase speed of TinyMce footer.
|
2020-12-12 12:40:26 -08:00 |
|
Cameron
|
d090b19c73
|
Exclude vendor folder from coverage report.
|
2020-12-11 15:01:12 -08:00 |
|
Cameron
|
0de1ad8df4
|
Issue #4270 - WebP on-the-fly conversion. Fix blurry image and include class for styling.
|
2020-12-10 18:57:00 -08:00 |
|
Cameron
|
4a30f88f2c
|
check_class() code optimization
|
2020-12-10 18:02:28 -08:00 |
|
Cameron
|
f605ddc552
|
Code optimization and cleanup.
|
2020-12-10 15:52:48 -08:00 |
|
Cameron
|
bd3a181e27
|
Test fix.
|
2020-12-10 11:03:36 -08:00 |
|
Cameron
|
375a3941fe
|
Only test WebP format on the appropriate PHP versions.
|
2020-12-10 10:38:07 -08:00 |
|
Cameron
|
66eb970652
|
Removed WebP format from getFileInfo() test. (not compatible with PHP 7.0 or lower)
|
2020-12-10 10:22:35 -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 |
|
Cameron
|
4e5d19e317
|
Possible workaround for toImage() test.
|
2020-12-09 15:23:29 -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
|
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
|
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 |
|
Nick Liu
|
9452dd0037
|
Fixed use of deprecated test method in e_mediaTest
|
2020-12-06 22:29:04 +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
|
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 |
|