• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add support for multiple themed masters (defaults in acs-templating/resources/masters, similar to lists etc.)

file 2cols.adp was initially added on branch oacs-5-9.

- fix indentation

- add missing message key

- handle closing box of ds wrapper as well

- added ability to turn off adp-wrapper box for include tag (setting attribute ds=0)

- improve info texts

- add missing message key

- store ThemeJS in subsite_themes

file upgrade-5.9.0d5-5.9.0d6.sql was initially added on branch oacs-5-9.

- Improve robustness of blank-master: malformed lists in subsite

parameters could render a subsite useless and hard to correct.

Now the validity of lists is checked, errors are written to the

error.log, invalid parameters are ignored.

- added flat list syntax for ThemeCSS specs (easier to read)

- added parameter ThemeJS similar to ThemeCSS (ability to add head and

body scripts)

- added generalized function template::add_script with non-pos

parameter "-section" which might be "head" or "body" to make both

kind of scripts available to ThemeJS

- simplify parenthesis

- fix potential crash on large sites: /admin/applications/ presented all site-nodes / applications on a single page (single multirow presented as list). On pages with e.g. more than 1mio entries, that lead tcl objs > 2GB and a fatal error. Therefore, pagination with a reasonably large pagesize was added.

- use plural instead of singular for directory under resources to follow implicit conventions

- prefer spaces over tabs (whitespace change)

file dimensional-option.adp was initially added on branch oacs-5-9.

file dimensional.adp was initially added on branch oacs-5-9.

- template::resource_path: new function to generalize access to

acs-templating's resource files

- add resource_dir (db) / ResourceDir (package parameter of subsite)

to allow for usage of them specific (adp) resources while preserving

existing semantics

file upgrade-5.9.0d4-5.9.0d5.sql was initially added on branch oacs-5-9.

- update documentation

  1. … 8 more files in changeset.
- make sure, labels are displayed inline to improve interoperability with css frameworks (like bootstrap)

- add version of manifest generator used on openacs.org

- balance brackets

- fix potential problem when value is "--"

- prefer ns_quotehtml over ad_quotehtml

- add colons for consistency

- improve quoting

- prefer lowercase HTML tags over uppercase

- improve quoting of tags widget

- add one more view

file oacs-view3-bootstrap.adp was initially added on branch oacs-5-9.

    • -0
    • +0
    /openacs-4/packages/xowiki/www/oacs-view3-bootstrap.adp
- fix for bug #3285

- sort options alphabetcally

- fix white-space (remove trailing space, change tabs to spaces)

cleanup of acs-tcl/tcl/table-display-procs.tcl:

- move ad_dimensional_sql to dimensional-procs

- mark the following unused procs as deprecated:

* ad_dimensional_set_variables

* ad_order_by_from_sort_spec

* ad_same_page_link

* ad_custom_load

* ad_custom_list

* ad_custom_page_defaults

* ad_custom_form

* ad_dimensional_settings