• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- determine nls-language in create-new links from specified "lang" value

- provide markup to provide form-specific CSS rendering (using form-name as CSS-class for xowiki forms and template contents)

    • -3
    • +12
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- make sure that debug messages are left aligned, even when used on pages with YUI

- pass parent_id via query_parameter in create_new to allow to create form-pages with different parent objects

- pass parent_id as additional parameter for "get_form_entries"

    • -5
    • +12
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- try alternate lookup for form with language prefix "en"

    • -0
    • +6
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
- use same form fetching code like in other places

    • -18
    • +11
    /openacs-4/packages/xowiki/tcl/link-procs.tcl
- provide default value in case conversion fails

default to authority sort order rather than assuming local authority

add allow_complete_url flag to ad_returnredirect for password recovery url

- output userids for cvs-dumps numeric

    • -2
    • +4
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- additional parameter for form-usages "extra-form-constraints" to be used for a single instance of the includelet

- provide more CSS classes for error reporting in xowiki-forms

- delete imported objects with absolute name-paths

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/import-procs.tcl
- cleanup

    • -4
    • +1
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- provide a simple csv-dump facility for all items of a forms

    • -1
    • +23
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- make widget content handling code more robust (with text/enhanced)

    • -2
    • +6
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- substitute unbalanced @ characters in forms

- let the inline flag of a form field overrule the display-block from the forms.css

Test connectivity of all three database pools.

    • -10
    • +12
    /openacs-4/www/SYSTEM/dbtest.tcl
- new form-field-type "include", can be nicey be used to create symbolic links (Form with a single "include" field).

- added parameter to pass ::xowiki::Form to ::xowiki::Link to create entries of the form

- added method page_item_ref for cross package item_refs

- extending item_refs to allow to specify the form in case the entry has to be generated

    • -4
    • +25
    /openacs-4/packages/xowiki/tcl/link-procs.tcl
    • -5
    • +3
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -7
    • +40
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -3
    • +3
    /openacs-4/packages/xowiki/www/admin/test.tcl
- turn off page fragment cacheing automatically, when pretty_age is used for "categories-recent"

- handle "just now" in pretty_age

- provide message key in german

- allow "pretty_age" for "categories-recent" (similar to includelet "recent")

    • -11
    • +13
    /openacs-4/packages/xowiki/tcl/tree-procs.tcl
Fix the paths for the planner patch

add check in destroy method to remove the mixin only when the last instance is deleted, fix for an error on ::xo::cleanup

removing FullScreen plugin call, not used in xinha 0.96

add check in destroy method to remove the mixin only when the last instance is deleted, fix for an error on ::xo::cleanup

- fix the strange problem reported by Jörg Schaller with PO, where the query based on cr_revisionsi returned duplicate entries

- use ::xo::Package->require_root_folder

- remove unneeded parent_id handling, since item_refs provide them already

- use provided item refs as anchor labels, when lables are not provided.

- updated regression test

- bumped version number and dependencies due to xotcl-core refactoring

    • -7
    • +6
    /openacs-4/packages/xowiki/xowiki.info
    • -26
    • +6
    /openacs-4/packages/xowiki/tcl/link-procs.tcl
    • -10
    • +5
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -4
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -6
    • +6
    /openacs-4/packages/xowiki/www/admin/test.tcl
- some refactoring:

moved ::xo::db::CrClass->require_folder to ::xo::Package->require_root_folder

and simplified it significantly

- new method :xo::db::CrFolder ad_proc register_content_types

- ::xo::db::CrFolder ad_instproc save_new

registers content types, if allowed_content_types are specified

- ::xo::db::CrFolder instproc delete: don't call UI-stuff from the library

- bump version number to let other packages depend on it