• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix localization idiom

Tighten page contracts

  1. … 7 more files in changeset.
Replace not portable sql idiom with existing api, improve caching, extend regression test

    • -1
    • +19
    ./acs-tcl/tcl/test/object-test-case-procs.tcl
upgrade to CKeditor 4.19.1

Changes: https://ckeditor.com/cke4/release-notes

    • -2
    • +2
    ./richtext-ckeditor4/richtext-ckeditor4.info
    • -3
    • +3
    ./richtext-ckeditor4/tcl/richtext-procs.tcl
Update to Boostrap 5.2.0

Bootstrap 5.2.0 was release on July 19, 2022

For changes in the new release, see

https://blog.getbootstrap.com/2022/07/19/bootstrap-5-2-0/

    • -2
    • +2
    ./openacs-bootstrap5-theme/openacs-bootstrap5-theme.info
    • -3
    • +3
    ./openacs-bootstrap5-theme/tcl/resource-procs.tcl
upgrade to boostrap icons 1.9.1

Version 1.9.0 introduces 140+ new icons. For details, see:

https://blog.getbootstrap.com/2022/07/13/bootstrap-icons-1-9-0/

    • -2
    • +2
    ./bootstrap-icons/bootstrap-icons.info
    • -2
    • +2
    ./bootstrap-icons/tcl/resource-procs.tcl
add missing page contract filter

... was missing since 22 years...

Make 'source_feeds_ok' test case 'production_safe'

    • -0
    • +1
    ./news-aggregator/tcl/test/news-aggregator-test-procs.tcl
file upgrade-5.10.1d9-5.10.1d10.sql was initially added on branch oacs-5-10.

Adjust legacy data types of acs_object_types.object_type and acs_objects.object_type

This change addresses the problem mentioned in

https://cvs.openacs.org/changelog/OpenACS?cs=oacs-5-10%3Agustafn%3A20220729185340

https://github.com/openacs/openacs-core/commit/be44691f06627678122bd913bc3c95c80e93f403

which happens in some legacy applications (such as

e.g. openacs.org) where the data types of the following two

attributes are different.

acs_object_types.object_type

acs_objects.object_type

On new installations (at least concerning the last 10 years) these

data types are the same. So, probably an update script was missing

ages ago.

Since this change affects the basic object structure, MANY views

depend on this datatype and have to be dropped and recreate to

allow the correction of the datatype.

Therefore, we do not want to run this script on all sites, but

only on those where it is necessary.

whitespace fixes

Quick fix for problems with recursive query for type hierarchy on openacs.org

On OpenACS.org, the types for object_type in acs_objects and acs_object_types differs,

leading to a hard error in PostgreSQL. This is just a quick fix, the proper

fix is to investigate, why the types differ (other sites might be as well

affected by this) and to provide a proper update script.

Furthermore, the query is not Oracle compliant.

fix testcase as indicated by hector, extend regression test

    • -6
    • +20
    ./acs-tcl/tcl/test/db-proc-test-procs.tcl
Extend 'db__db_foreach' test case, exposing a regression in 'db_foreach' with an uneven number of columns

    • -0
    • +14
    ./acs-tcl/tcl/test/db-proc-test-procs.tcl
Added membership "expired" to membership states. "expired" can be

used for "dormant" accounts, which are neither "banned" nor "deleted".

    • -2
    • +2
    ./acs-kernel/sql/oracle/groups-create.sql
file upgrade-5.10.1d8-5.10.1d9.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-kernel/sql/oracle/upgrade/upgrade-5.10.1d8-5.10.1d9.sql
fix linebreak with bad consquences (error on page)

    • -5
    • +4
    ./acs-core-docs/www/individual-programs.adp
added memory units to default values

    • -2
    • +2
    ./acs-tcl/tcl/acs-permissions-init.tcl
    • -24
    • +24
    ./acs-tcl/tcl/community-core-init.tcl
deactivate useless warning

    • -4
    • +8
    ./acs-tcl/tcl/test/db-proc-test-procs.tcl
Improved db-functions db_list_of_nssets, db_list_of_lists, and db_foreach

These versions were developed in the conjunction with the NaviServer

ns_set reform. Especially ns_list_of_lists is improved, since it

avoids duplication of the data. This is especially important, when

queries return huge amount of data.

    • -64
    • +90
    ./acs-tcl/tcl/01-database-procs.tcl
Harden page and include contracts using new acs-tcl feature

    • -2
    • +2
    ./forums/lib/message/threads-chunk.tcl
    • -2
    • +2
    ./forums/lib/user/post-history-chunk.tcl
  1. … 21 more files in changeset.
Localize subsites UI on the homepage

Improve translations

    • -5
    • +5
    ./acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml
Improve translation

    • -1
    • +1
    ./acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml
Update italian localization

Improve api robustness and test it

    • -1
    • +52
    ./acs-tcl/tcl/test/object-test-case-procs.tcl
Cache api per request

Harden page contracts using new features in acs-tcl

  1. … 8 more files in changeset.
Reimplement the message-list UI using the template::list

    • -81
    • +1
    ./acs-lang/www/admin/message-list.adp
    • -4
    • +100
    ./acs-lang/www/admin/message-list.tcl
Reimplement package-list UI using the template::list

    • -57
    • +1
    ./acs-lang/www/admin/package-list.adp
    • -1
    • +66
    ./acs-lang/www/admin/package-list.tcl