• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
file page-procs.tcl was initially added on branch oacs-5-1.

file table-procs.tcl was initially added on branch oacs-5-1.

Fix code the gets form element values to use get_value or get_values as

appropriate.

Add code to generate dtype definiton and forms automagically from a database

table.

  1. … 3 more files in changeset.
Add dynamic-types to 5.1 so I can work on a 5.1 compatible version seperate from 5.2 version on HEAD

  1. … 12 more files in changeset.
Fixed datamodel to work with new acs_object fields (package_id, title).

Made add_elements and process consistent about special handling of acs_object fields.

  1. … 6 more files in changeset.
Adding dynamic types package.

    • -0
    • +15
    ./dynamic-type-init.tcl
    • -0
    • +88
    ./dynamic-type-procs-oracle.xql
    • -0
    • +86
    ./dynamic-type-procs-postgresql.xql
    • -0
    • +302
    ./dynamic-type-procs.tcl
    • -0
    • +56
    ./dynamic-type-procs.xql
    • -0
    • +151
    ./event-procs.tcl
    • -0
    • +44
    ./form-procs-oracle.xql
    • -0
    • +154
    ./form-procs-postgresql.xql
    • -0
    • +1008
    ./form-procs.tcl
    • -0
    • +20
    ./mime-filter-procs.tcl
  1. … 12 more files in changeset.