• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- improving comments

- handle different languages in elements and subelements in pretty-url

- improving youtube url parser

  1. … 3 more files in changeset.
- factor out "make_form_link" from link-procs

  1. … 1 more file in changeset.
- determine nls-language in create-new links from specified "lang" value

- use same form fetching code like in other places

- new form-field-type "include", can be nicey be used to create symbolic links (Form with a single "include" field).

- added parameter to pass ::xowiki::Form to ::xowiki::Link to create entries of the form

- added method page_item_ref for cross package item_refs

- extending item_refs to allow to specify the form in case the entry has to be generated

  1. … 5 more files in changeset.
- use ::xo::Package->require_root_folder

- remove unneeded parent_id handling, since item_refs provide them already

- use provided item refs as anchor labels, when lables are not provided.

- updated regression test

- bumped version number and dependencies due to xotcl-core refactoring

  1. … 5 more files in changeset.
- implemented generic item_refs:

Item_refs are symbolic references to content items,

stored in the xowiki folder or below (under pages or other folders).

The item_refs are currently only used for internal links (between

[[...]]), but will be used on other places as well (refering to

included pages, refering to variable of other pages, etc.)

- adjusted Link resolver logic to use item_refs

(typed links (like the glossary link) are currently not supported)

Item names with slashes are not allowed anymore!

- remove old package parameter "top_portlet"

- update dependencies

- bump version number

  1. … 8 more files in changeset.
- move back default version of YUI from 2.8.0r4 to 2.7.0 due to problems with Drag and Drop

- some refactoring of Link class for handling folders

- fixed a bug recently introduced for handling the default languages in partial links

  1. … 5 more files in changeset.
- handling query-parameter revision_id for revisions of images

  1. … 2 more files in changeset.
- use xo::library functions

  1. … 13 more files in changeset.
- preserve query parameter in wiki links

  1. … 2 more files in changeset.
provide passing of nls_language for new items

  1. … 2 more files in changeset.
- pass title and name to pages when created via [[unknown_page_name|Sometitle]]

- set page lang always to the first two characters of nls_language

  1. … 2 more files in changeset.
minor editing

  1. … 1 more file in changeset.
- restructure page rendering code to make get_content and render more easy to use

  1. … 3 more files in changeset.
- extending regression test

- refactor link resolver to ease testing

- make regexp for internal links more robust when http queries are used

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

- make unknown link behave like "new" menu item

- use keywords form-field, when rendering FormPages

  1. … 3 more files in changeset.
generalize links to different package instances

  1. … 2 more files in changeset.
sprite updates for IE

  1. … 12 more files in changeset.
- using a CSS sprite for small images (e.g. for *button includelets, form-usages,

notification-image, file link, external link, admin/index, admin/list)

- provide xowiki.css to admin pages index and list

  1. … 17 more files in changeset.
- bump version number to 0.107

- update dependencies

- initial draft for inheriting pages form different xowiki instances

- new package parameter "PackagePath"

- pass page context to templates to allow templates to display it (for inherited pages)

- inheritance supported for calling methods on pages, link-resolver and

includelet "recent" (displayed currently only for admins)

  1. … 14 more files in changeset.
- provide better message for deprecated method

- improved handlig for return_urls

- undoing change for using always connection locale to complete URLs

  1. … 3 more files in changeset.
- provide default "" for link anchors

  1. … 1 more file in changeset.
- some more cleanup after changes

generalized anchor handling

  1. … 2 more files in changeset.
- make entries of type file children of the FormPage

- provide relative names for files (can be child_objects of arbitraty objects)

- providing a parent_id to pretty_link to make relative names

- extend admin pages to list child-objects

- some refactoring and cleanup

- add per-connection-caching for get_parameter

- bump version numbers

  1. … 8 more files in changeset.
- experimental new form-field type: file

- allow filename to be specified for downloads of type file

  1. … 3 more files in changeset.
allow for double-quoting arguments in options of links

allow for single quotes in title of links

  1. … 1 more file in changeset.
- support for cssclass for all kinds of [[links]]

  1. … 2 more files in changeset.