• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file bg.js was initially added on branch oacs-5-5.

file ca.js was initially added on branch oacs-5-5.

file is.js was initially added on branch oacs-5-5.

file hu.js was initially added on branch oacs-5-5.

file hr.js was initially added on branch oacs-5-5.

file gl.js was initially added on branch oacs-5-5.

Added language support for tinymce

Allow only valid elements and attributes in tinymce

removed an alert command, fixed tagging

More fixes for the tinymce config param value.

Fix syntax of the tinyMCE parameter value.

fix code errors from last commit

Fix typo

Set charset for xml so rss support works correctly. Without the charset set for the mime type it sends iso-8859-1 which is wrong.

- fix lang-prefix setting code for non en-languages (many thanks to Åsmund for reporting the problem)

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Make sure xinha body handler loads

Fix so you can add a link without first selecting some text, same as previous behavior.

Fix some language issues. Make sure we use editor_plugin.js

Add default config parameter

Need editor_plugin.js

Don't call ad_conn, this proc is called from a scheduled procedure

Added param to output using UTF-8

Added directive to output valid HTML

Bumped HEAD to 5.6.0d1.

    • -4
    • +4
    /openacs-4/packages/acs-tcl/acs-tcl.info
  1. … 8 more files in changeset.
Added a missing close-para tag.

Fixed tests to match the tDOM-based tag closing code.

Make the "old style" tag closing style lower case to be compatible with

the "new style" (tDOM) style, for consistency and so the same test cases

can be used with both. Changed test to match.

Grrr ... now I remember, in Oracle 8 and older total record size is limited

to the blocksize. We should really drop Oracle 8 support someday (as soon

as someone installes Oracle 10G or whatever the latest version is on my

server, so I can continue to test, support and release the damned thing).

Got rid of silly artificial limits on text lengths (why did I do that in

the first place?)

U Wien changed the format of the common timezone-rules.dat file without

changing the format specified in the corresponding Oracle sqlldr .ctl file.

Sigh, and some people think that making releases is a trivial task ...