• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
return [ad_conn peeraddr] instead of [ns_conn peeraddr] as default for IP address as creator/modifier IP address

Apply fix to category__change_parent provided by franz.penz@km.at

apparently Oracle was not affected

file upgrade-1.1.4-1.1.5d1.sql was initially added on branch oacs-5-10.

Remove irrelevant comments

Add parameter 'version' also to 'template::head::add_javascript' and 'template::head::add_script'

Require a special test instance for xowf tests as well

Fix doc

Add parameter 'version' to both 'template::head::add_css' and 'template::head::flush_link', in order to add a version to certain resources, as a query parameter, to perform 'cache busting' and forcing retrieval of stale files by the browser

Make requiring of a test package instance more generic: the plan is to use it in other contexts

drop leftover functions from 2003, 2004 and 2005 in existing instances

file upgrade-5.10.0d6-5.10.0d7.sql was initially added on branch oacs-5-10.

Require an extra xowiki instance for test shenanigans

Use the xowiki namespace

Cleanup irrelevant comment

Fix typos

Minor formatting changes

Use test api to make the test more generic, handle mixed-case emails

Use test api to make the test work in different contexts

add missing upgrade directory

as it seems, there was never one, therefore there were no sql upgrade scripts performed

file upgrade-5.10.0d1-5.10.0d2.sql was initially added on branch oacs-5-10.

provide named arguments for stored procedures to reduce warnings with recent versions of OpenACS

Whitespace changes

Do not assume a package is installed only if it has an entry in the 'apm_package_types' table. This fixes the issue of package upgrade prompting, in not installed packages, that still have an entry in 'apm_package_types'

use "ad_log" instead of "ns_log" in "obscure case"

Allow to undelete a message from acs-lang 'edit-localized-message', instead of showing the option to delete it whatever the state is

Refactor acs-lang 'admin/index' page, adding the new columns 'total' and 'deleted' to the listing, and reworking the query so it is faster (53ms -> 7ms), correct (number of messages by state are computed coherently with other acs-lang pages) and gives more information

file index.xql was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/acs-lang/www/admin/index.xql
improve spelling

Improve proc documentation

Refactor acs-lang 'message-list', using a single query for counting the different message states instead of one per state, and simplifying tcl logic