• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix multirow variables

    • -5
    • +5
    /openacs-4/packages/survey/www/admin/one.adp
- remove unneeded colon

more revisions, untested

adding more code.. still incomplete

- create slots via ::xotcl::MetaSlot

- create slots via ::xotcl::MetaSlot

- renamed protype pages according to form naming conventions

- use usual parameter notation

- cleanup of redundant definitions

If the comment has a file attached, the comment content was being displayed

using the attachement's mime type. Well, the script tried to, typically

it would cause the script to bomb.

adding thick/thin template

minor css tweaks

centralize navbar css in bug-tracker.css

PG 9.0 support. Avoiding using acs_object_id_seq view for fetchting next value for the t_acs_object_id_seq sequence.

remove conflicts in html docs

  1. … 120 more files in changeset.
fix broken image paths

  1. … 159 more files in changeset.
fix broken image paths

  1. … 156 more files in changeset.
be a bit more graceful on missing requests.

content_type css_file does not exist, require admin permission to do this, read file all at once instead of line by line

- adding support for some HTML5 input types and attributes

case fold before checking if column exists

changing code to consistently handle cases of novalue versus empty string, other syntax fixes

dont give table and id columns for tables that do not exist; maybe there should be an upgrade to fix this as well

make created view with : use _ instead (fix for xowiki object types)

you need to flush the package id to package_key map on update otherwise parameter updates and other things depending on package key fail until server restart. no attempt made to fix teh xotcl-core cached version. also misnamed query fixed

accept pkey, fkey, and key as constraint suffixes since the pg automatic names use them and are good

fix typos and xml in query file

revising argument passing for procs to be more flexible and intuitive

minor revisions, adding qf_textarea, untested

refining qf_open, adding qf_fieldset, untested