Skip to content

Commit

Permalink
Nouveau nom de code du projet "AuditShare" + branding 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bforest committed May 24, 2013
1 parent 0efb4ee commit 936c1bf
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 21 deletions.
2 changes: 1 addition & 1 deletion module_alfresco/config/context/schedulers-context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<entry key="scriptLocation">
<bean class="org.alfresco.repo.jscript.ClasspathScriptLocation">
<constructor-arg>
<value>alfresco/module/share-stats-module-alfresco/scripts/schedulers/sites_volumetry.js</value>
<value>alfresco/module/auditshare-module-alfresco/scripts/schedulers/sites_volumetry.js</value>
</constructor-arg>
</bean>
</entry>
Expand Down
6 changes: 3 additions & 3 deletions module_alfresco/config/ibatis/share-stats-SqlMapConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
</typeAliases>

<mappers>
<mapper resource="alfresco/module/share-stats-module-alfresco/ibatis/#resource.dialect#/share-stats-concat-SqlMap.xml"/>
<mapper resource="alfresco/module/share-stats-module-alfresco/ibatis/#resource.dialect#/share-stats-common-SqlMap.xml"/>
<mapper resource="alfresco/module/share-stats-module-alfresco/ibatis/#resource.dialect#/share-stats-insert-SqlMap.xml"/>
<mapper resource="alfresco/module/auditshare-module-alfresco/ibatis/#resource.dialect#/share-stats-concat-SqlMap.xml"/>
<mapper resource="alfresco/module/auditshare-module-alfresco/ibatis/#resource.dialect#/share-stats-common-SqlMap.xml"/>
<mapper resource="alfresco/module/auditshare-module-alfresco/ibatis/#resource.dialect#/share-stats-insert-SqlMap.xml"/>
</mappers>

</configuration>
12 changes: 6 additions & 6 deletions module_alfresco/config/module-context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-->

<beans>
<import resource="classpath:alfresco/module/share-stats-module-alfresco/context/schedulers-context.xml" />
<import resource="classpath:alfresco/module/auditshare-module-alfresco/context/schedulers-context.xml" />

<!-- Module configuration properties -->
<bean name="shareStatsConfigProperties" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
Expand All @@ -28,7 +28,7 @@
</property>
<property name="locations">
<list>
<value>classpath:alfresco/module/share-stats-module-alfresco/share-stats-config.properties</value>
<value>classpath:alfresco/module/auditshare-module-alfresco/share-stats-config.properties</value>
</list>
</property>
</bean>
Expand All @@ -40,14 +40,14 @@
<property name="resourceLoader" ref="dialectResourceLoader"/>
<property name="dataSource" ref="dataSource"/>
<property name="configLocation">
<value>classpath:alfresco/module/share-stats-module-alfresco/ibatis/share-stats-SqlMapConfig.xml</value>
<value>classpath:alfresco/module/auditshare-module-alfresco/ibatis/share-stats-SqlMapConfig.xml</value>
</property>
</bean>

<bean id="alfrescoShareStatsResourceBundles" class="org.alfresco.i18n.ResourceBundleBootstrapComponent">
<property name="resourceBundles">
<list>
<value>alfresco.module.share-stats-module-alfresco.messages.share-stats</value>
<value>alfresco.module.auditshare-module-alfresco.messages.share-stats</value>
</list>
</property>
</bean>
Expand Down Expand Up @@ -141,7 +141,7 @@

<!-- Patch: database tables creation -->
<bean id="patch.db-V3.4-ShareStats-ExtraTables" class="com.atolcd.alfresco.repo.patch.SchemaUpgradeScriptPatch" parent="module.baseComponent" >
<property name="moduleId" value="share-stats-module-alfresco" />
<property name="moduleId" value="auditshare-module-alfresco" />
<property name="name" value="Création des tables d'audit concernant les statistiques des sites Share" />
<property name="description" value="" />
<property name="executeOnceOnly" value="true" />
Expand All @@ -159,7 +159,7 @@
<ref bean="global-properties" />
</property>
<property name="scriptUrl">
<value>classpath:alfresco/module/share-stats-module-alfresco/dbscripts/create/${db.script.dialect}/AlfrescoCreate-ShareStatsAuditTables.sql</value>
<value>classpath:alfresco/module/auditshare-module-alfresco/dbscripts/create/${db.script.dialect}/AlfrescoCreate-ShareStatsAuditTables.sql</value>
</property>
</bean>
</beans>
8 changes: 4 additions & 4 deletions module_alfresco/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
###

# Module properties
module.id=share-stats-module-alfresco
module.title=Share statistics
module.description=Module Alfresco - Share Statistics
module.version=1.3.8
module.id=auditshare-module-alfresco
module.title=AuditShare
module.description=Alfresco Module - AuditShare
module.version=1.4.0
module.repo.version.min=4.0
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
###

# Share Header
header.auditshare.label=AuditShare
header.global-usage.label=Sites statistics
header.volumetry.label=Sites volumetry
header.user-connections.label=User connections
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
###

# Share Header
header.auditshare.label=AuditShare
header.global-usage.label=Sites statistics
header.volumetry.label=Sites volumetry
header.user-connections.label=User connections
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
###

# Share Header
header.auditshare.label=AuditShare
header.global-usage.label=Utilisation des sites
header.volumetry.label=Volum\u00e9trie des sites
header.user-connections.label=Statistiques connexions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<bean id="share-statistics.resources" class="org.springframework.extensions.surf.util.ResourceBundleBootstrapComponent">
<property name="resourceBundles">
<list>
<value>alfresco.messages.share-stats</value>
<value>alfresco.messages.auditshare</value>
</list>
</property>
</bean>
Expand All @@ -33,7 +33,7 @@
<property name="configService" ref="web.config" />
<property name="configs">
<list>
<value>classpath:alfresco/web-extension/share-statistics-config.xml</value>
<value>classpath:alfresco/web-extension/auditshare-config.xml</value>
</list>
</property>
</bean>
Expand Down
8 changes: 4 additions & 4 deletions module_share/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
###

# Module properties
module.id=share-stats-module-share
module.title=Share statistics
module.description=Module Share - Share Statistics
module.version=1.3.8
module.id=auditshare-module-share
module.title=AuditShare
module.description=Share Module - AuditShare
module.version=1.4.0
module.repo.version.min=4.0
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ AtolStatistics.module = AtolStatistics.module || {};
this.widgets.menuButton = new YAHOO.widget.Button({
id: container.id + "-menu",
type: "menu",
label: this.msg("link.site-stats"),
label: this.msg("header.auditshare.label"),
menu: menu,
lazyloadmenu: true,
container: container.id
Expand Down

0 comments on commit 936c1bf

Please sign in to comment.