• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve robustness in view-mode

improve configurability of menu entries: support passing extra query parameters

improve configuratbility of make_form_link: support passing extra query parameters

    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Try to improve doc a bit. The proc seems to need some refactoring.

Don't send HTML mail as plain text

Don't send HTML mail as plain text

use glyphicons for file types in file listings (e.g. child-resources)

    • -4
    • +5
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
    • -12
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
fix typo

support MemUnit (MB, KB, ...) for "maxinput" in config file

Whitespace changes

Use the attachment icon, available since 10+ years, for forums attachments.

web-callable method list: add optional parameter "children" to allow listing of arbitrary children of an item

move logic whether or not to use h264 streaming to ad_returnfile_background to make code path clearer

reduce verbosity

Make sure, the pull-down login window does not hide under navbar

(e.g. when xowiki menubar is shown)

Modernize logic for protecting against cached passwords from forms,

when users log out and other users use the back button (for Nora).

- switch to more modern caching prevention

- add CSRF protection to login form against forgery requests

- none of the cache-preventing mechanisms helps when the user

stores the password in the browser (no change to the past).

- For admins of existing sites: alter kernel parameter

"LoginPageExpirationTime" to 0 make use of this feature

fix lookup of links for external commands: avoid lookup of page-realtive links (starting with "#")

Fix for issue #3409

add missing colon

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
implementing feature request #3408: support for passing in null values to acs_object__set_attribute

file upgrade-5.10.0d19-5.10.0d20.sql was initially added on branch oacs-5-10.

Use same capitalization policy as other message keys in the same form. Bump version to reload message keys.

    • -2
    • +2
    /openacs-4/packages/forums/forums.info
Only show the possibility to allow/disallow attachments in the forum new/edit pages if the attachments package is already mounted under the forums package instance

    • -3
    • +16
    /openacs-4/packages/forums/lib/forums/new.tcl
Update italian localization

Whitespace changes

    • -3
    • +3
    /openacs-4/packages/forums/lib/forums/new.tcl
    • -12
    • +12
    /openacs-4/packages/forums/tcl/form-procs.tcl
    • -2
    • +2
    /openacs-4/packages/forums/tcl/forums-procs.xql
Modify user interface to allow/disallow attachments per forum, on forum creation and editing. Added message keys and bumped version as well.

    • -2
    • +2
    /openacs-4/packages/forums/forums.info
    • -3
    • +5
    /openacs-4/packages/forums/lib/forums/new.tcl
    • -3
    • +6
    /openacs-4/packages/forums/tcl/forums-procs.tcl
    • -2
    • +3
    /openacs-4/packages/forums/tcl/forums-procs.xql
Cleanup trailing whitespace

Extend 'forum::attachments_enabled_p' with 'forum_id', so attachments ca be enabled per forum (see previous commit), and update underliying logic to make use of it.

    • -2
    • +19
    /openacs-4/packages/forums/tcl/forums-procs.tcl
    • -3
    • +5
    /openacs-4/packages/forums/www/message-post.tcl
Fix oracle upgrade, remembering to keep privilege creation, which should indeed happen in the upgrade

Skip column and attribute creation in this upgrade: people will get it from xotcl ORM in version 6.* and this upgrade would conflict