• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Return forbidden only when connected

use transaction to avoid duplicate key conflicts

    • -9
    • +11
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
make translation mode stylable via CSS, add styles for default and bootstrap3 themes, reduce dependencies on xinha icons

reduce verbosity and modernize code

    • -9
    • +6
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -3
    • +32
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
reduce verbosity

Localize bulk-actions label in the child-resources include (many thanks to Monika Andergassen)

Port from downstream

    • -2
    • +2
    /openacs-4/packages/xowiki/xowiki.info
    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
add proper bootstrap markup for util-user-messages CVS: ----------------------------------------------------------------------

Cleanup commented code

Whitespace cleanup

child-resources: specify urls involved in bulk-delete action more explicitly in a way that the includelet will work also when put in other non-folder pages

    • -2
    • +5
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
Shorten idiom

    • -2
    • +1
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
german translations: add resonable translation for "permissable"

German message catalog: use consistently "Profilbild" instead of "Portrait" and "Benutzer" instead of "User"

Use more consistently "Mitglieder" instead of "Teilnehmer" for "member", not at least since "Mitglieder" requires no gendering.

prefer "nsf::is object" over ":isobject" or "info commands", since it is faster, more generic and can be used in all contexts

    • -16
    • +16
    /openacs-4/packages/xowf/tcl/xowf-procs.tcl
improve ease of debugging

prefer "nsf::is object" over ":isobject" or "info commands", since it is faster, more generic and can be used in all contexts

prefer "nsf::is object" over ":isobject" or "info commands", since it is faster, more generic and can be used in all contexts

prefer "nsf::is object" over ":isobject" or "info commands", since it is faster, more generic and can be used in all contexts

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
prefer "nsf::is object" over ":isobject" or "info commands", since it is faster, more generic and can be used in all contexts

    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
    • -5
    • +5
    /openacs-4/packages/xowiki/tcl/import-procs.tcl
    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
    • -7
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -8
    • +8
    /openacs-4/packages/xowiki/www/admin/test.tcl
call isobject method with full namespace as we are not in a xotcl proc

execute the atjobs as close as possible to the full minute (see suggestion #3415)

    • -4
    • +22
    /openacs-4/packages/xowf/tcl/xowf-init.tcl
improve readability with sanitized error log

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

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