1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Commit Graph

  • 5b82c292b1 Code cleanup Cameron 2020-12-18 19:55:12 -08:00
  • 2b8a3cff60 Code cleanup Cameron 2020-12-18 13:24:14 -08:00
  • 7238743542 Regex fixes and path fix for TinyMce. Cameron 2020-12-18 13:07:45 -08:00
  • 5988595989 Fix for ban area missing function. Cameron 2020-12-18 09:49:55 -08:00
  • f5153bf640 Updating of deprecated method usage. Removal of old files. Log tests added. Cameron 2020-12-18 09:39:02 -08:00
  • 582c48fc21 PHP 8.0 fix: Undefined constant in e107_handlers/form_handler.php Nick Liu 2020-12-17 22:51:46 +01:00
  • 0e90d4aa66 Code optimization and cleaning Cameron 2020-12-17 13:13:29 -08:00
  • 2cd0005b68 Ajax buffer fix. Cameron 2020-12-17 12:39:15 -08:00
  • fd423e8591 Hero admin - tabs added to edit page. Cameron 2020-12-17 10:56:34 -08:00
  • 08da12b9a4 Place media on one row in edit mode. Cameron 2020-12-17 10:45:50 -08:00
  • 50af16ab45 Hero now has a background image and an image/video field. Re-install and clear db cache. Cameron 2020-12-17 09:57:14 -08:00
  • b6dbb86c1d Issue #4270 - Admin-UI: WebP support when rendering 'type'=>'image' Cameron 2020-12-17 09:55:51 -08:00
  • 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. Cameron 2020-12-17 08:21:15 -08:00
  • bbfd593165 Only load css on frontpage. Cameron 2020-12-17 06:02:57 -08:00
  • 42f0e902d4 Issue #4283 - Update deprecated sql method usage. Removed old code. Cameron 2020-12-17 05:52:54 -08:00
  • 8c0e2c0392 Only load hero CSS when active. Cameron 2020-12-17 05:06:48 -08:00
  • cf1eaf5d3c Added universal {HERO} shortcode. Default template intended for Bootstrap 4. Cameron 2020-12-16 16:24:35 -08:00
  • 1fe797b4d5 Hero plugin added to core package. (Formerly known as "Bullets") Cameron 2020-12-16 15:46:11 -08:00
  • 780a44d4fd Fixes #4292, Closes #4293 - Cache file prefix no longer creates a syntax error. Cameron 2020-12-16 14:46:43 -08:00
  • 1c0cfbe0ff Cache handler test added. Cache handler getLastError() method added. Cameron 2020-12-16 09:45:11 -08:00
  • 8e5bc7d829 Updated coding style to match local setup. Cameron 2020-12-16 08:17:19 -08:00
  • f80d611202 Bbcode code optimization and test. Cameron 2020-12-15 08:59:31 -08:00
  • 44e260b121 Code cleanup and optimization Cameron 2020-12-14 16:21:48 -08:00
  • c258b856f2 Tweak last parser commit and added getTags() test. Cameron 2020-12-14 11:18:12 -08:00
  • 2a31f831a9 Check variable type during toDB() test. Optimized toDB() for non-string types. Cameron 2020-12-14 07:27:51 -08:00
  • d5a1e77ca1 Fixes #4291 Workaround for servers with very old versions of LibXML. eg. 2.7.6 Cameron 2020-12-13 12:19:42 -08:00
  • 39691620ae wysiwyg test. Cameron 2020-12-13 07:40:41 -08:00
  • a8c79eda5b e107::wysiwyg() test. Still needs some work for reliable result. Cameron 2020-12-12 20:10:41 -08:00
  • c1f5a6f8dc Increase speed of TinyMce footer. Cameron 2020-12-12 12:40:26 -08:00
  • eaa44b075f Fix for displaying of debug mode: 'Time Analysis'. Additional markers added to class2.php. Cameron 2020-12-12 11:38:31 -08:00
  • cf14705535 Code speed optimization Cameron 2020-12-12 11:32:23 -08:00
  • d090b19c73 Exclude vendor folder from coverage report. Cameron 2020-12-11 15:01:12 -08:00
  • dbaf062534 XML validation of emoticon pack. Cameron 2020-12-11 14:55:16 -08:00
  • b21191b0a1 gSitemap converted to admin-ui. (incomplete). Enable debug to view old code. Cameron 2020-12-11 11:26:22 -08:00
  • 5bde141c18 Fix for if e107::js('url') is called late (after header) Cameron 2020-12-11 10:30:19 -08:00
  • 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 Cameron 2020-12-11 08:57:19 -08:00
  • 0de1ad8df4 Issue #4270 - WebP on-the-fly conversion. Fix blurry image and include class for styling. Cameron 2020-12-10 18:57:00 -08:00
  • 4a30f88f2c check_class() code optimization Cameron 2020-12-10 18:02:28 -08:00
  • f605ddc552 Code optimization and cleanup. Cameron 2020-12-10 15:52:48 -08:00
  • bd3a181e27 Test fix. Cameron 2020-12-10 11:03:36 -08:00
  • 375a3941fe Only test WebP format on the appropriate PHP versions. Cameron 2020-12-10 10:38:07 -08:00
  • 66eb970652 Removed WebP format from getFileInfo() test. (not compatible with PHP 7.0 or lower) Cameron 2020-12-10 10:21:49 -08:00
  • 8a0f098ab6 Automated tests: Typo fixup Nick Liu 2020-12-10 18:49:15 +01:00
  • 4a8ef41688 Syntax error fix. Cameron 2020-12-10 09:47:37 -08:00
  • 6bd2056982 Remove test dump info. Cameron 2020-12-10 09:43:42 -08:00
  • 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. Cameron 2020-12-10 09:40:34 -08:00
  • ccede2f404 PHP 5.6 tests: GD WebP support Nick Liu 2020-12-10 17:59:20 +01:00
  • 4e5d19e317 Possible workaround for toImage() test. Cameron 2020-12-09 15:23:29 -08:00
  • d0feb76cef Issue #3291 - gSitemap upgrades to save table and table_id info for syncing on changes. (coming soon) Cameron 2020-12-09 15:12:56 -08:00
  • 2b77aa89d4 Take II Cameron 2020-12-09 14:52:36 -08:00
  • 758137daff Remove debug info logging. Cameron 2020-12-09 14:42:04 -08:00
  • 7fa047bfa3 Adding default GD bundle to workflow environment for webp support Cameron 2020-12-09 14:27:25 -08:00
  • 465cc393cf Code cleanup Cameron 2020-12-09 14:08:28 -08:00
  • c083ae5800 user_extended_class.php code optimization. Cameron 2020-12-09 12:26:47 -08:00
  • 00147e6e1c Fixes #4288 - Checkboxes not saving correctly from usersettings.php Cameron 2020-12-09 12:07:07 -08:00
  • 5fc4aea0f0 Issue #4287 Typo in last commit causing fix to fail. Cameron 2020-12-09 11:43:50 -08:00
  • ce8cb87e24 PHP8 Fix correction on TinyMce Cameron 2020-12-09 11:34:52 -08:00
  • ddb9c801af Issue #4270 Disable automatic WebP conversion in admin area. Cameron 2020-12-09 11:22:03 -08:00
  • fb575c257c Issue #4270 On-the-fly conversion to WebP format with fallback for older browsers when using toImage(). Cameron 2020-12-09 10:54:15 -08:00
  • eb94769e1c Issue #4287 - Extended user fields - when editing a checkbox field a database lookup was attempted. Cameron 2020-12-09 09:15:16 -08:00
  • 7229aa6c50 Preparations for WebP conversions. e107::title() added to eventually replace defining e_PAGETITLE. Cameron 2020-12-08 18:15:08 -08:00
  • afaac88003 PHP8 Compatibility and code cleanup. Cameron 2020-12-08 12:21:12 -08:00
  • a094a8fb73 Thumbnailer: Added option for on-the-fly conversion to WebP format. Example: toImage($src, ['w'=>'type'=>'webp']); Cameron 2020-12-08 09:10:26 -08:00
  • 005bff7e59 Code cleanup. Removal of deprecated utf8 classes. Cameron 2020-12-08 07:29:17 -08:00
  • 25c1592e8a Issue #4270 WebP support in Media Manager Cameron 2020-12-07 15:18:14 -08:00
  • ca1df9d4f3 Issue #4270 - WebP support. Cameron 2020-12-07 10:48:12 -08:00
  • 111cad6307 Fix for admin-ui preview image size. Cameron 2020-12-07 09:24:49 -08:00
  • 8d7ccbc294 Composer.lock for tests Cameron 2020-12-07 07:22:11 -08:00
  • 35a859923a Issue #4270 - .webp upload support Cameron 2020-12-07 07:10:17 -08:00
  • 9b917c0000 Fixes #4281 Alt-Auth menu. Cameron 2020-12-07 06:39:12 -08:00
  • 9452dd0037 Fixed use of deprecated test method in e_mediaTest Nick Liu 2020-12-06 22:29:04 +01:00
  • b1645e9aeb Run tests on php:8.0 instead of php:8.0-rc Nick Liu 2020-12-06 22:25:43 +01:00
  • 32f9be6c2f Media class resizeImage() test added. Cameron 2020-12-06 12:09:33 -08:00
  • b4596dda47 Old PHPThumb class removed. (Replaced by Intervention) Cameron 2020-12-06 11:33:09 -08:00
  • d564c5399c Intervention image manipulation library added. Cameron 2020-12-06 10:53:46 -08:00
  • 1f38b3b3dd Thumbnail tests added for cropping and PNG files. Cameron 2020-12-06 08:03:03 -08:00
  • 68a0c8940c Image thumbnail processing moved to its own class. Thumbnail test added. Cameron 2020-12-05 18:23:45 -08:00
  • 09fb747374 Code cleanup Cameron 2020-12-05 14:13:18 -08:00
  • d37d4bf8af Metaweblog plugin removed. Available in separate repo https://github.com/e107inc/metaweblog Cameron 2020-12-05 13:04:04 -08:00
  • b16d7605b6 Code cleanup. Cameron 2020-12-05 12:43:05 -08:00
  • 68e251d771 Outdated ping functions removed from news and gsitemap. xmlrpc classes removed. Cameron 2020-12-05 12:39:50 -08:00
  • 645c05cfbf PHP8 Compatibility Fixes Cameron 2020-12-04 17:21:03 -08:00
  • 9b82308021 Fix PHP 8 fatal error: Undefined constant ADMINNAME Nick Liu 2020-12-05 00:54:13 +01:00
  • 729da341e1 Disable static URL mode after tests. Cameron 2020-12-04 12:37:16 -08:00
  • 83d189e04c Fix for missing dropdown selection in admin-ui edit mode. Cameron 2020-12-03 17:31:03 -08:00
  • 86690cee65 Parser staticUrl() test and JS manager addLink() test added. Cameron 2020-12-03 14:20:34 -08:00
  • 066104f4c3 When static URL is not in use, use absolute URL for js/css cached image paths etc. Cameron 2020-12-03 11:44:59 -08:00
  • 3a78603ebd Header now loads link tags sooner. (excluding css) Clear js/css/browser/library cache automatically after git update. Cameron 2020-12-03 11:00:53 -08:00
  • 69cb52e848 staticUrl() to always returns a full path. Cameron 2020-12-03 10:31:19 -08:00
  • 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. Cameron 2020-12-03 08:22:51 -08:00
  • 6fd582655a Defer header javascripts to footer when js/css caching is enabled. Cameron 2020-12-02 20:15:13 -08:00
  • 3491d7c832 Avoid javascript caching from failing when the semicolon is missing from the end of a js file. Cameron 2020-12-02 15:53:12 -08:00
  • 5770aa8bbb Closes #4260 toImage() : Added 'title' attribute. Added options to override size, width and height values. (subject to change) Cameron 2020-12-02 14:41:48 -08:00
  • fa4433d8d7 Library preloading tweak. Cameron 2020-12-02 13:39:27 -08:00
  • c9bc789b79 Added an option for pre-loading of library assets. More info: https://web.dev/uses-rel-preload/ Cameron 2020-12-02 13:17:23 -08:00
  • 594c6043db Merge pull request #4278 from Jimmi08/patch-5 Cameron 2020-12-02 11:14:55 -08:00
  • 5e0cc872f5 Merge pull request #4275 from Jimmi08/patch-4 Cameron 2020-12-02 11:14:10 -08:00
  • ce30a09940 Merge pull request #4269 from Deltik/php-8-compatibility Cameron 2020-12-02 11:13:31 -08:00
  • 0114aa2650 Merge pull request #4250 from Jimmi08/master Cameron 2020-12-02 11:12:47 -08:00
  • 57aa13ee39 welcome message - adding export option Jimako 2020-12-02 07:54:55 +01:00