• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Using the fisheye.openacs.org service for checking the commit history when voting.

- updated dependencies, exported message catalog, bumped version number

bump version number

- decoupled emtpy title handling from autonaming

    • -5
    • +5
    ./packages/xotcl-core/tcl/cr-procs.tcl
- changed "anonymous" entries into "autonamed" entries.

Autonamed entries have the advantage, that it is possible

to refer to it via a persistent name, that survives import/export.

So it is as well possible to provide these pages in multiple

languages. However, they have the slight disadvantage, that

one has to be more careful on import, not overwriting accidentially

a locally autonamed page with the same name.

- handle ::xowiki::forms with an empty page template and an empty form

    • -42
    • +46
    ./packages/xowiki/tcl/package-procs.tcl
    • -12
    • +74
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -7
    • +15
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
made includelet 'toc' cachable

    • -1
    • +2
    ./packages/xowiki/tcl/includelet-procs.tcl
template::multirow get failed if the -local switch was used and a row ref,

rather than a column value, was returned.

    • -3
    • +14
    ./packages/acs-templating/tcl/query-procs.tcl
don't double escape in form-usages (the input to form-usages is pretty_value of form-fields, which should be properly escaped)

    • -2
    • +4
    ./packages/xowiki/tcl/includelet-procs.tcl
Add missing style for portlets title

Fix wrong use of export_vars to build an url.

Fix markup of the title of pseudo-portlet

- pass parent_id to instance_select_query (still fallback on folder_id, if not set)

- if parent_id for instance_select_query is empty, don't constrain on folder_id or parent_id

    • -5
    • +10
    ./packages/xotcl-core/tcl/cr-procs.tcl

- use new methods for links in form-usages

- support _publish_status in form-usages table

- allow get_children regardless of parent_id (when parent_id is empty)

- some cleanup

    • -3
    • +5
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -11
    • +18
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -3
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
change naming convention for auto-names

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

- new method Package->get_parent_and_name to obtain parent id from path

- move ns_cache creation from -init procs to xowiki-procs to ensure

early creation time (like in xotcl-core)

- make ::xowiki::locales safe for execution in scheduled procedures

    • -9
    • +23
    ./packages/xowiki/tcl/package-procs.tcl
    • -3
    • +5
    ./packages/xowiki/tcl/xowiki-cache-init.tcl
    • -4
    • +10
    ./packages/xowiki/tcl/xowiki-form-procs.tcl
    • -2
    • +12
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-sc-procs.tcl
- ::xo::db::Class->get_instances_from_db: return order-composite with

object of the actual type (not only ::xotcl::Object)

- provide option '-quoted" to update_revision to allow sql-functions to be passed as well

- flush cache entries in CrItem->set_live_revision

    • -10
    • +11
    ./packages/xotcl-core/tcl/05-db-procs.tcl
    • -4
    • +5
    ./packages/xotcl-core/tcl/cr-procs.tcl
- fix version numbering

- remover automatic transmission of "accept: */*" from http requests

- reduce verbosity

- providing doc(title), while keeping backward compatibility

    • -4
    • +8
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
    • -0
    • +1
    ./packages/xowiki/www/error-template.adp
    • -0
    • +1
    ./packages/xowiki/www/admin/import.adp
    • -0
    • +1
    ./packages/xowiki/www/admin/importmsg.adp
    • -0
    • +1
    ./packages/xowiki/www/admin/permissions.adp
- fix for bug #3154

- don't hardcode localized string (feeling luck was just working for english)

- don't hardcode internationalized strings in program code ("feeling lucky" worked only in english)

- fix for bug #3154

Preparing for release:

1. Created new ChangeLog file

2. Created new docs

3. Bumped version numbers

    • -1
    • +1
    ./packages/acs-core-docs/www/acs-admin.html
    • -1
    • +1
    ./packages/acs-core-docs/www/acs-plat-dev.html
    • -1
    • +1
    ./packages/acs-core-docs/www/aolserver4.html
    • -2
    • +2
    ./packages/acs-core-docs/www/apm-design.html
  1. … 138 more files in changeset.
Roll back Torben changes. If you use deprecated properties (e.g. title), use blank-compat instead of blank-master.

Extract queries from tcl to xql file

    • -18
    • +5
    ./packages/acs-admin/www/apm/version-tag.tcl
    • -0
    • +9
    ./packages/acs-admin/www/apm/version-tag.xql
HTML strict cleanup

- add support for traceing slow calls (5 secs +)

- add user_count_day to statistics in counter log

- provide nicer floating point numbers on statistic pages

    • -6
    • +6
    ./packages/xotcl-request-monitor/www/index.tcl
- rewrite of import/export

- handling of child-objects during import/export

    • -45
    • +104
    ./packages/xowiki/tcl/import-procs.tcl
    • -3
    • +3
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -36
    • +51
    ./packages/xowiki/www/admin/export.tcl