• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add again double quotes in the add constraint as well

Add double quotes in case constraints were defined using e.g. $ in the old days

Use generic acs_object__delete, so also eventual relations are deleted

    • -0
    • +17
    ./packages/faq/www/admin/faq-delete-oracle.xql
    • -4
    • +1
    ./packages/faq/www/admin/faq-delete.tcl
    • -0
    • +17
    ./packages/faq/www/admin/q_and_a-delete-oracle.xql
    • -4
    • +1
    ./packages/faq/www/admin/q_and_a-delete.tcl
Actually delete from the acs_object, or it will stay around

    • -1
    • +4
    ./packages/faq/www/admin/faq-delete.tcl
    • -1
    • +4
    ./packages/faq/www/admin/q_and_a-delete.tcl
ad_return_url: change default value for default_url to "."

this is not terribly important, but probably a better approximation

fix for issue #3379

switch from security::nonce_token to ::security::csp::nonce and update comments

    • -9
    • +9
    ./packages/acs-tcl/tcl/security-procs.tcl
switch from security::nonce_token to ::security::csp::nonce

The latter one is available since more then two years in OpenACS.

    • -2
    • +2
    ./packages/xotcl-request-monitor/www/index.tcl
xo::broadcast: allow to send messages to threads seleced via pattern

    • -2
    • +6
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
address global variable __csrf_token directly

    • -1
    • +1
    ./packages/xowiki/tcl/folder-procs.tcl
    • -2
    • +2
    ./packages/xotcl-core/tcl/30-widget-procs.tcl
terminate message key properly

    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
Allow ad_return_url to be called also, when connection is closed.

This might be the case e.g. for the search renderer. In this case, a default_url is used

    • -15
    • +19
    ./packages/acs-tcl/tcl/defs-procs.tcl
    • -6
    • +1
    ./packages/xowiki/tcl/folder-procs.tcl
Streamline faq entry deletion exploiting newly defined on delete cascade

    • -10
    • +1
    ./packages/faq/www/admin/q_and_a-delete.tcl
Streamline faq deletion exploiting newly defined on delete cascade

    • -10
    • +1
    ./packages/faq/www/admin/faq-delete.tcl
Put on delete cascade defined in previous upgrades in creation sql as well

    • -2
    • +2
    ./packages/faq/sql/oracle/faq-create.sql
    • -2
    • +2
    ./packages/faq/sql/postgresql/faq-create.sql
Faq vs Search trigger reform: turns out after delete trigger on faq_q_and_as is quite pointless and makes it more complicated for faq package instances to properly uninstantiated. More details in the comments.

    • -14
    • +0
    ./packages/faq/tcl/apm-callback-procs.tcl
    • -14
    • +0
    ./packages/faq/tcl/apm-callback-procs.xql
check for connection and provide fallback for return_url

    • -1
    • +5
    ./packages/xowiki/tcl/folder-procs.tcl
Fix typos

    • -13
    • +13
    ./packages/search/tcl/search-procs.tcl
Whitespace changes + editor hints

    • -61
    • +59
    ./packages/search/tcl/search-procs.tcl
Deprecate broken proc 'search::is_guest_p', and replace its only occurrence in the whole codebase, in the 'intermedia-driver' package, with working code.

    • -2
    • +6
    ./packages/search/tcl/search-procs.tcl
Introduce ON DELETE CASCADE on faq main datamodel tables, so generic acs_object db api can be used to e.g. delete a faq (fixes downstream errors when deleting FAQ package)

    • -2
    • +4
    ./packages/faq/sql/oracle/faq-create.sql
    • -1
    • +3
    ./packages/faq/sql/postgresql/faq-create.sql
Remove extra whitespace

Whitespace changes

    • -11
    • +10
    ./packages/dotlrn/www/register.tcl
Make xowf tests flexible in case a locale different than en_US is in use

    • -13
    • +14
    ./packages/xowf/tcl/test/xowf-test-procs.tcl
    • -1
    • +3
    ./packages/xowiki/tcl/test/test-procs.tcl
name arguments consistently

Tolerate usages of get_members_not_cached in "frontend code" around by making new member_state parameter optional and therefore not breaking previous contract

    • -2
    • +2
    ./packages/acs-subsite/tcl/group-procs.tcl
Fix typo

use consistently 'ad_script_abort' after 'ns_returnfile'

schema queries: allow mixed case for column and table names (similar to function_args

bump versiom number to 5.10.0d11

Add missing 'ad_script_abort' after 'ns_returnfile'