• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- form fields: allow initializ to differentiate between after reset or after specs

- readjust height setting to actual wymeditor

- form-field event: new parametr "multiday"

fixing pageflow for logout url

fixing register_url page flow to logout user and return to main page, instead of confusing user with trying to login to a new account while still logged in to another one

max_time_to_complete does not belong to assessment_data

make user_id check everywhere robust

reduce verbosity, search for package_keys transitively

- make test for user_id more robust

- reactivate commented method

    • -5
    • +5
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- some refactoring (publish_status_clause)

- new value for form_constraints: @table_properties

to specifies values for form-usages and count_usages.

example

@table_properties:publish_status=all

to list/count all usages, independent of publish status

- improve method view for FormPages based on pure form

rendering (use sanity checks, ensure the margin-form class)

    • -27
    • +50
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Added some missing return urls

Return url was being doubly-encoded. Also not used for regular and list

display.

Don't encode return_url ...

    • -2
    • +2
    /openacs-4/packages/calendar/www/view.tcl
Removed parameter::get call in FutureYears message key

fixing date validation for pg 8

- add ftp-links

    • -2
    • +5
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- add iframe includelet

- make parameter_page handling faster and more robust

- bump dependency on xotcl-core

    • -1
    • +1
    /openacs-4/packages/xowiki/xowiki.info
    • -3
    • +27
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
bump version number

base test on a commonly available cache

Fix missing ? in xml declaration

Fix merge error. From clause bit and the part that sets the filter

value was left out of previous commit.

Make description optional

prevent double initialization for events

Clean-up.

- move delete_revision from www-procs to package (where the method of deleting items is as well)

- new helper proc xowiki::cr_thin_out to delete unneded items/revisions

    • -1
    • +7
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
fixed scores

- extending set_property to complain if new properties are created. unless -new 1 is used

- new method for FormPage: set_pblish_status (checking allowed values)

    • -2
    • +13
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
remove unneeded method

wrong edit this question url

Made the navigation stuff more flexible by allowing one to specify the

subsite. Useful for making master templates for subsites where you want

to also generate the tabs for its parent (such as the root subsite), such

as .LRN where you've got tabs for the main dotlrn navigation, and subtabs

for within-course/community navigation.