• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix test files__tcl_file_common_errors

- report errors as such in aa-test (wrote warnings into error log, this was ignored since ages)

- fixed naming in acs-tcl, acs-mail-lite and acs-subsite

    • -8
    • +8
    ./acs-mail-lite/tcl/acs-mail-lite-procs.tcl
    • -2
    • +2
    ./acs-mail-lite/tcl/incoming-mail-procs.tcl
    • -7
    • +9
    ./acs-tcl/tcl/test/file-test-procs.tcl
- complete change to acs_objects_package_idx for new creates (see http://fisheye.openacs.org/changelog/OpenACS/?cs=oacs-5-6%3Agustafn%3A20100509112929)

loop should use payoff instead of balance.

    • -1
    • +2
    ./accounts-finance/tcl/finance-procs.tcl
added loan_model, not debugged

    • -3
    • +54
    ./accounts-finance/tcl/finance-procs.tcl
- updated Xinha to 0.96.1 (released on 12th May 2010 NZST) .... we seem to need multiple commits nowadays...

  1. … 38 more files in changeset.
- updated Xinha to 0.96.1 (released on 12th May 2010 NZST)

  1. … 263 more files in changeset.
- added option "-delete true/false" to ad_proc returnfile to delete

optionally files after the delivery automatically

- added option "-content_disposition filename" to provide a filename

as content-disposition (disposition type: attachment)

    • -14
    • +36
    ./xotcl-core/tcl/bgdelivery-procs.tcl
loan utility calculations, more to follow..

    • -4
    • +79
    ./accounts-finance/tcl/finance-procs.tcl
mirr works

    • -3
    • +5
    ./accounts-finance/tcl/finance-procs.tcl
irr works

    • -43
    • +79
    ./accounts-finance/tcl/finance-procs.tcl
Fixed a couple of problems I introduced a day or so ago.

Tweaking ...

    • -3
    • +3
    ./scorm-player/tcl/scorm-player-procs.tcl
npv, fv test ok, working on irr, mirr

    • -16
    • +58
    ./accounts-finance/tcl/finance-procs.tcl
filenames standardized, added fin calc test cases

    • -180
    • +0
    ./accounts-finance/tcl/finance-functions.tcl
    • -0
    • +180
    ./accounts-finance/tcl/finance-procs.tcl
    • -0
    • +191
    ./accounts-finance/tcl/modeling-procs.tcl
    • -191
    • +0
    ./accounts-finance/tcl/modeling.tcl
    • -0
    • +26
    ./accounts-finance/tcl/test/finance-test-procs.tcl
moved functions to new finance-functions.tcl, some still untested.

    • -0
    • +180
    ./accounts-finance/tcl/finance-functions.tcl
    • -124
    • +1
    ./accounts-finance/tcl/modeling.tcl
adding npv and irr functions, untested

    • -3
    • +153
    ./accounts-finance/tcl/modeling.tcl
Typo was killing cmi_POST ...

Fixed my sample tree query ...

Bumped remaining packages to 5.6.0b2

    • -4
    • +4
    ./acs-api-browser/acs-api-browser.info
    • -6
    • +6
    ./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
    • -4
    • +4
    ./acs-service-contract/acs-service-contract.info
  1. … 10 more files in changeset.
Removed troublesome unique constraint

    • -3
    • +1
    ./ref-language/sql/oracle/ref-language-create.sql
    • -0
    • +3
    ./ref-language/tcl/apm-callback-procs.tcl
    • -0
    • +11
    ./ref-language/tcl/apm-callback-procs.xql
file apm-callback-procs.xql was initially added on branch oacs-5-6.

    • -0
    • +0
    ./ref-language/tcl/apm-callback-procs.xql
Needed to drop bio_mime_type attribute values, too ... this is removed

as it was never actually used so no need to copy it into the persons

table.

Had to remove the drop/create of cc_users because some obscure views make

use of it. No existing code expects cc_users to contain "bio" anyway, so

recreating the view was a matter of tidiness, not need. Drop ... cascade

would work but would break ecommerce and dotlrn-ecommerce, and likely some

other packages, so this seems the lesser of two evils.

- add parameter "-package_ids to form-usages"

- let user configure "buttons" of form-usages via @table_properties

- add "button" named "no-view" to form-usages to avoid creating an

auto-link to view the content

- require per default admin permissions to view/edit a form

- added automatic form-variable "@current_url@", similar to "@current_user@"

- Page.create-new: allow to provide initial name and instance attributes

- Page.create-new: form-parameters stronger than query-parameters for provided

package_id and parent_id

    • -14
    • +16
    ./xowiki/tcl/includelet-procs.tcl
    • -14
    • +51
    ./xowiki/tcl/xowiki-www-procs.tcl
Added checking to ensure the course is scorm 2004, and removed my

commented-out catch/error message ...

    • -0
    • +1
    ./scorm-importer/catalog/scorm-importer.en_US.ISO-8859-1.xml
    • -10
    • +5
    ./scorm-importer/embed/admin/import-2.tcl
    • -33
    • +78
    ./scorm-importer/tcl/import-procs.tcl
    • -14
    • +19
    ./scorm-importer/tcl/import-procs.xql
revising compile to handle iteration variables automatically, untested

    • -11
    • +46
    ./accounts-finance/tcl/modeling.tcl
todays revisions to model complilation

    • -22
    • +58
    ./accounts-finance/tcl/modeling.tcl
- add parameter "-parent_id" to form-page includelets: form-menu, form-menu-button, form-usages

- add parameter "-form" to includelet form-menu

- remove unused method "create-child" of Class ::xowiki::Page

- added automatic form-variable "@current_url@", similar to "@current_user@"

- added partial means to simplify posting of new formpages.

    • -23
    • +30
    ./xowiki/tcl/xowiki-www-procs.tcl
- make require_package_id_from_url more robust in cases, where the url is not provided (e.g. empty)

    • -11
    • +13
    ./xotcl-core/tcl/context-procs.tcl
adding model compiliation routine -draft

    • -0
    • +93
    ./accounts-finance/tcl/modeling.tcl