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

    • -23
    • +24
    ./oct-election/tcl/oct-election-procs.tcl
- updated dependencies, exported message catalog, bumped version number

bump version number

- decoupled emtpy title handling from autonaming

- 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

made includelet 'toc' cachable

template::multirow get failed if the -local switch was used and a row ref,

rather than a column value, was returned.

    • -3
    • +14
    ./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)

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

- 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

change naming convention for auto-names

- 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

- ::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
    ./xotcl-core/tcl/05-db-procs.tcl
- fix version numbering

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

    • -4
    • +2
    ./xotcl-core/tcl/http-client-procs.tcl
- reduce verbosity

    • -4
    • +2
    ./xotcl-request-monitor/tcl/throttle_mod-procs.tcl
- providing doc(title), while keeping backward compatibility

- 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

    • -4
    • +4
    ./acs-api-browser/acs-api-browser.info
    • -5
    • +5
    ./acs-authentication/acs-authentication.info
    • -4
    • +4
    ./acs-automated-testing/acs-automated-testing.info
    • -4
    • +4
    ./acs-bootstrap-installer/acs-bootstrap-installer.info
    • -6
    • +6
    ./acs-content-repository/acs-content-repository.info
    • -3
    • +3
    ./acs-core-docs/www/acs-package-dev.html
    • -1
    • +1
    ./acs-core-docs/www/apm-requirements.html
    • -1
    • +1
    ./acs-core-docs/www/automated-backup.html
    • -2
    • +2
    ./acs-core-docs/www/automated-testing-best-practices.html
  1. … 138 more files in changeset.
Extract queries from tcl to xql file

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

    • -67
    • +71
    ./acs-datetime/tcl/acs-calendar-procs.tcl
- 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

    • -3
    • +3
    ./xotcl-request-monitor/xotcl-request-monitor.info
    • -9
    • +50
    ./xotcl-request-monitor/tcl/throttle_mod-procs.tcl
    • -4
    • +5
    ./xotcl-request-monitor/www/whos-online.tcl
- rewrite of import/export

- handling of child-objects during import/export

    • -45
    • +104
    ./xowiki/tcl/import-procs.tcl
- handle unnamed entries in method external_name (of Package)