victorg in OpenACS

HEAD now defaults to version 5.10.

Bumping up core packages version to 5.10.0d1

    • -4
    • +4
    /openacs-4/packages/acs-tcl/acs-tcl.info
  1. … 10 more files in changeset.
i18n of labels used as column titles for the YUI based data table.

Using previously computed parent_id value.

Backporting fix from HEAD.

This is supposed to be an expr statement.

porting performance improvement on tags related query from oacs-5-8.

    • -4
    • +4
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
Joining explicitly xowiki_tags table with xowiki_pagei so that query planner can react better, improving query execution time from mins to ms.

    • -4
    • +4
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
merging back to HEAD fixes regarding repeatable formfields.

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/repeat-procs.tcl
All js functions used to load ckeditor need to be prefixed with 'load_'.

Removing formfield css class from delete repeated field links otherwise they are mistaken with html elements used during ckeditor initialization.

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/repeat-procs.tcl
Missplaced clossing parenthesis from previous commit.

backporting fix from oacs-5-8.

typo: missing ).

Avoid using tree_sortkey to fetch all fs objects (folders and files) created under file storage instances within communities. Using recursive queries instead.

removing extra space.

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

  1. … 506 more files in changeset.
on xowiki_form_instance_item_view data field became text so no need for the alias.

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
This procs were meant to be defined at the top level namespace.

Adding missing where clause for parent_id.

    • -2
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
name variable needs to be instantiated as well.

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Casting text constants on query and using plpsql function to check permission instead of using a subquery (takes advantage of recursive permissions implementation)

Adding message keys used on the last round of commits.

Fixing wrong package key for message key.

make sure created XoTcl Objects are properly destroyed at the end of a request (patch by Günter Ernst).

    • -3
    • +5
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
Using ::xo::dc api instead of db_*.

    • -6
    • +5
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -6
    • +6
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
i18n.

includelets i18n.