• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add a test about group membership for tcl api as well (will right now fail on direct membership)

Replace deprecated proc

Replace deprecated api in this weird adp

provide proper title properties in .adp files to reduce warnings in log files

    • -1
    • +1
    ./packages/acs-mail-lite/www/doc/glossary.adp
    • -1
    • +1
    ./packages/acs-mail-lite/www/doc/inbound.adp
    • -1
    • +1
    ./packages/acs-mail-lite/www/doc/outbound.adp
    • -1
    • +1
    ./packages/acs-mail-lite/www/doc/setup.adp
Add new private proc 'attachments::get_attachments_url', and use it to complement the logic of 'attachments::get_url'

As 'attachments::get_url' returns the value of the attachments package

'RelativeUrl' parameter, which can change at any time, it could happen

that previously mounted attachments have a different url and are not

found anymore.

We try our best here to find a mounted attachments package under

'base_url' to mitigate this, probably flawed, package logic.

In the future, probably a better method should be used for URL resolving

that is not so broken.

The whole thing is even more weird, as the attachments package is

currently a singleton that auto-mounts on /attachments, so i am tempted

to replace this whole thing with just that, but anyway...

Use 'attachments::detach_url' instead of building manually the URL

ensure ::xo::cc is available

    • -1
    • +4
    ./packages/xotcl-core/tcl/bgdelivery-procs.tcl
Deprecate trivial empty_string_p

Bump version to reload message keys

Renaming of files so they are loaded after 00-icanuse-procs.tcl

    • -21
    • +0
    ./packages/acs-tcl/tcl/00-database-procs-postgresql-postgresql.xql
    • -3800
    • +0
    ./packages/acs-tcl/tcl/00-database-procs.tcl
    • -0
    • +21
    ./packages/acs-tcl/tcl/01-database-procs-postgresql-postgresql.xql
    • -0
    • +3800
    ./packages/acs-tcl/tcl/01-database-procs.tcl
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.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./packages/acs-tcl/tcl/01-database-procs.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