• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Use modern HTML and OpenACS features for date input, which do not require rendering via a custom widget api and cumbersome validation

Deprecate dt_widget_calendar_year

Cleanup dt_widget_calendar_navigation documentation

Deprecate dt_widget_calendar_navigation

Test dt_no_time_p

Deprecate ad_ns_set_to_tcl_vars, which can always be replaced with simple tcl idioms

Update uninstall callback:

- avoid convoluted idioms

- improve documentation

- use cross dbms api

Deprecate ad_user_class_description, private proc used nowhere in upstream codebase

dt_ansi_to_list already trims the zeros, no need to create an ns_set, not need to upvar everything twice just to have the variables in our scope

harden page_contract

Test dt_get_info, fix documentation according to long standing behavior

do not show grading_table if grading is "none"

Port of downstream feature:

check that no Portlet with the same name exists on the same portal and page before trying to enter the data.

Fix applet mountpoint:

.LRN UI expects the static portlet applet to be mounted under the /dotlrn/applets site node and this is also the case at the WU installation. However, upstream .LRN mounts the applet under /dotlrn, causing dead links in the UI. Rectify the situation and provide an automated test that will enforce this condition from now on.

file apm-callback-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/dotlrn-static/tcl/apm-callback-procs.tcl
handle the case when instantiate_includelet is not returning an object (e.g. invalid top_includelet via user input)

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
For the file-storage portlet to support the "showcasing use case", instead of hacking the UI as done before, we just point it to the user folder, that should exist for everyone

Handle here as well the case, that we are just showcasing the portlet for "Portal Templates"

Handle here as well the case when this portlet is rendered in "Portal Templates"

Handle the case of "Portal Templates", when the portlet is only showcased and should not be interacted with

make check more robust

harden page_contract

Format code in a way to avoid false positives where a column name is taken as a deprecated proc

    • -9
    • +6
    /openacs-4/packages/forums/tcl/forums-procs.tcl
Cleanup deprecated api from test

Go ahead and reimplement also lc_time_utc_to_local

Reimplement lc_time_local_to_utc using lc_time_tz_convert

Improve test for lc_time_local_to_utc, showing that its behavior is inconsitent with respect to invalid input

harden page contract

perm-include checks already that privs are not empty

Use UTF-8 emoji HTML entities instead of static images to convert smileys in the forums package

This has the advantage of not requiring a request to serve the images. It also avoids the need to hardcode the image size, as they will be basically treated as fonts.

Whitespace cleanup