Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Changelog

14283 by vanmh on 06 January 2009, 17:08:21 -0800 (25 hours ago) Make Review Changed acceptance test from chaining method call style to individual local page object variables.
Finished adding remaining dbunit based table checks-- all except one are now working.

trunk/acceptanceTests/src/test/java/.../test/acceptance/collectionsheet/CollectionSheetEntryTest.java 14283 history download (+51 -18) diffs

14281 by adamfeuer on 05 January 2009, 14:59:13 -0800 (51 hours ago) Make Review changes to make tests work with Pootle create_props.sh script:

* changed checked in _fr and _es files to match .po files
* changed test to match these translations

also removed system.out.println st…

trunk/mifos/src/main/java/org/mifos/config/localizedResources/MessageLookupMessages_fr.properties 14281 history download (+7 -7) diffs

trunk/mifos/src/test/java/org/mifos/application/master/MessageLookupTest.java 14281 history download (+2 -2) diffs

trunk/mifos/src/main/java/org/mifos/framework/ApplicationInitializer.java 14281 history download (+0 -3) diffs

trunk/mifos/src/main/java/org/mifos/config/localizedResources/MessageLookupMessages_es.properties 14281 history download (+7 -7) diffs

14280 by mifospootle on 05 January 2009, 14:16:24 -0800 (52 hours ago) Make Review Commit from Pootle by user adamf. 93 of 107 messages translated (0 fuzzy).

trunk/mifos/src/main/java/org/mifos/config/localizedResources/fr/MessageLookupMessages.po 14280 history download (+10 -11) diffs

14279 by mifospootle on 05 January 2009, 13:56:52 -0800 (52 hours ago) Make Review Commit from Pootle by user adamf. 7 of 107 messages translated (0 fuzzy).

trunk/mifos/src/main/java/org/mifos/config/localizedResources/es/MessageLookupMessages.po 14279 history download (+10 -11) diffs

14278 by adamfeuer on 31 December 2008, 23:34:16 -0800 (6 days ago) Make Review added selenium.browser.start.command to jdbc.local.properties - to handle the case where there is no .mifos file.

TODO: rename this file to default.properties or something like it to indicate that it…

cheetah/trunk/resources/continuous-integration/acceptance/jdbc.local.properties 14278 history download (+1 -0) diffs

14277 by adamfeuer on 31 December 2008, 22:49:56 -0800 (6 days ago) Make Review refactoring Spring context definitions to reduce duplication - the duplication caused a bug in how configuration properties were loaded at startup.

cheetah/trunk/application/src/main/resources/propertyConfigurer.xml 14277 history download (+20) new

cheetah/trunk/application/src/main/resources/dataSource.xml 14277 history download (+1 -13) diffs

cheetah/trunk/acceptanceTests/src/test/resources/ui-test-context.xml 14277 history download (+1 -13) diffs

14276 by jbrewster on 31 December 2008, 19:04:26 -0800 (6 days ago) Make Review Added id tags and to Create loan product UI.  Id's added to buttons, heading, radio buttons, and select list buttons.  Modified MifosSelect tag to include id that is unique for each page's Select list…

trunk/mifos/src/main/java/.../doc-root/application/productdefinition/jsp/CreateLoanProductPreview.jsp 14276 history download (+5 -2) diffs

trunk/mifos/src/main/java/org/mifos/framework/struts/tags/MifosSelect.java 14276 history download (+10 -4) diffs

trunk/mifos/src/main/java/org/mifos/doc-root/application/productdefinition/jsp/CreateLoanProduct.jsp 14276 history download (+109 -80) diffs

trunk/mifos/src/test/java/org/mifos/framework/struts/tags/MifosSelectTest.java 14276 history download (+2 -0) diffs

trunk/mifos/src/main/java/.../application/productdefinition/jsp/CreateLoanProductConfirmation.jsp 14276 history download (+2 -2) diffs

14274 by adamfeuer on 31 December 2008, 17:22:13 -0800 (7 days ago) Make Review load properties that override all other config files from the directory specified by environment variable $MIFOS_CONFIG - this change is needed to prevent conflicts between config files on the the bui…

cheetah/trunk/application/src/main/resources/dataSource.xml 14274 history download (+1 -0) diffs

14273 by vanmh on 31 December 2008, 12:29:25 -0800 (7 days ago) Make Review Turning on PMD in Eclipse.
Got Eclipse PMD warnings and maven pmd warnings in sync by setting maven PMD to jdk 1.6.

trunk/.project 14273 history download (+6 -0) diffs

trunk/acceptanceTests/pom.xml 14273 history download (+13 -11) diffs

trunk/acceptanceTests/src/test/java/.../test/acceptance/collectionsheet/CollectionSheetEntryTest.java 14273 history download (+6 -5) diffs

trunk/.ruleset 14273 history download (+2 -11) diffs

14272 by adamfeuer on 31 December 2008, 09:46:36 -0800 (7 days ago) Make Review removing reference to continuous.integration.resources.dir since it is unused and causes the build to fail

trunk/acceptanceTests/pom.xml 14272 history download (+0 -9) diffs

14271 by vanmh on 31 December 2008, 09:33:49 -0800 (7 days ago) Make Review Adding .pmd for PMD configuration.

trunk/.pmd 14271 history download (+6) new

14270 by vanmh on 30 December 2008, 17:01:01 -0800 (8 days ago) Make Review Cleaned up database parameters in pom.xml.
Fixed PMD violation in CollectionSheetEntryPreviewDataPage.

trunk/acceptanceTests/pom.xml 14270 history download (+0 -2) diffs

trunk/acceptanceTests/src/test/.../test/acceptance/framework/CollectionSheetEntryPreviewDataPage.java 14270 history download (+1 -3) diffs

14269 by jbrewster on 30 December 2008, 16:33:09 -0800 (8 days ago) Make Review added page object for Collection Sheet Preview page and preview method on data page.  Still need to write acceptance tests for Preview page.

trunk/acceptanceTests/src/test/.../test/acceptance/framework/CollectionSheetEntryPreviewDataPage.java 14269 history download (+31) new

trunk/acceptanceTests/src/test/java/.../test/acceptance/framework/CollectionSheetEntryEnterDataPage.java 14269 history download (+6 -0) diffs

14268 by adamfeuer on 30 December 2008, 16:02:12 -0800 (8 days ago) Make Review maven now creates the acceptance test database before running cargo. Currently, the database has to be configured separately for Spring (local.properties) and Struts (deploymifosDB.properties)

trunk/acceptanceTests/pom.xml 14268 history download (+79 -2) diffs

trunk/mifos/src/main/java/org/mifos/framework/persistence/sql/create_database.sql 14268 history download (+3) new

14267 by adamfeuer on 30 December 2008, 12:17:11 -0800 (8 days ago) Make Review changes to acceptance test contexts so they use database settings in .mifos/ directory

trunk/acceptanceTests/src/test/resources/test-context.xml 14267 history download (+6 -4) diffs

trunk/acceptanceTests/src/test/resources/jdbc.properties 14267 history download (+5) new

trunk/acceptanceTests/src/test/resources/propertyConfigurer.xml 14267 history download (+21) new

trunk/acceptanceTests/src/test/resources/ui-test-context.xml 14267 history download (+1 -12) diffs

14266 by vanmh on 30 December 2008, 12:16:19 -0800 (8 days ago) Make Review Turned on PMD checks in maven builds for gazelle acceptanceTests project.
Eliminated 14 errors flagged by pmd.

trunk/.project 14266 history download (+0 -10) diffs

trunk/acceptanceTests/src/test/java/org/mifos/test/acceptance/collectionsheet 14266 history download (+0) new/moved

trunk/acceptanceTests/src/test/java/.../test/acceptance/framework/CollectionSheetEntrySelectPage.java 14266 history download (+118 -22) diffs

trunk/acceptanceTests/pom.xml 14266 history download (+52 -34) diffs

trunk/acceptanceTests/src/test/java/org/mifos/test/acceptance/framework/LoginPage.java 14266 history download (+8 -8) diffs

… 7 more files in changeset.
14262 by meonkeys on 26 December 2008, 00:28:07 -0800 (12 days ago) Make Review MifosRequestProcessor:
* Removed debugging code that appeared in trunk revision 14236.
* Updated licensing to boilerplate text at
 http://mifos.org/developers/wiki/MifosLicensing#java-source-code-jav

trunk/mifos/src/main/java/org/mifos/framework/struts/action/MifosRequestProcessor.java 14262 history download (+15 -36) diffs

14261 by adamfeuer on 24 December 2008, 12:19:41 -0800 (14 days ago) Make Review changes to make project layout match Maven's suggested layout:

* moved application source code to src/main/java.
* moved test source code to src/test/java.
* updated some hard coded paths.
* removed …

trunk/mifos/src/main/java/org/mifos/framework/util/ClasspathResource.java 14261 history deleted

trunk/acceptanceTests/pom.xml 14261 history download (+7 -2) diffs

trunk/mifos/src/main/java/org/mifos/framework/components/mifosmenu/MenuParser.java 14261 history download (+3 -3) diffs

trunk/mifos/src/main/java/org/mifos/framework/persistence/DatabaseVersionPersistence.java 14261 history download (+1 -7) diffs

trunk/mifos/src/test/java/org/mifos/framework/util/helpers/DatabaseSetup.java 14261 history download (+3 -7) diffs

… 25 more files in changeset.
14260 by adamfeuer on 24 December 2008, 12:14:11 -0800 (14 days ago) Make Review created common/ module, moved some common files there:

* exceptions
* ClasspathResource.java

also updated Eclipse build system to use common/ module

cheetah/trunk/application/pom.xml 14260 history download (+5 -0) diffs

cheetah/trunk/.classpath 14260 history download (+1 -0) diffs

cheetah/trunk/application/src/main/java/org/mifos/core/MifosNotImplementedException.java 14260 history deleted

cheetah/trunk/application/src/main/java/org/mifos/core/MifosException.java 14260 history deleted

cheetah/trunk/common/src/main/java/org 14260 history download (+0) new

… 19 more files in changeset.
14259 by adamfeuer on 23 December 2008, 20:31:36 -0800 (14 days ago) Make Review changes to make project layout match Maven's suggested layout:

* moved application source code to src/main/java
* moved test source code to src/test/java
* updated some hard coded paths
* removed som…

trunk/mifos/src/main/java/org/mifos/framework/util/ClasspathResource.java 14259 history download (+46) new

trunk/mifos/src/main/java/org/mifos/config/localizedResources 14259 history download (+0) new/moved

trunk/mifos/src/main/java/org/mifos/config/localizedResources/BulkEntryUIResources.properties 14259 history download (+61) new/moved

trunk/mifos/src/main/java/org/mifos/config/localizedResources/LoggerStatements_fr.properties