• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.

Extract queries from tcl to xql file

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

- rewrite of import/export

- handling of child-objects during import/export

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

    • -6
    • +9
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
improve comment

make cleanup safer

- make sure that destroy_on_cleanup is called before init for package instance objects, such that it is not possible that an error in Package->init causes half-dead objects in memory

- provide means to remove form_link from form-usages

keep rendered state for form fields

- provide default "" for link anchors

- make all switch statements safe (as principle)

Removed the condition to build extra_vars so it won't be NULL, otherwise a null value was causing the query to retrieve URLs of items to fail.

added match operator for correctness checks in form-fields

- new attribute for formfields: correct_when, can be used to specify an expression, when an answer is supposed to be correct

- definition of operators: eq ge gt le lt in btwn

handle cases, where no file storage instance exists

correctly escape the rss_xml_frag (by Michael Totschnig) http://openacs.org/bugtracker/openacs/patch?patch_number=882

add permission checking to first_instance

- search for first readable package instance for the given user instead of arbitrary first