• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- comment out ds_comment statements

- added fresh generated templates

- xowikiimage;

* changed lang text from isolatin1 to utf-8

* updates for xowikiimage plugin for ckeditor support

* added icon image for xowikiimage plugin

- item-refs: added leading .SELF./ for referring to children of the current item

- refactored form-field "file" to fix loosing content and controls,

repeatable, nest-ability; for the time being going back to

version not depending on json code

    • -53
    • +104
    /openacs-4/packages/xowiki/tcl/form-field-procs.tcl
    • -2
    • +4
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -1
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -1
    • +1
    /openacs-4/packages/xowiki/www/view-default.adp
  1. … 4 more files in changeset.
- add show-link in reviews view for SWAs

- improve interface to google translate slightly to avoid exceptions (google website is a moving traget)

    • -13
    • +14
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Using dollar-quoting ( partly ) in order to make the package installable on pg 9.2.

During installation process this script is loaded before installing the kernel, therefore one has to avoid using parameter::get_from_package_key which would cause to cache a acs_kernel package_id of 0, which has negative impacts when trying to install .lrn for example ( when executing install.xml statements that change kernel package's parameter values ).

- bgdelivery-procs:

* refactor subscriber logic to avoid code duplication

* implement sweeper to check for stale connections

- chat-procs:

* call bgdelivery sweeper from chat sweeper

A better version of previous commit: refetching site node info just when really needed and better wording on comments. Patch by Gustaf Neumann.

Previous attempt to fix problem of exceeding recursion limit affected the looking up of vuh files. Instead we re-calculate the extra_url ( done as in rp_filter ) before going through the whole process that figures out which file to serve.

- Added the changes mostly provided by Antonio Pisano to update the comet behavior for current browsers, which provide nowadays often more complete HTTP stacks.

    • -14
    • +48
    /openacs-4/packages/xowiki/tcl/chat-procs.tcl
    • -8
    • +1
    /openacs-4/packages/xowiki/www/ajax/chat.js
- fix parametrization of ns_writer for range requests

- remove "magic" eval construct, since nobody seems to know, what this is for... (see old comment)

The process of installing acs-authentication's service contract implementations ends up trying to reload /packages/acs-service-contract/tcl/acs-service-contract-init.tcl, for which there is no entry on the apm_library_mtime nsv_array, therefore this logging message aboarts the installation.

- changed comet output to chunked encoding

- form-field-type "form_page": allow to specify the attribute of the page instance to be used as label for the pull. The attribute can be specified via form_field spec "entry_label" and defaults to "_title"

- include current package in the list of package ids.

remove unneeded arg

move recordtimes to an earlier place

- adding xo::system_stats for reporting services (e.g. munin)

- control inclusion of symlinkentry in MenuBar via package parameter MenuBarSymLinks

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
- reduce verbosity

    • -1
    • +0
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
- use actual url for relative anchor (necessary for link handling)

    • -1
    • +2
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
- don't use regexp when not needed (match is so much faster).

- provide context info for naviserver writer threads

- reset "extra_url", needed for internal redirects on errors.

- support for naviserver writer threads

- added column percentage for listing of running jobs

- use tcl8.5 idioms

- abstract in check for existance of a command whether this is scripted or not

- use a more modern tcl command set

- abstract in check for existance of a command whether this is scripted or not

- abstract in check for existance of a command whether this is scripted or not

- reduce stress on util-memoize cache to improve scalability

- use a more modern tcl command set

- prefer "string match" over "regexp"

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
*** empty log message ***

- move folder layout logic to adp files

    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -2
    • +6
    /openacs-4/packages/xowiki/www/view-default.adp
use lassign instead of lset