• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Make requiring of a test package instance more generic: the plan is to use it in other contexts

    • -1
    • +53
    ./acs-automated-testing/tcl/aa-test-procs.tcl
    • -46
    • +2
    ./xowiki/tcl/test/xowiki-test-procs.tcl
drop leftover functions from 2003, 2004 and 2005 in existing instances

    • -2
    • +2
    ./acs-content-repository/acs-content-repository.info
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

    • -2
    • +61
    ./xowiki/tcl/test/xowiki-test-procs.tcl
Use the xowiki namespace

    • -1
    • +1
    ./xowiki/tcl/test/xowiki-test-procs.tcl
Cleanup irrelevant comment

    • -2
    • +0
    ./xowiki/tcl/test/xowiki-test-procs.tcl
Fix typos

    • -2
    • +2
    ./xowiki/tcl/test/xowiki-test-procs.tcl
Minor formatting changes

    • -8
    • +6
    ./acs-subsite/tcl/test/acs-subsite-procs.tcl
Use test api to make the test more generic, handle mixed-case emails

    • -13
    • +7
    ./acs-subsite/tcl/test/acs-subsite-procs.tcl
Use test api to make the test work in different contexts

    • -41
    • +5
    ./acs-subsite/tcl/test/acs-subsite-procs.tcl
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

    • -0
    • +377
    ./bookmarks/sql/postgresql/upgrade/upgrade-5.2-5.3d1.sql
Whitespace changes

    • -14
    • +14
    ./acs-admin/www/apm/packages-install.tcl
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'

    • -2
    • +2
    ./acs-admin/www/apm/packages-install.tcl
use "ad_log" instead of "ns_log" in "obscure case"

    • -2
    • +2
    ./acs-tcl/tcl/request-processor-procs.tcl
Allow to undelete a message from acs-lang 'edit-localized-message', instead of showing the option to delete it whatever the state is

    • -1
    • +6
    ./acs-lang/www/admin/edit-localized-message.adp
    • -1
    • +9
    ./acs-lang/www/admin/edit-localized-message.tcl
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
    ./acs-lang/www/admin/index.xql
improve spelling

    • -1
    • +1
    ./assessment/www/doc/data_collection.html
    • -1
    • +1
    ./assessment/www/doc/requirements.html
Improve proc documentation

    • -3
    • +3
    ./file-storage/tcl/file-storage-procs.tcl
Refactor acs-lang 'message-list', using a single query for counting the different message states instead of one per state, and simplifying tcl logic

    • -43
    • +15
    ./acs-lang/www/admin/message-list.tcl
    • -16
    • +43
    ./acs-lang/www/admin/message-list.xql
Fix xotcl-core cr-items test: modifying IP comes in fact from the cr_item's acs_object (it is also on the revision, but on the items seems to take into account e.g. proxying)

    • -5
    • +4
    ./xotcl-core/tcl/test/xotcl-test-procs.tcl
Fix 3 inconsistent log messages in the test

Fix typo

improve spelling

    • -2
    • +2
    ./xowiki-portlet/tcl/xowiki-admin-portlet-procs.tcl
    • -2
    • +2
    ./xowiki-portlet/tcl/xowiki-portlet-procs.tcl
    • -2
    • +2
    ./survey/www/admin/process-response.tcl
    • -2
    • +2
    ./dotlrn/www/doc/permission-portals.adp
    • -1
    • +1
    ./evaluation-portlet/tcl/test/evaluation-portlet-procs.tcl
    • -13
    • +13
    ./evaluation-portlet/tcl/test/tclwebtest-procs.tcl
improve spelling

    • -3
    • +3
    ./acs-content-repository/tcl/content-type-procs.tcl
    • -1
    • +1
    ./acs-content-repository/tcl/publish-procs.tcl
    • -1
    • +1
    ./acs-core-docs/www/docbook-primer.adp
    • -20
    • +20
    ./ajaxhelper/www/doc/head-procs.tcl
  1. … 3 more files in changeset.
Rework acs-lang 'package-list' query 'packages_locale_status' query (89ms -> 4ms)

    • -52
    • +27
    ./acs-lang/www/admin/package-list.xql
Rework acs-lang 'package-list' query 'packages_locale_status_default' query (48ms -> 2ms)

    • -28
    • +20
    ./acs-lang/www/admin/package-list.xql
Prefer portable current_timestamp idiom to NOW()