• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file cluster.adp was initially added on branch oacs-5-10.

file cluster.tcl was initially added on branch oacs-5-10.

file one-contributions.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    ./users/one-contributions.adp
file one-contributions.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./users/one-contributions.tcl
file ip-info.adp was initially added on branch oacs-5-10.

file ip-info.tcl was initially added on branch oacs-5-10.

Whitespace changes + editor hints

  1. … 17 more files in changeset.
Replace/remove deprecated proc 'db_null' and update doc accordingly

  1. … 31 more files in changeset.
Use the existing API when doing changes to the properties of an authority, otherwise the cache is not updated accordingly.

    • -11
    • +15
    ./auth/authority-set-enabled-p.tcl
    • -49
    • +38
    ./auth/authority-set-sort-order.tcl
prefer https over http on request going to openacs.org

  1. … 2 more files in changeset.
Cleanup trailing whitespace

  1. … 3 more files in changeset.
whitespace changes

fixing old bug: overwriting help_contact_text with help_contact_text_format. This could not have been correct, wonder, why this did not show up.

improve comments

  1. … 10 more files in changeset.
Removed obsolete @arch-tag

  1. … 29 more files in changeset.
improve spelling

  1. … 8 more files in changeset.
Ehm.. revert previous commit: search would use service contract to get the search form, so we should no assume local-search to be used...

  1. … 4 more files in changeset.
Removal of obsolete user search includes

Rationale:

- no mention to these pages anywhere in upstream packages

- local-search fails files__page_contracts automated test

- weird code in local-search (where is authority_id used to filter users?...)

- acs-admin/users/complex-search is a working replacement and duplicates their intended features

- as for TIP#125, in case complex-search was not reusable, probably a minor rework would do

  1. … 4 more files in changeset.
improve rowcount expressions

  1. … 71 more files in changeset.
Remove superflous parentheses

  1. … 29 more files in changeset.
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

  1. … 1 more file 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. … 366 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