Copied to clipboard

Flag this post as spam?

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


  • Devmine 2 posts 23 karma points
    May 25, 2010 @ 14:11
    Devmine
    1

    Where is the source code for 4.0.4.1?

    Hi, I can't seem to find the source code for 4.0.4.1 under the "releases" folder.

    http://umbraco.codeplex.com/SourceControl/changeset/view/66282#

    Am I missing something here?

    Thanks.

    Devmine.

  • Tobias Neugebauer 52 posts 93 karma points
    May 25, 2010 @ 14:18
    Tobias Neugebauer
    0

    Hi, i've searched for that too! From the commits on codeplex i would say it's in /branches/rb403 but might be wrong about that...

  • Devmine 2 posts 23 karma points
    May 26, 2010 @ 05:48
    Devmine
    0

    I wanted to start with the right source codeset.

    Can someone please help?

    Thanks.

     

  • Simon Dingley 1431 posts 3332 karma points c-trib
    May 26, 2010 @ 07:11
    Simon Dingley
    0

    Under the list of Changesets it says that Changeset 66235 is Associated with Release: Umbraco 4.0.4.1 and also identified on the 4.0.4.1 release page here http://umbraco.codeplex.com/releases/view/37337

    I would have thought it is more likely /branches/rb404 that you need.

  • Marco Lusini 176 posts 1370 karma points
    Jun 07, 2010 @ 14:31
    Marco Lusini
    0

    @Simon

    indeed it should be rb404, but I think Niels messed up something when fixing 4.0.4 in 4.0.4.1, it looks like he did it in rb403 branch!

    \branches\rb403\umbraco\businesslogic\GlobalSettings.cs has _currentVersion = "4.0.4.1"

    whereas 

    \branches\rb404\umbraco\businesslogic\GlobalSettings.cs has _currentVersion = "4.0.4"...

    I have tryied to look for differences between rb404 and rb403, but it is not obvious which one is the righ one :(

  • wtct 87 posts 130 karma points
    Jun 07, 2010 @ 16:28
    wtct
    0

    I merge source codes with WinMerge and I have the same problem - which version (directory) I should use.

    In change set we can see a lot of directories:

    -branches

    -releases

    -trunk

    -umbraco

    - etc.

     

    So which directory we should use?

  • wtct 87 posts 130 karma points
    Jun 07, 2010 @ 16:34
    wtct
    0

    What is more the GlobalSettings.cs files from rb403 and rb404 have more differences than only 4.0.4.1 bersion.... so what we should do?

  • Marco Lusini 176 posts 1370 karma points
    Jun 07, 2010 @ 17:07
    Marco Lusini
    0

    I think that the most up to date code is in rb403, but some light from core team would be appreciated :)

  • wtct 87 posts 130 karma points
    Jun 07, 2010 @ 17:55
    wtct
    0

    I think that we can confirm it by:

    http://umbraco.codeplex.com/SourceControl/changeset/changes/66217

     

    "    v4.0.4.1, Fixes issue with macro ids containing hyphens (#27128) "

  • Niels Hartvig 1951 posts 2391 karma points admin hq c-trib
    Jun 09, 2010 @ 09:57
    Niels Hartvig
    1

    rb403

  • Marco Lusini 176 posts 1370 karma points
    Jun 09, 2010 @ 10:18
    Marco Lusini
    0

    Thanks Niels!

  • Niels Hartvig 1951 posts 2391 karma points admin hq c-trib
    Jun 09, 2010 @ 10:48
    Niels Hartvig
    0

    I know that it's confusing (and space consuming) with all those branches. I'm cleaning some of them up.

  • wtct 87 posts 130 karma points
    Jun 09, 2010 @ 11:35
    wtct
    0

    Thanks Niels!

    For others: I have written about this to Niels, so he answered here :)

  • wtct 87 posts 130 karma points
    Jun 09, 2010 @ 11:42
    wtct
    0

    I was downloading 67270 and you know what :)

    I'm downloading 67527 now. Thanks for cleaning :)

  • firepol 125 posts 173 karma points
    Sep 21, 2012 @ 14:47
    firepol
    0

    Hi there, somebody can help me? I'm looking for the source code of umbraco 4.0.4.2. I know it's damn old but I need the source code for debugging purposes. A website I'm managing uses v4.0.4.2 and it shows a nasty login error: /umbraco/umbraco.aspx

    I needed to add some users and it seems something went wrong, so now when I browse to /umbraco/umbraco.aspx I get this:

    [IndexOutOfRangeException: Index was outside the bounds of the array.]
       umbraco.cms.presentation._umbraco.Page_Load(Object sender, EventArgs e) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\presentation\umbraco\umbraco.aspx.cs:56
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
       System.Web.UI.Control.OnLoad(EventArgs e) +99
       umbraco.BasePages.BasePage.OnLoad(EventArgs e) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\businesslogic\BasePages\BasePage.cs:287
       System.Web.UI.Control.LoadRecursive() +50
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

  • Lee Kelleher 3945 posts 15163 karma points MVP 10x admin c-trib
    Sep 21, 2012 @ 14:54
    Lee Kelleher
    0

    Hi firepol,

    Try the archive over on BitBucket, I believe it has the 4.0.4.2 source tagged: https://bitbucket.org/UmbracoHQ/umbraco/src/283065df4d3c

    Good luck!

    Cheers, Lee.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies