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

Changeset MAIN:gustafn:20220819193517:2 does not match your current filter (clear filter).

file calendar-portlet.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    ./portlets/calendar-portlet.adp
file forums-portlet.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    ./portlets/forums-portlet.adp
file calendar-portlet.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./portlets/calendar-portlet.tcl
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

  1. … 7 more files in changeset.
intensify argument checking

  1. … 2 more files in changeset.
Use ad_include_contract

use urn instead of file name

use consistently xowiki.css variants based on the preferred CSS toolkit

  1. … 5 more files in changeset.
Deprecate get_root_dir proc, duplicated to every extent by acs_root_dir

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

  1. … 7834 more files in changeset.
- use addEventListener instead of onclick markup for wiki-search,

edit-tags and popular-tags

- fix popular tags link

- regenerated template files

- added scp directives for yui

- bump version number to 5.9.1d12

  1. … 12 more files in changeset.
- add editor hints

  1. … 64 more files in changeset.
Restoring xowiki code to yesterdays state. Hopefully getting rid of today's unwanted commits.

  1. … 998 more files in changeset.
revert previous change

  1. … 986 more files in changeset.
move ::xowiki::Page requireCSS and friends into ::xo namespace

  1. … 15 more files in changeset.
set in xowiki includes the global variable ::xowiki_head

adding the release version of xowiki and xotcl-core to the oacs-5-3 branch

  1. … 212 more files in changeset.
file view.tcl was added on branch oacs-5-3 on 2007-08-01 21:39:24 +0000

Fix formatting

added missing regression test file

  1. … 2 more files in changeset.
allow deactivation of xowiki css inclusion

allow parameter template_file in <include ....> (when xowiki pages are included in different places)

Version 0.36. evaluation contexts, prototypes, direct includes, better weblog, security management enhancements, better notification management, some bug fixes, ... and tabs replaced by spaces...

  1. … 42 more files in changeset.
xowiki 0.34. most notable change: notifications; various bug fixes

  1. … 16 more files in changeset.
file view.adp was added on branch oacs-5-3 on 2007-08-01 21:39:24 +0000

upgrade to version 0.30. major overhaul of the package

  1. … 27 more files in changeset.
Add includable view page to allow including wiki pages.