• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
comment out and/or drop references t money to address issue #3381

Fix dynamic-types package installation (many Thanks to Iuri Sanpaio) See #3381

Whitespace changes + editor hints

  1. … 24 more files in changeset.
Replace/remove deprecated proc 'db_null'

  1. … 24 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. … 472 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 201 more files in changeset.
Fix typos

    • -2
    • +2
    ./sql/postgresql/dtype-package-create.sql
  1. … 149 more files in changeset.
Fix typos

  1. … 61 more files in changeset.
Fix typos

  1. … 76 more files in changeset.
Remove package version from catalog files

    • -1
    • +1
    ./catalog/dynamic-types.en_US.ISO-8859-1.xml
  1. … 12 more files in changeset.
Fix call to item::get

alter dtype::form::edit to accept a value for object_type; adjust the form

in www/form-ae.tcl so it passes object_type.

Needed because dtype::form::edit did not otherwise know how to get that value.

corrected misspelled variable name form_d -> form_id

changing lang message acs-kernel.common_No to acs-kernel.common_No since the upper case reference is not in the kernel

changeing message key acs-kernel.common_no to acs-kernel.common_No (since the label is No as well), adding a new message key acs-kernel.common_no (with lower case "no")

  1. … 50 more files in changeset.
Reset the crv_package_id as the package_id should be set by cr_revision__new

Fix for the duplicate revision_id and deadlock on concurrent cr updates and inserts

  1. … 5 more files in changeset.
Added maturity

  1. … 1 more file in changeset.
Changed a couple of notices to debug, added I18N

Added override possibilty. Added error handling if a dtype element contained paranthesis

commit changes from merge with HEAD

    • -9
    • +45
    ./catalog/dynamic-types.en_US.ISO-8859-1.xml
    • -1
    • +32
    ./sql/postgresql/dtype-package-create.sql
    • -1
    • +1
    ./sql/postgresql/dynamic-types-create.sql
    • -3
    • +20
    ./sql/postgresql/metadata-create.sql
    • -2
    • +37
    ./tcl/dynamic-type-procs-oracle.xql
    • -1
    • +26
    ./tcl/dynamic-type-procs-postgresql.xql
  1. … 62 more files in changeset.
Add a where clause to this query to prevent it from updating all of cr_revisions.

Made sure that -exclude_static works in add_elements as well

Missing commits for -exclude_static

Fixed delete attribute function to remove entry from the dtype_attributes table.

    • -0
    • +2
    ./sql/postgresql/dtype-package-create.sql
Remove event mechanism (should eventually be replaced with callbacks).

Removed excludes switches (the same effect should be achieved using the existing dform switches).

Removed events which have been superceded by ad_proc -callback

added support for passing through variables to tcl-procs in widget params

Added message keys

    • -12
    • +5
    ./catalog/dynamic-types.en_US.ISO-8859-1.xml
  1. … 34 more files in changeset.
bugfix: check for missing dynamic attributes

  1. … 1 more file in changeset.