Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    Mar 23, 2013 @ 21:12
    Kevin Jump
    0

    uSync: Release Notes (v1.x)

    Rather than create new posts, every time, this is the thread i will use as relase notes. 

  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    Mar 23, 2013 @ 21:14
    Kevin Jump
    0

    uSync V1.1.2 [23rd March 2013]

    • Turns out v6.x of Umbraco adds Iheritance and Allow at Root for media types - uSync 1.1.2 supports this on v6 - 
    • the change to paths now means that MediaTypes are saved in folders like Document Types, this also happens on v4 installs with 1.1.2 - this is to maintain compatiability so your usync folders will work when moved between v4 / v6 (in theory)
  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    Apr 29, 2013 @ 23:04
    Kevin Jump
    0

    uSync v1.2.0 - 29th April

    • usync.once and usync.stop files 
    • Fix for pre-value ordering on DataTypes
    usync.once / usync.stop
    usync will not do a read from disk at application start if their is a usync.stop file in the root of the usync folder
    if their is a usync.once file in the root of the folder, it will be renamed to usync.stop after the read is complete
    this has the affect of letting you do a single import and have usync stop importing after that. useful for deployments ?
    Pre-Value fix.
    Default toXML function in umbraco for DataTypeDefintions doesn't always return prevalues in "sort then id" order, this can cause some datatypes to YSOD most notably the MultiNodeTreePicker. usync now has it's own toXml Function for DataTypeDefintions to resolve this.
  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    May 02, 2013 @ 23:41
    Kevin Jump
    0

    uSync 1.3.0 - 2nd May

    • Added the ability to turn of which elements you sync based on the configuration file. 
    The uSyncSettings.Config in the config folder now has an elements section, setting a value to false will stop uSync from doing anything with that type. so it will not read from disk, write to disk or attach to the save and delete.
  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    Jul 26, 2013 @ 13:11
    Kevin Jump
    0

    uSync 1.3.5 - 26th July (v6 only)

    • Some updates in the v6.1 tree meant that delete events for Document types and Media Types where not firiing - thanks to David Pendray 
  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    Jul 26, 2013 @ 19:40
    Kevin Jump
    0

    uSync 1.3.6 - 26th Jule (again) (V6 only)

     

    Dictionary and Language support 

    uSync now reads/writes Dictionary and Langauge settings. you can finally keep all those Welsh settings you've been looking for. 

    - I had some odd things building this, but most of them appear to be down to breaking things during testing, i can't recreate them now, so please do drop something in the forum if you have problems. 

    Logging is less

    most uSync logging is now set to debug, to see it you need to set prioirty to Debug in the log4net config file, this just means when uSync is working it won't clog up your log files. if you think uSync is causing problems you can turn on debug and have a look.

Please Sign in or register to post replies

Write your reply to:

Draft