• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:gustafn:20210708203848:2 does not match your current filter (clear filter).

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

    • -0
    • +0
    ./packages/xowiki/resources/prototypes/folder.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
    ./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

    • -2
    • +3
    ./packages/xowf/tcl/test-item-procs.tcl
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

    • -3
    • +1
    ./packages/acs-tcl/tcl/utilities-procs.tcl
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.

    • -1
    • +13
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-form-procs.tcl
Cloase bracket

    • -1
    • +1
    ./packages/xotcl-core/tcl/06-param-procs.tcl
Refine regex and extend tests

    • -2
    • +2
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Extend 'validate_url' test case

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

    • -15
    • +25
    ./packages/xowiki/tcl/form-field-procs.tcl
Extend 'acs_tcl__util_url_valid_p' test case

Make the check for relative URLs less strict to cover some valid cases (see RFC 1808) and extend test cases.

    • -3
    • +11
    ./packages/acs-tcl/tcl/utilities-procs.tcl
    • -4
    • +33
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Unify URL checking, now that 'util_url_valid_p' accepts relative URLs. Extend 'validate_url' test case and bump package version for dependencies.

    • -3
    • +2
    ./packages/acs-templating/tcl/data-procs.tcl
Add the 'relative' flag to 'util_url_valid_p', to check also relative URLs. Extend 'acs_tcl__util_url_valid_p' test case and bump package version.

    • -4
    • +27
    ./packages/acs-tcl/tcl/utilities-procs.tcl
    • -5
    • +44
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Added new method "child_components": Return for a list of form-field objs all child components

    • -2
    • +25
    ./packages/xowiki/tcl/form-field-procs.tcl
Refine URL validation regexp and extend 'acs_tcl__util_url_valid_p' test case.

    • -2
    • +5
    ./packages/acs-tcl/tcl/utilities-procs.tcl
    • -0
    • +63
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Fix typo. Fixes 'files__tcl_file_common_errors' test case

    • -1
    • +1
    ./packages/xowf/tcl/test-item-procs.tcl
factor out render_full_submission_form

    • -21
    • +51
    ./packages/xowf/tcl/test-item-procs.tcl
Add 'get_url_directory' test case, covering 'template::util::get_url_directory'

Add 'nvl' test case, covering 'template::util::nvl'