• last updated 33 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:gustafn:20210708205452:3 does not match your current filter (clear filter).

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

    • -0
    • +0
    ./xowf/resources/prototypes/Workflow.form.page
file edit-interaction.wf.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./xowf/resources/prototypes/edit-interaction.wf.page
file atjob-form.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./xowf/resources/prototypes/atjob-form.page
file answer-single-question.wf.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./xowf/resources/prototypes/answer-single-question.wf.page
file TestItemMC.form.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./xowf/resources/prototypes/TestItemMC.form.page
file TestItemUpload.form.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./xowf/resources/prototypes/TestItemUpload.form.page
file TestItemText.form.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./xowf/resources/prototypes/TestItemText.form.page
file TestItemShortText.form.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./xowf/resources/prototypes/TestItemShortText.form.page
file TestItemSC.form.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./xowf/resources/prototypes/TestItemSC.form.page
file TestItemReorder.form.page was initially added on branch oacs-5-10.

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

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

    • -0
    • +0
    ./xowf/resources/prototypes/TestItemComposite.form.page
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
    ./xowiki/resources/prototypes/photo.form.page
reduce warnings on loading: Move resources to non-deprecated location

    • -11
    • +0
    ./xowiki/www/prototypes/folder.form.page
    • -11
    • +0
    ./xowiki/www/prototypes/form.form.page
    • -10
    • +0
    ./xowiki/www/prototypes/link.form.page
    • -11
    • +0
    ./xowiki/www/prototypes/page.form.page
    • -8
    • +0
    ./xowiki/www/prototypes/photo.form.page
file folder.form.page was initially added on branch oacs-5-10.

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

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

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

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

    • -0
    • +0
    ./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

    • -10
    • +13
    ./contacts-lite/sql/postgresql/cn-addresses-plsql.sql
Add allowfullscreen

    • -1
    • +1
    ./xowf-monaco-plugin/tcl/form-field-procs.tcl
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

    • -6
    • +7
    ./xowf-monaco-plugin/tcl/form-field-procs.tcl
allow sorting of submissions via query parameter

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

    • -2
    • +2
    ./xowf-monaco-plugin/xowf-monaco-plugin.info
    • -0
    • +1
    ./xowf-monaco-plugin/catalog/xowf-monaco-plugin.de_DE.ISO-8859-1.xml
    • -0
    • +1
    ./xowf-monaco-plugin/catalog/xowf-monaco-plugin.en_US.ISO-8859-1.xml
    • -0
    • +1
    ./xowf-monaco-plugin/catalog/xowf-monaco-plugin.it_IT.ISO-8859-1.xml
    • -35
    • +94
    ./xowf-monaco-plugin/tcl/form-field-procs.tcl
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.

    • -0
    • +84
    ./xowf-monaco-plugin/tcl/form-field-procs.tcl