• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- mark more of the functions as deprecated which are not called

by the major 80 packages and for which popular alternatives exist

* pkg_home (-> acs_package_root_dir)

* ad_get_user_info (-> acs_user::get)

* exists_or_null (-> tcl builtins)

* lmap (danger, this function is a built-in of Tcl 8.6)

* template::util::server_root (-> $::acs::rootdir)

* template::util::display_value (-> ns_log)

* template::util::proper_noun (-> string totitle)

* template::util::string_range (-> string range)

* template::util::get_cookie (-> ad_get_cookie)

* template::util::set_cookie (-> ad_set_cookie)

* template::util::clear_cookie (-> ad_set_cookie)

- util_wrap_list: fix bug, when length of first word less then indent

(space was missing)

- add new adp file

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