• last updated 11 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
switch from png files for dot to inlne svg

This helps to avoid writing the .png files to some directory, which has

to be accessible

    • -24
    • +27
    /openacs-4/packages/xowf/tcl/xowf-procs.tcl
Bugfix: Get database name from postgres connection string keywords

The connection string can be provided for libpq either as the plain

dbname (old style) or as a list of keywords (new style).

In the latter case, the full keyword string was returned

instead of the dbname.

fixed typo (many thanks to Franz Penz for spotting this)

include request start in long-call listing

Replaced "ns_mktemp" by "ad_tmpnam" to ease code maintenance

The underlying C library API for "ns_mktemp" is deprecated

for security reasons, we will have to do something about it.

bump version numbers and add version check URLs

added versionCheckURL

Added link for version check when configured

bump version of the highcharts upstream package to 10.3.1

minor updates

most significant changes:

- longer lines kept for long-calls

- adapted size of buffer for long-call analysis

document right changes on new installs for api-doc

This is in fact an include and not a standalone page

improve Oracle compatibility

make behavior more robust when (erronously) called without a connection

without handling no-connection, the error message is swallowed

Fix for updating the time window via configuration dialog

In cases, where no student submissions exists, updating the time

window via the configuration dialog was ignored.

Many thanks to Thomas Renner for finding the cause and providing a fix.

    • -1
    • +15
    /openacs-4/packages/xowf/lib/inclass-exam.wf
made time_window_setup public for saving the values from the configuration dialog

Improved appearance in TRN mode

- don't set "alt" attribute in classic mode by default to the title.

The title is often be provided as a message key, using it twice

causes two edit controls

- in acs-lang, the extra setting of link_html, which provided

the title attribute can be omitted, since adp:icon renders this

by itself.

beautify TRN mode in developer support

in essence, this change switches from CSS icons to <adp:icon>

since in default setup (when no themes/icon sets are installed)

the CSS based rendering was bad. Using <adp:icon> offers

more flexibility and tailorability.

fix wrong icon in "classic" mode (using images)

improve Oracle compatibility

improve Oracle compatibility

improve Oracle compatibility

fix setting of dict value in error cases

improve Oracle compatibility

improve Oracle compatibility

Don't break appearance for bootstrap3

make sure, variables for emergency settings are provided

added warnings/errors in case outdated code is encountered

harden policy that a user needs at least admin permission on the package for e.g. editing a question

improve Oracle compatibility