application-data-link-procs.tcl

  • last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 9 more files in changeset.
Remove ID size restriction in regexp

Increase the id length check by regexp in 'application_data_link::scan_for_links'

Whitespace changes

    • -56
    • +56
    ./application-data-link-procs.tcl
  1. … 2 more files in changeset.
Fix parameter names and descriptions in proc doc

  1. … 3 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 71 more files in changeset.
mark *not_cached functions as private

  1. … 3 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Fix spelling errors

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