[ 
http://mifosforge.jira.com/browse/MIFOS-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=66274#comment-66274
 ] 

Mifos Hudson Jira Plugin User commented on MIFOS-4633:
------------------------------------------------------

Integrated in !http://ci.mifos.org/hudson/images/16x16/blue.png! 
[head-master-secondary 
#155|http://ci.mifos.org/hudson/job/head-master-secondary/155/]
     WIP on MIFOS-4831 and MIFOS-4633.  Added data migration for existing 
labels. Partway through renaming from CustomMessage to CustomizedText.
WIP on MIFOS-4831 and MIFOS-4633.  More changes for naming consistency and 
hooked new UI into Admin page.
WIP on MIFOS-4831 and MIFOS-4633.  Update for 
CustomizedTextDaoHibernateIntegrationTest to allow it to run independent of 
preexisting customized text.
WIP on MIFOS-4831 and MIFOS-4633.  Update to acceptance_test_dump.sql to 
include updated customized text upgrades and table. Updates to 
DataSetUpgradeUtil to make it work with reorganized workspace, db upgrades and 
cashflow module.

Van Mittal-Henkle : 
Files : 
* 
appdomain/src/main/java/org/mifos/application/messagecustomizer/CustomizedText.java
* 
serviceInterfaces/src/main/java/org/mifos/application/admin/servicefacade/CustomizedTextServiceFacade.java
* 
appdomain/src/main/java/org/mifos/application/messagecustomizer/MessageCustomizerServiceFacadeWebTier.java
* 
appdomain/src/main/java/org/mifos/application/messagecustomizer/CustomMessage.java
* appdomain/src/main/resources/org/mifos/config/resources/services.xml
* 
userInterface/src/main/java/org/mifos/ui/core/controller/ConfigureApplicationLabelsController.java
* 
serviceInterfaces/src/main/java/org/mifos/application/admin/servicefacade/CustomMessageDto.java
* 
appdomain/src/test/java/org/mifos/application/messagecustomizer/MessageCustomizerServiceFacadeWebTierTest.java
* 
serviceInterfaces/src/main/java/org/mifos/application/admin/servicefacade/CustomizedTextDto.java
* application/src/main/java/org/mifos/framework/ApplicationInitializer.java
* 
appdomain/src/main/java/org/mifos/application/messagecustomizer/MessageCustomizerDao.java
* 
appdomain/src/main/java/org/mifos/framework/util/MessageFilterReloadableResourceBundleMessageSource.java
* 
appdomain/src/main/java/org/mifos/application/messagecustomizer/CustomizedTextServiceFacadeWebTier.java
* db/src/main/resources/changesets/changelog-Release_G.xml
* appdomain/src/main/java/org/mifos/application/master/MessageLookup.java
* 
application/src/test/java/org/mifos/application/messagecustomizer/CustomizedTextDaoHibernateIntegrationTest.java
* 
appdomain/src/main/java/org/mifos/application/messagecustomizer/CustomizedTextDao.java
* 
serviceInterfaces/src/main/java/org/mifos/application/admin/servicefacade/MessageCustomizerServiceFacade.java
* appdomain/src/main/resources/org/mifos/config/resources/hibernate-daos.xml
* 
appdomain/src/main/java/org/mifos/application/messagecustomizer/MessageCustomizerDaoHibernate.java
* 
appdomain/src/main/java/org/mifos/application/messagecustomizer/CustomizedTextDaoHibernate.java
* 
appdomain/src/main/resources/org/mifos/framework/util/resources/hibernate.cfg.xml
* 
userInterface/src/main/java/org/mifos/ui/core/controller/CustomizeMessagesController.java
* 
application/src/test/java/org/mifos/application/messagecustomizer/MessageCustomizerDaoHibernateIntegrationTest.java

Van Mittal-Henkle : 
Files : 
* 
appdomain/src/test/java/org/mifos/application/messagecustomizer/MessageCustomizerServiceFacadeWebTierTest.java
* 
application/src/main/resources/META-INF/resources/pages/application/admin/jsp/admin.jsp
* 
userInterface/src/main/resources/org/mifos/ui/freemarker/core/customMessagesView.ftl
* 
userInterface/src/main/java/org/mifos/ui/core/controller/CustomizeTextController.java
* 
userInterface/src/main/java/org/mifos/ui/core/controller/CustomizedTextFormBean.java
* 
userInterface/src/main/resources/org/mifos/ui/freemarker/core/customizedTextAdd.ftl
* 
application/src/main/resources/META-INF/resources/WEB-INF/flows/customizeMessages.xml
* 
userInterface/src/main/java/org/mifos/ui/core/controller/CustomMessageFormBean.java
* 
userInterface/src/main/resources/org/mifos/ui/freemarker/core/customizedTextView.ftl
* 
appdomain/src/test/java/org/mifos/application/messagecustomizer/CustomizedTextServiceFacadeWebTierTest.java
* 
userInterface/src/main/java/org/mifos/ui/core/controller/CustomMessageSelectFormBean.java
* 
userInterface/src/main/resources/org/mifos/ui/freemarker/core/customMessagesAdd.ftl
* 
application/src/main/resources/org/mifos/config/localizedResources/adminUIResources.properties
* 
userInterface/src/main/java/org/mifos/ui/core/controller/CustomizeMessagesController.java
* 
userInterface/src/main/resources/org/mifos/ui/freemarker/core/customMessagesEdit.ftl
* 
userInterface/src/main/resources/org/mifos/ui/localizedProperties/messages.properties
* 
userInterface/src/main/resources/org/mifos/ui/freemarker/core/customizedTextEdit.ftl
* 
application/src/main/resources/META-INF/resources/WEB-INF/flows/customizeText.xml
* 
userInterface/src/main/java/org/mifos/ui/core/controller/CustomizedTextSelectFormBean.java

Van Mittal-Henkle : 
Files : 
* 
application/src/test/java/org/mifos/application/messagecustomizer/CustomizedTextDaoHibernateIntegrationTest.java

Van Mittal-Henkle : 
Files : 
* db/src/test/resources/sql/acceptance_test_dump.sql
* application/src/test/java/org/mifos/framework/util/DataSetUpgradeUtil.java


> As a Mifos admin, I want to be able to customize messages in the Web UI after 
> labels are ripped out so I can still say Kendra instead of Center everywhere 
> it appears
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MIFOS-4633
>                 URL: http://mifosforge.jira.com/browse/MIFOS-4633
>             Project: mifos
>          Issue Type: New Feature
>          Components: Internationalization, Localization
>            Reporter: Adam Monsen
>            Assignee: Van Mittal-Henkle
>            Priority: Major
>             Fix For: Release G - Iteration 3, Release G
>
>
> Allow creation of custom string bundles. For instance, if a particular bank 
> uses Mifos in the French locale, they could make their own string bundle 
> ending in fr_FR_BankSpecificVariant1.properties, and designate a place in 
> [Mifos Configuration Locations] where Mifos will search to apply these custom 
> bundles.
> See also: [Improve Mifos Localization]

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to