- Timestamp:
- 02/24/11 04:27:20 (15 months ago)
- Location:
- HelpIM3/branches/chatgroups
- Files:
-
- 2 modified
-
HelpIM/appl/application.py (modified) (2 diffs)
-
config/sites/full.xml (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
HelpIM3/branches/chatgroups/HelpIM/appl/application.py
r1308 r1423 311 311 scriptName = resourceConfig.script 312 312 location = resourceConfig.location 313 if not location: 314 location = resourceConfig.key 313 315 packageName, className = self.getPackageName(site, location) 314 316 else: … … 316 318 scriptName = resourceConfig.Class.script 317 319 location = resourceConfig.Class.id 320 if not location: 321 location = resourceConfig.key 318 322 packageName, className = self.getPackageName(site, location) 319 323 -
HelpIM3/branches/chatgroups/config/sites/full.xml
r1422 r1423 25 25 26 26 27 <importFile name="/etc/HelpIM3/sensoor/import.xml" />28 27 <listOf__actionPerformed> 29 28 … … 181 180 <page location="" module="auth" script="ShowLoginPanel" 182 181 allowCookies="True" /> 183 <page location="setupSite" module="setup" script="setupSite" />184 <page location="ImportSensoor" module="setup" script="ImportSensoor" />185 182 <page location="login" module="auth" script="ShowLoginPanel" 186 183 authenticationNeeded="False" allowCookies="True" /> … … 192 189 193 190 <!-- Intranet --> 194 <page location="EditNationalNews" module="intranet" script="Edit NationalNews"195 allowCookies="True" /> 196 <page location="ShowNationalNews" module="intranet" script="Show NationalNews"197 allowCookies="True" /> 198 <page location="EditRegionalNews" module="intranet" script="Edit RegionalNews"199 allowCookies="True" /> 200 <page location="ShowRegionalNews" module="intranet" script="Show RegionalNews"201 allowCookies="True" /> 202 <page location="EditManual" module="intranet" script="Edit Manual"203 allowCookies="True" /> 204 <page location="ShowManual" module="intranet" script="Show Manual"191 <page location="EditNationalNews" module="intranet" script="EditTextPanel" 192 allowCookies="True" /> 193 <page location="ShowNationalNews" module="intranet" script="ShowTextPanel" 194 allowCookies="True" /> 195 <page location="EditRegionalNews" module="intranet" script="EditTextPanel" 196 allowCookies="True" /> 197 <page location="ShowRegionalNews" module="intranet" script="ShowTextPanel" 198 allowCookies="True" /> 199 <page location="EditManual" module="intranet" script="EditTextPanel" 200 allowCookies="True" /> 201 <page location="ShowManual" module="intranet" script="ShowTextPanel" 205 202 allowCookies="True" /> 206 203 … … 328 325 329 326 <Flow key="RequestWebChat" module="chat" script="RequestWebChat" 330 authenticationNeeded="False" domain="Public" >327 authenticationNeeded="False" domain="Public" > 331 328 <Task key="1" refid="GenerateSessionId" /> 332 329 <Task key="2" refid="CheckChatOpen"> … … 504 501 <AuthorizedLocation key="AddIPBlock" /> 505 502 <AuthorizedLocation key="DeleteIPBlock" /> 506 <AuthorizedLocation key="setupSite" />507 <AuthorizedLocation key="ImportSensoor" />508 503 </RoleAuthorization> 509 504 … … 632 627 <Text id="EndCareSeekerChatText" value="Bedankt voor de antwoorden, je kan nu het venster sluiten" /> 633 628 <Text id="EndCareWorkerChatPanelText" value="Dit venster is offline." /> 634 <Text id="organisationName" value=" Sensoor"/>629 <Text id="organisationName" value="Veilig Samen"/> 635 630 <Text id="chatName" value="chat"/> 636 631
