Date | Author | File/Message |
---|---|---|
10/2/04 7:16 PM | jamosmith |
added a link to verticle calendar
(1 Files changed,
3 Lines changed)
src/webapp/index.jsp 1.5
(+3
-1)
|
10/2/04 7:16 PM | jamosmith |
initial commit
(1 Files changed,
28 Lines changed)
src/webapp/dynamiccalendar.jsp 1.1
added 28
|
10/2/04 7:16 PM | jamosmith |
added weekStart and verticle attributes
(1 Files changed,
16 Lines changed)
src/tld/calendartag.tld 1.4
(+16
-0)
|
10/2/04 7:14 PM | jamosmith |
implemented some verticle calendar features
added dayCompare
finally fixed tricky comparison between dates
added default id and cssPrefix
fixed odd even month incrementing
(2 Files changed,
167 Lines changed)
src/webapp/verticlecalendar.jsp 1.1
added 28
|
10/2/04 7:12 PM | jamosmith |
initial commit
(1 Files changed,
70 Lines changed)
src/css/verticlecalendar.css 1.1
added 70
|
10/2/04 6:04 PM | jamosmith |
initial commit
(1 Files changed,
76 Lines changed)
src/css/calendar.css 1.1
added 76
|
9/19/04 5:42 PM | jamosmith |
demonstrates a single week date range
(1 Files changed,
3 Lines changed)
src/webapp/twocalendars.jsp 1.2
(+3
-3)
|
9/19/04 5:42 PM | jamosmith |
removed link & DATE_FORMAT from CalendarDecorator interface
changed getPreviousLink getNextLink & getDay to pass a String url arguement
(2 Files changed,
15 Lines changed)
|
9/19/04 5:41 PM | jamosmith |
changed the way CalendarTag deals with interacting with a dyanmic date range calendar
added DATE_FORMAT
fixed error caused by manually incrementing the DATE of a Calendar, it does it for us
(1 Files changed,
36 Lines changed)
|
9/19/04 5:40 PM | jamosmith |
made activeday a little nicer looking
(1 Files changed,
2 Lines changed)
src/css/minicalendar.css 1.4
(+2
-1)
|
9/13/04 8:39 PM | jamosmith |
movedthe twocalendars example into a seperate jsp
(2 Files changed,
47 Lines changed)
src/webapp/twocalendars.jsp 1.1
added 34
|
9/13/04 8:39 PM | jamosmith |
made index.jsp a index to the examples
(1 Files changed,
5 Lines changed)
src/webapp/index.jsp 1.4
(+5
-30)
|
9/13/04 8:38 PM | jamosmith |
added links to the side
added link to live examples
(1 Files changed,
4 Lines changed)
xdocs/navigation.xml 1.2
(+4
-3)
|
9/3/04 1:32 PM | jamosmith |
added todayCalendar
added isSameDay method
trimmed all dates & calendars of their hours, minutes & seconds to avoid confusion
(1 Files changed,
35 Lines changed)
|
9/3/04 1:30 PM | jamosmith |
using uglier colors for easier testing
(1 Files changed,
1 Lines changed)
src/css/minicalendar.css 1.3
(+1
-1)
|
9/3/04 1:30 PM | jamosmith |
using ugly colors for easier testing
(1 Files changed,
4 Lines changed)
src/css/bigcalendar.css 1.2
(+4
-4)
|
9/2/04 11:50 PM | jamosmith |
added start and end
(1 Files changed,
12 Lines changed)
|
9/2/04 11:49 PM | jamosmith |
added start and end dates
added logic to show the start & end month in the title if neccessary
added logic to show the month name on the first day if neccessary
(1 Files changed,
42 Lines changed)
|
9/2/04 11:47 PM | jamosmith |
added cssPrefix, date, day, month, year, evaluatedDate
removed currentDate(changed to date)
split into init variables method & main method
implemented a lot of logic & new features
(1 Files changed,
203 Lines changed)
|
9/2/04 11:45 PM | jamosmith |
changed name to calendarta
changed render to calendar
added id, cssPrefix, day, month, year, date
enhanced the example
(1 Files changed,
78 Lines changed)
src/tld/calendartag.tld 1.3
(+78
-9)
|