Copied to clipboard

Flag this post as spam?

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


  • Andreas Pfanner 196 posts 314 karma points
    Jan 14, 2011 @ 17:46
    Andreas Pfanner
    0

    Juno (4.6.1) backend styles

    Hello,

    I upgraded v 4.5.2 to 4.6.1. and have some styling issues in the admin interface. For example, the speech bubble is broken, and the new lock screen (re-enter password after inactivity) style seems to be missing.  What can I do here?

    Best Regards,
    Andreas

  • Andreas Pfanner 196 posts 314 karma points
    Jan 17, 2011 @ 10:03
    Andreas Pfanner
    0

    Nobody having the same issues?

    May the old styles be cached anywhere? How does DependencyHandler.axd works to generate css?

     

    Best Regards,
    Andreas

  • Andreas Pfanner 196 posts 314 karma points
    Jan 18, 2011 @ 11:02
    Andreas Pfanner
    1

    Removing the App_Data\TEMP directory and browser cache solves this..

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Jan 18, 2011 @ 12:00
    Aaron Powell
    1

    You need to change your Client Dependency version, see http://clientdependency.codeplex.com/documentation

    This will cause all the CSS and JavaScript cache to be rebuilt

  • Jonathan Lathigee 56 posts 99 karma points
    Feb 07, 2011 @ 18:18
    Jonathan Lathigee
    0

    Just to confirm: I was experiencing the same issue as Andreas. I deleted \App_Data\TEMP\ClientDependency; cleared my browser cache; and edited \config\ClientDependency.config from:

    <clientDependency version="1">

    to:

    <clientDependency version="2">

    Indeed, everything is displaying correctly again.

    However, are there any other side effects to changing this version? Once it's working, should I change it back to "1"? Will I have to just keep increasing that number with each revision of Umbraco? Thanks

    Jonathan

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Feb 07, 2011 @ 21:51
    Aaron Powell
    0

    Yes, you should increase it each time you update your CSS or JavaScript.

    I suggest you read the CD doco and get an understanding of what it is and why it 'broke' things

Please Sign in or register to post replies

Write your reply to:

Draft