• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding proc calling capability to iterations, namely acc_fin:: procs for now, make this a parameter later

- return names with paths in importer

- import forms with canonical names

- fix name clash in includelet "recent"

- provide warnings when forms cannot be located (e.g. after import)

- return canonical names in "instantiate_forms" after import_protoype_page

- finish "Page.is_folder_page"

- add flag "refetch" for Package.require_site_wide_pages

- add newer version of prototype page folder.form.page

    • -2
    • +12
    /openacs-4/packages/xowiki/tcl/import-procs.tcl
    • -10
    • +29
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
    • -4
    • +10
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
adding ability for model to access current iteration values that have already been calculated in the current iteration

Fix test which in one part assumed live revision and the rest of the test looked for latest revision. Second pass, all tests pass now.

Fix test which in one part assumed live revision and the rest of the test looked for latest revision. Second pass, all tests pass now.

Fix test which in one part assumed live revision and the rest of the test looked for latest revision.

OpenACS 5.6.0 docs.

  1. … 119 more files in changeset.
- added method ::xo::update_query (more conveniant than ::xo::update_query_var)

- bumped version number to 0.115

- dropped language prefix from folders (ease life with WebDav and nice path names)

- new method Page.is_folder_page

- fixed weblog sublinks when used in folders

- use ::xo::update_query in weblog-procs, update dependencies

- bumped version number to 0.131

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
    • -38
    • +42
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -6
    • +14
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
    • -19
    • +29
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Bumped to 5.6.0.

    • -4
    • +4
    /openacs-4/packages/acs-tcl/acs-tcl.info
  1. … 10 more files in changeset.
Optionally display only the bugs the user is participating in.

add after assign/unassign callbacks

- major editing work: streamlined generation of urls and resolving of name relative to parent_ids

- new method Page.pretty_url and Page.detail_link

- removed ::xowiki::Includelet.detail_link

- provided updated prototype pages to use the new interface

- bumped version number to 0.130

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/import-procs.tcl
    • -16
    • +16
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
    • -2
    • +26
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- major editing work: streamline generation of urls and resolving of name relative to parent_ids

- new method Page.pretty_url and Page.detail_link

- removed ::xowiki::Includelet.detail_link

- provided updated prototype pages to use the new interface

- bumped version number to 0.130

Removing unneeded braces.

- provide a short description in the list method. Otherwise ad_html_text_convert will take forever (e.g. 5min) to convert e.g. a 3MB page in html to text. This happens still with the recent versions of ad_html_text_convert (sigh).

    • -2
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- rewrite query, since pg makes sequential scans when the or is used

- improved summary page

- generalized get_labels in form-fields

- render candidate_box in disabled state via "pretty_value"

- provide multiple_style comma|list for abstract_page

- provide parent-id handling for my-references and my-refers

- provide switch inherit_from_forms to form-usages

- add parent_id on several occations

- changed default spec for _assignee to hidden

- retrieve always page_template and assignee in get_form_entries

- new methods "group_require" and "group_assign" to turn form-pages into groups

- allow brace-substituion in xowiki::forms (might need protection in some cases)

- bumped version number to 0.129

    • -23
    • +23
    /openacs-4/packages/xowiki/xowiki.info
    • -7
    • +12
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
    • -6
    • +48
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
-remove debugging output

- refactored dnd for form-fields (moved from abstract_page into candidate_box_select)

- added parent_id on a few more occurences

- fixed cross-package links in get_page_from_item_ref

- moved some more style-properties to xowiki.css

    • -7
    • +18
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -1
    • +2
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
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