• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
reduce verbosity in the system log

    • -1
    • +12
    /openacs-4/packages/forums/tcl/forums-procs.tcl
spell "site-wide" consistently with a dash

  1. … 20 more files in changeset.
improved the site-wide admin pages for external ja libraries

- add a sample for pinning the version number via the NaviServer configuration file

- privide a link to the requirements and background page explaining the implemented policies

add action link icon just to the immediate child of an action list

factored out vulerability check to make it reusable

- New proc ::util::resources::check_vulnerability

- bumped verison number to 5.10.1b7

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
fixed typo

removed obsolete file

remove leftovers of the acs-core-ui, which does not exist anymore since at least 20 years

Implement for TinyMCE a trivial plugin integrating with the new feature in the attachments package

The plugin simply opens a window to the attachments UI. It uses its generic message passing mechanism to receive the content and inject it in the page.

See https://openacs.org/forums/message-view?message_id=5820909

file oacsAttachments.js was initially added on branch oacs-5-10.

Implement for the attachment package a reusable UI meant to be integrated by richtext editors

The UI implements basic CRUD operations on an attachment stored under a generic acs_object. The UI expects to be opened by an iframe and to pass the rendered content to the opener page.

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

    • -0
    • +0
    /openacs-4/packages/attachments/tcl/richtext-procs.tcl
file file-delete.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/attachments/www/richtext/file-delete.tcl
file file-browser.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/attachments/www/richtext/file-browser.tcl
file file-browser.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/attachments/www/richtext/file-browser.adp
added titles for the action URLs to guide the user

Made in parameter-add/edit/delete operations update of info file optional

file release-notes-5-10-1.xml was initially added on branch oacs-5-10.

regenreated documentation (with non-finished release notes)

  1. … 132 more files in changeset.
fixed typoes in documentation

  1. … 9 more files in changeset.
Fix the page order swapping UI

- the page used to assume that tree_sortkey was not unique, but it is. Implement a silly swapping logic to overcome this

- introduce input validation

- rework db idioms

- fix indentation

Notice that the whole script relies on the tree_sortkey column on cr_items, which does not seem to exist on Oracle.

Provide client and server side validation

improved spelling

  1. … 15 more files in changeset.
improved spelling

Let site-wide admin pages of external js pages modify, create and delete package parameters

The real change escaped with the previous commit.

improved spelling

added comment

fixed typo

parameter management pages seem to rewrite .info file

Support default values and return:url for parameter management pages