• last updated 23 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

  1. … 61 more files in changeset.
Fix typos

  1. … 76 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.

  1. … 1 more file 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.
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

    • -1
    • +26
    ./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

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

bugfix: check for missing dynamic attributes

  1. … 1 more file in changeset.
added pages to select element widget and to edit element parameters

  1. … 15 more files in changeset.
added pages to admin dynamic types and forms

    • -1
    • +26
    ./dynamic-type-procs-postgresql.xql
  1. … 24 more files in changeset.
Changes for enhancing existing packages with dynamic Types

  1. … 6 more files in changeset.
fix some missing braces

  1. … 1 more file in changeset.
Merge bug fixed from oacs-5-1 branch.

  1. … 3 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

  1. … 320 more files in changeset.
Fix content revision queries.

Fix overrides varaible reference

Add optional dform parameter to generate pages. Add optional dform support to template pages.

  1. … 3 more files in changeset.
Fix query for guessing foreign key options lists.

Fix edit of content_revision subtypes to create revision and subtype revision

correctly.

Fix bug in edit of content_revision subtypes (in form::process)

Add more tempate pages for index, one, edit

  1. … 9 more files in changeset.