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

    • binary
    ./www/shared/images/Undelete16.gif
Remove spaces after complaints at load time

Assume email is verified for this test

Move email confirmation test in a proc, as some tests need to reuse this when we are configured to require verification

  1. … 1 more file in changeset.
Add tested urls and procs to definition

mark argument explicitly as required, add default for cascade_p

Do not abort when returning a message

Add test to check whether email confirmation works and behavior fits subsite configuration

group::member_p: add warnings, when group name resoling failed instead of silently returning 0

group::member_p_not_cached: remove misleading defaults

Whitespace cleanup

Fix regression retrieving the member state

Sort and properly HTML quote german message keys as well

    • -7
    • +7
    ./catalog/acs-subsite.de_DE.ISO-8859-1.xml
Message keys maintenance

Export message keys using OpenACS UI in order to sort them and apply HTML quoting enforced by lang::catalog::export_to_file.

Reason is making it possible to create new message keys from the UI without producing big and scary diffs.

    • -12
    • +11
    ./catalog/acs-subsite.en_US.ISO-8859-1.xml
Remove dead adp code: if user is found and token is correct, email_verified_p will be always true, because it is forcefully set by the proc. In any other case, we will execute a different adp (lib/message)

Move chat.tcl into acs-subsite:

although this would depend on xowiki, having in xowiki/www might conflict with legitimate pages named "chat"

  1. … 2 more files in changeset.
file chat.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/shared/ajax/chat.tcl
Reduce divergency between oracle and postgres codebase

    • -23
    • +0
    ./tcl/group-type-procs-postgresql.xql
Reduce divergency between oracle and postgres codebase

Reduce divergency between oracle and postgres codebase

    • -23
    • +4
    ./www/admin/site-map/mount-oracle.xql
    • -24
    • +6
    ./www/admin/site-map/mount-postgresql.xql
    • -34
    • +0
    ./www/admin/site-map/unmounted-oracle.xql
Abort before redirect in case of error

Reduce divergency between oracle and postgres codebase using existing api

Remove obsolete xql files (page is using api already)

    • -38
    • +0
    ./www/permissions/perm-modify-oracle.xql
Reduce divergency between oracle and postgres codebase

Remove obsolete code:

- unreferenced oracle query

- Markup about installed Services that would not be displayed in the adp

    • -17
    • +0
    ./www/site-map/index-postgresql.xql
Rework publicly exposed query:

- inner join immediately with site_nodes_selection so query can terminate quickly when user site map is empty

- clarify query meaning

    • -28
    • +27
    ./www/site-map/index-postgresql.xql
Whitespace cleanup

Add ad_page_contract (fixes automated tests)

Note that this include might be obsolete

Use cached api

Add ad_include_contract (fixes automated tests)