• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typos

  1. … 3 more files in changeset.
Fixed bug with SuppressHttpPort on admin/index page of acs-subsite

for details see: https://openacs.org/forums/message-view?message_id=5399931

  1. … 2 more files in changeset.
fix bug with SuppressHttpPort on admin/index page of acs-subsite

see: https://openacs.org/forums/message-view?message_id=5399931

  1. … 3 more files in changeset.
improve spelling

  1. … 8 more files in changeset.
improve appearance of default index page: 2-column layout was not clear

Parameters UI: show main (empty) section at the beginning and deprecated section at the bottom

improve rowcount expressions

    • -1
    • +1
    ./admin/groups/elements-by-group-type.adp
    • -1
    • +1
    ./admin/groups/elements-by-rel-type.adp
    • -1
    • +1
    ./admin/groups/elements-display-list.adp
    • -1
    • +1
    ./admin/rel-segments/elements-display.adp
  1. … 62 more files in changeset.
Whitespace changes

  1. … 1 more file in changeset.
Remove superflous parentheses

  1. … 1 more file in changeset.
fix bug #3352

Switch from naturalnum to integer validator as there are valid negative group ids, e.g. -2

Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @cvs_id -> @cvs-id

- @version -> @cvs-id

- @creation_date -> @creation-date

- @date -> @creation-date

- Different variations of $Id$

- Remove wrong @param entry

- Fix typos

  1. … 368 more files in changeset.
Prefer again 'person::name', as the proc has been reimplemented using 'person::get_person_info', which uses the new 'person_info_cache' cache.

  1. … 13 more files in changeset.
Fix message keys

  1. … 2 more files in changeset.
Remove divergency between oracle and postgres codebase

    • -21
    • +0
    ./permissions/revoke-postgresql.xql
  1. … 3 more files in changeset.
Reduce divergency between oracle and postgres codebase

    • -12
    • +0
    ./permissions/perm-include-oracle.xql
    • -12
    • +0
    ./permissions/perm-include-postgresql.xql
Reduce divergency between oracle and postgres codebase

    • -19
    • +0
    ./admin/rel-types/one-postgresql.xql
Reduce divergency between oracle and postgres codebase

    • -14
    • +0
    ./admin/rel-segments/one-oracle.xql
    • -14
    • +0
    ./admin/rel-segments/one-postgresql.xql
Go straight to the group name

    • -1
    • +2
    ./admin/rel-segments/index-postgresql.xql
Reduce divergency between oracle and postgres codebase and improve UI localization

    • -4
    • +19
    ./admin/rel-segments/constraints/new.tcl
Remove divergency between oracle and postgres codebase

    • -19
    • +0
    ./admin/groups/rel-type-remove-oracle.xql
    • -19
    • +0
    ./admin/groups/rel-type-remove-postgresql.xql
    • -28
    • +0
    ./admin/groups/delete-postgresql.xql
Reduce divergency between oracle and postgres codebase and simplify mutlirow creation

    • -14
    • +0
    ./admin/relations/remove-oracle.xql
    • -14
    • +0
    ./admin/relations/remove-postgresql.xql
Remove divergency between oracle and postgres codebase

    • -24
    • +0
    ./admin/relations/one-postgresql.xql
Remove divergency between oracle and postgres codebase

Whitespace changes

  1. … 11 more files in changeset.
Prefer 'acs_user::get_element ...' to 'person::name ...', in cases when 'person' is a user, as it doesn't rely on util_memoize_cache.

  1. … 13 more files in changeset.
Further replace stored procedure with already-available table column

Replace unnecessary stored procedures and casts

    • -10
    • +12
    ./admin/site-map/unmounted-postgresql.xql
Avoid unnecessary stored procedures and casts

    • -13
    • +12
    ./admin/site-map/mount-postgresql.xql
fix example in documentation and small code cleanup

  1. … 4 more files in changeset.