• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.7.0d10-5.7.0d11.sql was added on branch oacs-5-7 on 2011-05-30 08:51:16 +0000

- Added comments to function arguments 'create_table_p' and 'dynamic_p'

- Update script for 5.7.0d10 was called

postgresql/upgrade/upgrade-5.7.0d9-upgrade-5.7.0d10.sql

instead of

postgresql/upgrade/upgrade-5.7.0d9-5.7.0d10.sql

so it was never executed. Added the content of d9-d10 to d10-d11.

    • -0
    • +297
    ./acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d10-5.7.0d11.sql
- allow forms to provide their own css+js for view and edit operations

- incorporated template style as suggested by Jeff Rogers

i18n of the ::xowiki::File's content render.

- title in folders get a default value, so no need to make it required

    • -1
    • +1
    ./xowiki/www/prototypes/folder.form.page
- handle boolean attributes

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