Index: openacs-4/packages/simulation/simulation.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/simulation.info,v
diff -u -r1.18 -r1.19
--- openacs-4/packages/simulation/simulation.info 31 Oct 2006 09:00:04 -0000 1.18
+++ openacs-4/packages/simulation/simulation.info 31 Oct 2006 09:24:30 -0000 1.19
@@ -11,11 +11,11 @@
Collaboraid ApSO'Design
- Workflow-based task simulator. Build scenario
- templates in which various roles must complete tasks such as
- sending messages and uploading documents. Then enroll groups
- of students into cases, cast the students into roles, and
- monitor progress. Developed as a legal education tool for
+ Workflow-based task simulator. Build scenario
+ templates in which various roles must complete tasks such as
+ sending messages and uploading documents. Then enroll groups
+ of students into cases, cast the students into roles, and
+ monitor progress. Developed as a legal education tool for
www.rechtenonline.nl.2005-12-01
Index: openacs-4/packages/simulation/catalog/simulation.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/catalog/simulation.en_US.ISO-8859-1.xml,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/simulation/catalog/simulation.en_US.ISO-8859-1.xml 30 Nov 2004 21:30:38 -0000 1.5
+++ openacs-4/packages/simulation/catalog/simulation.en_US.ISO-8859-1.xml 31 Oct 2006 09:24:31 -0000 1.6
@@ -1,5 +1,5 @@
-
+Abort the sessionAdd a template
@@ -18,6 +18,7 @@
Messages for %role_array.pretty_name% in %case_array.label%Case HistoryCase home
+ CasesCityBuildCityBuild HelpClear filter
@@ -100,6 +101,7 @@
Cannot enroll in simulationCannot enroll in simulation "%simulation.pretty_name%"Case "%case.label%" has been deleted.
+ Cases in which you are participatingChoose new roles for user %user.name%Choose new users for role %role.pretty_name%Create new simulation templates or edit existing ones.
@@ -151,6 +153,7 @@
Return to SimBuild HomeReturn to Simulation rootReturn to Simulation Home
+ Return to Simulation homeReturn to template list pageRight-click document name and select "Save as" (or equiv.) to download a document to your computer.Roles with actions only
@@ -173,6 +176,7 @@
Simulations in CastingSimulations in DevelopmentSome of the tasks of this simulation require attachments. However, there are no CityBuild props to select from.
+ Someone was probably faster than you and brought this session to a new state while you were reading the previous page.Start a simulation with this templateStop notifying me of changes to map XMLSubscribe to %pretty_name%
@@ -183,7 +187,9 @@
and %simulation.enroll_end% and you cannot enroll at this time.
Contact your administrator if you believe this is an error. Thank you!
The following errors were encountered:
+ The item you requested could not be found.The mime type of your file was not recognised.
+ The task you were trying to perform is not valid in this state.The template "%simulation.pretty_name%" is not ready for casting.There are no cases in this simulation yetThere are no documents.
@@ -256,6 +262,7 @@
No, cancelNo documentsNo messages.
+ Not foundNotificationsNotifications forNumber
@@ -300,6 +307,7 @@
Simulation %simulation.pretty_name% has now started. Please visit %simplay_url% to participate. Thank you!
Simulation %simulation.pretty_name% has startedSimulation Templates
+ Sorry!StatesStatusSub-States
Index: openacs-4/packages/simulation/lib/object-display.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/lib/object-display.adp,v
diff -u -r1.10 -r1.11
--- openacs-4/packages/simulation/lib/object-display.adp 31 Oct 2006 09:00:04 -0000 1.10
+++ openacs-4/packages/simulation/lib/object-display.adp 31 Oct 2006 09:24:31 -0000 1.11
@@ -6,7 +6,7 @@
@page_title;noquote@@context;noquote@
-
+
@@ -30,4 +30,5 @@
#simulation.Send_a_message_to# @page_title@
-
\ No newline at end of file
+
+
\ No newline at end of file
Index: openacs-4/packages/simulation/tcl/sim-action-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/tcl/sim-action-procs.tcl,v
diff -u -r1.11 -r1.12
--- openacs-4/packages/simulation/tcl/sim-action-procs.tcl 31 Oct 2006 09:00:05 -0000 1.11
+++ openacs-4/packages/simulation/tcl/sim-action-procs.tcl 31 Oct 2006 09:24:31 -0000 1.12
@@ -293,17 +293,6 @@
}
array set row [workflow::action::fsm::generate_spec -action_id $action_id -handlers $handlers]
- ############
- # DEBUGGING
- if { [exists_and_not_null row(parent_action_id)] } {
- ns_log notice "simulation::action::generate_spec: row(parent_action_id) is $row(parent_action_id)"
- } else {
- ns_log notice "simulation::action::generate_spec: no paren_action_id in sight :("
- }
- # STOP DEBUGGING
- ###############
-
-
# Get local spec, remove unwanted entries
get -action_id $action_id -array local_row -local_only
array unset local_row recipients
Index: openacs-4/packages/simulation/tcl/ui-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/tcl/ui-procs.tcl,v
diff -u -r1.8 -r1.9
--- openacs-4/packages/simulation/tcl/ui-procs.tcl 31 Oct 2006 09:00:05 -0000 1.8
+++ openacs-4/packages/simulation/tcl/ui-procs.tcl 31 Oct 2006 09:24:31 -0000 1.9
@@ -145,7 +145,6 @@
}
}
-
ad_proc -public simulation::ui::forms::document_upload::check_mime {
-document_file
} {
@@ -193,4 +192,4 @@
# Use empty description because otherwise cr_create_mime_type bombs
cr_create_mime_type -extension $extension -mime_type $orig_mime_type \
-description ""
-}>>>>>>> 1.5.2.4
+}
\ No newline at end of file
Index: openacs-4/packages/simulation/www/index.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/index.tcl,v
diff -u -r1.18 -r1.19
--- openacs-4/packages/simulation/www/index.tcl 31 Oct 2006 09:00:05 -0000 1.18
+++ openacs-4/packages/simulation/www/index.tcl 31 Oct 2006 09:24:31 -0000 1.19
@@ -7,4 +7,6 @@
}
set page_title "[_ simulation.Simulation_Home]"
-set context ""
\ No newline at end of file
+set context ""
+
+set package_id [ad_conn package_id]
\ No newline at end of file
Index: openacs-4/packages/simulation/www/simplay/control-bar.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/simplay/control-bar.adp,v
diff -u -r1.23 -r1.24
--- openacs-4/packages/simulation/www/simplay/control-bar.adp 31 Oct 2006 09:04:33 -0000 1.23
+++ openacs-4/packages/simulation/www/simplay/control-bar.adp 31 Oct 2006 09:24:31 -0000 1.24
@@ -3,17 +3,14 @@