Alright, so 2.5.1 has been through internal testing, doing full deployments of the different starter kits, testing the scenarios people have mentioned on the forum and on the issue tracker.
This is the very last step before full public release, so please, anyone who can, give the below package/update a try on their local system so we can catch any final hiccups before rolling this one out Thank you to anyone taking their time testing this update
Here is the list of the most reported issues, we also fixed other minor things, but these are the ones that most people encountered:
Fixes: - Fixes issues with datatypes needed HttpContext to be loaded by Courier - Fixes Embedded Content Datatype Compat issues - Fixes Html Element IDs for specific web.config settings - Fixes dependency loading setting in revision UI - Revisions set to only load selected items, also includes Child dependencies by default (for docs->props dependencies) - Fixes glitch in resource compare and loading when extraction source and destination was the same. - RTE doesn't include stylesheets as dependencies
Seeing a SOAP exception when transfering between environments. in a 2.5.1 to a 2.5.1 enviornment the following error occurs, but when transfering from 2.5.1 to a 2.5 enviornment it does not occur.
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.ArgumentNullException: Value cannot be null. Parameter name: key at System.Collections.Generic.Dictionary`2.FindEntry(TKey key) at Umbraco.Courier.Core.ContextManager.Get(String key) at Umbraco.Courier.RepositoryProviders.Local.TransferResources(ResourceTransfer[] resources) in c:\Program Files (x86)\teamcity\buildAgent\work\7302128a06ae6604\Umbraco.Courier.RepositoryProviders\Local\Local.cs:line 151 --- End of inner exception stack trace --- at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Umbraco.Courier.RepositoryProviders.WebServiceProvider.RepositoryWebservice.TransferResources(String sessionKey, ResourceTransfer[] resources, String user, String pass) in c:\Program Files (x86)\teamcity\buildAgent\work\7302128a06ae6604\Umbraco.Courier.RepositoryProviders\WebserviceProvider\webservice.cs:line 1170 at Umbraco.Courier.RepositoryProviders.CourierWebserviceRepositoryProvider.TransferResources(ResourceTransfer[] resources) in c:\Program Files (x86)\teamcity\buildAgent\work\7302128a06ae6604\Umbraco.Courier.RepositoryProviders\WebserviceProvider\CourierWebserviceRepositoryProvider.cs:line 321 at Umbraco.Courier.Core.Extraction.RevisionExtraction.(Item item, Boolean isDependency, ResourceExtractionOrder order) at Umbraco.Courier.Core.Extraction.RevisionExtraction.() at Umbraco.Courier.Core.Extraction.RevisionExtraction.Extract() at Umbraco.Courier.Core.Tasks.ExtractionTask.Run() at Umbraco.Courier.Core.TaskManager.(IRevisionTask value) 12/20/2011 11:27:26 AM
2.5.1 RC1
Alright, so 2.5.1 has been through internal testing, doing full deployments of the different starter kits, testing the scenarios people have mentioned on the forum and on the issue tracker.
This is the very last step before full public release, so please, anyone who can, give the below package/update a try on their local system so we can catch any final hiccups before rolling this one out
Thank you to anyone taking their time testing this update
Here is the list of the most reported issues, we also fixed other minor things, but these are the ones that most people encountered:
Fixes:
- Fixes issues with datatypes needed HttpContext to be loaded by Courier
- Fixes Embedded Content Datatype Compat issues
- Fixes Html Element IDs for specific web.config settings
- Fixes dependency loading setting in revision UI
- Revisions set to only load selected items, also includes Child dependencies by default (for docs->props dependencies)
- Fixes glitch in resource compare and loading when extraction source and destination was the same.
- RTE doesn't include stylesheets as dependencies
Downloads:
- Clean install: http://nightly.umbraco.org/UmbracoCourier/2.5.1/Courier_2.5.1.zip
- DLLs: http://nightly.umbraco.org/UmbracoCourier/2.5.1/Courier_2.5.1_manual_install.zip
Documentation:
- Install: http://nightly.umbraco.org/UmbracoCourier/Installation%20and%20Configuration.pdf
- Data resolvers: http://nightly.umbraco.org/UmbracoCourier/Data%20Resolvers.pdf
- Changes: http://nightly.umbraco.org/UmbracoCourier/changes.txt
PDBs: for debugging: http://nightly.umbraco.org/UmbracoCourier/Umbraco.Courier2_SymbolFiles.zip
Will try to test this today, cause I see 2 issues I reported are fixed.
Seeing a SOAP exception when transfering between environments. in a 2.5.1 to a 2.5.1 enviornment the following error occurs, but when transfering from 2.5.1 to a 2.5 enviornment it does not occur.
Thanks for the bug report, will look into it now
Issue fixed and submitted to build server, let me know if there is anything else, or this will be the only RC
Updated downloads:
- Clean install: nightly.umbraco.org/.../Courier_2.5.1.zip
- DLLs/update: nightly.umbraco.org/.../....5.1_manual_install.zip
Thank Per - We just got around to testing this out again - we now get the following error -
**Error Removed**
Looks like it was some corrupted data in our DB.
Transferred successfully after fixing,
is working on a reply...