• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add ad_include_contract

fix messagekey broken since 15 years

Bring files on oacs-5-10 in sync with HEAD

    • -8
    • +10
    ./www/admin/faq-delete-postgresql.xql
    • -7
    • +10
    ./www/admin/q_and_a-delete-postgresql.xql
  1. … 149 more files in changeset.
Don't rely on the delete trigger being named consistently on different installations

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
    ./www/admin/faq-delete-oracle.xql
    • -0
    • +15
    ./www/admin/faq-delete-postgresql.xql
    • -0
    • +17
    ./www/admin/q_and_a-delete-oracle.xql
    • -0
    • +15
    ./www/admin/q_and_a-delete-postgresql.xql
Actually delete from the acs_object, or it will stay around

Streamline faq entry deletion exploiting newly defined on delete cascade

    • -12
    • +0
    ./www/admin/q_and_a-delete-postgresql.xql
Streamline faq deletion exploiting newly defined on delete cascade

    • -13
    • +0
    ./www/admin/faq-delete-postgresql.xql
Put on delete cascade defined in previous upgrades in creation sql as well

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.

    • -0
    • +24
    ./sql/postgresql/upgrade/upgrade-5.10.0d6-5.10.0d7.sql
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)

    • -0
    • +64
    ./sql/oracle/upgrade/upgrade-5.10.0d5-5.10.0d6.sql
    • -0
    • +62
    ./sql/postgresql/upgrade/upgrade-5.10.0d5-5.10.0d6.sql
Update italian localization

Implement uninstantiate apm callback to delete existent FAQs in advance

    • -0
    • +14
    ./tcl/apm-callback-procs.xql
Whitespace changes

Whitespace changes

Localize faq admin labels and bump version number

Fix message key

fix overquoting in notification-widget

  1. … 6 more files in changeset.
improve spelling

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

  1. … 25 more files in changeset.
Whitespace changes + add editor hints

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

  1. … 29 more files in changeset.
Fix indentation and whitespace cleanup

    • -238
    • +238
    ./tcl/test/tclwebtest-procs.tcl
Whitespace changes

Align case of acs_object_type with that of the actual table (fixes automated tests)

This change intentionally ignores Oracle, as its behavior with respect to case is not clear to me.

    • -0
    • +9
    ./sql/postgresql/upgrade/upgrade-5.10.0d2-5.10.0d3.sql
Add documentation for public procs (fixes tests), normalize indentation

    • -129
    • +142
    ./tcl/test/tclwebtest-procs.tcl
Add missing documentation for public proc, small refactoring to exploit current api

Fix overquoted ampersand