• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implement for TinyMCE a trivial plugin integrating with the new feature in the attachments package

The plugin simply opens a window to the attachments UI. It uses its generic message passing mechanism to receive the content and inject it in the page.

See https://openacs.org/forums/message-view?message_id=5820909

    • -0
    • +106
    ./resources/plugins/oacsAttachments.js
  1. … 1 more file in changeset.
Reworked of richtext-tinymce

- follow same resource-info structure as for other packages

- added full site-wide admin info

- support download via site-wide-admin interface

- do not require app-key

- support styles from CDN and/local

  1. … 2 more files in changeset.
Add minimal styling to inline editors

  1. … 1 more file in changeset.
TinyMCE 7.0.1 integration

We reboot TinyMCE richtext-editor integration to support newest version 7.0.1.

Editor can be served from CDN (requires an API key) or locally, by downloading a distribution via the site-wide admin page of the package.

Editor can be configured either per-website or per-usage, as we do with other editors.

At present, no OpenACS specific features, such as image upload, are provided. Custom plugins from previous versions of this package have also been discontinued.

Notable differences with similar integrations:

- editor configuration is specified as a dict, rather than a list of lists

- current package parameters are global, rather than de-facto global instance parameters

- deprecated configuration from acs-templating is not supported anymore

    • -1116
    • +0
    ./resources/tinymce/changelog.txt
    • -111
    • +0
    ./resources/tinymce/examples/custom_formats.html
    • -101
    • +0
    ./resources/tinymce/examples/full.html
    • -10
    • +0
    ./resources/tinymce/examples/index.html
    • -17
    • +0
    ./resources/tinymce/examples/menu.html
    • -47
    • +0
    ./resources/tinymce/examples/simple.html
    • -216
    • +0
    ./resources/tinymce/examples/skins.html
    • -71
    • +0
    ./resources/tinymce/examples/word.html
    • -53
    • +0
    ./resources/tinymce/examples/css/word.css
  1. … 1804 more files in changeset.