• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

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.

Unify URL checking, now that 'util_url_valid_p' accepts relative URLs. Extend 'validate_url' test case and bump package version for dependencies.

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.

    • -3
    • +3
    /openacs-4/packages/acs-tcl/acs-tcl.info
Added new method "child_components": Return for a list of form-field objs all child components

Refine URL validation regexp and extend 'acs_tcl__util_url_valid_p' test case.

Fix typo. Fixes 'files__tcl_file_common_errors' test case

factor out render_full_submission_form

    • -21
    • +51
    /openacs-4/packages/xowf/tcl/test-item-procs.tcl