• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- allow clip-board operations via child-resources (via "MenuBar->xowiki->Index")

- make use of ::xo::db_list* functions

  1. … 4 more files in changeset.
- bump version number

- update dependency on xotcl-core

- use faster sql interface

  1. … 11 more files in changeset.
Removing unneeded emptiness check against item_id. 'string is integer' w/out the -strict switch returns 1 in case variable is empty.

checking that item_id is a valid integer iff it has been provided.

- fix logic for validity check for tag links

- 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.
- Support for cross package symlinks to folders containing folders

  1. … 1 more file in changeset.
- close a few opportunities for cross-site scripting attacks (e.g. via error messages)

  1. … 1 more file in changeset.
fixed prefixed_lookup to invoke methods on inherited content (the correct one)

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.
fix prefixed_lookup to invoke methods on inherited content

  1. … 16 more files in changeset.
- changing folder inheritance from names (was broken) to ids; resolver changes are missing

  1. … 2 more files in changeset.
- don't use numerical comparison for strings, can lead to errors and strange results

- provide message for further debugging, when name lookup fails

folder configuration & inheritance

  1. … 2 more files in changeset.
handle invalid input from url-parameter gracefully (many thanks to Frank Bergmann for the hint)

- fix regression test

- extend method reindex to handle folder structures

make URL resolver more robust when referencing subdirs

- allow absolute item refs (pointing to the root of the instance)

- extending regression test

  1. … 2 more files in changeset.
- don't overwrite for missing file already computed link_types

- fix typo in comment

- use new flag "-export_vars" for package initialize to prevent interaction with query-vars

- bump version number and update dependencies

  1. … 1 more file in changeset.
- return ref_ids (list of ids in a path) from item_ref

Adding parameter show_page_references in order to control weather or not to show my-references includelet at the bottom of the pages. Bumping up version number.

  1. … 2 more files in changeset.
- improve comment

- call build-name for import_prototype_page to ensure same naming conventions

- since aolserver and naviserver translate backslashses in urls into slashes, treat slashes and backslashses in page names as well the same (i.e. translate both)