• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- added condition "in_state" which can be used in the policies

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

    • -9
    • +9
    /openacs-4/packages/lorsm/lib/user-lorsm.tcl
Roll back merge 20080925

    • -0
    • +4
    /openacs-4/packages/lors/lib/course-new.tcl
    • -65
    • +50
    /openacs-4/packages/lors/lib/course-structure.tcl
    • -8
    • +15
    /openacs-4/packages/lors/tcl/lors-procs.tcl
    • -9
    • +9
    /openacs-4/packages/lorsm/lib/user-lorsm.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

    • -4
    • +4
    /openacs-4/packages/xowiki/xowiki.info
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

    • -42
    • +46
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -12
    • +74
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
made includelet 'toc' cachable

Added acs-templating

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

rather than a column value, was returned.

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

    • -11
    • +18
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
change naming convention for auto-names

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

    • -4
    • +4
    /openacs-4/packages/xowiki/xowiki.info
- 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
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -2
    • +12
    /openacs-4/packages/xowiki/tcl/xowiki-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

- fix version numbering

    • -2
    • +2
    /openacs-4/packages/search/search.info
- remover automatic transmission of "accept: */*" from http requests

- reduce verbosity

- providing doc(title), while keeping backward compatibility

    • -0
    • +1
    /openacs-4/packages/xowiki/www/diff.adp
    • -0
    • +1
    /openacs-4/packages/xowiki/www/admin/list.adp
- fix for bug #3154

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

    • -2
    • +2
    /openacs-4/packages/search/search.info
    • -3
    • +3
    /openacs-4/packages/search/www/search.tcl
- don't hardcode internationalized strings in program code ("feeling lucky" worked only in english)

    • -7
    • +7
    /openacs-4/packages/search/www/search.tcl
- fix for bug #3154

    • -3
    • +3
    /openacs-4/packages/search/www/search.tcl
Preparing for release:

1. Created new ChangeLog file

2. Created new docs

3. Bumped version numbers

  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.