• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:hectorr:20190717174411:1 does not match your current filter (clear filter).

file 01-database-procs-oracle.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-tcl/tcl/01-database-procs-oracle.tcl
file 01-database-procs-postgresql-postgresql.xql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-tcl/tcl/01-database-procs-postgresql-postgresql.xql
use creation_user parameter on save_new, so that the party_id is recognized as creation_user

Localize some pretty names. Many thanks to Monika Andergassen

    • -0
    • +6
    ./xotcl-core/catalog/xotcl-core.de_DE.ISO-8859-1.xml
    • -0
    • +6
    ./xotcl-core/catalog/xotcl-core.en_US.ISO-8859-1.xml
fix typo in filename and use opportunity to rename the proc after the API call.

file 00-icanuse-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-tcl/tcl/00-icanuse-procs.tcl
use the random number generator from OpenSSL, when available

don't write sensitive information into log files

    • -2
    • +3
    ./acs-automated-testing/tcl/aa-test-procs.tcl
Do not add the language prefix when the lookup already found exactly the page we were trying to reference (complies with current automated tests)

Fix typo

Fix typos

improve spelling

add "parent_id" to the list of excluded vars in "copy_content_vars" (as suggested by KM)

make sure, the dump fiile does not grow infinitely

    • -2
    • +3
    ./xotcl-request-monitor/tcl/throttle_mod-procs.tcl
fix typo

Remove form debug code

Forum attachments reform.

- Add new style of attachments to the forums, allowing multiple attachments to a single message directly from the message post page, using the multiple file input widget.

- Retain compatibility with old style attachments, using the new 'AttachmentStyle' package instance parameter. Currently, this supports two values: 'simple' (new behavior) and 'complex' previous behavior.

- Both attachment styles can coexist, and attachments added by any of such methods will be shown.

- Improve the contract on 'forums/lib/message/post.tcl'.

- Show attachments on message preview.

- Bump version number.

    • -26
    • +196
    ./forums/lib/message/post.tcl
Check if an upload file was supplied when validating

Bump version number

Small step in the direction of gender-neutral German localization so we don't have to create a downstream message key just for this

    • -1
    • +1
    ./acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml
improve spelling

Add 'alt_template' to include contract

    • -2
    • +3
    ./forums/lib/message/attachment-list.tcl
Add include contract and 'preview' view to the attachment list

    • -3
    • +8
    ./forums/lib/message/attachment-list.adp
    • -11
    • +7
    ./forums/lib/message/attachment-list.tcl
Add some remarks regarding the 'privacy control' in the forum portlet

    • -1
    • +9
    ./forums-portlet/www/forums-portlet.tcl
Require admin privileges for attachment deletion in the forum, the same as for message editing

    • -2
    • +4
    ./forums/lib/message/attachment-list.tcl
Put the delete link to the right of the attachment

    • -1
    • +1
    ./forums/lib/message/attachment-list.adp
Only offer the possibility to delete an attachment from the file storage if it is really there, offer to detach it in any case.

Add 'attachments::get_title' to centralize the logic of title guessing for an attachment

    • -37
    • +51
    ./attachments/tcl/attachments-procs.tcl
Add the 'detach' option on the attachment list, for users with write permissions on the message

    • -1
    • +6
    ./forums/lib/message/attachment-list.adp
    • -4
    • +15
    ./forums/lib/message/attachment-list.tcl
Center icons on attachment list