• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
moving simulation to /openacs-4/packages

    • -327
    • +0
    ./postgresql/simulation-content-types-create.sql
    • -165
    • +0
    ./postgresql/simulation-content-types-drop.sql
    • -59
    • +0
    ./postgresql/simulation-packages-create.sql
    • -7
    • +0
    ./postgresql/simulation-packages-drop.sql
    • -56
    • +0
    ./postgresql/simulation-priv-test-users-create.sql
    • -31
    • +0
    ./postgresql/simulation-privs-create.sql
    • -31
    • +0
    ./postgresql/simulation-privs-drop.sql
    • -204
    • +0
    ./postgresql/simulation-tables-create.sql
    • -33
    • +0
    ./postgresql/simulation-tables-drop.sql
    • -15
    • +0
    ./postgresql/upgrade/upgrade-1.0.0b1-1.0.0b2.sql
    • -15
    • +0
    ./postgresql/upgrade/upgrade-1.0.0b2-1.0.0b3.sql
    • -18
    • +0
    ./postgresql/upgrade/upgrade-1.0.0b3-1.0.0b4.sql
  1. … 221 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

    • -12
    • +23
    ./postgresql/simulation-tables-create.sql
    • -0
    • +15
    ./postgresql/upgrade/upgrade-1.0.0b2-1.0.0b3.sql
    • -0
    • +18
    ./postgresql/upgrade/upgrade-1.0.0b3-1.0.0b4.sql
  1. … 645 more files in changeset.
file upgrade-1.0.0b3-1.0.0b4.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-1.0.0b3-1.0.0b4.sql
  1. … 1 more file in changeset.
file upgrade-1.0.0b2-1.0.0b3.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-1.0.0b2-1.0.0b3.sql
  1. … 1 more file in changeset.
Upgrade script for the show_contacts_p thing

    • -0
    • +15
    ./postgresql/upgrade/upgrade-1.0.0b1-1.0.0b2.sql
  1. … 1 more file in changeset.
Added the switch to show or not show contacts

    • -2
    • +7
    ./postgresql/simulation-tables-create.sql
  1. … 7 more files in changeset.
removing obsolete table sim_case_object_map

    • -19
    • +1
    ./postgresql/simulation-tables-create.sql
  1. … 1 more file in changeset.
Case admin page

    • -1
    • +12
    ./postgresql/simulation-content-types-create.sql
    • -1
    • +3
    ./postgresql/simulation-tables-create.sql
  1. … 14 more files in changeset.
implementing multiple recipients for tasks. Adding table sim_task_recipients

    • -4
    • +14
    ./postgresql/simulation-tables-create.sql
    • -1
    • +2
    ./postgresql/simulation-tables-drop.sql
  1. … 18 more files in changeset.
a minor of TODO fixes

    • -5
    • +5
    ./postgresql/simulation-content-types-create.sql
  1. … 11 more files in changeset.
going over TODOs, fixing them, classifying as B, or removing

    • -2
    • +2
    ./postgresql/simulation-content-types-create.sql
  1. … 13 more files in changeset.
drafting generic casting support in the autocast proc. However, the proc still needs to take the groups in sim_role_party_map into account. Adding check for enroll period on enroll page.

    • -4
    • +2
    ./postgresql/simulation-tables-create.sql
  1. … 9 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
    • +14
    ./postgresql/simulation-tables-create.sql
    • -1
    • +2
    ./postgresql/simulation-tables-drop.sql
  1. … 10 more files in changeset.
More TODO's

    • -2
    • +2
    ./postgresql/simulation-content-types-create.sql
  1. … 9 more files in changeset.
Instantiation, naming cases, fixing minor issues

    • -4
    • +4
    ./postgresql/simulation-tables-create.sql
  1. … 19 more files in changeset.
debugging simulation start and was able to intantiate a template for the first time

    • -5
    • +5
    ./postgresql/simulation-packages-create.sql
  1. … 7 more files in changeset.
Adding the __new, __name, and __name functions for the sim_case object type. giving drop scripts same structure as create scripts.

    • -0
    • +165
    ./postgresql/simulation-content-types-drop.sql
    • -221
    • +5
    ./postgresql/simulation-drop.sql
    • -1
    • +56
    ./postgresql/simulation-packages-create.sql
    • -0
    • +7
    ./postgresql/simulation-packages-drop.sql
    • -0
    • +31
    ./postgresql/simulation-privs-drop.sql
    • -7
    • +9
    ./postgresql/simulation-tables-create.sql
    • -0
    • +31
    ./postgresql/simulation-tables-drop.sql
  1. … 7 more files in changeset.
sim_case is an acs_object, not a CR item

    • -37
    • +1
    ./postgresql/simulation-content-types-create.sql
    • -1
    • +33
    ./postgresql/simulation-tables-create.sql
  1. … 2 more files in changeset.
fixing table comment that we forgot to change when renaming table

    • -2
    • +2
    ./postgresql/simulation-tables-create.sql
  1. … 1 more file in changeset.
adding the sim_case content type

    • -2
    • +39
    ./postgresql/simulation-content-types-create.sql
  1. … 2 more files in changeset.
further work on the simulation::template::start and simulation::template::cast procs. Allowing multilpe groups per group on the simulation-casting-3 page.

    • -7
    • +7
    ./postgresql/simulation-tables-create.sql
  1. … 14 more files in changeset.
Added sim_case_role_object_map table

    • -1
    • +19
    ./postgresql/simulation-tables-create.sql
  1. … 1 more file in changeset.
Fixed typos

    • -5
    • +5
    ./postgresql/simulation-content-types-create.sql
  1. … 1 more file in changeset.
UI tweaks and mockup TODOs

    • -0
    • +3
    ./postgresql/simulation-privs-create.sql
  1. … 25 more files in changeset.
adding the sim_role_group_map for casting groups in roles

    • -1
    • +15
    ./postgresql/simulation-tables-create.sql
  1. … 2 more files in changeset.
fixed sim_party_sim_map creation

    • -2
    • +2
    ./postgresql/simulation-tables-create.sql
  1. … 1 more file in changeset.
added messages, tasks lists. revised map templating

    • -18
    • +8
    ./postgresql/simulation-content-types-create.sql
  1. … 39 more files in changeset.
changing permissible values for sim_simulation.enroll_type to open and closed. Addint the type (enrolled, invited, auto-enroll) column to sim_party_sim_map

    • -2
    • +4
    ./postgresql/simulation-tables-create.sql
  1. … 1 more file in changeset.
Assign tasks to props

    • -4
    • +5
    ./postgresql/simulation-tables-create.sql
  1. … 23 more files in changeset.
added package subnavbar; adjusted front page lists

    • -1
    • +1
    ./postgresql/simulation-priv-test-users-create.sql
  1. … 79 more files in changeset.