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

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

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

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

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

    • -0
    • +0
    ./packages/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

    • -4
    • +4
    ./packages/xotcl-core/tcl/cr-procs.tcl
fix typo in filename and use opportunity to rename the proc after the API call.

    • -83
    • +0
    ./packages/acs-tcl/tcl/00-canisue-procs.tcl
    • -0
    • +83
    ./packages/acs-tcl/tcl/00-icanuse-procs.tcl
file 00-icanuse-procs.tcl was initially added on branch oacs-5-10.

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

    • -0
    • +1
    ./packages/acs-tcl/tcl/00-canisue-procs.tcl
    • -6
    • +7
    ./packages/acs-tcl/tcl/security-procs.tcl
don't write sensitive information into log files

Do not add the language prefix when the lookup already found exactly the page we were trying to reference (complies with current automated tests)

    • -3
    • +4
    ./packages/xowiki/tcl/package-procs.tcl
Fix typo

    • -1
    • +1
    ./packages/calendar/www/doc/requirements.adp
Fix typos

    • -2
    • +2
    ./packages/calendar/www/doc/requirements.adp
improve spelling

    • -1
    • +1
    ./packages/calendar/www/doc/requirements.adp
add "parent_id" to the list of excluded vars in "copy_content_vars" (as suggested by KM)

    • -1
    • +2
    ./packages/xowiki/tcl/xowiki-procs.tcl
make sure, the dump fiile does not grow infinitely

fix typo

    • -2
    • +2
    ./packages/xowiki/tcl/form-field-procs.tcl
Remove form debug code

    • -15
    • +1
    ./packages/forums/lib/message/post.tcl
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.

    • -2
    • +1
    ./packages/forums/lib/message/post-confirm.adp
    • -26
    • +196
    ./packages/forums/lib/message/post.tcl
    • -1
    • +10
    ./packages/forums/lib/message/row.adp
Check if an upload file was supplied when validating

    • -2
    • +4
    ./packages/xowiki/tcl/xowiki-form-procs.tcl
Bump version number

    • -2
    • +2
    ./packages/acs-subsite/acs-subsite.info
Small step in the direction of gender-neutral German localization so we don't have to create a downstream message key just for this

improve spelling

    • -2
    • +2
    ./packages/attachments/www/doc/index.adp
    • -2
    • +2
    ./packages/acs-templating/tcl/date-procs.tcl
    • -3
    • +3
    ./packages/acs-templating/tcl/tag-init.tcl
    • -2
    • +2
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
Add 'alt_template' to include contract

Add include contract and 'preview' view to the attachment list

Add some remarks regarding the 'privacy control' in the forum portlet

Require admin privileges for attachment deletion in the forum, the same as for message editing

Put the delete link to the right of the attachment

Only offer the possibility to delete an attachment from the file storage if it is really there, offer to detach it in any case.

    • -58
    • +75
    ./packages/attachments/www/detach.tcl
Add 'attachments::get_title' to centralize the logic of title guessing for an attachment

Add the 'detach' option on the attachment list, for users with write permissions on the message