• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.

New file for tcl API

Accidently set the xml version to 1.0.2

Fixing the target div for the user-choice condition response.

    • -2
    • +2
    /openacs-4/packages/imsld/tcl/imsld-procs.tcl
Add missing group::description proc

Remove limite clause in generic query. Category_id is unique and doesn't need limit anyway.

Remove useless limit clause in generic query.

- make ::xo*::Package initialization more generic (depend on the package_key more than on the provided class name)