• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Don't display the "view results" link if the assessment has not been taken yet.

Localize status of the assessment.

- added condition "in_state" which can be used in the policies

    • -1
    • +9
    ./packages/xowiki/tcl/xowiki-procs.tcl
Merged LORS packages oacs-5-4 to Trunk

    • -5
    • +5
    ./packages/dotlrn-lorsm/dotlrn-lorsm.info
    • -2
    • +2
    ./packages/lorsm/www/admin/course-add-3.tcl
    • -3
    • +9
    ./packages/lorsm/www/delivery/menu-mk.adp
    • -10
    • +0
    ./packages/lorsm-portlet/www/lorsm-portlet.adp
Roll back merge 20080925

    • -5
    • +5
    ./packages/dotlrn-lorsm/dotlrn-lorsm.info
    • -26
    • +7
    ./packages/lors/lib/course-structure.adp
    • -65
    • +50
    ./packages/lors/lib/course-structure.tcl
    • -1
    • +1
    ./packages/lors/lib/course-structure.xql
    • -1
    • +11
    ./packages/lors/tcl/lors-imscp-procs.tcl
  1. … 13 more files in changeset.
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.