• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- ::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
- handle unnamed entries in method external_name (of Package)

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

    • -3
    • +4
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
make cleanup safer

    • -1
    • +14
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
- 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

    • -4
    • +3
    ./packages/xotcl-core/tcl/06-package-procs.tcl
- provide means to remove form_link from form-usages

    • -2
    • +7
    ./packages/xowiki/tcl/includelet-procs.tcl
keep rendered state for form fields

    • -1
    • +3
    ./packages/xowiki/tcl/form-field-procs.tcl
- provide default "" for link anchors

    • -5
    • +12
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- make all switch statements safe (as principle)

    • -2
    • +2
    ./packages/xotcl-core/tcl/cr-procs.tcl
    • -3
    • +3
    ./packages/xotcl-core/tcl/policy-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -2
    • +2
    ./packages/xowiki/www/xinha/file-selector.tcl
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

    • -1
    • +4
    ./packages/xowiki/tcl/form-field-procs.tcl
- 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

    • -2
    • +61
    ./packages/xowiki/tcl/form-field-procs.tcl
handle cases, where no file storage instance exists

    • -3
    • +8
    ./packages/xowiki/www/xinha/file-selector.adp
    • -24
    • +43
    ./packages/xowiki/www/xinha/file-selector.tcl
correctly escape the rss_xml_frag (by Michael Totschnig) http://openacs.org/bugtracker/openacs/patch?patch_number=882

    • -7
    • +8
    ./packages/search/tcl/syndicate-procs.tcl
add permission checking to first_instance

    • -3
    • +16
    ./packages/xotcl-core/tcl/06-package-procs.tcl
- search for first readable package instance for the given user instead of arbitrary first

    • -2
    • +3
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- fix handling of script_dir for xinha