• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file generic.adp was initially added on branch oacs-5-8.

    • -0
    • +0
    /openacs-4/packages/survey/www/admin/generic.adp
-fix bug when first word is shorter than indent spacing

- make input more robust to leading/trailing spaces

- mark installation callbacks as private

    • -1
    • +1
    /openacs-4/packages/xowf/tcl/xowf-procs.tcl
- name callbacks similar as in other xo* packages

- provide default to ease upgrade

- use charset utf-8 instead of iso-8859-1 in pagiantor-procs

- replace deprecated calls

- replace calls to the deprecated functions

- mark more of the functions in the ::item::* namespace as deprecated,

since much of the detailed info is delivered by ::content::item::get

* item::get_mime_info

* item::get_extended_url

* item::get_element

In case an empty query is given use the query name to fetch it.

- Only one backslash is needed when scaping double quotes on hstore values.

- include_get proc expects a list of variables therefore we dont want to expand vars.

    • -2
    • +2
    /openacs-4/packages/xowf/tcl/xowf-procs.tcl
- replace deprecated call to " item::copy" by "content::item::copy"

- improve source formatting

- get rid of calls to deprecated function "validate_ad_dateentrywidget"

- get rid of calls to deprecated functions "ad_header" and "ad_footer"

- fix date handling

    • -13
    • +27
    /openacs-4/packages/survey/tcl/survey-procs.tcl
- make dateentry widget more robust to time stamps

- replace deprecated call to "calendar_create" by "calendar::create"

- replace deprecated call to "calendar_assign_permissions" by "calendar::assign_permissions"

- provide hints to depreacated calls to non-deprecated counterparts

- replace deprecatd call to "item::get_title" by "content::item::get_title"

- provide hint to depreacted proc to non-deprecated version via @see

- replace deprecated call to "ad_return" by "return"

- fix ambiguous markup in adp pages due to missing quoting

- fix incorrect "request duration"

- remove deprecated call to "ad_admin_footer"

- moderize tcl

* use "lassign" instead of repeated "lindex" calls,

* use "dict" instead of array

- improve indentation and quoting

- replace deprecatd call to "item::get_title" by "content::item::get_title"

- use w3c badges as local images instead of referenes to w3c site to improve user experience

file valid-html401-blue.png was initially added on branch oacs-5-8.

file wcag1AA-blue.png was initially added on branch oacs-5-8.

- remove obsolete files

- fix indentation of source code

- removed outdated and unlinked page

- replace deprecated call top ad_permission_grant and ad_permission_revoke by calls to permission::grant and permission::revoke

- replace deprecated calls to "ad_header" and "ad_footer" by variant based on "ad_return_top_of_page" and "StreamingHead" template