• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added a disabled subclass for button. Grays out the hyperlink and disables

it.

- provide proper parent_id form formfields of type "form_page"

- added new form-field "child_pages" list number of form_pages.

- update parent object for every form-page diring rendering of single fields in form-usages

- commenting adp-generator-procs to improve readability

- for unknown reasons, rewriting xowiki.info file via Package manager + "edit info" removed the callback entries, so upgrade was not performed. quick fix: bumped package number again and edited xml file manually.

    • -6
    • +31
    /openacs-4/packages/xowiki/xowiki.info
Changed the name of scorm-demo to scorm-simple-lms since this is the

direction in which the package is moving.

initial sources

Initial revision

    • -0
    • +38
    /openacs-4/packages/scorm-simple-lms/tcl/apm-callback-procs.tcl
When instantiating and object of type object_type, make sure the object

we create is of type object_type.

Make content::item::new is live parameter default to f instead of empty string to match content::revision::new

Make content::item::new is live parameter default to f instead of empty string to match content::revision::new

- bump version number to 0.127

- added upgrade script

    • -31
    • +6
    /openacs-4/packages/xowiki/xowiki.info
- bump version number to 0.114

- provide a tailored version of require_root_folder, using a FormPage as root folder. still todo: upgrade script, adopted regression test.

    • -1
    • +47
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
file perm-user-add-include-oracle.xql was added on branch oacs-5-9 on 2016-07-14 15:57:38 +0000

file perm-user-add-include-postgresql.xql was added on branch oacs-5-9 on 2016-07-14 15:57:38 +0000

fixed pagination error in this seldom used (and fairly useless) page

file upgrade-5.6.0b2-5.6.0b3.sql was initially added on branch oacs-5-6.

Bumped to beta 3 so I could put in this important upgrade script, fixing

a problem with using package_instantiate_object to instantiate a base

(acs_object) object. Never done in core or .lrn code apparently because typically

you instantiate subtypes, but it is important to get right.

  1. … 12 more files in changeset.
Somebody hosed this (probably me). Never caught because no one creates a

base object directly, just subtypes of acs_object with their own (correct)

definition of a new() function.

- use ::xo::library in 30-widget procs to make it more conveniant to subclass ::xo::Table

- add "pretty-age" as possible display_format to formfield "date"

- add flag renderer for using alternate renderers in form-usages

- search for forms in form-usages with directory containing including page (and for the time being, use yui renderer if available)

- provide minimal setup for form-based linear forum

model_compute: report works awkwardly. converted h and i to double and now loop with _i and _h for integer so we do not have to worry about inteference of model on looping..

model_compute: compile and compute works, report has issues

model_compute: compile works, compute has looping issues..

model_compile works for compile..

drafted outputs and reports, other small fixes. Testing soon..

updating model compute, combined it with model compile, revised internal variables to start with _ to prevent collisions with model variables etc.

Added Malte's patch which removes the use of /o/ when editing the css file.

I think it's cleaner this way.

Fixed the acs-developer-support css edit feature, by moving the calls to

generate footer and header html in front of the call to

template::head::prepare_multirow (which unsets them as they're processed).

If a footer or header template calls blank-master, this won't work, but

that will be the least of the problems to worry about in this case!

Added sql_timestamp as an alias for sql_date (no code)