Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

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…

. 14259 history deleted

./BusinessObject.java 14259 history deleted

./PersistentObject.java 14259 history deleted

./View.java 14259 history deleted

./service 14259 history deleted

… 8238 more files in changeset.
13301 by pbiligi on 25 June 2008, 06:09:45 -0700 (6 months ago) Make Review [Issue 2038] Birt related changes for collection sheet report without using batch job

./service/ConfigService.java 13301 history download (+1 -1) diffs

… 12 more files in changeset.
12817 by meonkeys on 24 April 2008, 12:32:14 -0700 (8 months ago) Make Review Enforcing deprecation of getBusinessService(). Seems like what the original author of this javadoc intended.

./service/ServiceFactory.java 12817 history download (+2 -5) diffs

12802 by anagri on 22 April 2008, 00:34:28 -0700 (8 months ago) Make Review [Amir @ ThoughtWorks] Refactoring on Birt Reports, making the payment area configurable through property file

./service/ConfigService.java 12802 history download (+4 -0) diffs

… 15 more files in changeset.
12724 by meonkeys on 10 April 2008, 22:07:25 -0700 (8 months ago) Make Review Licensing fix for many files. This is a non-code change. GF USA Address was incorrect and was deleted so it doesn't have to be maintained. All Javadoc changed to simple Java comments so this licensing…

./service/ConfigService.java 12724 history download (+0 -1) diffs

… 144 more files in changeset.
12691 by meonkeys on 07 April 2008, 16:45:50 -0700 (9 months ago) Make Review Let subversion manage newlines in plain text files. This is a whitespace-only
code change. This will ease future merges and isolate us from platform
differences in newlines.

Please see the following…

./service/ServiceDecoratorFactory.java 12691 history download (+0 -0) diffs

./service/ServiceProxy.java 12691 history download (+0 -0) diffs

./service/ConfigService.java 12691 history download (+0 -0) diffs

… 954 more files in changeset.
12627 by pbiligi on 27 March 2008, 22:15:42 -0700 (9 months ago) Make Review Inserting mifos license text into all new files added in rev 12550 (excluding *.rptdesign)

./service/ConfigService.java 12627 history download (+20 -0) diffs

… 102 more files in changeset.
12550 by pbiligi on 19 March 2008, 05:14:42 -0700 (9 months ago) Make Review [Amir/Pramod @ ThoughtWorks] Adding Branch Report and Cash confirmation report

./service/ConfigService.java 12550 history download (+50) new

./service/ServiceDecoratorFactory.java 12550 history download (+14 -7) diffs

./service/ServiceFactory.java 12550 history download (+1 -0) diffs

… 203 more files in changeset.
12257 by vanmh on 16 January 2008, 20:52:10 -0800 (11 months ago) Make Review Patch 16Jan-diff-2.patch from Thoughtworks (India).
This includes additional BIRT report functionality and refactoring.

./service/ServiceDecoratorFactory.java 12257 history download (+32) new

./service/ServiceProxy.java 12257 history download (+36) new

… 106 more files in changeset.
11678 by jkingdon on 23 April 2007, 15:52:49 -0700 (20 months ago) Make Review From me and Greg Steffensen:
Add hibernate mappings for many of the surveys tables.
Replace the 4 tables for different response types with 4 columns.

./PersistentObject.java 11678 history download (+6 -0) diffs

… 28 more files in changeset.
11673 by jkingdon on 20 April 2007, 15:14:10 -0700 (20 months ago) Make Review Fix exception swallowing in LoanRepaymentTag and LoanActivityTag.
Rename some poorly named variables.
Get rid of various PersistenceService and ServiceFactory calls/classes, in
favor of just calling t…

./service/ServiceFactory.java 11673 history download (+0 -19) diffs

… 62 more files in changeset.
11563 by jkingdon on 21 February 2007, 10:08:55 -0800 (22 months ago) Make Review Get rid of the ReportsPersistenceService layer.
Its main responsibility had been to swallow exceptions :-(.

./service/BusinessService.java 11563 history download (+6 -0) diffs

… 14 more files in changeset.
11492 by jkingdon on 17 January 2007, 12:42:45 -0800 (23 months ago) Make Review Begin the process of constructing business services directly
rather than via ServiceFactory.

./service/ServiceFactory.java 11492 history download (+6 -0) diffs

… 14 more files in changeset.
11406 by jkingdon on 01 December 2006, 12:59:37 -0800 (2 years 1 month ago) Make Review Check in change from Van Mittal-Henkle:
Make the argument to SessionUtils.setAttribute be Serializable.
Many changes to only store Serializable objects in an HttpSession.

./View.java 11406 history download (+1 -1) diffs

… 58 more files in changeset.
11388 by jkingdon on 17 November 2006, 08:25:16 -0800 (2 years 1 month ago) Make Review Fix compiler warnings by removing unused code.

./BusinessObject.java 11388 history download (+0 -8) diffs

… 5 more files in changeset.
11336 by jkingdon on 03 November 2006, 13:28:13 -0800 (2 years 2 months ago) Make Review Fix compiler warnings (get rid of unused code, mostly).
Organize imports project-wide.
Don't swallow exceptions in TestObjectFactory.
Inline the TestObjectFactory#createCenter method with the extra pa…

./BusinessObject.java 11336 history download (+0 -1) diffs

… 57 more files in changeset.
11334 by aditi_krishankg on 03 November 2006, 06:17:33 -0800 (2 years 2 months ago) Make Review Issues Resolved : 1121,1263,1290
Test case added/updated:
testSchedulePreviewFailureWhenLoanProductFrequencyChanges
testUpdateLoanOfferingFeeTypesForLogging
testExecuteForCustomerAccount
testExecuteFo…

./BusinessObject.java 11334 history download (+0 -21) diffs

… 29 more files in changeset.
11240 by aditi_mohammedn on 17 October 2006, 22:40:05 -0700 (2 years 2 months ago) Make Review Removal of the M1 code. Master value objects of M1 present have been removed.

./util/helpers/HeaderObject.java 11240 history deleted

… 184 more files in changeset.
11223 by aditi_mohammedn on 16 October 2006, 06:29:19 -0700 (2 years 2 months ago) Make Review Exceptions cleaned up. Unnecessary exceptions and constructors in exceptions removed. Issue 1037 resolved.

./service/ServiceFactory.java 11223 history download (+29 -31) diffs

… 66 more files in changeset.
11222 by aditi_rohitr on 16 October 2006, 04:53:14 -0700 (2 years 2 months ago) Make Review Issue:1099,1108 fixed.
M2 code.Test cases added/updated.

./util/helpers/MifosBaseHeaderObject.java 11222 history deleted

… 9 more files in changeset.
11203 by jkingdon on 13 October 2006, 10:14:29 -0700 (2 years 2 months ago) Make Review Organize imports project-wide.  Fix Eclipse compiler warnings.
Don't swallow exceptions.

./PersistentObject.java 11203 history download (+1 -1) diffs

… 175 more files in changeset.
11093 by aditi_mohammedn on 09 October 2006, 01:45:02 -0700 (2 years 2 months ago) Make Review Most of the M1 code removed. It includes Action classes, value objects, business processors,dao, M1 frame work.

./handlers/SessionBusinessLocator.java 11093 history deleted

./handlers/BusinessProcessor.java 11093 history deleted

./handlers/MifosBusinessProcessor.java 11093 history deleted

./handlers/ServiceLocator.java 11093 history deleted

./handlers 11093 history deleted

… 321 more files in changeset.
11081 by aditi_navitas on 08 October 2006, 00:49:33 -0700 (2 years 3 months ago) Make Review Change log implemented for client personnel info , mfi info and transfer in different group.
New test case added.

./util/Name.java 11081 history download (+0 -1) diffs

… 9 more files in changeset.
11069 by aditi_mohammedn on 07 October 2006, 02:14:43 -0700 (2 years 3 months ago) Make Review Implementation : Change of meeting dates generation. Now the dates for customer account and savings account are
not generated for next year end. Only 10 meeting dates are generated and through cron jo…

./BusinessObject.java 11069 history download (+35 -28) diffs

… 16 more files in changeset.
11062 by jkingdon on 06 October 2006, 13:01:05 -0700 (2 years 3 months ago) Make Review Fix HTML quoting bug (46 in issue tracker) via XmlBuilder.

./handlers/MifosBusinessProcessor.java 11062 history download (+1 -1) diffs

… 15 more files in changeset.
11045 by jkingdon on 05 October 2006, 11:40:29 -0700 (2 years 3 months ago) Make Review Add Iteration14*.sql files to ant build_db (they had only been in
ant build_test_db but they need to be in build_db so someone can
update from subversion and be able to run the application).
Various o…

./handlers/Delegator.java 11045 history download (+7 -15) diffs

… 7 more files in changeset.
10953 by jkingdon on 27 September 2006, 11:17:24 -0700 (2 years 3 months ago) Make Review Change config file paths to fit other parts of MIFOS.
Clean up singleton code.
Construct object with contructor, not setters.

./service/ServiceFactory.java 10953 history download (+0 -1) diffs

… 5 more files in changeset.
10750 by jkingdon on 13 September 2006, 07:00:21 -0700 (2 years 3 months ago) Make Review Get rid of the M1 Address class.
Various fixes to comments, fixing compiler warnings, etc.

./handlers/BusinessProcessor.java 10750 history download (+10 -10) diffs

./handlers/MifosBusinessProcessor.java 10750 history download (+37 -60) diffs

… 5 more files in changeset.
10605 by aditi_sumeethaec on 04 September 2006, 04:12:00 -0700 (2 years 4 months ago) Make Review Migration of Edit personnel module to M2.

./BusinessObject.java 10605 history download (+2 -2) diffs

… 9 more files in changeset.
10587 by aditi_mohammedn on 01 September 2006, 05:13:11 -0700 (2 years 4 months ago) Make Review Implementation : Changed Service Exception to Application Exception. New Exception ServiceUnavailableException added which is a RuntTimeException and thrown by the service factory.
Issue No.678 fixed.…

./service/ServiceFactory.java 10587 history download (+11 -8) diffs

… 15 more files in changeset.
earlier earlier | later later
Crucible: Open Source License registered to Atlassian.
Atlassian FishEye, Subversion analysis. (Version:1.6.1 Build:build-r20568 2008-09-30) - Administration - Page generated 2009-01-07 20:10 -0800