• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file design.adp was initially added on branch oacs-5-9.

    • -0
    • +0
    /openacs-4/packages/categories/www/doc/design.adp
file index.adp was initially added on branch oacs-5-9.

    • -0
    • +0
    /openacs-4/packages/assessment/www/doc/index.adp
    • -0
    • +0
    /openacs-4/packages/calendar/www/doc/index.adp
    • -0
    • +0
    /openacs-4/packages/categories/www/doc/index.adp
- update/add .adp files for documentation

  1. … 3 more files in changeset.
file ext-auth-design.adp was initially added on branch oacs-5-9.

file ims-sync-driver-design.adp was initially added on branch oacs-5-9.

file ext-auth-pam-install.adp was initially added on branch oacs-5-9.

file ext-auth-ldap-install.adp was initially added on branch oacs-5-9.

file ext-auth-install.adp was initially added on branch oacs-5-9.

file configure-batch-sync.adp was initially added on branch oacs-5-9.

- add .adp variant of doc-files

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

    • -0
    • +0
    /openacs-4/packages/attachments/www/doc/index.adp
- documentation update

  1. … 53 more files in changeset.
- remove unneeded global statement

- make update script more robust

- optional performance boost for site-nodes:

the site-node code contains an optional performance booster,

that speeds up site-node operations froma factor of 2 to

several thousand times. The performance boost ist just

available for the time being for PostgreSQL, XOTcl2 and

NaviServer and is only activated, when these componentes

are available.

- bump version numbers

    • -3
    • +3
    /openacs-4/packages/acs-tcl/acs-tcl.info
- reduce verbosity

    • -5
    • +5
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- add FormPage.action_url to facilitate overloading (e.g. from workflows)

- fix validity of HTML

- add space to "token" to make it general useful for api-browser

- remove unused line

- move invoke_object from package to ::xo::cc (xo::Context object)

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- remove globals for errorInfo and use namespace qualifiers instead

- change "info command" -> "info commands"

    • -2
    • +2
    /openacs-4/packages/xowf/tcl/xowf-procs.tcl
- remove globals for errorInfo and use namespace qualifiers instead

- don't use errorInfo as variable name, if just error message is meant

- remove globals for errorInfo/errorCode and use namespace qualifiers instead

- remove globals for errorInfo and use namespace qualifiers instead

- streamline spelleck (sub)widget of richtext between different modes, fix one more label occurance

- fix indentation

- don't let <label> contain <input> fields, end the label text before it.

The original version has bad effects on e.g. bootstrap, which sets

a font-property for <label>, which is afterwards as well used for input fields.