• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file TestItemMC.form.page was initially added on branch oacs-5-10.

file TestItemSC.form.page was initially added on branch oacs-5-10.

file TestItemReorder.form.page was initially added on branch oacs-5-10.

file ExamFolder.page was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/xowf/resources/prototypes/ExamFolder.page
file TestItemComposite.form.page was initially added on branch oacs-5-10.

reduce warnings on loading: Move resources to non-deprecated location

  1. … 17 more files in changeset.
file photo.form.page was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/xowiki/resources/prototypes/photo.form.page
reduce warnings on loading: Move resources to non-deprecated location

file folder.form.page was initially added on branch oacs-5-10.

file page.form.page was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/xowiki/resources/prototypes/page.form.page
file link.form.page was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/xowiki/resources/prototypes/link.form.page
file import-archive.form.page was initially added on branch oacs-5-10.

file form.form.page was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/xowiki/resources/prototypes/form.form.page
modernize old-style function and add missing function args

file upgrade-0.3d-0.3d1.sql was initially added on branch oacs-5-10.

modernize old-style function and add missing function args

Add allowfullscreen

Move away from document.write, that would not reset the javascript environment of the document with many side effects and reimplement the fullscreen preview using an iframe

allow sorting of submissions via query parameter

    • -0
    • +1
    /openacs-4/packages/xowf/lib/inclass-exam.wf
Improvements for the HTML sandbox feature:

- name the formfield consistently with its ancestry

- provide two preview and visualization styles: inline, where the page is displayed alongside the code and in an own window, opened by clicking on a button

- allow to customize whether one prefers the inline style preview, the window preview or none via the preview_inline and preview_window parameters

- fix visualization when formfield is rendered as readonly and no monaco editor is available

- localize button text

file upgrade-5.10.0d32-5.10.0d33.sql was initially added on branch oacs-5-10.

As we now enforce emails to be lowercase, also sanitize existing data

New HTML sandbox formfield based on the Monaco editor formfield

This field implement an HTML sandbox. The user can edit HTML code and see the result rendered in real time as a standalone document using an iframe. This formfield is meant for quick prototyping of HTML pages which can then be shared among other wiki users, taking also advantage of other wiki features such as versioning, access control and so on.

Whitespace cleanup

Make so that also party::update enforces emails to be lowercase, add/extend automated tests to make sure emails are lowercase everywhere

In order to make the "editor=" formfield spec option have any effect, one should catch the value from the spec early, before the formfield is reclassed and initialized

This also exposes that the editor=none value is not valid (detected by xowiki and xowf automated tests). For this to be valid one should define it as a richtext subclass.

Cloase bracket

Refine regex and extend tests

Extend 'validate_url' test case

make child_components a proc (::xowiki::formfield::child_components) and add filter expression