• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Don't try to parse empty content

New utility function "Page.update_publish_status" which does

essentially, what admin/set-publish-status did before (update of

publish status and related handling of syndication)

New externally callable method "toggle-publish-status". This replaces

the call of admin/set-publish-status in the includelet child-resources

to make it easier usable from the xowiki security policies.

New flag "-nocleanup" for ::xowiki::datasource, to make it callable

inside arbitrary pages without loosing calling context.

  1. … 4 more files in changeset.
fix xpath expression

reactivate ad_html_to_text in search renderer

add "style" to the elements to be delete for search

strip potentially confusing content from result of search renderer

improve spelling and grammar

  1. … 1 more file in changeset.
improve code documentation

  1. … 10 more files in changeset.
Improve wordnig and spelling

  1. … 1 more file in changeset.
Improve performance of ::xowiki::datasource, especially for huge text/plain xowiki::Files

Bug fix: avoid confusion between text argument and option, when text starts with "-"

  1. … 36 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- add missing curly bracket

- Don't add stuff tu the search queue when publish_status is expired

- replace "catch" by a more precise test

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.
Using ::xo::dc api instead of db_*.

  1. … 3 more files 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.
add xowiki::File content to the search index:

- extend xowiki method search_render to return "mime" and "text" fields

- xowiki::File->search-render calls now ::search::convert::binary_to_text

to convert file content to index words (when available)

- use dict instead of associative array in ::xowiki::datasource

  1. … 1 more file in changeset.
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.
- finalize last change (dirty edigtor buffer)

- call ::xo::at_cleanup to remove potential garbage

- reduce verbosity

  1. … 2 more files in changeset.
- allow to provide tailored title from search_render method

- new method "search_render" to allow class or instance specific search content

  1. … 1 more file in changeset.
- 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.
- 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.
- use xo::library functions

  1. … 13 more files in changeset.