• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Prefer '{}' to '[list]' when creating empty lists

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

  1. … 71 more files in changeset.
Rework variable assigning loops (set -> lassign)

  1. … 1 more file in changeset.
remove conditions, which are always true

  1. … 1 more file in changeset.
Fix even more typos

  1. … 29 more files in changeset.
delete unneeded .xql files

  1. … 25 more files in changeset.
add ad_script_abort after ad_returnredirect to make termination intent explicit

  1. … 48 more files in changeset.
make sure to call ad_script_abort after ad_returnredirect

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

  1. … 7820 more files in changeset.
Don't make the code more complicatd than necessary

Setting return_url as optional in perm-include, fixing an issue accessing from /admin/ and probably other places

Provide hint, when permission check fails

  1. … 1 more file in changeset.
Give a feedback message when permission have been modified

Fix spelling errors

  1. … 25 more files in changeset.
add url in permission listings to point to the package url

remove hardcoded id

- make boolean tests in .adp files more uniform

  1. … 55 more files in changeset.
- get rid of the pesky "MISSING FORMWIDGET: ...formbutton:ok" message

- don't add explicit permissions for swa users on permission

- use API calls instead of local implementation (which simplifies the code and yields chache flushes)

- add missing files

    • -0
    • +20
    ./perm-user-add-include-postgresql.xql
- added new function acs_permission.permissions_all as replacement for acs_permssions_all

- removed all dependencies on acs_permssions_all in kernel (such that acs_object_paths and acs_object_context_index can be dropped for PostgreSQL)

  1. … 4 more files in changeset.
- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

- improve quoting and indentations

- replace obsolete all_object_party_privilege_map by acs_object_party_privilege_map

  1. … 11 more files in changeset.
- modernize HTML in .adp files

  1. … 42 more files in changeset.
- prefer "localurl" over "return_url" of name of page filter

  1. … 85 more files in changeset.
- improve checking of return_urls in page_contracts

  1. … 82 more files in changeset.
.xql-file reform of acs-subsite:

- remove obsolete queries

email_image::new_item.new_lob_size

email_image::new_item.new_lob_size

group::member_p.group_id_from_name

subsite::default::create_app_group.group_exists

package_mounted_p

- add missing Oracle queries

acs-subsite/tcl/rel-types-procs-oracle.xql

rel_types::additional_rel_types_group_p.group_rel_type_exists

rel_types::additional_rel_types_group_type_p.group_rel_type_exists

www/admin/group-types/new-oracle.xql

select_group_supertypes

- add missing PostgreSQL queries

acs-subsite/tcl/rel-types-procs-postgresql.xql.xql

rel_types::additional_rel_types_group_p.group_rel_type_exists

- remove obsolete files

www/admin/index-oracle.xql

www/admin/index-postgresql.xql

www/admin/index.xql

www/admin/rel-types/roles/new-oracle.xql

www/admin/rel-types/roles/new-postgresql.xql

www/permissions/one.xql

www/pvt/unsubscribe-2-oracle.xql

www/pvt/unsubscribe-2-postgresql.xql

www/pvt/unsubscribe-oracle.xql

www/pvt/unsubscribe-postgresql.xql

www/pvt/unsubscribe.xql

www/register/user-new.xql

www/shared/portrait-bits-oracle.xql

www/shared/portrait-bits-postgresql.xql

www/shared/portrait-bits.xql

  1. … 26 more files in changeset.