• last updated 8 hours 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.

- allow forms to provide their own css+js for view and edit operations

    • -2
    • +2
    ./packages/xowiki/tcl/adp-generator-procs.tcl
    • -2
    • +24
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -2
    • +4
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- incorporated template style as suggested by Jeff Rogers

    • -1
    • +1
    ./packages/xowiki/www/view-book-no-ajax.adp
    • -1
    • +1
    ./packages/xowiki/www/view-default.adp
i18n of the ::xowiki::File's content render.

    • -5
    • +5
    ./packages/xowiki/tcl/xowiki-procs.tcl
- title in folders get a default value, so no need to make it required

- handle boolean attributes

    • -4
    • +17
    ./packages/xowiki/tcl/form-field-procs.tcl
- add required fields

- make automatic css class name generation more robust against "." in page names

- make child-resouces embeddable in pages to list siblings

    • -4
    • +12
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -5
    • +13
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- add minimalized version

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

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

    • -1
    • +1
    ./packages/xowiki/www/resources/xowiki.css
- improve comment

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

    • -1
    • +8
    ./packages/xowiki/tcl/folder-procs.tcl
    • -4
    • +9
    ./packages/xowiki/tcl/form-field-procs.tcl
- 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.

    • -2
    • +3
    ./packages/categories/lib/categorize.adp
    • -3
    • +3
    ./packages/categories/lib/tree-form.tcl
    • -3
    • +4
    ./packages/categories/www/cadmin/index.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.

    • -10
    • +10
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -1
    • +17
    ./packages/xowiki/tcl/upgrade/upgrade.tcl
    • -10
    • +10
    ./packages/xowiki/www/admin/import.tcl
    • -13
    • +15
    ./packages/xowiki/www/admin/index.tcl
    • -8
    • +10
    ./packages/xowiki/www/admin/list.tcl
    • -3
    • +6
    ./packages/xowiki/www/admin/permissions.tcl
Typo: missing e on "June"

    • -2
    • +2
    ./packages/acs-tcl/tcl/widgets-procs.tcl
Typo: missing e on "June"

    • -2
    • +2
    ./packages/acs-tcl/tcl/widgets-procs.tcl
- bump version number

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

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

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

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

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

    • -7
    • +9
    ./packages/xowiki/tcl/includelet-procs.tcl
- 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
    ./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
    ./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.