• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:gustafn:20210918102430:1 does not match your current filter (clear filter).

file book.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/prototypes/book.page
file categories-portlet.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/prototypes/categories-portlet.page
file Parameter.form.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/prototypes/Parameter.form.page
file book-print.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/prototypes/book-print.page
file bib.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/prototypes/bib.page
file announcement-workshop.form.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/prototypes/announcement-workshop.form.page
file announcement-talk.form.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/prototypes/announcement-talk.form.page
file ajax-chat.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/prototypes/ajax-chat.page
move prototype pages to resources directory

    • -0
    • +34
    ./resources/prototypes/Parameter.form.page
    • -0
    • +13
    ./resources/prototypes/ajax-chat.page
    • -0
    • +44
    ./resources/prototypes/book-print.page
    • -0
    • +34
    ./resources/prototypes/contributors.page
  1. … 8 more files in changeset.
file CGI.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/prototypes/CGI.page
file CGI3.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/prototypes/CGI3.page
file CGI2.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/prototypes/CGI2.page
allow to specify witdget type alternatively via "_type" in the form field dict

This change makes it possible to specify the whole widget spec part in a single dict

reduce verbosity

file weblog-portlet.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/prototypes/weblog-portlet.page
file weblog.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/prototypes/weblog.page
added range checking for page_size and page_number for weblog-portlet

modernized weblog-portlet code

moved weblog-portlet to the right place

bumped version number to 5.10.1d1

    • -0
    • +126
    ./resources/prototypes/weblog-portlet.page
    • -123
    • +0
    ./www/prototypes/weblog-portlet.page
fix release dates in .info files

  1. … 82 more files in changeset.
release work

  1. … 204 more files in changeset.
improve robustness also for not fully correctly setup includelet classes

Whitespace cleanup

State dependecny from package-procs, or ::xowiki::CSS class won't be available to this library at boot

bump version numbers of 5.9|5.10 packages to 5.10.0b1

adjust dependencies

  1. … 87 more files in changeset.
New CSS abstraction: xowiki::CSS

Before this change, the application developer was responsible to

initialize the CSS-speficic settings (such as setting default values

for parameter classes). The new object xowiki::CSS is initialized

automatically, when an xowiki class (or one of its subclasses) is

initialized. Furthermore, it provides a per-thread caching to reduce

double work. Furthermore, the xowiki::CSS provides a mapping between

abstract and concrete CSS class names, such that switching between

different CSS toolkits becomes easier (e.g. upgrade from bootstrap 3

to newer versions).

xowiki::CSS initialize ;# make sure, everything is in line with PreferredCSSToolkit

xowiki::CSS clear ;# reset the mapping

xowiki::CSS toolkit ;# return the toolkit name

xowiki::CSS class /classname/ ;# perform CSS class name mapping

The methods "setCSSDefaults" and "preferredCSSToolkit" as deprecated.

The version number was bumped to 5.10.0d81

improved code comments

more cleanup for setting of potentially unencoded return_url

streamline returnredirect commands

make sure, the provided URL is always properly encoded

prefer variable resolver over method calls for unset

minor refactoring to correct old-style widgetSpecs; prefer variable resolver over method calls for unset

support editor=none in arbitrary form-field specs