• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Use customizable table widget for showing form entries (link can be configured from form_constraints via @table)

using @ for special values in form_constraints (@categories, @cr_fields, @fields, @table)

    • -14
    • +15
    ./xowiki/tcl/xowiki-form-procs.tcl
    • -36
    • +118
    ./xowiki/tcl/xowiki-portlet-procs.tcl
Return to the right URL if the last section doesn't have any feedback.

Make sure we finish and score the assessment at the end. Now that the

code does not rely on double submitting the form.

allow detail_link in summary mode as well

file notification-procs.tcl was added on branch oacs-5-3 on 2007-08-01 21:39:24 +0000

file xowiki-sc-procs.tcl was added on branch oacs-5-3 on 2007-08-01 21:39:24 +0000

bump version number for registering service contract for FormPage, new form file types url and detail link, detail_links for weblog

    • -65
    • +76
    ./xowiki/tcl/syndicate-procs.tcl
    • -1
    • +18
    ./xowiki/tcl/xowiki-callback-procs.tcl
    • -1
    • +20
    ./xowiki/tcl/xowiki-portlet-procs.tcl
fixed oracle query, rownum=1 instead of limit 1

Weekly update should be on monday not tuesday

Adding pm::task::email_status_not_lead which is run monday morning and associated lang messages

    • -1
    • +4
    ./project-manager/catalog/project-manager.en_US.ISO-8859-1.xml
    • -3
    • +226
    ./project-manager/tcl/task-procs.tcl
Adding project to the table of info set via email_status

    • -5
    • +15
    ./project-manager/tcl/task-procs.tcl
Fixing minor typo

Don't let someone hit the back button and resubmit after seeing feedback

Make name optional when autoname is enabled so you can create a new page.

Fix check for correct feedback, we show it when there are ANY

answers not just when the user choose it.

    • -1
    • +1
    ./assessment/tcl/as-item-type-mc-procs.tcl
exclude items under production from form-usage count and listing, remove ::xowiki::FormInstance

Added support for multiple view types

    • -4
    • +39
    ./views/sql/postgresql/views-datamodel.sql
    • -1
    • +28
    ./views/sql/postgresql/views-procs.sql
    • -1
    • +37
    ./views/sql/postgresql/views-triggers.sql
    • -0
    • +109
    ./views/sql/postgresql/upgrade/upgrade-0.1d-0.1d2.sql
Support for view types

for for fom-menu includelet

support in CrItem for column constraints, bump version number

    • -1
    • +1
    ./xotcl-core/catalog/xotcl-core.de_DE.ISO-8859-1.xml
    • -3
    • +3
    ./xotcl-core/catalog/xotcl-core.en_US.ISO-8859-1.xml
    • -11
    • +27
    ./xotcl-core/tcl/generic-procs.tcl
file error-template.adp was added on branch oacs-5-3 on 2007-08-01 21:39:25 +0000

bump version, improved message catalogs, don't allow to delete Form when entries use it.

    • -4
    • +37
    ./xowiki/tcl/xowiki-callback-procs.tcl
    • -17
    • +17
    ./xowiki/tcl/xowiki-portlet-procs.tcl
Add new parameters for admin and non-member page layouts

Fixed community admin pages to use zen layouts on install.

Use the value of layout_name if passed to portal::create

Fixing the pm::task::email_status proc so that it is instance aware and actually works

    • -100
    • +77
    ./project-manager/tcl/task-procs.tcl
Don't show feedback if the question has not been asnwered yet.

    • -1
    • +1
    ./assessment/tcl/as-item-type-mc-procs.tcl
Only count completed sessions

Fixed case where the upload times out.

Fixed file handle leakage in util_http_file_upload when the connection is refused by the remote server.