• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix (over)quoting issues

    • -4
    • +4
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
    • -6
    • +6
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- add tag <widget>: linke include, but theme-able via resoures/widgets/

- fix broken urls

- perform export-renaming just for new-born entries (is_new_entry)

- prepare export such it does not import later to the global namespace

    • -6
    • +13
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- don't perform renaming of anonymous instances when marshalling via clipboard

    • -3
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- refactor code: factor our renaming logic from web-callable method Package.change-page-order into utility method "::xowiki::utility change_page_order"

    • -79
    • +13
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- 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