• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Upgrade to Xinha 0.95

  1. … 181 more files in changeset.
activating rich-text support for Safari 3+ and Opera 9+ as supported by Xinha and TinyMCE

Adding tinymce support.

  1. … 575 more files in changeset.
Remove support for RTE.

  1. … 1 more file in changeset.
HTML 4.01 Strict cleanup

  1. … 27 more files in changeset.
Merged 5.3 to HEAD

  1. … 60 more files in changeset.
changing <br/> to <br> to meet html transitional validation requirements

  1. … 12 more files in changeset.
Fix richtext HTML to pass 4.01 transitional validation

Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 324 more files in changeset.
i18n

  1. … 2 more files in changeset.
Remove duplicated NOSCRIPT tags for RTE widget

Zen: removing trailing input tag / to pass html transitional

  1. … 8 more files in changeset.
don't check HTML security properties, when the user is a side wide admin or a package admin

merged daves changes from 5-3, eliminated dead code

Fix richtext in Safari and browsers without javascript by supressing

display mode hidden elements except when really in display mode.

Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
Pass aprent_id to oacs-attach popup

Added more minimalist documentation to make our automated test stuff

happy happy happy

  1. … 2 more files in changeset.
make openacs usable with opera. 2 fixes: avoid multiple "+" signs in mktree, turn off rich text editing with opera (like safari)

  1. … 1 more file in changeset.
make openacs usable with opera. 2 fixes: avoid multiple "+" signs in mktree, turn off rich text editing with opera (like safari)

  1. … 1 more file in changeset.
disable rich text editing for safari in cvs head as well (fix for bug #2928)

disable rich text editing for safari (fix for bug #2928)

Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
Provide means for a more detailed configuration of the xinha widget (e.g. to reduce toolbar, to configure plugins, etc.)

  1. … 2 more files in changeset.
Added two package parameters: RichTextEditor (values "rte" or "xinha") and XinhaDefaultPlugins (list of plugins to be used per default, when xinha is selected)

Per default the behavior is unchanged, rte is used.

  1. … 1 more file in changeset.
substitute single-quote to double-quote for quoting atribute value of richtext element (#2882)

fixed format menu and tested to following cases: with/without javascript, with/without UseHtmlAreaForRichtextP, with rte and xinha

make xinha branch working, when javascript is turned off

fixing a typo (in depreciatged code), removing the text format box for richtext, when htmlarea_p is set (this

will easily lead to a content type text/enhanced, where the real content generated from the rich text widget is in HTML; this can lead to errors in xowiki).

Fix richtext to show Format widget on no RTE or no javascript.