• last updated 53 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Fix spelling errors

  1. … 24 more files in changeset.
Make timed_id just a proc variable instead of instance's

Make available a clock based id to templates, so they can use it to attach easily javascript event handlers to elements

- add nonces to script elements

  1. … 4 more files in changeset.
- use event listener instead of "onclick"

- add resolver for explicitly spefified "-href ..." infos in image links

- allow to specify object_type in new_link method

- bump version number to 5.9.1d6

  1. … 2 more files in changeset.
- perform special handling of locally reolved links only for SELF links

  1. … 1 more file in changeset.
- use plain text link-label as default for links on non-existing pages

- relax link label quoting for the sake of backwards compatibility

  1. … 1 more file in changeset.
- when included content is rendered with "resolve_local true", let also embedded content (e.g. images below SELF) appear as local (don't create download URLs pointing to the target package)

  1. … 3 more files in changeset.
- fix ID settings in links

- remove obsolete code

- improve safety of generated HTML

  1. … 5 more files in changeset.
- improve validity and security of generated HTML

  1. … 12 more files in changeset.
- remove default bgcolor in flash (swf) links, use styling via surrounding divs etc. instead

Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

  1. … 520 more files in changeset.
- use "create" method explicitely

  1. … 8 more files in changeset.
- add ability to load bootstrap modals incrementally

  1. … 1 more file in changeset.
- handle recursive inclusions of bootstrap like modals

  1. … 1 more file in changeset.
- adding href to relink template render method

- reduce verbosity

- move class definition out of method definitions of xowki::Link

- allow to specify different targts (e.h. bootstap modals) for links

  1. … 2 more files in changeset.
- adapt regression test to reflect latest changes

  1. … 2 more files in changeset.
- use class "refused-link" (span, img) to allow different rendering for refused links

- provide a more generic interface to references (links between pages)

# $page references clear

# $page references resolved [list $item_id [my type]]

# $page references get resolved

# $page references all

  1. … 4 more files in changeset.
- add experimental "can_link" functionality, similar to "can_contain": This feature can be used to implement conditional links, which are only rendered as links when the referencing or referenced page allow this. Per default, can_contain is set to true.

  1. … 1 more file in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

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

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

  1. … 21 more files in changeset.