• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix single quotes around string in procedure call

adding qaf_depreciation_schedule

Added catalog and one catalog file for the "duplicate course" error message.

Major shuffling of stuff, some datamodel corrections, improved error

handling (dupe course gives error), bombed course uploads rollback, etc.

- 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

- 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.

added loan_model, not debugged

- 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)

loan utility calculations, more to follow..

mirr works

irr works

Fixed a couple of problems I introduced a day or so ago.

Tweaking ...

npv, fv test ok, working on irr, mirr

filenames standardized, added fin calc test cases

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

    • -0
    • +180
    /openacs-4/packages/accounts-finance/tcl/finance-functions.tcl
adding npv and irr functions, untested

Typo was killing cmi_POST ...

Fixed my sample tree query ...

Bumped remaining packages to 5.6.0b2

    • -4
    • +4
    /openacs-4/packages/acs-tcl/acs-tcl.info
  1. … 10 more files in changeset.
Removed troublesome unique constraint

file apm-callback-procs.xql was initially added on branch oacs-5-6.

    • -0
    • +0
    /openacs-4/packages/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

    • -6
    • +11
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -14
    • +11
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Added checking to ensure the course is scorm 2004, and removed my

commented-out catch/error message ...

revising compile to handle iteration variables automatically, untested