• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- removed "folder" prefix and use instead the folder form page

- item-ref performs now an addition en:NAME lookup in cases were folders

are expected (with the path) but not found via DEFAULT_LANG:NAME

- change regression test to reflect these changes (one questionable

test failing)

- added sample prototype pages

  1. … 2 more files in changeset.
- Generalized tree generation: new classes for unfied tree generation

and rendering in xowiki for categories, table-of contents,

book-views with/without ajax, etc.

- For all trees, different renderers can be used. Examples:

* plain HTML list renderer

* mktree renderer

* yuitree renderer

* HTML section structure renderer

Some renderer are more powerful then others. All renderes use

the same interface and can be easily improved, subclassed, etc.

- The new YUItree renderer is based now on progressive enhancement.

This improves accessibiliy of e.g. category trees in xowiki.

  1. … 4 more files in changeset.
- Provide means to refer to a page of the current package instance even when a

package search path is provided (syntax for includelets: //./pagename).

This is needed for e.g. weblog, where the "weblog-portlet" should refer to

the same package.

  1. … 3 more files in changeset.
- allowing multiple forms to be passed into form-usages

- renamed argument of ::xowiki::Weblog->instantiate_forms from "entries_of" to "forms"

  1. … 5 more files in changeset.
- ensure rendering of xowiki markup in output from object

- make sure, that xowiki uses only mapped category-trees (import, form-fields, ...)

- turn off per default extra fields for mapped categories in FormPages

(can be activated via form_constraints @categories:on)

- factor out common code

  1. … 6 more files in changeset.
- adding announcement-workshop to ical.page

- make ical output mac os x ical compliant

  1. … 1 more file in changeset.
add workshop announcement prototype page, include it in news

    • -0
    • +22
    ./announcement-workshop.page
- make categories includelet not throw an error, when no categories are found

- allow for the attribute 'entries_of' of class ::xowiki::Weblog

names of XOTcl Classes to be specified. If specified, only

instances of the specified classes are shown in the weblog.

- simpler handling of nasty characters in weblog-portlet.page

  1. … 2 more files in changeset.
- let form-usages to interface with categories includelet

- weblog-portlet.page: avoid substitutions, where the included page turned it off

- weblog.page: use {{categories ...}} instead of old style {{categories-portlet...}}

- bump version number to reload prototype pages

  1. … 4 more files in changeset.
add switch "-category_id" to weblog-portlet

remove unneeded break, HTML cleanup

  1. … 2 more files in changeset.
prototype page for printed documentation

provide fully qualified name for news entry types

fix html quiting in title of news entries

- support for image-url in news-item

- list news-item and annoucement-talk in news page

  1. … 1 more file in changeset.
improve documentation

improving HTML compliance

  1. … 5 more files in changeset.
improved formatting

remove url used for development

- fix year/month/day in partially specified dates (form-field event)

- new protoype page 'announcement-talk.page': sample form

for providing information about talks, events are published

based on the hcalendar micro format

- new prototype page 'ical.page': export event information of

talks into a calendar using iCal format. It is now possible

subscribed to xowiki via Mozilla Calendar/Sunbird,

or Mac OS X iCal.

    • -0
    • +22
    ./announcement-talk.page
  1. … 3 more files in changeset.
- support for publish_date:

application can now set the publish_date of pages

(see e.g. news-item.page)

- base syndication on publish_date instead of last_modified

- keep publish:date when importing pages via import

- add bulk action "delete" to admin/list

- bump version number to 0.79

  1. … 14 more files in changeset.
improving summary computation

added parameter to weblog class to allow empty summary (is now default, compute_summary can be used to compute summary from content)

further improvments on protype pages news and news-item

better css configuration (added css class item-header in accordance to the previous item-footer)

more i18n

  1. … 7 more files in changeset.
provide means for a page (e.g. an aggregating page) to set the link (currently only the new-item link) in the wiki menu

  1. … 2 more files in changeset.
add bookmarket button conditionally to the news page

  1. … 2 more files in changeset.
improved new-item page

use easier access to instance_attributes, some beautifications

provide easier access to instances_attributes for all types of pages

Larger name change: alter xowiki::portlet (namespace, class, variable names,

package parameter) to "includelet" to reduce confusion between dotlrn portlets and xowiki

(xowiki can be used as an portlet in dotlrn). The change script copies e.g. the

old package parameter "top_portlet" to the new parameter "top_includelet".

This change effects as well many adp files; in case of local tailorizations,

please change your files as well accordingly.

  1. … 23 more files in changeset.
add "-locale" option to weblog to allow e.g. multi-lingual announcements ...

  1. … 2 more files in changeset.
more HTML and CSS cleanup for improved compliance

  1. … 13 more files in changeset.