• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
bug solved while accessing to a monitor service defined as "self"

    • -2
    • +9
    /openacs-4/packages/imsld/www/monitor-frame.tcl
    • -1
    • +16
    /openacs-4/packages/imsld/www/monitor-frame.xql
ConditionsRecursionLimit must be defined as parameter. Meanwhile, here is a quick solution (need to be solved)

fix problem with blank-master.tcl

Use commas to seperate columns in CSV not semicolons!

Quote the column contents.

DO NOT write content to a temp file, then reutrn it AND ns_return the

text and then forget to clean up the temp file.

Use commas to seperate columns in CSV (not semicolons!) and quote the

contents with double quotes.

more experimental stuff: roles for connection context

bug with monitor service when role is self solved

Fix bug#3120, don't remove user from group to change role, just change

the role.

    • -10
    • +46
    /openacs-4/packages/dotlrn/www/member-add-3.tcl
experimental new feature: conditional form fields

    • -4
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
simplifying privilege checking

new privileges for policies

everybody (synonym for none),

public (synonym for none),

admin (swa or package_admin)

registered_user (synonym for "login")

per connection cache (e.g. checking swa is more than 10 times faster this way as in without it)

add support for tagging files, implement ui for downloading archive of files

  1. … 9 more files in changeset.
Larger name change: alter xowiki::portlet (namespace, class, variable names,

package parameter) to "includelet" to reduce confusion between dotlrn portlets and xowiki

(xowiki can be used as an portlet in dotlrn). The change script copies e.g. the

old package parameter "top_portlet" to the new parameter "top_includelet".

This change effects as well many adp files; in case of local tailorizations,

please change your files as well accordingly.

    • -3
    • +3
    /openacs-4/packages/s5/tcl/s5-procs.tcl
    • -4
    • +4
    /openacs-4/packages/xowiki/xowiki.info
    • -0
    • +2608
    /openacs-4/packages/xowiki/tcl/includelet-procs.tcl
    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
    • -20
    • +25
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
  1. … 11 more files in changeset.
bump version number and re-export updated catalog files

re-added es + br language files

Removed master information from include

Removed notifications from various places since it is now in core.

remove hardcoded font-sizes for xowiki.css

set including_page before calling initialize for includelets

    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
clear html for form-entry-menu and form-menu

Install notifications during installation (it is now part of acs-core)

Added notifications, tsearch2-driver and intermedia-driver to core

Loading catalog files AFTER apm_package_install_version

fix variabe name

fix case problem for encodings

    • -5
    • +5
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
some refactoring to enable cross xowiki references (e.g. in includelet get)

    • -33
    • +64
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Get rid of outer join forcing sequential scan on cr-items!

build_mime_message default charset should be UTF-8

- fix rss client encodings

- provide method "initialize" to postprocess user caller parameter

    • -1
    • +4
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
fixed output charset

added experimental version of rss client + includelet