• last updated 53 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Optionally display only the bugs the user is participating in.

    • -3
    • +3
    ./bug-tracker/tcl/bug-procs-postgresql.xql
    • -0
    • +28
    ./bug-tracker/tcl/bug-tracker-callback-procs.tcl
    • -0
    • +3
    ./bug-tracker/tcl/bug-tracker-procs-oracle.xql
    • -1
    • +3
    ./bug-tracker/tcl/bug-tracker-procs-postgresql.xql
    • -6
    • +140
    ./bug-tracker/tcl/bug-tracker-procs.tcl
    • -0
    • +52
    ./bug-tracker/tcl/bug-tracker-procs.xql
    • -0
    • +3
    ./bug-tracker/www/admin/access-policy-edit.adp
    • -0
    • +16
    ./bug-tracker/www/admin/access-policy-edit.tcl
add after assign/unassign callbacks

    • -0
    • +19
    ./workflow/tcl/workflow-callback-procs.tcl
- 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

    • -35
    • +21
    ./xowiki/tcl/includelet-procs.tcl
    • -2
    • +14
    ./xowiki/tcl/xowiki-callback-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).

- 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

    • -55
    • +67
    ./xowiki/tcl/form-field-procs.tcl
    • -12
    • +42
    ./xowiki/tcl/includelet-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

    • -53
    • +72
    ./xowiki/tcl/form-field-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

    • -20
    • +48
    ./xowiki/tcl/adp-generator-procs.tcl
- 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.

    • -2
    • +2
    ./xowiki/tcl/xowiki-callback-procs.tcl
initial sources

    • -0
    • +0
    ./scorm-simple-lms/scorm-simple-lms.info
    • -0
    • +0
    ./scorm-simple-lms/catalog/scorm-simple-lms.en_US.ISO-8859-1.xml
    • -0
    • +0
    ./scorm-simple-lms/tcl/apm-callback-procs.tcl
    • -0
    • +0
    ./scorm-simple-lms/www/admin/edit-properties.adp
    • -0
    • +0
    ./scorm-simple-lms/www/admin/edit-properties.tcl
    • -0
    • +0
    ./scorm-simple-lms/www/admin/edit-properties.xql
    • -0
    • +0
    ./scorm-simple-lms/www/admin/index.adp
    • -0
    • +0
    ./scorm-simple-lms/www/admin/index.tcl
    • -0
    • +0
    ./scorm-simple-lms/www/admin/index.xql
Initial revision

    • -0
    • +40
    ./scorm-simple-lms/scorm-simple-lms.info
    • -0
    • +20
    ./scorm-simple-lms/catalog/scorm-simple-lms.en_US.ISO-8859-1.xml
    • -0
    • +38
    ./scorm-simple-lms/tcl/apm-callback-procs.tcl
    • -0
    • +4
    ./scorm-simple-lms/www/.emacs
    • -0
    • +5
    ./scorm-simple-lms/www/index.adp
    • -0
    • +43
    ./scorm-simple-lms/www/index.tcl
    • -0
    • +20
    ./scorm-simple-lms/www/index.xql
    • -0
    • +7
    ./scorm-simple-lms/www/admin/edit-properties.adp
    • -0
    • +40
    ./scorm-simple-lms/www/admin/edit-properties.tcl
    • -0
    • +25
    ./scorm-simple-lms/www/admin/edit-properties.xql
    • -0
    • +6
    ./scorm-simple-lms/www/admin/index.adp
    • -0
    • +71
    ./scorm-simple-lms/www/admin/index.tcl
    • -0
    • +19
    ./scorm-simple-lms/www/admin/index.xql
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

    • -2
    • +2
    ./acs-content-repository/tcl/content-item-procs.tcl
Make content::item::new is live parameter default to f instead of empty string to match content::revision::new

    • -2
    • +2
    ./acs-content-repository/tcl/content-item-procs.tcl
- bump version number to 0.127

- added upgrade script

    • -1
    • +28
    ./xowiki/tcl/xowiki-callback-procs.tcl
- 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.

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.

    • -3
    • +3
    ./acs-api-browser/acs-api-browser.info
    • -5
    • +5
    ./acs-authentication/acs-authentication.info
    • -3
    • +3
    ./acs-automated-testing/acs-automated-testing.info
    • -3
    • +3
    ./acs-bootstrap-installer/acs-bootstrap-installer.info
    • -5
    • +5
    ./acs-content-repository/acs-content-repository.info
    • -3
    • +3
    ./acs-service-contract/acs-service-contract.info
  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