• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 4 more files in changeset.
improve capitalization

  1. … 5 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 473 more files in changeset.
Reduce query duplication

    • -15
    • +2
    ./tcl/acs-service-contract-procs-oracle.xql
    • -16
    • +2
    ./tcl/acs-service-contract-procs-postgresql.xql
Prefer 'lappend' to 'set ... concat' for appending elements to lists + Whitespace changes

  1. … 3 more files in changeset.
regenerated documentation

  1. … 2 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 70 more files in changeset.
simplify code and make it more consistent

  1. … 5 more files in changeset.
fix typo

Fix typos

  1. … 38 more files in changeset.
fix typos

  1. … 10 more files in changeset.
make sure to call ad_script_abort after ad_return

  1. … 12 more files in changeset.
normalize boolean expressions in ADP files

  1. … 13 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

    • -2
    • +2
    ./sql/oracle/acs-sc-packages-create.sql
    • -7
    • +13
    ./tcl/acs-service-contract-procs.tcl
    • -1
    • +7
    ./tcl/test/acs-service-contract-procs.tcl
  1. … 7820 more files in changeset.
regenerated ducumentation

  1. … 250 more files in changeset.
- do not depend on beta or development versions

- make sure that released versions are not beta or development

- align version numbers (e.g. use also 5.9.1 for xotcl-core)

- bump version numbers to 5.9.1

  1. … 83 more files in changeset.
bump version numbers to 5.9.1b9 respectively to 2.9.1b9 to prepare for release

  1. … 91 more files in changeset.
Standardize spellings of names

  1. … 11 more files in changeset.
Fix spelling errors

    • -2
    • +2
    ./sql/oracle/acs-sc-packages-create.sql
  1. … 1 more file in changeset.
When deleting a service contract implementation, also delete related acs_object (Many thanks to Günter Ernst for reporting and fix)

file upgrade-5.9.1b3-5.9.1b4.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.9.1b3-5.9.1b4.sql
- bump version number of OpenACS to 5.9.1b3 and DotLRN to 2.9.1b3

  1. … 79 more files in changeset.
Bump version numbers for OpenACS 5.9.1b1

  1. … 81 more files in changeset.
- modernize HTML

  1. … 24 more files in changeset.
- use entities for single quotes in HTML text

  1. … 74 more files in changeset.
.xql-file reform of acs-service-contract

- remove sql statements from the code, where these are provided via .xql

- prefer empty sql statements over various forms of *SQL*

- remove unneeded sql queries

acs_sc::msg_type::delete.delete_by_id

-remove unneeded files

tcl/acs-service-contract-init-oracle.xql

tcl/acs-service-contract-init-postgresql.xql

www/binding-uninstall-postgresql.xql

    • -14
    • +0
    ./tcl/acs-service-contract-init-oracle.xql
    • -13
    • +0
    ./tcl/acs-service-contract-init-postgresql.xql
    • -13
    • +0
    ./www/binding-uninstall-postgresql.xql
- bump version number to provide fix via upgrade from repository

- fix incorrect parens (many thanks to Frank Bergmann, see http://openacs.org/forums/message-view?message_id=4870527)

- bump version numbers from 5.9.0b* to 5.9.0

  1. … 32 more files in changeset.