• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove duplicated sql

Fix attribute::delete proc so it leverages stored procedure capability of dropping the database table as well (was broken before)

This is needed for a non-xotcl portable way of dropping acs_attributes

fix bug #3352

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

    • -2
    • +2
    ./www/admin/groups/elements-display.tcl
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- Add mising @param

- Add missing @author

- @creation_date -> @creation-date

- @creation-user -> @author

- Fix typos

  1. … 7 more files in changeset.
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
    • +1
    ./www/admin/site-map/allow-for-view.tcl
  1. … 368 more files in changeset.
Remove leftover files

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.
Added message key required by 'acs-subsite/www/permissions/perm-include' when called from '../forums/www/admin/permissions'

    • -0
    • +1
    ./catalog/acs-subsite.en_US.ISO-8859-1.xml
Fix message keys

    • -1
    • +1
    ./catalog/acs-subsite.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-subsite.es_ES.ISO-8859-1.xml
Fix duplicated message key name (typo, i guess)

    • -1
    • +1
    ./catalog/acs-subsite.en_US.ISO-8859-1.xml
Updated es_ES translation

    • -0
    • +6
    ./catalog/acs-subsite.es_ES.ISO-8859-1.xml
Update italian translations

    • -0
    • +9
    ./catalog/acs-subsite.it_IT.ISO-8859-1.xml
Remove divergency between oracle and postgres codebase

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

    • -31
    • +0
    ./www/permissions/one-postgresql.xql
    • -12
    • +0
    ./www/permissions/perm-include-oracle.xql
Initialize variables or proc might fail when name comes from a group

Reduce divergency between oracle and postgres codebase

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

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

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

Remove divergency between oracle and postgres codebase

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

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

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

    • -18
    • +0
    ./www/admin/parties/one-postgresql.xql
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

    • -2
    • +2
    ./www/admin/site-map/mount-postgresql.xql
Replace unnecessary stored procedures and casts

Avoid unnecessary stored procedures and casts

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

  1. … 4 more files in changeset.