• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
allow categories to be turned off via form constraints

    • -4
    • +4
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
provide compatibility for xotcl-1.4.0

    • -1
    • +12
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
fixes personal calendar permissions that were inherited by default

Make sure the call to add_item_to_form is the same when displaying

feedback so correct/incorrect choices are displayed.

Added run_id input field in two locations in order for file properties

to upload correctly.

handling and validation of multivalued selects for categories in HTML-forms

internationlizing insufficient permissions error message

allow page_order to be passed in via query-parameter as default value for the form, when a page is newly created or edited

reverting pablom's commits to oacs-5-2: see http://openacs.org/forums/message-view?message_id=1042586

    • -163
    • +6
    /openacs-4/packages/chat/tcl/chat-ajax-procs.tcl
    • -0
    • +0
    /openacs-4/packages/chat/tcl/chat-init.tcl
    • -121
    • +34
    /openacs-4/packages/chat/tcl/chat-procs.tcl
  1. … 43 more files in changeset.
reverting pablom's commits to oacs-5-2: see http://openacs.org/forums/message-view?message_id=1042586

- Improving performance when uploading a zip file: Removing unnecesary

revoking of permission 'read' on resources.

- Fixing message keys in en_US locale.

- Adding message keys for locale es_GT.

file imsld.es_GT.ISO-8859-1.xml was initially added on branch oacs-5-3.

    • -0
    • +0
    /openacs-4/packages/imsld/catalog/imsld.es_GT.ISO-8859-1.xml
category support for HTML forms

    • -11
    • +14
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
ported latest postgres changes to oracle

allow page instances to be created in the old-fashioned way; don't show subtypes in selection box for form when creating a page instance

    • -2
    • +5
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
fix typo include_sub_types -> include_subtypes

Fixed selection with deleted users

added username to the list of possible options

Fixed problem with notifications_p and made sure to be able to display groups that have been entered manually into contact_groups

Made sure sweeper does not run if contacts is not mounted

Add form for naming an answer set

file save-answer-set.adp was initially added on branch oacs-5-3.

file save-answer-set.xql was initially added on branch oacs-5-3.

file save-answer-set.tcl was initially added on branch oacs-5-3.

Adding choosing answer sets to user interface. Allow chaning from radio to checkboxes

Add saving answer sets to the user interface.

set needed content types in require_folder, not on every save_new

    • -2
    • +7
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
remove double occurance of attribute in common_query_atts

validation errors for HTML-forms, some code refacturing

    • -77
    • +5
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -54
    • +150
    /openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl
Replacing a db_foreach with a tcl foreach loop of a db_list_of_lists because you can run out of db pools if site_node::update_cache is called in the loop for too many parent nodes