• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
prefer XOTcl2 idioms also in commented-out statements

  1. … 11 more files in changeset.
Fix typos

  1. … 28 more files in changeset.
Replace "catch" by ad_try operations, when appropriate

  1. … 6 more files in changeset.
Prefer XOTcl2 idioms

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

  1. … 7834 more files in changeset.
porting performance improvement on tags related query from oacs-5-8.

- fix quoting in weblog

- fix entries per page on weblog-portlet (was including all entries

instead of page-size entries)

- define "get_nls_language_from_lang" on xowiki::Package to fix

default language issue for imported prototype pages (when default

lang is not "en")

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

  1. … 12 more files in changeset.
- perform minimal safety checks on dates passed to weblog

- fix checking of category_ids in weblog

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.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- remove hard-coded CSS clear

- minor html optimization

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

- update dependency on xotcl-core

- use faster sql interface

  1. … 11 more files 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.
- make sure to use "ns_conn query" just in connected mode

- allow workflow instances to be included in weblog listings

- 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.
- 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.
- return names with paths in importer

- import forms with canonical names

- fix name clash in includelet "recent"

- provide warnings when forms cannot be located (e.g. after import)

- return canonical names in "instantiate_forms" after import_protoype_page

- finish "Page.is_folder_page"

- add flag "refetch" for Package.require_site_wide_pages

- add newer version of prototype page folder.form.page

  1. … 6 more files in changeset.
- dropped language prefix from folders (ease life with WebDav and nice path names)

- new method Page.is_folder_page

- fixed weblog sublinks when used in folders

- use ::xo::update_query in weblog-procs, update dependencies

- bumped version number to 0.131

  1. … 4 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.
- generalized get_labels in form-fields

- render candidate_box in disabled state via "pretty_value"

- provide multiple_style comma|list for abstract_page

- provide parent-id handling for my-references and my-refers

- provide switch inherit_from_forms to form-usages

- add parent_id on several occations

- changed default spec for _assignee to hidden

- retrieve always page_template and assignee in get_form_entries

- new methods "group_require" and "group_assign" to turn form-pages into groups

- allow brace-substituion in xowiki::forms (might need protection in some cases)

- bumped version number to 0.129

  1. … 8 more files in changeset.
- refactored dnd for form-fields (moved from abstract_page into candidate_box_select)

- added parent_id on a few more occurences

- fixed cross-package links in get_page_from_item_ref

- moved some more style-properties to xowiki.css

  1. … 5 more files in changeset.
- provide parent_id for import (instead of folder_id)

- provide more clever return_button for import form

- render includelet rss-button with link from current folder

- render includelets book and toc from current_folder

- provide query parameter parent_ids for RSS

- provide parent_id for Weblog

- new method Page.get_folder

- added import-link to standard menu

- updated prototype page en:news

  1. … 9 more files in changeset.
- minor cleanup

  1. … 2 more files in changeset.
- use new features of item_refs (many thanks to Michael Aram for the suggestions)

  1. … 1 more file in changeset.
- preliminary support for system-wide-pages

- new method Package.get_page_from_item_ref()

searches form an item ref (maybe including a file path)

in the instance and optionally along the search path,

the prototype pages or system wide pages.

- factored out Package.import_prototype_page()

  1. … 1 more file in changeset.