• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed missing end clause

fixed up templating

    • -0
    • +29
    ./www/admin/question-add-2.adp
    • -0
    • +25
    ./www/admin/survey-create-confirm.adp
    • -0
    • +30
    ./www/admin/survey-create.adp
fixed up scoping of admin

added display types

    • -0
    • +4
    ./www/one_paragraph.adp
fixing up survey

    • -7
    • +9
    ./sql/postgresql/simple-survey-create.sql
    • -0
    • +1
    ./www/admin/survey-create-2-oracle.xql
    • -0
    • +1
    ./www/admin/survey-create-2-postgresql.xql
    • -0
    • +22
    ./www/admin/survey-display-type-edit.tcl
fixed wording

templating of survey package

    • -0
    • +21
    ./www/admin/description-edit-2.adp
    • -0
    • +21
    ./www/admin/description-edit.adp
    • -0
    • +31
    ./www/admin/name-edit-2.tcl
    • -0
    • +16
    ./www/admin/name-edit.adp
    • -0
    • +31
    ./www/admin/name-edit.tcl
    • -0
    • +27
    ./www/admin/question-add.adp
    • -0
    • +19
    ./www/admin/question-modify-text.adp
    • -0
    • +7
    ./www/admin/respondents.adp
    • -0
    • +12
    ./www/admin/responses.adp
fixed up simple survey templating

    • -26
    • +3
    ./www/admin/question-modify-text.tcl
    • -1
    • +1
    ./www/admin/survey-create-2-oracle.xql
  1. … 3 more files in changeset.
fixing up the display of simple-survey

    • -0
    • +13
    ./www/admin/index.adp
fixed package, no longer a singleton

fixing the package for better scoping

    • -4
    • +10
    ./sql/oracle/simple-survey-create.sql
    • -0
    • +1
    ./www/admin/survey-create-2-oracle.xql

1. Added a new Tcl procedure to the content repository's library, named

cr_write_content, which properly writes content to the connection

regardless of RDBMS and storage type. This simplified a bunch of stuff

(which explains the removed files).

2. Fixed a lot of general comments issues regarding HTML vs. Plain/Text,

attachments, etc.

3. Partially ported glossary.

  1. … 80 more files in changeset.

updated .info for util.logical_negation corrections. Added -postgresql.xql and -oracle.sql for a few files in admin/

changed logical_negation calls to util__logical_negation and util.logical_negation.

    • -0
    • +14
    ./www/admin/question-active-toggle-oracle.xql
    • -0
    • +14
    ./www/admin/question-active-toggle-postgresql.xql
    • -0
    • +14
    ./www/admin/question-required-toggle-oracle.xql
    • -0
    • +15
    ./www/admin/question-required-toggle-postgresql.xql
    • -0
    • +13
    ./www/admin/response-editable-toggle-oracle.xql
    • -0
    • +13
    ./www/admin/response-editable-toggle-postgresql.xql
    • -0
    • +14
    ./www/admin/response-limit-toggle-oracle.xql
    • -0
    • +14
    ./www/admin/response-limit-toggle-postgresql.xql

logical_negation changed to util__logical_negation and util.logical_negation in acs-kernel/sql/*/utilities-create.sql

    • -1
    • +1
    ./www/admin/question-active-toggle.tcl
    • -13
    • +0
    ./www/admin/question-active-toggle.xql
    • -1
    • +1
    ./www/admin/question-required-toggle.tcl
    • -13
    • +0
    ./www/admin/question-required-toggle.xql
    • -2
    • +2
    ./www/admin/response-editable-toggle.tcl
    • -12
    • +0
    ./www/admin/response-editable-toggle.xql
    • -13
    • +0
    ./www/admin/response-limit-toggle.xql

updated with correct names for sql creation/deletion scripts

renamed files to package-name-create/drop format so that the APM will recognize it during installation.

    • -0
    • +584
    ./sql/postgresql/simple-survey-create.sql
    • -0
    • +73
    ./sql/postgresql/simple-survey-drop.sql
    • -584
    • +0
    ./sql/postgresql/survsimp-create.sql

renamed the files to package-name-create/drop.sql so the APM will recognize it

    • -0
    • +548
    ./sql/oracle/simple-survey-create.sql
    • -0
    • +69
    ./sql/oracle/simple-survey-drop.sql
    • -548
    • +0
    ./sql/oracle/survsimp-create.sql

removed logical_negation because it was already defined in utilities-create.sql in acs-kernel

    • -15
    • +16
    ./sql/oracle/survsimp-create.sql

removed definition of logical_negation because it is already defined in utilities-create.sql in acs-kernel

    • -16
    • +17
    ./sql/postgresql/survsimp-create.sql

took out the join to the acs_objects table. used acs_object__get_attribute to get the necessary queries.

    • -6
    • +4
    ./www/admin/view-text-responses-postgresql.xql

changed number to numeric

added call to person.name

    • -0
    • +26
    ./www/admin/view-text-responses-oracle.xql
    • -0
    • +26
    ./www/admin/view-text-responses-postgresql.xql
    • -22
    • +0
    ./www/admin/view-text-responses.xql

fixed permissions call ad_adminstrator_p to ad_permission_p

*** empty log message ***

    • -0
    • +583
    ./sql/postgresql/survsimp-create.sql
    • -0
    • +72
    ./sql/postgresql/survsimp-drop.sql
    • -0
    • +17
    ./tcl/survsimp-procs-oracle.xql
    • -0
    • +17
    ./tcl/survsimp-procs-postgresql.xql
    • -0
    • +129
    ./tcl/survsimp-procs.xql
    • -0
    • +21
    ./www/index-oracle.xql
    • -0
    • +21
    ./www/index-postgresql.xql
    • -0
    • +20
    ./www/one-respondent-oracle.xql
    • -0
    • +19
    ./www/one-respondent-postgresql.xql
    • -0
    • +23
    ./www/one-respondent.xql
    • -0
    • +98
    ./www/process-response-oracle.xql
    • -0
    • +117
    ./www/process-response-postgresql.xql
    • -0
    • +139
    ./www/process-response.xql
    • -0
    • +16
    ./www/view-attachment-oracle.xql
  1. … 41 more files in changeset.
ported simple survey to postgresql, tested for postgresql, not tested on Oracle

    • -11
    • +34
    ./sql/oracle/survsimp-create.sql

Forgot to define binary files before importing, so .gifs were messed up.

  1. … 2465 more files in changeset.
Initial revision

    • -0
    • +74
    ./simple-survey.info
    • -0
    • +524
    ./sql/oracle/survsimp-create.sql
    • -0
    • +32
    ./sql/oracle/survsimp-drop.sql
    • -0
    • +450
    ./tcl/survsimp-procs.tcl
    • -0
    • +29
    ./www/one-respondent.adp
    • -0
    • +74
    ./www/one-respondent.tcl
    • -0
    • +9
    ./www/process-response.adp
    • -0
    • +317
    ./www/process-response.tcl
    • -0
    • +40
    ./www/view-attachment.tcl
    • -0
    • +96
    ./www/admin/description-edit-2.tcl
    • -0
    • +53
    ./www/admin/description-edit.tcl
  1. … 2465 more files in changeset.