• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove redundant cleanup which might fail in case object does not exist (we clean up anyway in the finally branch)

Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
Reduce number of "catch" operations

  1. … 5 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- remove potentially created objects on failed imports

- perform a manual "ns_conn close" on exports to avoid potential junk

at the end of the export file.

- allow to include party-ids of groups (in a minmal fashion)

- add comments to export-files to make it easier to read.

- add publish status for folder listings (method "list")

- added admin-callable method "use-template" to reassign

FormPages to different Forms

  1. … 5 more files in changeset.
Restoring xowiki code to yesterdays state. Hopefully getting rid of today's unwanted commits.

  1. … 999 more files in changeset.
revert previous change

  1. … 987 more files in changeset.
i18n of xowiki admin UIs. Bumping up version number in order to load catalog files and run upgrade script.

  1. … 8 more files in changeset.
- 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

  1. … 6 more files in changeset.
- generalized get_labels in form-fields

- render candidate_box in disabled state via "pretty_value"

- provide multiple_style comma|list for abstract_page

- provide parent-id handling for my-references and my-refers

- provide switch inherit_from_forms to form-usages

- add parent_id on several occations

- changed default spec for _assignee to hidden

- retrieve always page_template and assignee in get_form_entries

- new methods "group_require" and "group_assign" to turn form-pages into groups

- allow brace-substituion in xowiki::forms (might need protection in some cases)

- bumped version number to 0.129

  1. … 8 more files in changeset.
- provide parent_id for import (instead of folder_id)

- provide more clever return_button for import form

- render includelet rss-button with link from current folder

- render includelets book and toc from current_folder

- provide query parameter parent_ids for RSS

- provide parent_id for Weblog

- new method Page.get_folder

- added import-link to standard menu

- updated prototype page en:news

  1. … 9 more files in changeset.
- delete imported objects with absolute name-paths

  1. … 1 more file in changeset.
- better report when importing xowiki pages

- don't delete folder object on imports

  1. … 1 more file in changeset.
change interface in import from "keep_user_ids" to "create_user_ids" to control the import.

Per default, user_ids will be kept if they exist in the importing system

  1. … 3 more files in changeset.
provide parameterization for import

  1. … 4 more files in changeset.
fix coding issue when importing with translation binary

setting import file binary to avoid end-of-line translation problems

  1. … 1 more file in changeset.
fixing google site map, move package-level methods from xowiki-procs to package-procs, where they belong

  1. … 4 more files in changeset.
more flexible ordering in book-view (removed leading zeros), new option "-remove-levels"

  1. … 2 more files in changeset.
providing updates through import interface, better visualization of errors in xowiki pages (class errorMsg), including update of drop_live_revision_view in update_views (number of columns might differ)

  1. … 3 more files in changeset.
replace pages on import, new package_parameter extra_css

  1. … 3 more files in changeset.
Version 0.36. evaluation contexts, prototypes, direct includes, better weblog, security management enhancements, better notification management, some bug fixes, ... and tabs replaced by spaces...

  1. … 42 more files in changeset.
cleanup objects after export, fix for user provided template code (variable template in folder objects).

  1. … 2 more files in changeset.
upgrade to version 0.27. alignment with xotcl-core 0.38 (use cr_item.name instead of cr_revisions.title), change page_title to title (potential incompatibility) to rely more strictly to the CR data model (most files are effected).

  1. … 27 more files in changeset.
ajax based chat, client and server, as xowiki page, tested on firefox and safari

  1. … 7 more files in changeset.
upgrade to xowiki 0.19. Providing support for side wide search for ::xowiki::Page and ::xowiki::PlainPage.

  1. … 4 more files in changeset.
upgrade to 0.18, support for text/enhanced, nicer links for pages, import and export of pages (export file can be used for import; use this e.g. for transfer pages to a different package instance or to a different oacs installation)

  1. … 11 more files in changeset.