1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00
Commit Graph

12958 Commits

Author SHA1 Message Date
Cameron
7580796159 When developer mode (or debug mode) is active, the debug 'bug' indicator will display in the admin navigation. It now displays a drop-down menu of debug modes. It may also be enabled by adding define('e_DEBUGGER', true) to e107_config.php. This feature is only available to MAIN admins. 2020-12-17 08:21:15 -08:00
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
780a44d4fd Fixes #4292, Closes #4293 - Cache file prefix no longer creates a syntax error. 2020-12-16 14:46:43 -08:00
Cameron
1c0cfbe0ff Cache handler test added. Cache handler getLastError() method added. 2020-12-16 09:45:11 -08:00
Cameron
8e5bc7d829 Updated coding style to match local setup. 2020-12-16 08:17:19 -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
eaa44b075f Fix for displaying of debug mode: 'Time Analysis'. Additional markers added to class2.php. 2020-12-12 11:38:31 -08:00
Cameron
cf14705535 Code speed optimization 2020-12-12 11:32:23 -08:00
Cameron
d090b19c73 Exclude vendor folder from coverage report. 2020-12-11 15:01:12 -08:00
Cameron
dbaf062534 XML validation of emoticon pack. 2020-12-11 14:55:16 -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
5bde141c18 Fix for if e107::js('url') is called late (after header) 2020-12-11 10:30:19 -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
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
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