• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
remove obsolete page "paramter-set" as indicated by vguerra several years ago

    • -37
    • +0
    ./www/admin/site-map/parameter-set-2.tcl
    • -14
    • +0
    ./www/admin/site-map/parameter-set-2.xql
    • -5
    • +0
    ./www/admin/site-map/parameter-set.adp
    • -106
    • +0
    ./www/admin/site-map/parameter-set.tcl
    • -23
    • +0
    ./www/admin/site-map/parameter-set.xql
Replace deprecated 'relation_permission_p' by 'permission::permission_p'

    • -10
    • +10
    ./www/admin/relations/remove-2.tcl
Replace deprecated 'rel_segments_permission_p' by 'permission::permission_p'

    • -13
    • +13
    ./www/admin/rel-segments/delete-2.tcl
    • -11
    • +11
    ./www/admin/rel-segments/edit.tcl
Replace deprecated 'party::permission_p' by 'permission::permission_p'

    • -2
    • +2
    ./www/admin/groups/change-join-policy.tcl
    • -2
    • +2
    ./www/admin/groups/elements-display.tcl
Deprecate wrappers for 'permission::permission_p' and permission::require_permission.

  1. … 1 more file in changeset.
Add @see to deprecated proc.

Replace deprecated proc 'group::permission_p' with 'party::permission_p'

    • -8
    • +8
    ./www/admin/groups/change-join-policy.tcl
    • -5
    • +5
    ./www/admin/groups/elements-display.tcl
  1. … 1 more file in changeset.
Deprecate proc 'group::permission_p'

add missing version dependencies for antonio's recent changes concering user info API

  1. … 5 more files in changeset.
Use more api

Use more API when retrieving user info and portrait, streamline queries, put all sql inline

    • -4
    • +21
    ./www/user/portrait/comment-edit.tcl
    • -44
    • +0
    ./www/user/portrait/comment-edit.xql
Remove unnecessary xql

Put this last query also in the code as the others, so no xql is required

Use more API, reduce divergency between postgres and oracle code

    • -13
    • +0
    ./www/admin/users/new-postgresql.xql
Use more API

  1. … 1 more file in changeset.
Prefer API over handcrafted queries

Dont require role at the ends of relationships as this is not required in the data model and standard relationships (e.g. membership_rel, admin_rel) lack these roles as well

Fix page for deleting roles

    • -2
    • +2
    ./www/admin/rel-types/roles/delete.tcl
Prefer literal in adp axpressions + Whitespace changes

  1. … 28 more files in changeset.
Streamline code

    • -12
    • +5
    ./www/pvt/set-on-vacation-to-null.tcl
Remove broken portrait script from the old good days

    • -53
    • +0
    ./www/shared/portrait-thumbnail-bits.tcl
improve capitalization

  1. … 5 more files in changeset.
improve wording

  1. … 6 more files in changeset.
Fix typos

  1. … 10 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. … 461 more files in changeset.
Prefer indivudual 'set' operations over 'lassign' in this case.

Rework variable assigning loops (set -> lassign) + Whitespace changes

  1. … 13 more files in changeset.
image width information in table images seems flaky. since portrait-bits provides efficient

scaling, why not use it?

increase number of accepted sizes

make spelling more consitent