• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add .xotcl to the list of guessable extensions

    • -9
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- add minimal support for ckeditor 3.*

- provided some more message keys

- new helper object: import_archive to bulk import .zip or .tar.gz files

- new site-wide-page "import-archive.form"

- preview for plain text files

    • -1
    • +104
    /openacs-4/packages/xowiki/tcl/import-procs.tcl
    • -7
    • +13
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -11
    • +23
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- clear clipboard after consuming operations

- 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