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

params variable was accumulating parameters from previous calls to template::head::add_css. Re-seting params list on the right place.

todays revisions to model complilation

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

    • -5
    • +1
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -12
    • +24
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- make require_package_id_from_url more robust in cases, where the url is not provided (e.g. empty)

adding model compiliation routine -draft

Fixed up some "bio" related upgrade stuff, including protection against

trying to upgrade sites that had already applied the upgrade against 5.5

(that script didn't make it into the repository however).

Fixed two constraint naming errors.

left/right calculations on cp_tree were incorrect, so I both simplified and

fixed the code.

Modified tree to simplify it and provided a comment with a couple of

query examples.

Removed ilias user table.

Refactored the import pieces so they can be used to create a course from

a dynamically created manifest, which is necessary for authoring tools.

Some of these pieces will move to scorm-core eventually, leaving the importer

containing only stuff directly associated with importing from a packaged

course.

Give a nice error message when trying to deliver non-existent content, as

happens when one creates an entirely empty course and then tries to play

it.

Sets initial install

- Moves support for 3 chars language codes to ref-language

- Adds dependencies to ref-language and ref-countries

- Bumps version number

Bumps version number

Adds ref-language to core