• last updated 16 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Got rid of spaces after / in lines. Fixes #1348.

    • -7
    • +7
    ./packages/classified-ads/www/index.tcl
starting to implement the cast page

    • -1
    • +43
    ./packages/simulation/tcl/template-procs.tcl
    • -1
    • +0
    ./packages/simulation/www/map-master.adp
    • -5
    • +14
    ./packages/simulation/www/simplay/cast.adp
    • -5
    • +49
    ./packages/simulation/www/simplay/cast.tcl
    • -7
    • +1
    ./packages/simulation/www/simplay/enroll.tcl
  1. … 6 more files in changeset.
Fixed TODO's

  1. … 2 more files in changeset.
Removed sim_message objects

    • -1
    • +2
    ./packages/simulation/lib/sim-objects.tcl
  1. … 1 more file in changeset.
Fixed TODO (.25h): kill link bar for players

  1. … 1 more file in changeset.
implementing the enroll page

    • -3
    • +5
    ./packages/simulation/tcl/template-procs.tcl
    • -1
    • +3
    ./packages/simulation/www/simplay/cast.tcl
    • -7
    • +9
    ./packages/simulation/www/simplay/enroll.adp
    • -20
    • +44
    ./packages/simulation/www/simplay/enroll.tcl
  1. … 4 more files in changeset.
fixing the tclwebtest script (it was broken in simplay). Adding checks in simplay that you are authorized to act in a role

    • -1
    • +43
    ./packages/simulation/tcl/sim-case-procs.tcl
    • -1
    • +1
    ./packages/simulation/test/demo-data-setup.test
    • -2
    • +2
    ./packages/simulation/www/simplay/case.tcl
    • -0
    • +2
    ./packages/simulation/www/simplay/message.tcl
    • -2
    • +1
    ./packages/simulation/www/simplay/tasks.adp
  1. … 12 more files in changeset.
Fixed some boneheaded problems with my last commit.

    • -20
    • +20
    ./packages/portal/tcl/apm-callback-procs.tcl
    • -0
    • +16
    ./packages/portal/tcl/datasource-procs.xql
you cannot have a nested db statement (in this case insert inside a db_foreach) inside a transaction. The code would hang on acs_mail_lite::send. Changing to use db_list_of_lists.

    • -3
    • +9
    ./packages/simulation/tcl/template-procs.tcl
  1. … 1 more file in changeset.
fixing the join simulation include

  1. … 2 more files in changeset.
unless you are an admin, only show the templates that you have created yourself

    • -3
    • +8
    ./packages/simulation/lib/sim-templates.tcl
  1. … 1 more file in changeset.
implementing the case admin page

    • -0
    • +5
    ./packages/simulation/www/simplay/case-admin-user-add.adp
    • -0
    • +45
    ./packages/simulation/www/simplay/case-admin-user-add.tcl
    • -0
    • +5
    ./packages/simulation/www/simplay/case-admin-user-move.adp
    • -0
    • +78
    ./packages/simulation/www/simplay/case-admin-user-move.tcl
    • -3
    • +5
    ./packages/simulation/www/simplay/index.tcl
  1. … 8 more files in changeset.
adding the sim_adminplayer privilege to the case authors group

  1. … 1 more file in changeset.
Fixed del vs. delete issues to make the oracle version work with 5.0 and

made the PG names the same so I can use package_exec_plsql ...

Fixed a variety of things ...

    • -1
    • +3
    ./packages/portal/tcl/apm-callback-procs.tcl
    • -12
    • +4
    ./packages/portal/tcl/datasource-procs.xql
Fix allows tasks to be viewed from tasks page

Now depends on organizations package.

Cosmetic change to add-edit

Index page now shows company a project is associated with

Task page shows tickets now (instead of not showing them!)

    • -1
    • +2
    ./packages/project-manager/www/add-edit.tcl
    • -1
    • +4
    ./packages/project-manager/www/index.tcl
Removed references to service contract sql files

    • -3
    • +1
    ./packages/portal/sql/oracle/portal-create.sql
    • -2
    • +1
    ./packages/portal/sql/oracle/portal-drop.sql
Moved service contract stuff to Tcl API and otherwise just incremental

progress.

    • -145
    • +0
    ./packages/portal/sql/oracle/datasource-sc-create.sql
    • -0
    • +85
    ./packages/portal/tcl/apm-callback-procs.tcl
    • -1
    • +2
    ./packages/portal/tcl/portal-procs.tcl
Fixed: query for project with multiple revisions didn't work.

making the demo-data-setup script work with the new changed siminst wizard

  1. … 1 more file in changeset.
adding caching of the get_inst_state proc

    • -3
    • +25
    ./packages/simulation/tcl/template-procs.tcl
  1. … 1 more file in changeset.
flushing the inst_state cache before wizard forward

    • -1
    • +0
    ./packages/simulation/www/siminst/index.tcl
  1. … 6 more files in changeset.
adding email notifications that are sent after notify date (reminders) and upon simulation start. Also adding the sweeper that starts simulations in addition to sending notifications

    • -1
    • +3
    ./packages/simulation/tcl/simulation-init.tcl
    • -12
    • +102
    ./packages/simulation/tcl/template-procs.tcl
  1. … 6 more files in changeset.
Upped the version number.

Added deletion of branches and conditions if a survey/section has been removed.

Fixed the date display for predefined questions, got rid of an unnecessary DB call and fixed the selection of checkboxes.

    • -11
    • +15
    ./packages/survey/tcl/survey-procs.tcl
    • -10
    • +3
    ./packages/survey/tcl/survey-procs.xql
Fixed insertion for predefined questions into the Database, if the database record was not already present.

    • -1
    • +4
    ./packages/survey/www/process-response.tcl
Removed unnecessary queries to tune performance.

    • -18
    • +0
    ./packages/survey/www/respond-oracle.xql
    • -22
    • +0
    ./packages/survey/www/respond-postgresql.xql
Fixed a problem with new-request and an unset action_type.