• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- improve indentation

file upgrade-5.8.1d7-5.8.1d8.sql was initially added on branch oacs-5-8.

- add missing function args

- add still missing function args

file upgrade-0.6d5-0.6d6.sql was initially added on branch oacs-5-8.

- don't produce warning for argumets when using nsf

- provide hint, where this notice is coming from

- fix parameter documentation for api-browser. why did nobody notice the strange syntax?

- fix spelling of @param

- fix comment

- fix mixture of string and list commands

Removing what seems to be a backup file (not sourced from anywhere) and removing unused function from upgrade script.

Looking up the form by name given that when developer support is activated it is not the only form on this page.

- add xowf module

- use dict instead of arrays

- simplify code

- ignore deprecated packages and *-portlet" (currently useless alone) in offer for end-users

- provide summaries and maturities

- mark acs-mail as deprecated

initial check-in

    • -0
    • +23
    /openacs-4/packages/xowf/COPYRIGHT
    • -0
    • +31
    /openacs-4/packages/xowf/xowf.info
    • -0
    • +11
    /openacs-4/packages/xowf/catalog/xowf.de_DE.ISO-8859-1.xml
    • -0
    • +20
    /openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml
    • -0
    • +31
    /openacs-4/packages/xowf/lib/clicker-answer.wf
    • -0
    • +272
    /openacs-4/packages/xowf/lib/online-exam-answer.wf
    • -0
    • +326
    /openacs-4/packages/xowf/lib/online-exam.wf
    • -0
    • +180
    /openacs-4/packages/xowf/tcl/atjob-procs.tcl
    • -0
    • +451
    /openacs-4/packages/xowf/tcl/test-item-procs.tcl
    • -0
    • +354
    /openacs-4/packages/xowf/tcl/xowf-form-field-procs.tcl
    • -0
    • +138
    /openacs-4/packages/xowf/tcl/xowf-includelet-procs.tcl
    • -0
    • +9
    /openacs-4/packages/xowf/tcl/xowf-init.tcl
    • -0
    • +1788
    /openacs-4/packages/xowf/tcl/xowf-procs.tcl
    • -0
    • +20
    /openacs-4/packages/xowf/www/index.vuh
    • -0
    • +5
    /openacs-4/packages/xowf/www/admin/index.vuh
  1. … 4 more files in changeset.
- fix copied typos

    • -1
    • +1
    /openacs-4/packages/xowiki/xowiki.info
- update vendor fields to an organization

    • -1
    • +1
    /openacs-4/packages/xowiki/xowiki.info
- add vendor field

- bump version number, improve .info file

- improve page contracts, bump verison number

- use dicts to avoid extra arrays

- added summary line

- regenerated .info files

- regenerated info file to check, if "initial-install-p" persists - seems fine.

- add size and xml formatter to apm parameter spec

- add configurable xml formatter that is able to handle multiple entries and value-coding in attributes

- use dict instead of array (no need to unset first)

- use size of field from apm::package_version::attributes::get_spec if provided

- replace call to deprecated proc cr::keyword::new by content::keyword::new

- only variables in a non-top namespace survive session cleanup. The logic of the old code assumed that global variables survive the request-cleanup. now, the cached values is kept in the ::acs::* namespace