August 2006 Commit Log

Number of Commits:
48
Number of Active Developers:
2
Marcin Jekot 2006-08-27 10:47

added backward, and modified handlers

30 lines of code changed in:

Marcin Jekot 2006-08-27 10:46

added id tag

2 lines of code changed in:

Marcin Jekot 2006-08-27 09:55

Putting in common functionality into an abstract class

19 lines of code changed in:

Marcin Jekot 2006-08-26 11:41

Getting rid of compiler warnings, by parametrizing generic classes. I'm not sure I like the fact that client code will have to use this, but what are the alternatives?

128 lines of code changed in:

Marcin Jekot 2006-08-26 10:58

Making tests pass. Renamed JodaWorkingWeekTest.java test to JdkWorkingWeekTest.java

87 lines of code changed in:

Marcin Jekot 2006-08-26 10:34

Oops, removing my own name from the javadoc template

6 lines of code changed in:

Marcin Jekot 2006-08-26 10:28

Made DateCalculatorFactory and PeriodCountCalculator generic.

90 lines of code changed in:

Marcin Jekot 2006-08-26 10:06

Added the Apache 2.0 licence to the project code template

8 lines of code changed in:

Marcin Jekot 2006-08-26 10:04

Added licence, and javadoc

44 lines of code changed in:

Marcin Jekot 2006-08-26 09:44

Adding keyword expansion to all the java files.

0 lines of code changed in:

Marcin Jekot 2006-08-26 09:19

Set the keyword substitution property on.



I propose we use the standard $Id$ $Revision$ $Date$ and $LastModifiedBy$ tags on .java files

2 lines of code changed in:

Marcin Jekot 2006-08-26 08:49

ditto

4 lines of code changed in:

  • datecalc-common/src/main/java/net/objectlab/kit/datecalc/common: DateCalculator.java (+4 -2)
Marcin Jekot 2006-08-26 08:45

c'mon, work for me buddy

6 lines of code changed in:

  • datecalc-common/src/main/java/net/objectlab/kit/datecalc/common: DateCalculator.java (+6 -3)
Marcin Jekot 2006-08-26 08:29

just doing some tests on keywords

3 lines of code changed in:

  • datecalc-common/src/main/java/net/objectlab/kit/datecalc/common: DateCalculator.java (+3 -2)
Marcin Jekot 2006-08-26 08:00

Added javadoc, and licence

25 lines of code changed in:

Benoit Xhenseval 2006-08-24 23:17

Removed Checkstyle issues. new stats.

85 lines of code changed in:

Benoit Xhenseval 2006-08-24 22:37

checkstyle

3 lines of code changed in:

Benoit Xhenseval 2006-08-24 18:15

here you go... this should take care of my last Checkstyle warning! :-)

5 lines of code changed in:

  • datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda: package.html (new 5)
Benoit Xhenseval 2006-08-24 14:57

Move more functionality to the AbstractDateCalculator. Got a bit stuck on WorkingWeek, may be that could be <parameterised>...

185 lines of code changed in:

Benoit Xhenseval 2006-08-24 14:49

Put Google Analytics on most pages.

10 lines of code changed in:

Benoit Xhenseval 2006-08-24 14:47

tidy up.

814 lines of code changed in:

Marcin Jekot 2006-08-23 23:05

changed <DateType> to more conventional <E>

30 lines of code changed in:

Marcin Jekot 2006-08-23 23:00

More generics refactoring. Managed to pull in HolidayHandler. Next is will be the calendar factories.

292 lines of code changed in:

Benoit Xhenseval 2006-08-23 22:53

Added Google Analytics on main web page and new qalab.xml stats

14 lines of code changed in:

Marcin Jekot 2006-08-23 22:22

Initial stab at the refactoring of the DateCalendar into a generic interface in common.



Working Week etc are next, and more methods need to be pulled up into the abstract class.



I also plan to rename the interfaces + clean up.

181 lines of code changed in:

Benoit Xhenseval 2006-08-23 21:51

201 lines of code changed in:

Marcin Jekot 2006-08-23 21:05

renamed addDays() to moveByDays() to match moveByBusinessDays()

42 lines of code changed in:

Benoit Xhenseval 2006-08-23 13:14

moved package from net.objectlab to net.objectlab.kit

all dependencies need to be updated.

3 lines of code changed in:

Benoit Xhenseval 2006-08-23 12:02

fix the group id for Maven 1

1 lines of code changed in:

Benoit Xhenseval 2006-08-21 17:20

Added Tests for Modified Following and Preceeding... you can use them for JDK... BUT I'm not sure it is 100%.



For instance at the moment, the date moves FIRST by the number of days given and it handles the holiday only for that calculated date. So it would be possible to jump to another month e.g. 31/7/06 + 1 day or 30/7/06 +5 days...



i do not think it is wrong, need to be checked

32 lines of code changed in:

Benoit Xhenseval 2006-08-21 14:45

Remove unnecessary import

0 lines of code changed in:

Benoit Xhenseval 2006-08-20 21:52

run the tests but ignore failures and errors

2 lines of code changed in:

Marcin Jekot 2006-08-20 18:30

have got some of the tests passing

21 lines of code changed in:

Marcin Jekot 2006-08-20 18:29

corrected the date format

1 lines of code changed in:

Marcin Jekot 2006-08-20 18:25

changed if statement to a switch

7 lines of code changed in:

Marcin Jekot 2006-08-20 18:22

not incrementing date to start off with

2 lines of code changed in:

Marcin Jekot 2006-08-20 18:20

removed my TODO comment query

0 lines of code changed in:

Benoit Xhenseval 2006-08-20 18:16

little checking to test the list.

30 lines of code changed in:

Benoit Xhenseval 2006-08-20 18:00

add doco

129 lines of code changed in:

Marcin Jekot 2006-08-20 16:39

added licence

40 lines of code changed in:

Marcin Jekot 2006-08-20 16:32

more of the implementation, tests are still not passing

20 lines of code changed in:

Benoit Xhenseval 2006-08-20 15:43

Sorting out the Maven build

63 lines of code changed in:

Marcin Jekot 2006-08-20 15:37

first stab at implementation - still some stuff missing, and it's not tested

74 lines of code changed in:

Marcin Jekot 2006-08-20 14:27

made vars final

7 lines of code changed in:

  • datecalc-common/src/main/java/net/objectlab/kit/datecalc/common: WorkingWeek.java (+7 -7)
Marcin Jekot 2006-08-20 14:22

added constants in order to make vars clearer, i.e. documenting with code kinda thing.

also renamed the consts

24 lines of code changed in:

  • datecalc-common/src/main/java/net/objectlab/kit/datecalc/common: WorkingWeek.java (+24 -7)
Benoit Xhenseval 2006-08-20 13:14

fix issue

1 lines of code changed in:

Marcin Jekot 2006-08-20 12:57

2 lines of code changed in:

Marcin Jekot 2006-08-20 12:13

initial import

4526 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT