• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

Update italian translation

  1. … 1 more file in changeset.
improve spelling

  1. … 10 more files in changeset.
Fix dependency: latest acs-tcl package atm is 5.10.0d6

Fix typos

  1. … 1 more file in changeset.
Replace "wrap_string" by "ns_reflow_text", where the latter is a

builtin of newer versions of NaviServer. When "ns_reflow_text" is not

available, provide a scripted version for it.

wrap_string is marked as deprecated, since it has no proper prefix,

and is less powerful than ns_reflow_text

  1. … 14 more files in changeset.
Make termination after connection closing commands explicit

  1. … 1 more file in changeset.