Last Published: 15.01.2007
Overview
Home
Download
User Manual
SourceForge
Project Documentation
Project Information
Project Reports
October 2004 Commit Log
«
Development Statistics for GINP - Java Photo Gallery Web Application
Commit Logs
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
Number of Commits:
31
Number of Active Developers:
1
dougculnane
2004-10-27 17:17
#31
Add images for page navigation.
0
lines of code changed in:
web/styles/w2k4/_common/core.images
:
first.png
(new)
,
last.png
(new)
dougculnane
2004-10-27 17:15
#30
Pictures can be shown in pages. This now seams to work properly and has been built into the w2k4 style.
95
lines of code changed in:
src/net/culnane/ginp
:
GinpModelManager.java
(+4)
src/net/culnane/ginp/commands
:
SelectCollection.java
(+6 -4)
,
SelectPath.java
(+6 -4)
,
ViewPage.java
(+3 -10)
src/net/culnane/ginp/taglibs
:
GetPictures.java
(+40 -6)
,
PageNavigator.java
(+2 -1)
web/WEB-INF
:
ginp.tld
(+11 -6)
web/styles/w2k4
:
bot.jsp
(-2)
,
collection.jsp
(+23 -7)
,
top.jsp
(-2)
dougculnane
2004-10-23 16:14
#29
Start of Pages for pictures. This is buggy but the structure is there.
63
lines of code changed in:
web/WEB-INF
:
ginp.tld
(+51)
web/styles/w2k4
:
collection.jsp
(+12 -4)
dougculnane
2004-10-23 16:12
#28
Strat of Pages for pictures. This is buggy but the structure is there.
163
lines of code changed in:
src/net/culnane/ginp
:
GinpModel.java
(+49 -1)
,
GinpModelManager.java
(+1)
,
GinpPictureServlet.java
(+31 -31)
src/net/culnane/ginp/commands
:
ViewPage.java
(new 10)
src/net/culnane/ginp/taglibs
:
GetPictures.java
(+66 -36)
,
PageNavigator.java
(new 6)
dougculnane
2004-10-22 16:11
#27
Document the Date Pattern use
27
lines of code changed in:
docs
:
Manual.html
(+24 -1)
,
ReleaseNotes.txt
(+3)
dougculnane
2004-10-22 11:05
#26
add formated date.
17
lines of code changed in:
web/WEB-INF
:
ginp.tld
(+10)
web/styles/w2k4
:
admin.jsp
(+3 -3)
,
collection.jsp
(+2 -2)
,
picture.jsp
(+2 -2)
dougculnane
2004-10-22 11:01
#25
fix on picture constructor call.
2
lines of code changed in:
src/net/culnane/ginp/taglibs
:
GetPicture.java
(+2 -1)
dougculnane
2004-10-20 18:52
#24
Date formated to Locale and specified pattern on presentaion.
66
lines of code changed in:
src/net/culnane/ginp
:
Picture.java
(+26 -4)
,
TestGinp.java
(+6 -2)
src/net/culnane/ginp/taglibs
:
GetPicture.java
(+16 -5)
,
GetPictures.java
(+18 -7)
dougculnane
2004-10-20 17:53
#23
Date and Time are retrived from the EXIF Data.
98
lines of code changed in:
src/net/culnane/ginp
:
Picture.java
(+82 -3)
,
TestGinp.java
(+16)
dougculnane
2004-10-15 21:39
#22
statcvs atted to ginp site, and other mods
1
lines of code changed in:
build.xml
(+1 -1)
dougculnane
2004-10-15 15:56
#21
added cvs commands to build file
8
lines of code changed in:
build.xml
(+8)
dougculnane
2004-10-15 15:37
#20
Move picture info logic to a picture class.
159
lines of code changed in:
src/net/culnane/ginp
:
Collection.java
(-4)
,
Picture.java
(+64 -7)
,
TestGinp.java
(+61 -18)
src/net/culnane/ginp/taglibs
:
GetPicture.java
(+12)
,
GetPictures.java
(+22 -50)
dougculnane
2004-10-15 15:36
#19
add picture info to tags
4
lines of code changed in:
web/styles/w2k4
:
collection.jsp
(+2 -1)
,
picture.jsp
(+2 -1)
dougculnane
2004-10-15 15:34
#18
add picture info to getpicture tag
30
lines of code changed in:
web/WEB-INF
:
ginp.tld
(+30)
dougculnane
2004-10-15 13:37
#17
More to do
2
lines of code changed in:
docs
:
ToDo.txt
(+2)
dougculnane
2004-10-15 13:35
#16
update release notes for 0.16
4
lines of code changed in:
docs
:
ReleaseNotes.txt
(+4 -1)
dougculnane
2004-10-15 13:31
#15
Added Translation to Button Text
1
lines of code changed in:
web/styles/w2k4
:
top.jsp
(+1 -1)
dougculnane
2004-10-14 15:38
#14
Add debug info to error page.
118
lines of code changed in:
src/net/culnane/ginp
:
Collection.java
(+50 -34)
,
GinpModel.java
(+37 -27)
,
GinpServlet.java
(+31 -21)
dougculnane
2004-10-10 21:27
#13
Error handeling concept?, Java Docs and small fix/improvements
294
lines of code changed in:
src/net/culnane/ginp
:
Collection.java
(+82 -82)
,
GinpModel.java
(+32 -28)
,
GinpServlet.java
(+86 -74)
,
TestGinp.java
(+30 -57)
src/net/culnane/ginp/commands
:
AdminMode.java
(+6 -8)
,
Logon.java
(+7 -6)
,
SaveData.java
(+7 -7)
,
SelectCollection.java
(+9 -8)
,
SelectPath.java
(+1 -1)
,
SetLanguageCode.java
(+1 -1)
,
ShowPicture.java
(+6 -2)
src/net/culnane/ginp/taglibs
:
Translate.java
(+3 -1)
,
TreeMenu.java
(+24 -24)
dougculnane
2004-10-10 21:26
#12
Add new blank class to be used later
7
lines of code changed in:
src/net/culnane/ginp
:
Picture.java
(new 7)
dougculnane
2004-10-07 18:18
#11
style sheet fix
1
lines of code changed in:
web
:
picture.jsp
(+1 -1)
dougculnane
2004-10-05 15:09
#10
tidy up for release
3
lines of code changed in:
docs
:
ReleaseNotes.txt
(+3)
web
:
docs.jsp
(-2)
dougculnane
2004-10-05 11:08
#9
tidy up JavaDocs
2
lines of code changed in:
build.xml
(+2 -2)
dougculnane
2004-10-05 10:51
#8
Added Documentation to ginp home page.
18
lines of code changed in:
build.xml
(+6 -2)
web
:
docs.jsp
(new 2)
,
index.jsp
(+1 -1)
,
manual.jsp
(new)
,
top.jsp
(+9 -1)
dougculnane
2004-10-04 16:08
#7
Update of index page to se new website artwork and style.
69
lines of code changed in:
web
:
bot.jsp
(new)
,
collection.jsp
(+1 -3)
,
collections.jsp
(+1 -4)
,
exif.jsp
(+1 -3)
,
favicon.png
(new)
,
index.jsp
(+2 -4)
,
logon.jsp
(+1 -3)
,
picture.jsp
(+1 -3)
,
style.css
(new 1)
,
top.jsp
(+35 -15)
web/WEB-INF
:
ginp.tld
(+26 -2)
web/img
:
lineleft.png
(new)
,
linemiddle.png
(new)
,
lineright.png
(new)
,
logo.png
(new)
dougculnane
2004-10-04 16:05
#6
Bug fix if folder empty
43
lines of code changed in:
src/net/culnane/ginp/taglibs
:
GetPictures.java
(+43 -38)
dougculnane
2004-10-04 15:02
#5
Fix of bug that when Tomcat forwards urls with a jesssionid it can not find the resourse. This is a Tomcat 4 bug I think.
21
lines of code changed in:
src/net/culnane/ginp
:
GinpServlet.java
(+21 -3)
dougculnane
2004-10-03 14:52
#4
Fixed Bug: Thumbnailing dies if a feature picture is in the list.
25
lines of code changed in:
docs
:
Manual.html
(+1 -1)
,
ReleaseNotes.txt
(+1)
,
ToDo.txt
(+3 -9)
src/net/culnane/ginp
:
Collection.java
(+20 -2)
dougculnane
2004-10-03 14:17
#3
Controller Servlet now forwards rather than redirects. This is a big performace improvement on slow ping networks.
42
lines of code changed in:
src/net/culnane/ginp
:
GinpServlet.java
(+42 -29)
dougculnane
2004-10-03 12:46
#2
Add language switcher
0
lines of code changed in:
web/styles/w2k4/img
:
de.png
(new)
,
en.png
(new)
dougculnane
2004-10-03 11:02
#1
Start admin page which edits forder xml file. Some fixes and improvments.
151
lines of code changed in:
src/net/culnane/ginp
:
Collection.java
(+28 -8)
,
GinpModel.java
(+6)
,
GinpModelManager.java
(+6)
,
StringTool.java
(+20 -8)
,
TestGinp.java
(+10 -1)
src/net/culnane/ginp/commands
:
AdminMode.java
(new 13)
,
Logon.java
(+6 -4)
,
SaveData.java
(new 7)
src/net/culnane/ginp/taglibs
:
GetPictures.java
(+25 -8)
web/WEB-INF
:
ginp.xml
(+6 -1)
web/styles/backinblack
:
collection.jsp
(+2 -2)
web/styles/textart
:
collection.jsp
(+2 -2)
web/styles/w2k4
:
admin.jsp
(+9 -5)
,
collection.jsp
(+1 -1)
,
top.jsp
(+10 -2)
September 2004
»
Generated by
StatSVN
@VERSION@