• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Checking if parameter XinhaDefaultPlugins exists and has no empty value; otherwise upgrades from 5.1.x will brake.

- url in statistics contains already query parameter

- add folder_mode for includelets book and toc to show

childpages instead of pages of the root folder

- handle different output of "ns_server threads" in Naviserver and Aolserver

- maintain statistics about busy and running (connection) threads

- use new features of item_refs (many thanks to Michael Aram for the suggestions)

    • -10
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -1
    • +4
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
- fix typo

- use name "use_package_path" consistently

- extend get_page_from_item_ref to resolve cross-package references

- parameterize item_refs to allow to use package_page or

normalize_name conditionally (mostly to avoid chicken-egg

situations: if e.g. lookup of a parameter needs a parameter

required to resolve the path leading to the parameter page...)

- resolve parameter page via get_page_from_item_ref to allow parameter

pages from non-top-level instances

    • -19
    • +56
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Fix a lot of typos

  1. … 81 more files in changeset.
Fix a lot of typos

  1. … 80 more files in changeset.
Remove file added by mistake (likely when extracting sql from tcl files)

Set primary key of custom pages on manifest ID *AND* type of page to allow both start and end pages. Provides upgrade script and bumps version number.

Set value for pretty names of custom pages

HTML cleanup

Add missing keys

Remove link to non-existent page.

HTML cleanup.

    • -20
    • +11
    /openacs-4/packages/lors/lib/course-structure.adp
Fix form declarations

HTML cleanup

    • -7
    • +2
    /openacs-4/packages/lorsm/www/admin/index.adp
use proper .info file format

- fix typos

    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
consolidate naming

    • -7
    • +7
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Restore missing PageSize parameter.

- preliminary support for system-wide-pages

- new method Package.get_page_from_item_ref()

searches form an item ref (maybe including a file path)

in the instance and optionally along the search path,

the prototype pages or system wide pages.

- factored out Package.import_prototype_page()

    • -20
    • +123
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -31
    • +4
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
- added one more usage for new function get_html_from_content

    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- fixed 2 missed changes in the interface of pkg_info_new for "embeds"

- new method Page instproc get_html_from_content to factor out behavior to obtain html from the OpenACS richtext widget

    • -10
    • +15
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- Added Michael Arams's patch to create form pages at different places than the form.

Be aware that this might lead to problems with exports

- minor changes to Protocol handlers:

* strip the root-director form both the requested uri and the destinaton

* add OPTIONS to handled methods

* as package_id as instance variable

Admins can modify the role assigned to a workflow action and the privileges required. Allows for less hard-coding of bug-tracker workflows. For example, it is now possible for the resolver to close a ticket. With the hard-coded bt workflow, the submitter always had to close.

Hide "Fix for Version" field if Versions are disabled.