• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove obsolete xql files (page is using api already)

Fix test for pseudo-boolean value that stopped to work because of

http://fisheye.openacs.org/changelog/OpenACS?cs=oacs-5-9%3Agustafn%3A20151001184401

improve rowcount expressions

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

  1. … 3 more files in changeset.
Reduce divergency between oracle and postgres codebase

Avoid unnecesary existence checks

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. … 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.