From: Peter C. <Pet...@me...> - 2006-05-17 16:52:59
|
New for your delectation and delight: - Improved content package export and modification. Correct namespace used for the 'lang' attribute; namespaces accepted for the 'lang' attribute; modification of the basic properties now correctly updates the metadata and tidies up any previous screw-ups. UHI, you'll want to grab this I think - XMLRepository and a big chunk of the BuildingSessionImpl changes are related to this. - Creation and edit dates and usernames are stored on resources. They're not displayed yet. Expect an email from Leeds shortly opening up a discussion on where they could be displayed. Logic for updating the last edit date and user is centralised in BuildingSessionImpl::noteEdit(). - Deadlines are now expressed as a date and time rather than just as a date. Parsing and rendering of deadlines is centralised in Facility (sorry!) - parseDateInput and outputDateInput are the methods to look at. Creation templates have been modified to render using these new methods, so an alternative mechanism such as the Weblearn JS calendar (or going back to one input box) could be implemented simply by changing these two methods. - When displaying MCQ results, the display can now be ordered by the user's alias. - Peter |
From: Antony C. <an...@sm...> - 2006-05-17 16:58:19
|
Ah the good old days... Excellent Peter, I'll grab this and give it thorough work out! Cheers, Antony On 17 May 2006, at 17:52, Peter Crowther wrote: > New for your delectation and delight: > > - Improved content package export and modification. Correct namespace > used for the 'lang' attribute; namespaces accepted for the 'lang' > attribute; modification of the basic properties now correctly updates > the metadata and tidies up any previous screw-ups. UHI, you'll want = to > grab this I think - XMLRepository and a big chunk of the > BuildingSessionImpl changes are related to this. > > - Creation and edit dates and usernames are stored on resources. > They're not displayed yet. Expect an email from Leeds shortly opening > up a discussion on where they could be displayed. Logic for updating > the last edit date and user is centralised in > BuildingSessionImpl::noteEdit(). > > - Deadlines are now expressed as a date and time rather than just as a > date. Parsing and rendering of deadlines is centralised in Facility > (sorry!) - parseDateInput and outputDateInput are the methods to look > at. Creation templates have been modified to render using these new > methods, so an alternative mechanism such as the Weblearn JS calendar > (or going back to one input box) could be implemented simply by=20 > changing > these two methods. > > - When displaying MCQ results, the display can now be ordered by the > user's alias. > > - Peter > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services,=20 > security? > Get stuff done quickly with pre-integrated technology to make your job=20= > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache=20 > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=120709&bid&3057&dat=121642= > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Peter C. <Pet...@me...> - 2006-05-17 21:35:44
|
PiBGcm9tOiBBbnRvbnkgQ29yZmllbGQgDQo+IEV4Y2VsbGVudCBQZXRlciwgSSdsbCBncmFiIHRo aXMgYW5kIGdpdmUgaXQgdGhvcm91Z2ggd29yayBvdXQhIA0KDQoNClBsZWFzZS4gIEknZCByYXRo ZXIga25vdyBpZiBpdCdzIHN0aWxsIG5vdCB1cCB0byBzY3JhdGNoLg0KDQogICAgICAgICAgICAt IFBldGVyLCB2aWEgZG9kZ3kgd2VibWFpbA0KDQo= |
From: Matthew B. <mat...@ou...> - 2006-05-17 22:10:34
|
Peter Crowther wrote: > New for your delectation and delight: > > - Improved content package export and modification. Correct namespace > used for the 'lang' attribute; namespaces accepted for the 'lang' > attribute; modification of the basic properties now correctly updates > the metadata and tidies up any previous screw-ups. UHI, you'll want to > grab this I think - XMLRepository and a big chunk of the > BuildingSessionImpl changes are related to this. Nice one. Any progress on the upgrade script? > - Creation and edit dates and usernames are stored on resources. > They're not displayed yet. Expect an email from Leeds shortly opening > up a discussion on where they could be displayed. Logic for updating > the last edit date and user is centralised in > BuildingSessionImpl::noteEdit(). I see you're only recording updates for "properly" written bodington tools that do their work though sessions (assessment tools ;-). What are you recording the dates for? Managers or users? > - Deadlines are now expressed as a date and time rather than just as a > date. Parsing and rendering of deadlines is centralised in Facility > (sorry!) - parseDateInput and outputDateInput are the methods to look > at. Creation templates have been modified to render using these new > methods, so an alternative mechanism such as the Weblearn JS calendar > (or going back to one input box) could be implemented simply by changing > these two methods. Looks like a nice improvement. > - When displaying MCQ results, the display can now be ordered by the > user's alias. -- -- Matthew Buckett, VLE Developer -- Learning Technologies Group, Oxford University Computing Services -- Tel: +44 (0)1865 283660 http://www.oucs.ox.ac.uk/ltg/ |