A new release candidate has been posted for download at
http://www.gooddogs.com/dotnetnuke/Downloads/tabid/57/Default.aspx
=======================================================================
03.01.14 RC4 Build 26327
Released 11.16.2007
=======================================================================
-- Fixed the issues with navigating to an item with a PERMALINK URL, and
then changing categories or trying to rate/comment on an item. All
is working properly now and works as expected.
-- Added the abiltity to localize the default text in form.html file
for Summary and Description fields. Before, you could add a Setting to
the form.xml file for the [SUMMARY] or [DESCRIPTION] tokens, named
Deafult and set the Text value to some text.
You can now enter a localiztion tag and the text will be retrieved
from the local resource file for the current language.
for example:
<Object>
<Token>[SUMMARY]</Token>
<Settings>
<Setting>
<Name>Default</Name>
<Value>[ArticleSummary.Text]</Value>
</Setting>
</Settings>
</Object>
At runtime, for a new Repository upload, it will retrieve the text
from the local resource file ( located in the template's
App_LocalResources folder from the form.ascx.resx file )
looking for the ArticleSummary.Text key.
NOTE: The key can be anything, you just need to add a key to your
local resource file then add the same key to your form.xml file.
-- Changed the default height for Summary text editors from 100px
to 150px