• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
more sane handling of duplicate naming, now appends count *before* file extension

making album exports more robust for cases where there can be recovery errors due to corrupted data

    • -34
    • +75
    ./photo-album/www/album-export.tcl
- allow returnredirect to external url, which is under control of the script

    • -2
    • +2
    ./acs-api-browser/www/tcl-doc-search.tcl
- add explicit attribute "method" to xo::HttpCore

    • -3
    • +7
    ./xotcl-core/tcl/http-client-procs.tcl
- add table field trype HiddenField

    • -2
    • +14
    ./xotcl-core/tcl/30-widget-procs.tcl
- make all files in xowiki usable for "::xo::library require ..."

- don't call "is_link_page" on Package objects

- reset values in reused formfields (necessary for e.g. weblogs)

    • -1
    • +3
    ./xowiki/tcl/xowiki-callback-procs.tcl
revising package info

    • -1
    • +1
    ./accounts-finance/accounts-finance.info
adding more sample model complexity, adding qaf_tcl_list_of_lists_to_html_table which converts tcl list of lists to one or two tables, useful for converting generic model output to generic reporting formats

    • -52
    • +193
    ./accounts-finance/tcl/modeling-procs.tcl
- stripped lang prefix for links in regression test

- added regression_test for link to file + download option

- added delegation to Package->invoke for selected methods

"csv-dump", "download", "list". The general question is, whether

e.g. a "delete" on a link should delete the link or target, or

what the target of an "edit" is, or the target of a download.

The first belongs clearly to the link, that last clearly to the

target. We should most probably make this configurable and

move this decisions to the policy.

- derefernece link up to a maximum depth

- omit nls_language in folder and link forms

    • -1
    • +1
    ./xowiki/www/prototypes/folder.form.page
    • -2
    • +1
    ./xowiki/www/prototypes/link.form.page
Change navigation clicks outside the player to do an exit all ...

- do symbolic link evaluation always on the fly (use per-connections cache)

- remove method FormPage->get_verified_link_type_from_link_page

- fix fresh installs

- omit language-prefix on links (ease life for xowiki-webdav)

    • -37
    • +10
    ./xowiki/tcl/form-field-procs.tcl
- some minor refactoring

- new method Page->get_property_from_link_page

- new method FormPage->compute_link_properties

- new method FormPage->get_verified_link_type_from_link_page

- provide icons for links/broken links

    • -24
    • +11
    ./xowiki/tcl/form-field-procs.tcl
- overhaul of link support

- replaced Package->resolve_request with link-aware item_info_from_url

- renamed item_ref_from_id => item_info_from_id

- renamed item_ref_from_url => item_info_from_url

- added more than 50 tests to regression tests

    • -201
    • +209
    ./xowiki/tcl/package-procs.tcl
    • -4
    • +4
    ./xowiki/www/admin/portal-element-add.tcl
- don't set query-variables with empty names

Had to tweak my regexp's that parse the SCORM time intervals slightly.

    • -4
    • +4
    ./scorm-player/tcl/scorm-player-procs.tcl
- first steps to keep references on links

- remove obsolete method Page.package_item_ref

- rename Page.update_references to Page.references_add

Need to explicitly set is_live true since 5.6 fixed an old CR bug that

treated is_live undefined as though it's true.

- reduce verbosity

- new method Package->item_ref_from_url

- renamed "item_id_ref" to "item_ref_from_id"

- search in html-included content (between curly brackets) in

prototype pages, along the package path and in site-wide pages

- improved documentation

- fixed regression test

- updated dependencies

- bump version number to 0.133

- get package_id in instance_select_query as well always (e.g. also

for queries based on cr_revisions)

- bump version number to 0.117

- make import more robust

Big upgrade to the scorm 2004 stuff ...

    • -1
    • +11
    ./scorm-core/tcl/scorm-core-procs.tcl
    • -7
    • +10
    ./scorm-player/tcl/rte-api-procs.xql
    • -1
    • +44
    ./scorm-player/tcl/scorm-player-procs.tcl
    • -0
    • +6
    ./scorm-simple-lms/catalog/scorm-simple-lms.en_US.ISO-8859-1.xml
    • -0
    • +7
    ./scorm-simple-lms/www/admin/confirm-delete.adp
    • -0
    • +19
    ./scorm-simple-lms/www/admin/confirm-delete.tcl
    • -0
    • +12
    ./scorm-simple-lms/www/admin/delete-course.adp
    • -0
    • +28
    ./scorm-simple-lms/www/admin/delete-course.tcl
    • -0
    • +14
    ./scorm-simple-lms/www/admin/delete-course.xql
    • -4
    • +3
    ./scorm-simple-lms/www/admin/edit-properties.xql
    • -1
    • +10
    ./scorm-simple-lms/www/admin/index.tcl
- return always package_id for instance_select_query (requires OpenACS 5.2).

- avoid side-effects on connection context when initializing package in "require_site_side_pages"

- provide variable page_name for the message key for error messages

- document prefixing of order-by variable

- fix orderby name

- new form_field type: author

* renders from user_id Author name and

* optionally a link to person-info and

* draws optionally an image (either from acs portraits or from

gravatar))

- new flags for form-usages: view_field and hidden_field_names

- some more code-regrouping/commenting

- renamed "isform" to "is_form" for consitency

- use consistently dash instead of underscore in includelet names (child-resources)

- extended ext. callable method list for folder-listings (requires currently the folder extension)

    • -23
    • +68
    ./xowiki/tcl/xowiki-www-procs.tcl
    • -1
    • +1
    ./xowiki/www/prototypes/folder.form.page