3.0.5 Released Options
hartvig
Posted: Friday, April 18, 2008 12:36:08 PM

Rank: Addict

Joined: 3/17/2008
Posts: 787
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 Boo hoo!

As always, downloads and change log is on codeplex:
http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=umbraco&ReleaseId=9591

Enjoy!

Jeeeez, did I really start this :-)
sjors
Posted: Friday, April 18, 2008 12:40:53 PM

Rank: Fanatic

Joined: 7/20/2006
Posts: 407
Location: Amsterdam
Cool, i just found this bug (not in the version you uploaded), http://www.codeplex.com/umbraco/WorkItem/View.aspx?WorkItemId=16174

Is this one also fixed?
hartvig
Posted: Friday, April 18, 2008 12:42:11 PM

Rank: Addict

Joined: 3/17/2008
Posts: 787
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 :-)
tim
Posted: Friday, April 18, 2008 1:30:34 PM

Rank: Addict

Joined: 2/19/2007
Posts: 586
Location: Belgium
Sweet !

Great work Guys.

Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
drobar
Posted: Friday, April 18, 2008 3:06:52 PM

Rank: Umbracoholic

Joined: 9/8/2006
Posts: 1,285
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
kalpa
Posted: Friday, April 18, 2008 4:54:55 PM

Rank: Fanatic

Joined: 7/19/2006
Posts: 395
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)
neehouse
Posted: Friday, April 18, 2008 8:48:41 PM

Rank: Umbracoholic

Joined: 7/20/2006
Posts: 1,038
Location: Charleston, West Virginia, United States
sjors wrote:
Cool, i just found this bug (not in the version you uploaded), http://www.codeplex.com/umbraco/WorkItem/View.aspx?WorkItemId=16174

Is this one also fixed?


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 •
VirtualRichard
Posted: Monday, April 21, 2008 3:43:36 PM

Rank: Aficionado

Joined: 9/17/2007
Posts: 172
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.
hartvig
Posted: Monday, April 21, 2008 4:19:55 PM

Rank: Addict

Joined: 3/17/2008
Posts: 787
Location: Nyborg, Denmark
Not aware that we should have changed anything that should relate to this?

Jeeeez, did I really start this :-)
VirtualRichard
Posted: Tuesday, April 22, 2008 11:15:33 AM

Rank: Aficionado

Joined: 9/17/2007
Posts: 172
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.
tim
Posted: Tuesday, April 22, 2008 11:41:44 AM

Rank: Addict

Joined: 2/19/2007
Posts: 586
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
sjors
Posted: Wednesday, April 23, 2008 11:04:55 AM

Rank: Fanatic

Joined: 7/20/2006
Posts: 407
Location: Amsterdam
neehouse wrote:
sjors wrote:
Cool, i just found this bug (not in the version you uploaded), http://www.codeplex.com/umbraco/WorkItem/View.aspx?WorkItemId=16174

Is this one also fixed?


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 ;)
somesoul
Posted: Thursday, June 05, 2008 10:37:06 AM
Rank: Newbie

Joined: 6/4/2008
Posts: 12
Location: Ukraine
Thank you for including matching sources.
Mitja
Posted: Tuesday, June 10, 2008 6:02:27 PM
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.
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.