application-data-link-procs.tcl

  • last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 754 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- don't use backslash in multiline expressions

- make long expressions more uniform and more readable

- use "in" or not in (ni) operator instead of lsearch

- brace expressions to allow for tcl compilation

- bump version number

  1. … 23 more files in changeset.
- use "in" operator instead of lsearch (for readability and performance)

  1. … 5 more files in changeset.
Fix call to content::type::is_content_type. Switch name is object_type not content_type

merge new application_data_link::get_links_to proc from oacs-5-6 branch

  1. … 1 more file in changeset.
add application_data_links::get_links_to proc (there was only get_links_from)

  1. … 1 more file in changeset.
TIP #138 - Add relation_tag to acs_data_links

    • -26
    • +76
    ./application-data-link-procs.tcl
  1. … 7 more files in changeset.
Fix call to is_content_type, parameter was fixed to be object_type to match oracle pl/sql

Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 324 more files in changeset.
Confirm URLs and object_ids when scanning for links. Update test.

  1. … 2 more files in changeset.
Don't capture URLs outside the current site as object URLs

  1. … 1 more file in changeset.
Fixing naming problem preventing data links from being created. As this is a backport from HEAD it also includes the caching of the links.

  1. … 1 more file in changeset.
Added a necessary comment to a public proc

Merged oacs-5-2 -> oacs-5-3 branches.

  1. … 66 more files in changeset.
Made sure the links get created correctly and that the flushing works

    • -21
    • +37
    ./application-data-link-procs.tcl
Caching and tuning

  1. … 1 more file in changeset.
Fixing a coupld of bugs in the edited data_link::new procedure

Adding new procs to create single direction links, and get all links regardless of type, proc to check if a link exists, and tests for the new functionality.

    • -1
    • +149
    ./application-data-link-procs.tcl
  1. … 1 more file in changeset.
Bug stomp: added documentation to acs core procs that had no docs.

  1. … 1 more file in changeset.
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
bugfix: typo

use seperate table for application data links

  1. … 3 more files in changeset.
added application links and application data links

  1. … 7 more files in changeset.
file application-data-link-procs.tcl was added on branch oacs-5-2 on 2005-07-26 16:43:57 +0000

Added application and application data linking functionality written by Timo. This allows you to link packages together (e.g. project-manager and logger) or data of packages (e.g. a project and a file-storage folder)

    • -0
    • +43
    ./application-data-link-procs.tcl
  1. … 8 more files in changeset.