• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Use test api to make the test more generic, handle mixed-case emails

Use test api to make the test work in different contexts

improve spelling

  1. … 1 more file in changeset.
whitespace changes

simplify expression

obtain default authority_id via "auth::authority::get"

    • -20
    • +15
    ./www/register/recover-password.tcl
  1. … 1 more file in changeset.
Port from downstream: reimplement subsite::get_theme_subsites to be scalable on websites with many site nodes

Add 'message-undelete' page to make use of the new '::message::undelete' proc for undeleting messages, a couple of icons, the undelete option in 'message-list' and the undelete action in automated tests

  1. … 5 more files in changeset.
file Undelete24.gif was initially added on branch oacs-5-10.

    • binary
    ./www/shared/images/Undelete24.gif
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