Kevin Jump

Results 199 comments of Kevin Jump

yeah - part of the issue is that diffrent data types work this out in diffrent ways - we are a bit dependent on the value resolvers in the data...

Yeah I think it needs passing on to the serializers as the import is processed, because that's a bit more thread safe than passing it to the init() functions. I...

Hi, this might not be a uSync issue - uSync performs all its changes via the Umbraco APIs and doesn't do anything directly with the DB - so if umbraco...

Hi also, just for my sanity, which version of uSync / Umbraco are you running?

Thanks for this, I think i will move this into uSync.Core so that the serializers can do the wrapping/pre-wrapping then the innards of the xml stay in core, and it...

Hi - yeah lets call it a feature :) uSync doesn't do mapping of the content ids within the macro parameters (at the moment) :(

this in theory is fixable, it just needs someone who is much clever than me at reg ex to solve. a typical entry might look like: ``` Some Content here  

Hi, yeah you should increment the version value in your `clientdependencies.config` file. Umbraco will be serving you a cahced version of all the javascript & css for the back office.

Hi, we might need a little more info to get to the bottom of this, I can't recreate it 😞 The sort order is used when a doctype is reimported...

yeah that warning isn't so much a warning as an error it turns out. the failure appears to be steaming from uSync not being able to create the folder -...