• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- added parameter subtree_wrapper_class for tree renderers

- add a simple renderer for menu-style structures

    • -2
    • +24
    /openacs-4/packages/xowiki/tcl/tree-procs.tcl
- improving comments

- handle different languages in elements and subelements in pretty-url

- improving youtube url parser

    • -1
    • +6
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -3
    • +9
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- allow richtext property for arbitrary table fields

Added a bunch of new stuff for the acs object management package.

  1. … 44 more files in changeset.
- validator for years, to avoid that the user sees tcl errors from "clock scan"

adding site_node::conn_url which adjusts ns_conn url output depending on if connection is via main domain or a site host_node.

bumping version because of adding parameter UseHostnameDomainforReg for easier management of host_node mapped domains that share main domain's HTTPS connection for secure sessions and login, revised ad_get_login_url accordingly, defaults to no change with prior version.

    • -4
    • +4
    /openacs-4/packages/acs-tcl/acs-tcl.info
minor comment improvements for easier debugging, now external_url_p checks against encoded urls as well.

- provide proper query-names for db_* interface

    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
- provide optionally return_url to make_form_link

- assumption oft top-level objects in cache management

(Package->delete)

- flush cache correctly for tree deletions

- bump version number and update references

    • -4
    • +4
    /openacs-4/packages/xowiki/xowiki.info
    • -9
    • +24
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -3
    • +4
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- extended CrClass api with get_parent_id, get_name and

get_child_item_ids (all three methods do not instantiate objects)

- bumped version number to require these methods

Remove extra code from sql extraction. Causes error for childless items.

- removed "folder" prefix and use instead the folder form page

- item-ref performs now an addition en:NAME lookup in cases were folders

are expected (with the path) but not found via DEFAULT_LANG:NAME

- change regression test to reflect these changes (one questionable

test failing)

- added sample prototype pages

    • -21
    • +17
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -54
    • +54
    /openacs-4/packages/xowiki/www/admin/test.tcl
    • -0
    • +24
    /openacs-4/packages/xowiki/www/prototypes/folder.page
    • -0
    • +13
    /openacs-4/packages/xowiki/www/prototypes/link.page
- removed obsolete code

- factor out "make_form_link" from link-procs

    • -12
    • +5
    /openacs-4/packages/xowiki/tcl/link-procs.tcl
    • -1
    • +13
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- provide parent-id for redirect link in create-new

Fix bug, commented out code for folder_id should stay commented or it'll break lorsm

- more translations

- make sure to show i18n handles for ajax validation messages

- more internationalization

- switch back from error classes

- add the javascript file for last commit

- added form-field flag "validate via ajax"

- move css_class_name to Page such it works with workflows as well

    • -2
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- 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