xolp-activity-procs.tcl

  • last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Avoid extra transaction on single statement

Inline SQL to fetch the current item and check for existance

Go to the datamodel directly to reduce number of queries

No need to check for existance in a separate query, prefer portable idioms

Use a slightly faster idiom to check for existance

Prefer bind variables in sql idiom

Indroduce new indexes on xolp_activity_hierarchy_bridge and xolp_competency_set_bridge

  1. … 1 more file in changeset.
Add 'package_id' for tests so it does not need to be guessed

  1. … 2 more files in changeset.
Prefer portable current_timestamp idiom to NOW()

  1. … 1 more file in changeset.
Normalize indentation, add editor hints

  1. … 10 more files in changeset.
Modernize XoTcl idioms

  1. … 5 more files in changeset.
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

  1. … 4 more files in changeset.
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @cvs_id -> @cvs-id

- @version -> @cvs-id

- @creation_date -> @creation-date

- @date -> @creation-date

- Different variations of $Id$

- Remove wrong @param entry

- Fix typos

  1. … 368 more files in changeset.
fix typos

  1. … 14 more files in changeset.
Initial import of XOLP

  1. … 60 more files in changeset.
Initial revision

    • -0
    • +345
    ./xolp-activity-procs.tcl
  1. … 60 more files in changeset.