• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bump version number so new message key is loaded

Trim whitespace

Provide a localized "Creation date" message in english, german and italian

    • -0
    • +1
    ./catalog/acs-admin.de_DE.ISO-8859-1.xml
    • -0
    • +1
    ./catalog/acs-admin.en_US.ISO-8859-1.xml
    • -0
    • +1
    ./catalog/acs-admin.it_IT.ISO-8859-1.xml
Fix typos

  1. … 11 more files in changeset.
improve spelling

  1. … 27 more files in changeset.
apm reloading reform (part 2)

adjust version-reload and align version numbers

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. … 366 more files in changeset.
Use @return in the proc documentation

  1. … 2 more files in changeset.
Prefer on-spot api for user-only info

Prefer on-spot api as it is quicker

acs_user::get will not fail anymore with non-existing user

Prefer person-only api to generic user one as is quicker and now properly cached

Prefer on-spot api rather than full-blown acs_user::get

Fix after regression by putting subsite url retrieval... ehm... before its usage

revert to previous version, since "Administration" links were plain wrong (not pointing to SUBSITE/admin but to a constant url)

permission check reform (part 1): provide API for permission cache

    • -4
    • +6
    ./www/users/modify-admin-privileges.tcl
  1. … 15 more files in changeset.
Remove divergency between oracle and postgres codebase

    • -22
    • +0
    ./lib/service-parameters-oracle.xql
    • -22
    • +0
    ./lib/service-parameters-postgresql.xql
  1. … 3 more files in changeset.
Remove leftover xql files

    • -23
    • +0
    ./www/users/modify-admin-privileges-oracle.xql
    • -23
    • +0
    ./www/users/modify-admin-privileges-postgresql.xql
Simplify code: set defaults for proc parameters, which are de facto optional, avoiding unnecesary existence checks.

  1. … 2 more files in changeset.
Use api to remove difference between oracle and postgres code and replace array with dict idioms

Remove leftover xql files

remove outdated file, maintained version of the code is in the function apm_build_repository

Make all sql in this page portable and inline

    • -29
    • +0
    ./www/auth/authority-postgresql.xql
remove unreferences and broken files depending on data model changed more than 10 years ago

    • -69
    • +0
    ./www/apm/version-parameter-values.tcl
    • -34
    • +0
    ./www/apm/version-parameter-values.xql
Fix regression when checking member state

removing uncalled pages based on non-existing tables and on deprecated calls

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

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

Exploit cached api to simplify and remove queries. Note that user attributes this page manipulates won't come from the cache to avoid nasty side effects. Reduce divergency between oracle and postgres codebase

    • -13
    • +0
    ./www/users/member-state-change-oracle.xql
    • -16
    • +0
    ./www/users/member-state-change-postgresql.xql
    • -3
    • +12
    ./www/users/member-state-change.tcl
    • -11
    • +0
    ./www/users/member-state-change.xql
Exploit cached api