• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- keep track of implictely added files during import/export

- don't materialize implicitely added files, if the are inherited

in the target folder

- add "-use_site_wide_pages" to Package->lookup,

Package->item_ref and Package->simple_item_ref

    • -40
    • +72
    /openacs-4/packages/xowiki/tcl/import-procs.tcl
    • -19
    • +42
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -2
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- some new message keys

- some refactoring of import/export code

- new helper object for exports

- first draft of clibboard functionality (currently just for admins,

only useful currently for the experimental menubar

- some refactoring of import/export code

- new helper object for exports

- first draft of clibboard functionality (currently just for admins,

only useful currently for the experimental menubar

    • -1
    • +93
    /openacs-4/packages/xowiki/tcl/import-procs.tcl
    • -3
    • +7
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- moving code around

    • -1
    • +181
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -1731
    • +1601
    /openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl
- move code around

    • -65
    • +0
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- move code around

    • -1
    • +133
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -167
    • +83
    /openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl
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