• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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

- change type of session_id as well to bigint in the create script

- the datatype of session_id in sec_session_properties should be the same as the sequence. Without this change, busy sites will run into a overflow (as we did a while ago).

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

- fixing presumably dead code (??) from assessment-actions-create-p.sql

file upgrade-2.8.1a1-2.8.1a2.sql was initially added on branch oacs-5-8.

- fix calls to deprecated function ad_parameter stored in SQL (this should be actually replaced to a single call to a proc performing the logic)

- replace calls to deprecated function "ad_parameter" by non-deprecated counterparts

- replace call to deprecated function "ad_parameter" by non-deprecated counterpart

- replace calls to deprecated "ad_parameter" by non-deprecated counterparts

    • -2
    • +2
    /openacs-4/packages/dotlrn/www/admin/user.tcl
- replace seemingly unneeded call to "eval" by expand operator

- replace calls to deprecated function export_url_vars

- use expand operator rathen than "eval" when possible

- reduce usage of "eval"

- don't use "eval" when not needed

- use expand operator rather than eval to reduce likelyhood of

unwanted interference and to improve security