• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- implement copy mode for exporter

  1. … 2 more files in changeset.
- use spaces rather than tabs

  1. … 15 more files in changeset.
-fix typo

* use new interface in order to be able to use dbi-*

* updated dependencies

* bumped revision number

  1. … 24 more files in changeset.
- FormPage edit: don't hard-code redirect-method, use __form_redirect_method instead

- use tcl 8.5 "dict" instead of associative array __ia for fast access to instance attributes

- bump version number to 0.148

  1. … 5 more files in changeset.
- normalize string expressions

  1. … 13 more files in changeset.
- standardize setting of variable ::template::parse_level

  1. … 2 more files in changeset.
- make exact "lsearch" operations explicit

  1. … 2 more files in changeset.
Using context object defined on package object instead of ::xo::cc.

Internationalization of some menu bar entries.

- don't abbreviate subcommands

  1. … 22 more files in changeset.
- use lassign instead of "foreach ... break" idiom

  1. … 21 more files in changeset.
- use more tcl 8.5 idioms

  1. … 7 more files in changeset.
- minor quoting changes

  1. … 2 more files in changeset.
- minor cleanup

- 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.
- add explicit error message about invalid/missing form

- bump version number

- update dependency on xotcl-core

- use faster sql interface

  1. … 11 more files in changeset.
- add handling of modification dates to download method

- added fresh generated templates

- xowikiimage;

* changed lang text from isolatin1 to utf-8

* updates for xowikiimage plugin for ckeditor support

* added icon image for xowikiimage plugin

- item-refs: added leading .SELF./ for referring to children of the current item

- refactored form-field "file" to fix loosing content and controls,

repeatable, nest-ability; for the time being going back to

version not depending on json code

  1. … 18 more files in changeset.
- move folder layout logic to adp files

  1. … 7 more files in changeset.
New package parameter MenuBarWithFolder to allow to deactivate the automatic display of the folders when the menubar is displayed

- use the proper delivery context for download operations in inherited file objects

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.
repeatable attributes

  1. … 3 more files in changeset.
- perform proper quoting of filenames containing quotes

- bump version number to 0.144

  1. … 3 more files in changeset.
- protect spaces in content-disposition

- form-field "file": keep upload name for dowloading (for consistency

in the links when the formpage is viewed and edited)

- provide the correct name in download-link, when the formpage is edited

  1. … 1 more file in changeset.
- allow empty revision_ids (can happen via call_action)

Detect mutual overwrite during edit operations and provide method (which can be overloaded) to handle this case.