• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add required fields

    • -1
    • +1
    ./xowiki/www/prototypes/folder.form.page
- make automatic css class name generation more robust against "." in page names

- make child-resouces embeddable in pages to list siblings

- add minimalized version

    • -0
    • +18
    ./xowiki/www/resources/jquery/jquery.min.js
- update jquery to 1.6.1

    • -8
    • +8933
    ./xowiki/www/resources/jquery/jquery.js
- reduce text size of code

- improve comment

- 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
    ./xowiki/tcl/includelet-procs.tcl
- make child-resouces embeddable in pages to list siblings

- adapt test to incomporate maxlength and size

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.

    • -3
    • +100
    ./categories/catalog/categories.de_DE.ISO-8859-1.xml
    • -0
    • +110
    ./categories/catalog/categories.en_US.ISO-8859-1.xml
    • -7
    • +5
    ./categories/www/categories-browse.adp
    • -5
    • +5
    ./categories/www/cadmin/category-form.tcl
    • -3
    • +4
    ./categories/www/cadmin/category-link-delete.adp
    • -2
    • +2
    ./categories/www/cadmin/category-links-view.adp
    • -1
    • +2
    ./categories/www/cadmin/category-usage.adp
  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.

    • -17
    • +75
    ./xowiki/catalog/xowiki.de_DE.ISO-8859-1.xml
Typo: missing e on "June"

Typo: missing e on "June"

- bump version number

- define method get_anon_instances to allow overloading (from eg. xowf)

    • -10
    • +10
    ./xowiki/tcl/xowiki-www-procs.tcl
Fix RestrictErrorsToAdminsP parameter behaviour, which previously did nothing.

    • -5
    • +9
    ./acs-tcl/tcl/request-processor-procs.tcl
- call build-name for import_prototype_page to ensure same naming conventions

- make sure to construct valid h-store queries in case, use_hstore is activated

- 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

- 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)

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.

    • -0
    • +1
    ./acs-object-management/acs-object-management.info
    • -1
    • +3
    ./acs-object-management/catalog/acs-object-management.en_US.ISO-8859-1.xml
    • -3
    • +8
    ./acs-object-management/lib/forms/generic.tcl
    • -0
    • +84
    ./acs-object-management/tcl/apm-callback-procs.tcl
    • -23
    • +1
    ./acs-object-management/tcl/form-procs.tcl
    • -56
    • +76
    ./acs-object-management/tcl/object-procs.tcl
    • -6
    • +12
    ./acs-object-management/www/admin/index.tcl
Argh! "content" wants to be richtext, not text !!!

    • -2
    • +2
    ./acs-content-repository/acs-content-repository.info
file upgrade-5.7.0d4-5.7.0d5.sql was initially added on branch oacs-5-7.

    • -0
    • +0
    ./acs-content-repository/sql/oracle/upgrade/upgrade-5.7.0d4-5.7.0d5.sql
- update namings for current git snapshot of XOTcl 2

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

    • -3
    • +3
    ./acs-mail-lite/tcl/acs-mail-lite-procs.tcl
Kludge around xotcl-core for oracle, as was done earlier for PG.