• last updated 37 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
revive delete regression test (was formerly in xowiki)

Specify the empty value correctly in the authentication form fields

Keep supporting also the htmlarea_p option

Cleanup test for deleted api

Fix doc

Keep handling also the section option

Set edit_what to a valid default

Keep recognizing "format" template::element property, which was never documented

completed generic icon tables

add more free basic icons to ease switching

file csv16.png was initially added on branch oacs-5-10.

file text16.png was initially added on branch oacs-5-10.

file list16.png was initially added on branch oacs-5-10.

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

file file.gif was initially added on branch oacs-5-10.

file eye16.png was initially added on branch oacs-5-10.

file eye-slash16.png was initially added on branch oacs-5-10.

file download16.png was initially added on branch oacs-5-10.

use csv icon, revert deterioration of appearance

    • -8
    • +10
    /openacs-4/packages/xowf/lib/inclass-exam.wf
Port of downstream visual behavior: prefer a 3-columns layout when space is available

    • -10
    • +8
    /openacs-4/packages/xowf/lib/inclass-exam.wf
added filetype-csv to generic icon names

get rid of "xowiki::adp_parse_tags", since this is handled now already in acs-templating

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
fix typo and improve robustness with legacy composite items

    • -13
    • +20
    /openacs-4/packages/xowf/tcl/test-item-procs.tcl
reduce verbosity and inprove spelling

provide CSS classes for sort handles and improve message key.

    • -2
    • +2
    /openacs-4/packages/xowiki/xowiki.info
provide style- and font-based sort-handles

This requires the CSS classes "sort-active", "sort-inactive", "sort-up", and "sort-down"

Added comparison table of fonts

The new comparison table show differences of the generic font names of

the currently defined icon set and the icon set which is browsed in

cases it differs. This makes it easier to decide, what icon set to use

Bumped version numbers of both packages

Added support for fa-icons to the generic names for adp:icon

Added new options "iconset" and "alt" to adp:icon, updated

documentation in API browser

Bumped version to 5.10.1d9

provide compatibility with latest code in 5.10.1

    • -2
    • +3
    /openacs-4/packages/diagram/diagram.info
    • -10
    • +3
    /openacs-4/packages/diagram/tcl/diagram-procs.tcl
Generalized ADP compilation caching, simplified handling of ad_init

Generalized adp-compilation caching

* since the result of ADP compilation can depend on the icon set

(and maybe more factors in the future), and the icon set

can be switched freely, either one needs more ADP compilation

at runtime (page rendering time) or caching had to be generalized.

* generalization of caching leads to better scalability, and

since the number of icon sets concurrently active at one

site is limited, this option seems favorable.

* The only potential incompatibility might be from installations

doing "manual" incantations of "template::adp_init" followed by

direct calls of the stub. The only packages (out of the 365

packages in CVS) effected by this are "diagram" and

"workflow". Both have been fixed in the repository. This

incantation can be simplified as followed.

Simplified handling of adp_init

* old:

template::adp_init adp $file_stub

template::code::adp::$file_stub

* new

[template::adp_init adp $file_stub]

Bumped version to 5.10.1d8