|
|
 Rank: Addict
Joined: 3/17/2008 Posts: 885 Location: Nyborg, Denmark
|
Finally - 3.0.5 is released and we've fixed all the issues that has been reported. All of them. Every single one. How's that As always, downloads and change log is on codeplex: http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=umbraco&ReleaseId=9591Enjoy!
Jeeeez, did I really start this :-)
|
|
 Rank: Fanatic
Joined: 7/20/2006 Posts: 408 Location: Amsterdam
|
Cool, i just found this bug (not in the version you uploaded), http://www.codeplex.com/umbraco/WorkItem/View.aspx?WorkItemId=16174Is this one also fixed?
|
|
 Rank: Addict
Joined: 3/17/2008 Posts: 885 Location: Nyborg, Denmark
|
@Sjors: No, only the bugs that was reported and in the change log. That issue will be fixed for 3.1
Jeeeez, did I really start this :-)
|
|
 Rank: Addict
Joined: 2/19/2007 Posts: 671 Location: Belgium
|
Sweet ! Great work Guys.
Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
|
|
 Rank: Umbracoholic
Joined: 9/8/2006 Posts: 1,541 Location: KY, USA
|
Fantastic! Nice job. And thanks for your continued hard work that makes our lives easier! And thanks for posting the source as well. It's a nice reference. cheers, doug.
MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
|
|
 Rank: Fanatic
Joined: 7/19/2006 Posts: 481 Location: Göteborg, Sweden
|
Great work from you Niels and Per! I'm really looking forward to take an all IE free Umbraco day next week ; ) Job well done! Have a nice weekend and stop monitoring the Codeplex DL counter for this release now ; ) // ; ) Kalle
" - Yeah I'd like to share your point of view, as long as it's my view too... ( http://www.d-a-d.dk/lyrics/pointofview)
|
|
 Rank: Umbracoholic
Joined: 7/20/2006 Posts: 1,072 Location: Charleston, West Virginia, United States
|
Sjors, a workaround for you... It is possible to edit the name and alias afterwards, but is a bit tedious. Click to the left of the name or alias field outside the table. hit tab, and you should now be editing the field. do not try to use the mouse to highlight. Basically, the container div or table has drag commands attached that is capturing the mouse events. Those events should be attached to the title bar alone.
• 2007/2008 MVP • 2008/2009 MVP • Core Developer • Certified Professional Level I & II •
|
|
 Rank: Fanatic
Joined: 9/17/2007 Posts: 259 Location: London, UK.
|
Hi, has something changed in the way turning off inheritance for child applications works?
I was using <location inheritInChildApplications="false"> in the root web.config and that was working great but now it doesn't work.
Even if I explicitly remove the various modules in the child web.config, I get:
CS0246: The type or namespace name 'ProfileCommon' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 122: } Line 123: Line 124: protected ProfileCommon Profile { Line 125: get { Line 126: return ((ProfileCommon)(this.Context.Profile));
Yikes...
Richard
2 * 3 * 3 * 37 : The prime factorisation of The Beast.
|
|
 Rank: Addict
Joined: 3/17/2008 Posts: 885 Location: Nyborg, Denmark
|
Not aware that we should have changed anything that should relate to this?
Jeeeez, did I really start this :-)
|
|
 Rank: Fanatic
Joined: 9/17/2007 Posts: 259 Location: London, UK.
|
hartvig wrote:Not aware that we should have changed anything that should relate to this? Time to start hosting separate sites via host headers etc. One thing I've noticed is that depending on the server, the experience can be very different. On one Windows Server 2003, Umbraco had to be completely removed and reinstalled to get it working (even then on the client browser, there is an infinite recursive load for the no nodes splash screen but viewing the same page on the server, everything is fine - go figure!) On my development server, everything is fine. On the production server, errors galore, despite the fact that this server is supposed to be a mirror. Urgh... I don't think this is anything to do with Umbraco. I think it's more a symptom of .Net having gone configuration crazy. One wrong line in a config file somewhere and *boom* and good luck finding it... Richard
2 * 3 * 3 * 37 : The prime factorisation of The Beast.
|
|
 Rank: Addict
Joined: 2/19/2007 Posts: 671 Location: Belgium
|
Found a small issue with the new version. Tried this on 2 machines and it's the same thing... When you install a fresh umbraco v3.0.5, and go to the frontend (no nodes page ) this just keeps loading, seems like it is stuck in an endless loop.
Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
|
|
 Rank: Fanatic
Joined: 7/20/2006 Posts: 408 Location: Amsterdam
|
neehouse wrote:Sjors, a workaround for you... It is possible to edit the name and alias afterwards, but is a bit tedious. Click to the left of the name or alias field outside the table. hit tab, and you should now be editing the field. do not try to use the mouse to highlight. Basically, the container div or table has drag commands attached that is capturing the mouse events. Those events should be attached to the title bar alone. Yep found that solution too, but since i normally use IE its not a real problem for me ;)
|
|
Rank: Newbie
Joined: 6/4/2008 Posts: 12 Location: Ukraine
|
Thank you for including matching sources.
|
|
Rank: Newbie
Joined: 5/22/2008 Posts: 21 Location: Slovenia
|
There is an error i get when i try to move content nodes. Quote:Server Error in '/umbraco' Application. Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0117: 'ASP.dialogs_moveorcopy_aspx' does not contain a definition for 'HandleDocumentTypeCopy'
Source Error:
Line 111: Line 112: <div style="MARGIN-TOP: 20px;"> Line 113: <asp:Button ID="DocTypeOk" style="font-size: 12px; width: 90px;" runat="server" Text="Copy" CssClass="guiInputButton" OnClick="HandleDocumentTypeCopy"/> Line 114: </div> Line 115:
Source File: c:\Inetpub\wwwroot\umbraco\dialogs\moveOrCopy.aspx Line: 113 Other options like sort, delete, etc. work well.
|
|
|
Guest |