• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix required handling for formfield of type "file"

- make form field reverse lookup more robust

- allow configuration for templates in ckeditor

- provide basic initialze method for FormField to make it blindly callable from subclasses

- don't use " " for visualizing nesting deeper category trees, since labels have to be escaped

- demangle dependency between jQuery Plugin ckeip and wiki-image functionality

  1. … 1 more file in changeset.
- cleanup for ckeditor changes

  1. … 4 more files in changeset.
Extended support for richtext::ckeditor, improved configurability, added inplace (based on work from Michael Totschnig)

  1. … 30 more files in changeset.
- add .pdf to the extensions for ::xowiki::guesstype

- handle the generic mime-type "application/force-download" in the same way as "application/octet-stream"

  1. … 1 more file in changeset.
- FormPages of type photo.form: use title of the form page as HTML alt and text field of the image

- use pair of object and field name when performing lookup for field names

  1. … 1 more file in changeset.
- don't add text/html pair in render_richtext_as_div in wiki mode

- improve comment

- use package_path in formfield of type form_page

- handle boolean attributes

- make child-resouces embeddable in pages to list siblings

  1. … 1 more file in changeset.
- improve the exerimental support of ckedit to allow some more configurations

- moved test to regression tests, extended tests

  1. … 1 more file in changeset.
- generalize code

- cleanup of redundant definitions

- adding support for some HTML5 input types and attributes

- make sure to change image, when a new revision is uploaded

- make all files in xowiki usable for "::xo::library require ..."

- don't call "is_link_page" on Package objects

- reset values in reused formfields (necessary for e.g. weblogs)

  1. … 15 more files in changeset.
- do symbolic link evaluation always on the fly (use per-connections cache)

- remove method FormPage->get_verified_link_type_from_link_page

- fix fresh installs

- omit language-prefix on links (ease life for xowiki-webdav)

  1. … 2 more files in changeset.
- some minor refactoring

- new method Page->get_property_from_link_page

- new method FormPage->compute_link_properties

- new method FormPage->get_verified_link_type_from_link_page

- provide icons for links/broken links

  1. … 2 more files in changeset.
- overhaul of link support

- replaced Package->resolve_request with link-aware item_info_from_url

- renamed item_ref_from_id => item_info_from_id

- renamed item_ref_from_url => item_info_from_url

- added more than 50 tests to regression tests

  1. … 7 more files in changeset.
- first steps to keep references on links

- remove obsolete method Page.package_item_ref

- rename Page.update_references to Page.references_add

  1. … 2 more files in changeset.

- new form_field type: author

* renders from user_id Author name and

* optionally a link to person-info and

* draws optionally an image (either from acs portraits or from

gravatar))

- new flags for form-usages: view_field and hidden_field_names

  1. … 4 more files in changeset.
- add minimal support for ckeditor 3.*

- provided some more message keys

- new helper object: import_archive to bulk import .zip or .tar.gz files

- new site-wide-page "import-archive.form"

- preview for plain text files

  1. … 7 more files in changeset.
- major editing work: streamlined generation of urls and resolving of name relative to parent_ids

- new method Page.pretty_url and Page.detail_link

- removed ::xowiki::Includelet.detail_link

- provided updated prototype pages to use the new interface

- bumped version number to 0.130

  1. … 16 more files in changeset.