• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Whitespace changes

    • -14
    • +14
    ./packages/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'

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

    • -2
    • +22
    ./packages/acs-lang/www/admin/index.adp
    • -53
    • +50
    ./packages/acs-lang/www/admin/index.tcl
    • -0
    • +62
    ./packages/acs-lang/www/admin/index.xql
file index.xql was initially added on branch oacs-5-10.

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

    • -1
    • +1
    ./packages/assessment/www/doc/data_collection.html
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

    • -43
    • +15
    ./packages/acs-lang/www/admin/message-list.tcl
    • -16
    • +43
    ./packages/acs-lang/www/admin/message-list.xql
    • -0
    • +1
    ./packages/acs-lang/www/admin/package-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)

Fix 3 inconsistent log messages in the test

    • -3
    • +3
    ./packages/xolp/tcl/test/xolp-test-procs.tcl
Fix typo

improve spelling

    • -2
    • +2
    ./packages/survey/www/process-response.tcl
    • -2
    • +2
    ./packages/oacs-dav/tcl/oacs-dav-procs.tcl
    • -1
    • +1
    ./packages/notifications/www/doc/index.adp
improve spelling

    • -2
    • +2
    ./packages/acs-lang/tcl/lang-catalog-procs.tcl
    • -1
    • +1
    ./packages/ajaxhelper/tcl/ajax-procs.tcl
    • -1
    • +1
    ./packages/ajaxhelper/tcl/ajax-yahoo-procs.tcl
    • -2
    • +2
    ./packages/ajaxhelper/www/doc/blank-master.tcl
    • -20
    • +20
    ./packages/ajaxhelper/www/doc/head-procs.tcl
    • -1
    • +1
    ./packages/assessment/lib/assessment.tcl
  1. … 3 more files in changeset.
Rework acs-lang 'package-list' query 'packages_locale_status' query (89ms -> 4ms)

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

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

    • -2
    • +2
    ./packages/xolp/tcl/xolp-activity-procs.tcl
    • -3
    • +3
    ./packages/xolp/tcl/xolp-indicator-procs.tcl
Exploit existing acs::test::user::create api

    • -20
    • +3
    ./packages/xolp/tcl/xolp-util-procs.tcl
Normalize indentation, add editor hints

    • -39
    • +46
    ./packages/xolp/tcl/xolp-activity-procs.tcl
    • -14
    • +21
    ./packages/xolp/tcl/xolp-competency-procs.tcl
    • -0
    • +7
    ./packages/xolp/tcl/xolp-date-procs.tcl
    • -37
    • +44
    ./packages/xolp/tcl/xolp-evaluation-procs.tcl
    • -54
    • +61
    ./packages/xolp/tcl/xolp-indicator-procs.tcl
    • -10
    • +17
    ./packages/xolp/tcl/xolp-iri-procs.tcl
    • -0
    • +7
    ./packages/xolp/tcl/xolp-time-procs.tcl
    • -31
    • +38
    ./packages/xolp/tcl/xolp-user-procs.tcl
    • -10
    • +17
    ./packages/xolp/tcl/xolp-util-procs.tcl
    • -859
    • +866
    ./packages/xolp/tcl/test/xolp-test-procs.tcl
Modernize XoTcl idioms

    • -10
    • +10
    ./packages/xolp/tcl/xolp-activity-procs.tcl
    • -2
    • +2
    ./packages/xolp/tcl/xolp-competency-procs.tcl
    • -11
    • +9
    ./packages/xolp/tcl/xolp-evaluation-procs.tcl
    • -17
    • +17
    ./packages/xolp/tcl/xolp-indicator-procs.tcl
    • -12
    • +11
    ./packages/xolp/tcl/xolp-iri-procs.tcl
    • -3
    • +3
    ./packages/xolp/tcl/xolp-user-procs.tcl
Use xotcl-core indentation convention

    • -95
    • +96
    ./packages/xolp/tcl/xolp-apm-procs.tcl
Whitespace cleanup, normalize indentation, add editor hints

    • -94
    • +100
    ./packages/xolp/tcl/xolp-apm-procs.tcl
Use xotcl db idioms

    • -4
    • +4
    ./packages/xolp/tcl/test/xolp-test-procs.tcl
Rollback tests or they will interfere with the others

    • -0
    • +2
    ./packages/xolp/tcl/test/xolp-test-procs.tcl
Reimplement query to obtain user competencies to fix xolp.user_get_competencies automated test

Personal perplexities:

- why do we specify the competency_set_id on the indicator facts? If one fact can be e.g. an exam, this might be related with multiple competency sets

- should we take into account also the validity of an activity?

    • -14
    • +36
    ./packages/xolp/tcl/xolp-user-procs.tcl
Add deleted column to acs-lang 'package-list', and fixed number of messages depending on status, making it coherent with 'message-list'. Also fixed translated/untranslated count on default locale in 'message-list'. Version bump.

    • -5
    • +6
    ./packages/acs-lang/www/admin/message-list.tcl
    • -0
    • +1
    ./packages/acs-lang/www/admin/message-list.xql
    • -0
    • +6
    ./packages/acs-lang/www/admin/package-list.adp
    • -53
    • +32
    ./packages/acs-lang/www/admin/package-list.tcl
    • -0
    • +97
    ./packages/acs-lang/www/admin/package-list.xql
file package-list.xql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./packages/acs-lang/www/admin/package-list.xql
Port downstream commit cab327aeda04f1f1f6b8f2310ddc88c7c081a84f from Günter Ernst:

Minor adjustments to ensure install- and uninstallability

    • -7
    • +17
    ./packages/xolp/tcl/xolp-apm-procs.tcl
    • -1
    • +1
    ./packages/xolp/tcl/xolp-competency-procs.tcl
    • -0
    • +1
    ./packages/xolp/tcl/xolp-indicator-procs.tcl
Port of downstream commit 9cbc3f04aad075e902e64d0c67d53158160a933c from Felix Möedritscher:

feature / issue #10359: added message keys, extended the xolp API - get_competencies, get_activities_of_package, update_title

    • -0
    • +4
    ./packages/xolp/catalog/xolp.de_DE.ISO-8859-1.xml
    • -0
    • +4
    ./packages/xolp/catalog/xolp.en_US.ISO-8859-1.xml
    • -0
    • +22
    ./packages/xolp/tcl/xolp-activity-procs.tcl
    • -0
    • +12
    ./packages/xolp/tcl/xolp-competency-procs.tcl
Fix untranslated count and view on acs-lang 'message-list' + some refactoring

    • -20
    • +24
    ./packages/acs-lang/www/admin/message-list.tcl
    • -1
    • +1
    ./packages/acs-lang/www/admin/message-list.xql