• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.10.0d25-5.10.0d26.sql was initially added on branch oacs-5-10.

Check for existence before deleting attribute

Whitespace changes

    • -62
    • +61
    ./assessment/tcl/as-install-procs.tcl
Delete attribute 'survey_p', as it was replaced by 'type' in 2006 and is not created in new instances.

It is unclear if the 'survey_p' column of the 'as_assessments' table can also be dropped.

Original attribute replacement commit:

https://github.com/openacs/assessment/commit/433463faf6d50140fe26f848ab2f28662e0acc85#diff-cff15be6842f249cef812f983e064e78

https://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Adaveb%3A20060926002244

Replace 'ad_url' with 'ad_conn subsite_url'

    • -2
    • +2
    ./acs-admin/www/users/member-state-change.tcl
file xowiki-portlet.es_ES.ISO-8859-1.xml was initially added on branch oacs-5-10.

    • -0
    • +0
    ./xowiki-portlet/catalog/xowiki-portlet.es_ES.ISO-8859-1.xml
Update 'es_ES' message keys

    • -21
    • +50
    ./xowf/catalog/xowf.es_ES.ISO-8859-1.xml
    • -0
    • +14
    ./xowiki-portlet/catalog/xowiki-portlet.es_ES.ISO-8859-1.xml
Update 'es_ES' message keys

    • -0
    • +13
    ./dotlrn-bootstrap3-theme/catalog/dotlrn-bootstrap3-theme.es_ES.ISO-8859-1.xml
file dotlrn-bootstrap3-theme.es_ES.ISO-8859-1.xml was initially added on branch oacs-5-10.

    • -0
    • +0
    ./dotlrn-bootstrap3-theme/catalog/dotlrn-bootstrap3-theme.es_ES.ISO-8859-1.xml
fix typos and whitespace changes

fix typo

Add oracle upgrade logic for previous attribute datatype discrepancy package upgrades, and fix typo in postgres upgrade script

file upgrade-5.10.0d8-5.10.0d9.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-content-repository/sql/oracle/upgrade/upgrade-5.10.0d8-5.10.0d9.sql
file upgrade-5.10.0d24-5.10.0d25.sql was initially added on branch oacs-5-10.

file upgrade-5.10.0d8-5.10.0d9.sql was initially added on branch oacs-5-10.

don't omit output escaping for "render_as_div". Not sure, why this was set.

Fix attribute datatype discrepancy, introduced in 2006 but never fixed for already existing instances.

Original datatype change:

https://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Avictorg%3A20060727200933

https://github.com/openacs/openacs-core/commit/7e30fa270483dcbc866ffbf6f5cf4f30447987cb

    • -2
    • +2
    ./acs-content-repository/acs-content-repository.info
file upgrade-5.10.0d24-5.10.0d25.sql was initially added on branch oacs-5-10.

ensure menu variable is set for the case that no answers are available

Do not convert into upper case the 'id_column' attribute in 'acs_object_types' for group types. This attribute was upper case, both in oracle and postgres, causing a discrepancy with the column real name, found by the 'datamodel__acs_object_type_check' test case. The package upgrade fixes the already existing attributes in postgres.

    • -0
    • +13
    ./acs-subsite/tcl/apm-callback-procs.tcl
    • -2
    • +2
    ./acs-subsite/tcl/group-type-procs.tcl
    • -1
    • +1
    ./acs-subsite/tcl/group-type-procs.xql
Restrict upgrade logic to postgres, as mentioned in previous commit

    • -6
    • +8
    ./acs-subsite/tcl/apm-callback-procs.tcl
Normalize case of 'table_name' attribute in 'acs_object_types' for group types to lower case, in postgres. This attribute was created in upper case, causing a discrepancy with the table real name. As this is now fixed by a previous commit, this package upgrade fixes the already existing attributes.

    • -0
    • +11
    ./acs-subsite/tcl/apm-callback-procs.tcl
Whitespace changes

    • -39
    • +31
    ./acs-subsite/tcl/group-type-procs-oracle.xql
Only convert table names to uppercase, during group type creation, on oracle. This was producing case mixed issues on postgres installations, where the table_name attribute on 'acs_object_types' was upppercase, while the real table name was lowercase, as detected by the 'datamodel__acs_object_type_check' test case.

    • -1
    • +1
    ./acs-subsite/tcl/group-type-procs-oracle.xql
    • -2
    • +2
    ./acs-subsite/tcl/group-type-procs.tcl
Whitespace changes

    • -167
    • +167
    ./acs-developer-support/www/request-info.tcl
Fix request duration time

    • -2
    • +2
    ./acs-developer-support/www/request-info.tcl
- provide compatibility with Highcharts v8

- remove dependency on jquery

    • -36
    • +26
    ./xotcl-request-monitor/www/index.tcl
Specify version 7 as version of highcharts we support, as 8.0.1 we get by default as today introduces regressions in our code

Highcharts: specify latest stable 7 as the version we support, as default is as today 8.0.1 , which is not compatible with current code

- fix broken glyphicons, when "bootstrap" is the preferred toolkit, but theme does not include it.

- register CSPs for URNs

- bump version to 5.10.0d51