• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add support for 'other' option for multiple choice. Slightly change handling of question rendering to support this

    • -7
    • +7
    ./packages/assessment/tcl/as-checks-procs.tcl
    • -1
    • +1
    ./packages/assessment/tcl/as-item-procs.tcl
  1. … 4 more files in changeset.
Fix test to be more reusable by using link url instead of link text

    • -1
    • +1
    ./packages/assessment/tcl/test/twt-procs.tcl
Add elapsed seconds column for tracking time spent

    • -3
    • +9
    ./packages/assessment/tcl/as-install-procs.tcl
Add support for 'other' question types plus general UI improvements

Add new pretty hours minutes display for a human readable time. Add more accurate tracking of time spent completing an assessment

    • -10
    • +26
    ./packages/assessment/lib/assessment.tcl
    • -0
    • +48
    ./packages/assessment/tcl/as-session-procs.tcl
fix unread items

    • -7
    • +15
    ./packages/xowiki/tcl/includelet-procs.tcl
Add define function args

updating templating to tcl/adp

    • -10
    • +11
    ./packages/ezic-gateway/www/index.adp
    • -40
    • +33
    ./packages/ezic-gateway/www/index.tcl
adding feature to display avs data for one transaction in ecommerce/www/admin/orders/one

    • -0
    • +1
    ./packages/ezic-gateway/lib/one.adp
    • -0
    • +15
    ./packages/ezic-gateway/lib/one.tcl
    • -0
    • +10
    ./packages/ezic-gateway/lib/one.xql
adding proc to expand AVS abbreviations

Add elapsed seconds to record amount of time taking assessment. Add support for choice 'other' in radio,select, or checkbox questons

    • -1
    • +5
    ./packages/assessment/tcl/as-install-procs.tcl
Change points to float to allow partial credit

    • -0
    • +22
    ./packages/assessment/sql/oracle/upgrade/upgrade-0.22d6-0.22d7.sql
Add associated tcl upgrade logic for 0.22d6

    • -1
    • +6
    ./packages/assessment/tcl/as-install-procs.tcl
UpUpgrade denormalizaton to make it possible to generate reports in a scalable manner

adding avs feedback if available

    • -0
    • +10
    ./packages/ecommerce/www/admin/orders/one.tcl
adding ability to provide avs feedback for one transaction

    • -0
    • +1
    ./packages/authorize-gateway/lib/one.adp
    • -0
    • +15
    ./packages/authorize-gateway/lib/one.tcl
    • -0
    • +10
    ./packages/authorize-gateway/lib/one.xql
Added a before-uninstantiate callback to delete the messages of general comments, such that deleting the package works

- ensure cosing of sockets for blocking requests without timeout

updating templating to tcl/adp

    • -6
    • +7
    ./packages/authorize-gateway/www/index.adp
    • -1
    • +1
    ./packages/authorize-gateway/www/index.tcl
- additional form-field types: form and form_constraints

- add cross package instance support to includelet form-menu

- add support to create ::xowiki::FormPages in different instances where the ::xowiki::Form exists.

Effectively, ::xowiki::Forms can be shared among xowiki instances.

    • -1
    • +32
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -2
    • +8
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -4
    • +22
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
Another tweak from 2.4.0

Fixed some of the calendar portlet stuff that was hardwired to .LRN, and

imported over the latest portlet code.

Add "noquote" for postings subject

Oops! Found more to localize and fixed up search stuff

Merged the 5.4 branch to HEAD, to pick up emmanuelle's fixes before I go

off fixing a bunch of other stuff.

    • -7
    • +19
    ./packages/calendar/tcl/cal-item-procs.tcl
    • -2
    • +3
    ./packages/calendar/tcl/calendar-procs.tcl
    • -1
    • +1
    ./packages/calendar/www/cal-item-new.adp
    • -2
    • +3
    ./packages/calendar/www/cal-item-new.tcl
    • -13
    • +4
    ./packages/calendar/www/cal-item-view.adp
    • -2
    • +3
    ./packages/calendar/www/cal-item-view.tcl
    • -24
    • +0
    ./packages/calendar/www/cal-nav.adp
    • -62
    • +0
    ./packages/calendar/www/cal-nav.tcl
    • -45
    • +26
    ./packages/calendar/www/mini-calendar.adp
  1. … 13 more files in changeset.
updating xql to match improvements in the matching tcl file

fix image import due to proc changes

fixing my overzealous change of package versions.

adding parameter feature to suppress configured http, useful when server is behind proxy. defaults to no change in behavior. Bumping version for new parameter.

    • -1
    • +9
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Let's just say that the list template "display template" with its embedded

HTML and its references in a different scope than the caller in the adp file

are really annoying and hard to get right the first time.