• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replace deprecated 'can_read_forum_p' by 'permission::permission_p'

Replace deprecated 'relation_permission_p' by 'permission::permission_p'

Replace deprecated 'rel_segments_permission_p' by 'permission::permission_p'

Replace deprecated 'party::permission_p' by 'permission::permission_p'

Replace deprecated procs with 'permission::require_permission'

Fix variable name

Deprecate wrappers for 'permission::permission_p' and permission::require_permission.

Deprecate wrappers for 'permission::permission_p' and permission::require_permission.

Implement the Notifications Security Library procs... 16 years after their creation.

Add @see to deprecated proc.

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

Deprecate proc 'group::permission_p'

Fix proc metadata + Whitespace

Create 'ad_include_contract' for latest news include

    • -36
    • +37
    /openacs-4/packages/news/lib/latest-news.tcl
Do not trust 'print_attachments_p'

Create 'ad_include_contract' for forums portlet

added print-answers to the externally callable methods

    • -1
    • +5
    /openacs-4/packages/xowf/lib/online-exam.wf
fix documentation (fix for #3345)

Retract package parameter configuration, as chat is not a singleton package... not clear if we will want a global paremeter for this in the future

    • -19
    • +3
    /openacs-4/packages/chat/tcl/chat-init.tcl
prefer dict over tcl arrays: cleanup of leftovers

Pass name of form down to form::get_attributes

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

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
make indentation regular

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

Exploit cached api

Use api to avoid join

As username variable is not used, don't rely on side effects to check for user existance. Indentation changes.

Employ new user cache also for portrait information

Reduce divergencies between oracle and postgres codebase... this file was for some reason deleted in 2001, but sql in it is portable