• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
After discussion in the OCT, rolled this back. And leave it rolled back.

allow to call admin_portlet even it no $cf is provided. In this case, the package_id must be

provided as call parameter

Fixed lintian errors and warnings

Adapted from dotlrn package to openacs package

    • -47
    • +29
    /installers/debian/openacs/patches/config.dpatch
fix nasty quiting bug when when links/includelets were precedet by characters

what have to be quoted before subst

    • -46
    • +55
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
support downgrading from richtext to textarea

Fixed problem with query on oracle. Drop condition and !>>>!notifications.notif_date < sysdate because it doesn't exist on pg query.

Fixed problem with repeat parameter on category_tree.map procedure

fix by christoph haberberger: empty parameters in xml-rpc lead to crash

Don't reload image datamodel.

Remove explicit delete of images row, acs_object.del does that for you.

Removing that change means we don't need to reload the image pl/sql

package.

Fixed problem with complex send not knowing about the new valid_email_p procedure. additionally made sure that no empty header could be passed, as this breaks smtp::sendmail

Fix links to shared course now what shared course pages are moved to lorsm/admin

Updated docs for 5.4.1

  1. … 70 more files in changeset.
ChangeLog for 5.4.1

    • -42518
    • +157
    /openacs-4/ChangeLog
Bumped version numbers ...

    • -5
    • +5
    /openacs-4/packages/acs-tcl/acs-tcl.info
  1. … 7 more files in changeset.
bumping version numbers and dependencies to keep versions in sync

    • -4
    • +4
    /openacs-4/packages/xowiki/xowiki.info
Another missing module - acs-tcl

some sanity checks for form-fields

Preliminary release, adapted from dotlrn package

    • -0
    • +10
    /installers/debian/openacs/README
    • -0
    • +9
    /installers/debian/openacs/README.Debian
    • -0
    • +18
    /installers/debian/openacs/README.tsearch
    • -0
    • +12
    /installers/debian/openacs/TODO
    • -0
    • +6
    /installers/debian/openacs/changelog
    • -0
    • +1
    /installers/debian/openacs/compat
    • -0
    • +155
    /installers/debian/openacs/config
    • -0
    • +15
    /installers/debian/openacs/control
    • -0
    • +81
    /installers/debian/openacs/copyright
    • -0
    • +4
    /installers/debian/openacs/dirs
    • -0
    • +1
    /installers/debian/openacs/docs
    • -0
    • +3
    /installers/debian/openacs/links
    • -0
    • +79
    /installers/debian/openacs/openacs.init
    • -0
    • +11
    /installers/debian/openacs/openacs.install
    • -0
    • +22
    /installers/debian/openacs/openacs.lintian-overrides
  1. … 9 more files in changeset.
Fixed lintian errors/warnings

try to maintain both, creation_user and modifying_user for cr_items, although stored procedures don't handle this

Added callback implementation of forums_forum for search. Added comment in the SC implementation saying it's deprecated and not used, will have to be removed in 5.5

Added return_url to the call to get_user_email

Retrieve members email using the email_image library to respect the privacy level chosen by the user

Added return_url in calls to email_image::get_user_email

Version_url variable was asigned twice with different values. Removed the first one to keep the code 'clean'

Check if portlet if shaded before any other check.

Would fail computing views if no file_id was provided. Since both version_id and file_id are optional (...), added a check to fill file_id is empty or doesn't exist.

Added lintian overrides

    • -0
    • +22
    /installers/debian/dotlrn/dotlrn.lintian-overrides
Reintroduced the form to switch between locales that has been removed by Malte in previous commits