• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding namespace definition so proc definitions don't break if this file is loaded before the other proc files

increasing complexity of model, adding more flexibility to features, fixing bad proc name acc_fin::list to list_set as list destroyed the tcl name in the namespace

- fix stupid typo (many thanks to Stefan)

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- collect scripted statements at end of the header

- added page.form to prototype pages and to site-wide pages

- removed the need to keep the update scripts in memory, load these when

necessary from xowiki/tcl/upgrade

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -0
    • +529
    /openacs-4/packages/xowiki/tcl/upgrade/upgrade.tcl
    • -0
    • +11
    /openacs-4/packages/xowiki/www/prototypes/page.form.page
- use "::xowiki::Package instances -closure true" to avoid replicated code when upgrading xowiki derived packages

- bump version number to 0.132

    • -4
    • +4
    /openacs-4/packages/xowiki/xowiki.info
- provide a closure flag for PackageMgr.instances to include instances of subclasses in the solution set

- bump version number to 0.116

adding some list procs useful in modeling

- avoid erros on exports when party_ids refer to a group

    • -14
    • +30
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- support export of subitems

- use instance name for left-most menubar entry

- move substitute_markup in forms before variable stubstitutions to avoid substitutions on content

- provide optional flag "-status_code" to ::xowiki::Package->error_msg

    • -3
    • +4
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- return optionally provided status_code

- for autonamed entries, refetch a fresh name (useful after imports from other instances)

fix depreciaton_schedule proc (wasn't returning values), revised its documentation

increasing example model complexity, added feature to append comments on lines by using double dash

formatting adjustments

- fix collateral damage:

* adding owners in toc

* fix parent_ids in www/view-book-no-ajax.tcl

* pass open_node to ::xowiki::Tree

- use item_ref instead of page_name for including pages in other xowiki pages

    • -2
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
adding proc calling capability to iterations, namely acc_fin:: procs for now, make this a parameter later

- return names with paths in importer

- import forms with canonical names

- fix name clash in includelet "recent"

- provide warnings when forms cannot be located (e.g. after import)

- return canonical names in "instantiate_forms" after import_protoype_page

- finish "Page.is_folder_page"

- add flag "refetch" for Package.require_site_wide_pages

- add newer version of prototype page folder.form.page

    • -2
    • +12
    /openacs-4/packages/xowiki/tcl/import-procs.tcl
    • -10
    • +29
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
    • -4
    • +10
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
adding ability for model to access current iteration values that have already been calculated in the current iteration

Fix test which in one part assumed live revision and the rest of the test looked for latest revision. Second pass, all tests pass now.

Fix test which in one part assumed live revision and the rest of the test looked for latest revision. Second pass, all tests pass now.

Fix test which in one part assumed live revision and the rest of the test looked for latest revision.

OpenACS 5.6.0 docs.

  1. … 119 more files in changeset.
- added method ::xo::update_query (more conveniant than ::xo::update_query_var)

- bumped version number to 0.115

- dropped language prefix from folders (ease life with WebDav and nice path names)

- new method Page.is_folder_page

- fixed weblog sublinks when used in folders

- use ::xo::update_query in weblog-procs, update dependencies

- bumped version number to 0.131

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
    • -38
    • +42
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -6
    • +14
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
    • -19
    • +29
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Bumped to 5.6.0.

    • -4
    • +4
    /openacs-4/packages/acs-tcl/acs-tcl.info
  1. … 10 more files in changeset.