Changeset 1387
- Timestamp:
- 01/28/11 04:40:34 (16 months ago)
- Location:
- HelpIM3/branches/chatgroups
- Files:
-
- 10 modified
-
HelpIM/chat/db/services.py (modified) (1 diff)
-
config/sites/bsl.xml (modified) (1 diff)
-
config/sites/chatgroups.xml (modified) (1 diff)
-
config/sites/chi.xml (modified) (1 diff)
-
config/sites/helpim2.xml (modified) (1 diff)
-
config/sites/izids.xml (modified) (1 diff)
-
config/sites/light.xml (modified) (1 diff)
-
config/sites/localhost.xml (modified) (1 diff)
-
config/sites/sensoor.xml (modified) (1 diff)
-
config/sites/training.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
HelpIM3/branches/chatgroups/HelpIM/chat/db/services.py
r1345 r1387 591 591 if conv_id and user_department_id: 592 592 cw = self.getCareWorkerByConversationId(site, conv_id) 593 if cw and cw.conv_ care_worker_department_id == user_department_id:593 if cw and cw.conv_participant_department_id == user_department_id: 594 594 self.log.debug("is coordinator") 595 595 return True -
HelpIM3/branches/chatgroups/config/sites/bsl.xml
r1310 r1387 1 1 <?xml version="1.0" ?> 2 2 <siteConfig 3 databaseuri="mysql://root@localhost/ helpim_paul"4 createDatabaseTablesOnStartUp=" True"3 databaseuri="mysql://root@localhost/bsl" 4 createDatabaseTablesOnStartUp="False" 5 5 httpProtocol="http" 6 6 chatRequestTimeOut="10" -
HelpIM3/branches/chatgroups/config/sites/chatgroups.xml
r1366 r1387 2 2 <siteConfig 3 3 databaseuri="mysql://helpim:pwd@localhost/helpim" 4 createDatabaseTablesOnStartUp=" True"4 createDatabaseTablesOnStartUp="False" 5 5 httpProtocol="http" 6 6 chatRequestTimeOut="10" -
HelpIM3/branches/chatgroups/config/sites/chi.xml
r1310 r1387 2 2 <siteConfig 3 3 databaseuri="mysql://root@localhost/helpim_paul" 4 createDatabaseTablesOnStartUp=" True"4 createDatabaseTablesOnStartUp="False" 5 5 httpProtocol="http" 6 6 chatRequestTimeOut="10" -
HelpIM3/branches/chatgroups/config/sites/helpim2.xml
r1310 r1387 2 2 <siteConfig 3 3 databaseuri="mysql://root@localhost/helpim_paul" 4 createDatabaseTablesOnStartUp=" True"4 createDatabaseTablesOnStartUp="False" 5 5 httpProtocol="http" 6 6 chatRequestTimeOut="10" -
HelpIM3/branches/chatgroups/config/sites/izids.xml
r1310 r1387 1 1 <?xml version="1.0" ?> 2 2 <siteConfig 3 databaseuri="mysql://root@localhost/ helpim_paul"4 createDatabaseTablesOnStartUp=" True"3 databaseuri="mysql://root@localhost/izids3_chat" 4 createDatabaseTablesOnStartUp="False" 5 5 httpProtocol="http" 6 6 chatRequestTimeOut="10" -
HelpIM3/branches/chatgroups/config/sites/light.xml
r1310 r1387 1 1 <?xml version="1.0" ?> 2 2 <siteConfig 3 databaseuri="mysql://root@localhost/ helpim_paul"4 createDatabaseTablesOnStartUp=" True"3 databaseuri="mysql://root@localhost/light" 4 createDatabaseTablesOnStartUp="False" 5 5 httpProtocol="http" 6 6 chatRequestTimeOut="10" -
HelpIM3/branches/chatgroups/config/sites/localhost.xml
r1310 r1387 2 2 <siteConfig 3 3 databaseuri="mysql://root@localhost/helpim_paul" 4 createDatabaseTablesOnStartUp=" True"4 createDatabaseTablesOnStartUp="False" 5 5 httpProtocol="http" 6 6 chatRequestTimeOut="10" -
HelpIM3/branches/chatgroups/config/sites/sensoor.xml
r1310 r1387 2 2 <siteConfig 3 3 databaseuri="mysql://root@localhost/helpim_paul" 4 createDatabaseTablesOnStartUp=" True"4 createDatabaseTablesOnStartUp="False" 5 5 httpProtocol="http" 6 6 chatRequestTimeOut="10" -
HelpIM3/branches/chatgroups/config/sites/training.xml
r1116 r1387 2 2 <siteConfig 3 3 databaseuri="mysql://root@localhost/helpim_training" 4 createDatabaseTablesOnStartUp=" True"4 createDatabaseTablesOnStartUp="False" 5 5 httpProtocol="http" 6 6 chatRequestTimeOut="10"
