Changeset 1387

Show
Ignore:
Timestamp:
01/28/11 04:40:34 (16 months ago)
Author:
winfried
Message:

Changing default configs, to get a better testing environment
Fixing reference to CW department id

Location:
HelpIM3/branches/chatgroups
Files:
10 modified

Legend:

Unmodified
Added
Removed
  • HelpIM3/branches/chatgroups/HelpIM/chat/db/services.py

    r1345 r1387  
    591591            if conv_id and user_department_id: 
    592592                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: 
    594594                    self.log.debug("is coordinator") 
    595595                    return True 
  • HelpIM3/branches/chatgroups/config/sites/bsl.xml

    r1310 r1387  
    11<?xml version="1.0" ?> 
    22<siteConfig 
    3         databaseuri="mysql://root@localhost/helpim_paul" 
    4         createDatabaseTablesOnStartUp="True" 
     3        databaseuri="mysql://root@localhost/bsl" 
     4        createDatabaseTablesOnStartUp="False" 
    55        httpProtocol="http" 
    66        chatRequestTimeOut="10" 
  • HelpIM3/branches/chatgroups/config/sites/chatgroups.xml

    r1366 r1387  
    22<siteConfig 
    33        databaseuri="mysql://helpim:pwd@localhost/helpim" 
    4         createDatabaseTablesOnStartUp="True" 
     4        createDatabaseTablesOnStartUp="False" 
    55        httpProtocol="http" 
    66        chatRequestTimeOut="10" 
  • HelpIM3/branches/chatgroups/config/sites/chi.xml

    r1310 r1387  
    22<siteConfig 
    33        databaseuri="mysql://root@localhost/helpim_paul" 
    4         createDatabaseTablesOnStartUp="True" 
     4        createDatabaseTablesOnStartUp="False" 
    55        httpProtocol="http" 
    66        chatRequestTimeOut="10" 
  • HelpIM3/branches/chatgroups/config/sites/helpim2.xml

    r1310 r1387  
    22<siteConfig 
    33        databaseuri="mysql://root@localhost/helpim_paul" 
    4         createDatabaseTablesOnStartUp="True" 
     4        createDatabaseTablesOnStartUp="False" 
    55        httpProtocol="http" 
    66        chatRequestTimeOut="10" 
  • HelpIM3/branches/chatgroups/config/sites/izids.xml

    r1310 r1387  
    11<?xml version="1.0" ?> 
    22<siteConfig 
    3         databaseuri="mysql://root@localhost/helpim_paul" 
    4         createDatabaseTablesOnStartUp="True" 
     3        databaseuri="mysql://root@localhost/izids3_chat" 
     4        createDatabaseTablesOnStartUp="False" 
    55        httpProtocol="http" 
    66        chatRequestTimeOut="10" 
  • HelpIM3/branches/chatgroups/config/sites/light.xml

    r1310 r1387  
    11<?xml version="1.0" ?> 
    22<siteConfig 
    3         databaseuri="mysql://root@localhost/helpim_paul" 
    4         createDatabaseTablesOnStartUp="True" 
     3        databaseuri="mysql://root@localhost/light" 
     4        createDatabaseTablesOnStartUp="False" 
    55        httpProtocol="http" 
    66        chatRequestTimeOut="10" 
  • HelpIM3/branches/chatgroups/config/sites/localhost.xml

    r1310 r1387  
    22<siteConfig 
    33        databaseuri="mysql://root@localhost/helpim_paul" 
    4         createDatabaseTablesOnStartUp="True" 
     4        createDatabaseTablesOnStartUp="False" 
    55        httpProtocol="http" 
    66        chatRequestTimeOut="10" 
  • HelpIM3/branches/chatgroups/config/sites/sensoor.xml

    r1310 r1387  
    22<siteConfig 
    33        databaseuri="mysql://root@localhost/helpim_paul" 
    4         createDatabaseTablesOnStartUp="True" 
     4        createDatabaseTablesOnStartUp="False" 
    55        httpProtocol="http" 
    66        chatRequestTimeOut="10" 
  • HelpIM3/branches/chatgroups/config/sites/training.xml

    r1116 r1387  
    22<siteConfig 
    33        databaseuri="mysql://root@localhost/helpim_training" 
    4         createDatabaseTablesOnStartUp="True" 
     4        createDatabaseTablesOnStartUp="False" 
    55        httpProtocol="http" 
    66        chatRequestTimeOut="10"