Смотрите видео ниже, чтобы узнать, как установить iTnull.info в качестве веб-приложения.
Примечание: В настоящее время для использования этой функции требуется доступ к сайту с помощью встроенного браузера Safari.
19 November 2024
Added
Changed
- PRO Added support hidden input types in Template Manager variables, eg: ${Extension:hidden} will hide the input field by still apply a passed in value to the template for processing. This can be used with the ${URL:image} variable for selecting a file and using a property of that file without exposing it for editing.
- PRO Added new Columns layouts : 2-2-1, 2-1-2 and 1-2-2
- PRO Added support for size, date, filename and extension variable values passed from the File Browser when using a media type in a Template Manager variable, eg: ${URL:image}
Fixed
- The Paste and Paste as Plain Text buttons (in the editor toolbar and context menu) can now perform a single paste of editor content that has been copied to the clipboard using shortcut keys or the Cut and Copy buttons.
- PRO Video and audio urls that conatined a query string, eg: video.mp4?id=2, would incorrectly be assigned to iframes instead of an <video> or <audio> tag.
- PRO Saving any text file in the Text Editor would always result in an "Invalid Text File" error.
- Retain <br> elements in content in Custom XML Code Blocks
- Pressing Enter in a Code Block would create a paragraph instead of a linebreak.
- Parameters set for the Fields - Media JCE plugin would override parameters set for individual fields.
- Changes in the Code Editor tab would not be saved in SP PageBuilder 3.8.10 unless you switched back to the Editor tab.
- Enabling Allow Root Access would overwrite any value set in the File Directory Path, when it should only be applied if the File Directory Path was empty.
- Removed the flag from content in the Preview tab.
- Pass default variable values to editor onDisplay method as a workaround for a bug in the AcyMailing extension that triggers an unrelated onDisplay event when an editor is initialized.
- The wrong profile would be used for the File Browser in some nultiple profile configurations.
Added
- PRO Added back simple Facebook video support for the Media Manager
- PRO Introduced a new option in the File Browser settings that allows users to disable the JCE Media Field for specific profiles.
- Update Sandbox URL Exclusions with more common url values, eg: docs.google.com, sheets.google.com, slides.google.com, forms.google.com, canva.com, slideshare.net, slides.com, facebook.com, instagram.com
Fixed
- PRO Some Pro plugin editor css, eg: Columns, was not loaded if the Compress CSS option was enabled.
- Copying and pasting multiple selected table rows from one table into another would only paste the first row.
- Tables cells copied and pasted from one table in the editor into another created a new table instead of merging cells.
- Fix processing of shortcode when the code is inside an inline element, eg: <strong>{var}</strong>
- When changing a table row's type to "Table Head," the associated cells will now correctly use the <th> tag instead of <td>.
- Prevent the the
Для просмотра ссылки Вы должны войти или зарегистрироваться.plugin from processing content in the Preview tab.
2.9.80 (15 August 2024)
Changed
- Disabled JCE Media Field input and buttons when the user profile does not allow Media Fields, or if the File Browser is not enabled.
- Custom Classes in Editor Profiles → Plugin Parameters → Style Select now support element selectors for each class, e.g., p.some_class. This will apply the class to the element only.
- Reintroduced the Content - JCE plugin to trigger Media Field conversion in some 3rd party extensions.
Fixed
- Removed only invalid ID characters from the editor textarea ID, rather than all non-alphanumeric characters, which caused an issue when saving in some extensions, e.g., EasySocial.
- Ensured the editor header is always created during each editor initialization, including dynamically created and re-ordered editors.
- Resolved an issue where JCE Media Field download links would incorrectly trigger a save of the file using the full file path as the saved file name instead of just the file name.
- Fixed the inability to re-order editors in a Subform field.
- Corrected the issue where the Content - JCE plugin was not being enabled upon installation.
- PRO Fixed an issue where inserting an HTML file using the Template Manager would incorrectly include the <head> content.
2.9.76
03 July 2024
Added
- PRO Added support for negated values in the Custom Query option, eg: !8 will match values that are not 8
- PRO Added support for dynamic catid (Category ID) values in the Custom Query option
- PRO Added an Alternate Editor option in the Global Configuration to specify an alternative editor to load if no Editor Profiles maatches the editing environment.
- Added a Display Type parameter - Link or Embed - for JCE Media Fields when creating a field that is not an "Extended Media" type.
- Added more Iframe sandbox exclusions for some common media providers, eg: Google Maps, Codepen, Giphy, Apple Music.
Changed
- Removed redundant Content - JCE plugin.
Fixed
- PRO Search & Replace in the Code Editor would replace matches with a blank space if Match Case and Whole Word options were enabled.
- PRO Resize in the Image Editor must always be proportional.
- A change in Joomla 5.1 resulted in repeatable field items in JCE Editor Profiles showing the value of the first field item rather than their own saved value.
- Creating a Markdown link would break the link if it was an absolute type.
- Language files for JCE Pro System plugin were not correctly installed.
- Added a workaround for the editor not loading in Balbooa Gridbox.
- Fix "Unknown column 'custom' in 'field list'" install error in Joomla 3.
- Fix some layout issues in Yootheme WidgetKit
- JCE would not load in Virtuemart in Joomla 3
- JCE would not load in AcyMailing in some instances
2.9.75
13 June 2024
Fixed
- PRO Joomla Media Fields were not being converted to JCE Media Fields despite the option being enabled.
2.9.73
30 May 2024
Added
- Added onWfFileSystemBeforeGetPathVariables event to allow for manipulation of File Directory Path variable source values, eg: $usertype in a system plugin.
Fixed
- PRO Pro Plugins would not load or function correctly if the Compress CSS and/or Compress Javascript options were enabled.
- PRO JCE Plugins (ChatGPT, FontAwesome etc.) would not update from the Joomla Updater if the Subscription Key was not set in the JCE Options page (Joomla 3.x legacy method)
- PRO Resize parameters would show duplicates after making changes in JCE Pro 2.9.70 to 2.9.72
- PRO Code Editor would use RTL mode if enabled in the editor.
- PRO Various parameter options that used a File Browser would not work correctly.
- PRO Some repeatable parameters would not update or set parameter values correctly.
- PRO The Code Editor display was truncated when in Fullscreen mode.
- PRO The Filesystem parameters form was being processed multiple times resulting in repeated form fields.
- JCE Media Field items that included a Caption would not be displayed.
Added
- PRO Match Case and Whole Word options added to the Code Editor search options, alongside some search updates.
- PRO The Iframes and Media Manager dialogs now have an option to set the Ssandbox attribute value in the Advanced tab (Iframes) or Media Options tab (Media Manager).
- Added a refresh of the Joomla autoload_psr4.php file to the extension post install routine to fix namespace registration issues on some sites.
- Sandbox options have been added to the Media Support parameters with an option to not set the sandbox attribute on iframes, and the option to provide a list of urls that will be excluded from the sandbox attribute. By default local iframe urls and those from trusted media providers (Youtube, Vimeo etc.) will not have the sandbox attribute added.
Fixed
- PRO Fixed PNG transparency when processing images with PHP GD2
- PRO Video and Audio elements would be removed where the primary src value was in a <source> tag.
- PRO Embedding documents with the File Manager would fail if the Allow Object Elements or Allow Iframes options were disabled in the Media Support parameters. Where this is the case, only local documents will be allowed by default.
- PRO Allow for pdf files to embedded using the <object> tag as in 2.9.63.
- PRO Multiple Custom Styles in Style Select parameters would display as repeated versions of the first Custom Style in Joomla 5
- PRO Code Editor - Line Numbers display would sometimes be truncated.
- PRO Code Editor - tab key would not tab editor content.
- PRO Code Editor - Added back Font Size option to Code Editor Parameters
- PRO Code Editor - Codemirror Dark theme would not be applied if selected in parameters.
- PRO Code Editor - Renamed Codemirror and Codemirror Dark theme options to Default and Default Dark.
- PRO Code Editor - Added some new themes from
Для просмотра ссылки Вы должны войти или зарегистрироваться.- PRO Image Manager Extended - Default Values set in profile parameters would not be applied.
- The Media Field Description value was double-encoded resulting in UTF-8 characters displaying incorrectly.
- Unchecking the Same for All checkbox in the Styles dialog would not enable the Measurement (pixels, % etc.) options.
2.9.71
09 May 2024
Fixed
- PRO
Joomla Media Fields (Intro Image etc.) would not display if no other JCE Media Fields were rendered on the page.- PRO The Caption dialog would show a PHP error when opened.
Added
- Double-clicking on a file item in the File Browser, Image Manager, Media Manager etc. will select and insert the item immediately, without the need to click the Insert button.
Changed
- Updated MobileDetect library
- Added an "enterkey_" prefix to the existing keep_styles and keep_attributes internal EnterKey options.
- PRO The Code Editor now uses 4 space characters rather than a single tab for indentation when formatting code on initialization or when using the Format HTML button.
Fixed
- JCE Media Field modal style overrides would sometimes affect other modal instances.
- Disabled the Context Menu in iOS and Android as it was preventing or affecting text selection.
- Selecting Cut or tapping the Cut button in Android would not remove the seletion after copying it.
Мы используем основные Cookies для обеспечения работы этого сайта, а также дополнительные Cookies для обеспечения максимального удобства пользователя.