• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- update jquery to 1.6.1

- reduce text size of code

- improve comment

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- list per default all publish_status values in form menu and form-usages

- add option "-renderer highcharts" to from stats (needs highcharts, see source)

- make yui-carousel more robust

    • -23
    • +116
    /openacs-4/packages/xowiki/tcl/includelet-procs.tcl
- make child-resouces embeddable in pages to list siblings

    • -1
    • +8
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
- adapt test to incomporate maxlength and size

    • -3
    • +3
    /openacs-4/packages/xowiki/www/admin/test.tcl
i18n of categories package. Mostly all of the interface are now internationalized, probably a couple are missing. Bumping up version so catalog files are loaded. New message keys added on en_US and de_DE catalogs.

  1. … 18 more files in changeset.
i18n of xowiki admin UIs. Bumping up version number in order to load catalog files and run upgrade script.

    • -2
    • +2
    /openacs-4/packages/xowiki/xowiki.info
    • -10
    • +10
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -8
    • +10
    /openacs-4/packages/xowiki/www/admin/list.tcl
Typo: missing e on "June"

Typo: missing e on "June"

- bump version number

    • -6
    • +6
    /openacs-4/packages/xowiki/xowiki.info
- define method get_anon_instances to allow overloading (from eg. xowf)

    • -4
    • +9
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Fix RestrictErrorsToAdminsP parameter behaviour, which previously did nothing.

- call build-name for import_prototype_page to ensure same naming conventions

    • -1
    • +7
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- make sure to construct valid h-store queries in case, use_hstore is activated

    • -4
    • +5
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- optimize query in "most popular pages" includelet for large installations

- fix css path for default style

- add length restriction to names in xowiki pages to avoid potential limitations of the form-fields of the oacs content repository

    • -1
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- since aolserver and naviserver translate backslashses in urls into slashes, treat slashes and backslashses in page names as well the same (i.e. translate both)

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Backed out change to make content richtext rather than text, because of

xotcl-core, can't have the type change depending on whether or not that

was previously installed and can't change it to richtext without (probably)

breaking xotcl stuff. Sucks but that's life.

- for delivering 0-byte files, set the length explicitely

Added rudimentary content repository support.

Argh! "content" wants to be richtext, not text !!!

file upgrade-5.7.0d4-5.7.0d5.sql was initially added on branch oacs-5-7.

- update namings for current git snapshot of XOTcl 2

Don't use the encoded subject in the call to the callback

Kludge around xotcl-core for oracle, as was done earlier for PG.

1. Added "--default foo" style comments to new PL/pgSQL function parameters

because xotcl-core, rather than use the metadata created by define_function_params,

ASSIGNS SEMANTICS TO THESE SQL COMMENTS. Bah. If I truly cared about quality

I'd insist the xotcl people fix their code and do things right, but I know that

would never happen so ... kludge away.

2. xotcl-core adds CR attributes (rather than fix core). So my fixing of

core conflicts, meaning I have to kludge again. Still needs to be fixed

for oracle.

i18n and translation into spanish

Fixed to handler cookies from previous version correctly. Add back in inf max_age for session cookie when Remember Me is checked so it passes the expiration test.