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

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

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.  Added more tests for MessageCustomizerDaoHibernate.  
Depricated LookupLabelEntity.
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 : 
* 
application/src/test/java/org/mifos/application/messagecustomizer/MessageCustomizerDaoHibernateIntegrationTest.java
* 
abstract-domain/src/main/java/org/mifos/application/master/business/LookUpLabelEntity.java
* 
appdomain/src/main/java/org/mifos/application/messagecustomizer/MessageCustomizerDao.java
* 
appdomain/src/main/java/org/mifos/application/messagecustomizer/MessageCustomizerDaoHibernate.java

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


> Add new UI for message/label customization
> ------------------------------------------
>
>                 Key: MIFOS-4831
>                 URL: http://mifosforge.jira.com/browse/MIFOS-4831
>             Project: mifos
>          Issue Type: Story
>            Reporter: Van Mittal-Henkle
>            Assignee: Van Mittal-Henkle
>             Fix For: Release G - Iteration 3, Release G
>
>
> Add a new UI for customizing arbitrary messages.
> Initial screen will show a list of oldMessage -> newMessage customizations 
> that have been made with "Add", "Remove" and "Edit" buttons.  "Add" will take 
> you to a screen for entering a new pair of "old","new" values then return to 
> the view screen.  By selecting a custom message and clicking "Remove" you 
> will go to a confirmation screen for removing the selected customization.  By 
> selecting a custom message and clicking "Edit" you will go to a screen where 
> you will be able to edit the "new" message value for an existing 
> customization.
> An enhancement would be to present a predefined list of existing messages 
> that could be selected from in addition to being able to type in a message.

-- 
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