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

    • -2
    • +2
    ./ref-language/sql/oracle/ref-language-create.sql
left/right calculations on cp_tree were incorrect, so I both simplified and

fixed the code.

    • -46
    • +14
    ./scorm-importer/tcl/import-procs.tcl
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.

    • -6
    • +10
    ./scorm-importer/embed/admin/import-2.tcl
    • -53
    • +82
    ./scorm-importer/tcl/import-procs.tcl
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

    • -3
    • +2
    ./acs-lang/sql/oracle/ad-locales-drop.sql
    • -18
    • +1
    ./acs-lang/sql/oracle/ad-locales.sql
    • -18
    • +1
    ./acs-lang/sql/postgresql/ad-locales.sql
    • -109
    • +2
    ./acs-lang/tcl/apm-callback-procs.tcl
    • -5
    • +2
    ./acs-lang/www/admin/locale-delete.adp
    • -14
    • +31
    ./acs-lang/www/admin/locale-edit.tcl
Bumps version number

Adds support for ISO-639-2 language codes (3 chars)

    • -2
    • +12
    ./ref-language/sql/oracle/ref-language-create.sql
    • -1
    • +3
    ./ref-language/sql/oracle/ref-language-drop.sql
    • -0
    • +11
    ./ref-language/sql/oracle/upgrade/upgrade-5.6.0d2-5.6.0d3.sql
    • -0
    • +10
    ./ref-language/sql/postgresql/upgrade/upgrade-5.6.0d2-5.6.0d3.sql
    • -14
    • +69
    ./ref-language/tcl/apm-callback-procs.tcl
    • -0
    • +58
    ./ref-language/tcl/ref-language-procs.tcl
    • -0
    • +63
    ./ref-language/tcl/ref-language-procs.xql
- make sure to use names, not paths to resolve site-wide pages

- first draft auf maintenance function transform_root_folder

    • -1
    • +23
    ./xowiki/tcl/xowiki-utility-procs.tcl
The post/pre test version of scorm.com's golf course crashed the RTE. I

tested on MGH's Ilias install and it crashed it as well, so it's not something

we've introduced in our porting effort. I've fixed it, it involved improper

handling of the children of invisible nodes in the activity tree. I've also

made it possible to put all script file references in the document's HEAD

section. The initial call to scorm_init is still in the body and should

probably be moved to a function and called by an onload() event.

    • -4
    • +13
    ./scorm-player/www/resources/scripts/ilias/rte.js
Fixed minor problem that caused an initialization error when running with

enable debugging off.

- Fixes typos in ctl files

- Adds new iso-639-1 language codes

- Adds iso-639-2 language codes (3 chars) data file. Will add datamodel and logic for it very soon

- Bumps version number to 5.6 serie for future inclusion in core

    • -0
    • +184
    ./ref-language/sql/common/iso-639-1.dat
    • -0
    • +484
    ./ref-language/sql/common/iso-639-2.dat
    • -136
    • +0
    ./ref-language/sql/common/languages.dat
    • -2
    • +2
    ./ref-language/sql/oracle/00-languages.ctl
    • -5
    • +4
    ./ref-language/sql/oracle/ref-language-create.sql
    • -0
    • +135
    ./ref-language/tcl/apm-callback-procs.tcl
Bumps version number

    • -10
    • +14
    ./ref-countries/ref-countries.info
Fixes typos

Converts to UTF8 encoding

    • -4
    • +4
    ./ref-countries/sql/common/countries.dat
- Adds new countries and update changed ones

- Provides after-upgrade callback

- Bumps version number to 5.6 serie to be included in core

    • -6
    • +15
    ./ref-countries/sql/common/countries.dat
    • -0
    • +55
    ./ref-countries/tcl/apm-callback-procs.tcl
    • -1
    • +1
    ./ref-countries/tcl/ref-countries-procs.tcl
Untabify and indent

    • -7
    • +7
    ./ref-countries/tcl/ref-countries-procs.tcl
Update doc

    • -15
    • +14
    ./ref-countries/www/doc/index.html