From: Matthew B. <mat...@co...> - 2005-07-20 12:14:26
|
For existing bodington properties they are normally structured in the form: section.property=value eg: sqldatabase.username=sa So that it is reasonably easy to see which properties are related. Could we change the i18n properties so they use dots as the separators and so they all start with the same prefix? eg: lang.default=en as at the moment they are of the form: default_language=en -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Alistair Y. <ali...@sm...> - 2005-07-20 12:20:03
|
for 2.6? On 20 Jul 2005, at 13:14, Matthew Buckett wrote: > For existing bodington properties they are normally structured in > the form: > > section.property=value > > eg: > > sqldatabase.username=sa > > So that it is reasonably easy to see which properties are related. > Could we change the i18n properties so they use dots as the > separators and so they all start with the same prefix? > > eg: > > lang.default=en > > as at the moment they are of the form: > > default_language=en > > -- > +--Matthew Buckett-----------------------------------------+ > | VLE Developer, Learning Technologies Group | > | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | > +------------Computing Services, University of Oxford------+ > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > |
From: Matthew B. <mat...@co...> - 2005-07-20 12:29:32
|
Alistair Young wrote: > for 2.6? Yes. If we get a release out there and then change the properties names afterwards we then have to provide support for the old ones or migration to the news ones which is just more work in the long run. Changing it now is the easier way to go. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Colin T. <col...@co...> - 2005-07-20 13:26:26
|
> Could > we change the i18n properties I vote yes. Matthew Buckett wrote: > For existing bodington properties they are normally structured in the form: > > section.property=value > > eg: > > sqldatabase.username=sa > > So that it is reasonably easy to see which properties are related. Could > we change the i18n properties so they use dots as the separators and so > they all start with the same prefix? > > eg: > > lang.default=en > > as at the moment they are of the form: > > default_language=en > |
From: Alistair Y. <ali...@sm...> - 2005-07-20 20:06:34
|
'tis done Sir Mathew ;) language_debug_level removed now uses lang.default and lang.debug files affected and committed are: bodington.properties BuildingServlet, Facility, XmlTemplate Alistair --=20 Alistair Young Senior Software Engineer UHI@Sabhal M=F2r Ostaig Isle of Skye Scotland > For existing bodington properties they are normally structured in the > form: > > section.property=3Dvalue > > eg: > > sqldatabase.username=3Dsa > > So that it is reasonably easy to see which properties are related. Coul= d > we change the i18n properties so they use dots as the separators and so > they all start with the same prefix? > > eg: > > lang.default=3Den > > as at the moment they are of the form: > > default_language=3Den > > -- > +--Matthew Buckett-----------------------------------------+ > | VLE Developer, Learning Technologies Group | > | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | > +------------Computing Services, University of Oxford------+ > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dcl= ick > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > |
From: Matthew B. <mat...@co...> - 2005-07-20 21:10:06
|
Alistair Young wrote: > 'tis done Sir Mathew ;) Jolly Good Job, Captain Young ;-) -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |