I've recently downloaded umbraco 4.0.3 binaries and I'd like to publish it on production. The problem is: I need to modify a simple line in GlobalSettings.cs in umbraco.businesslogic (we've changed the way the umbraco.config file is named, adding some extra markup for some of our needs). I've searched on the codebase from svn on my filesystem, but i can't find the current version: there isn't any 4.0.3 version neither in trunk nor in releases folder (i'm checking the "private static string _currentVersion" in GlobalSettings.cs).
Any answer on this? Am I looking in the wrong place?
Found it, but i'm not 100% sure... it says "rb403"... don't know if it's from beta already. The comment from yesterday says
DO NOT DOWNLOAD, STABLE RELEASE AVAILABLE ON THE DOWNLOADS TAB Adds 4.0.3 as the version number and implements 25519, missing event when member is created in the UI
I'd like to be 100% sure this is the right dll.. otherwise, you know, there could be strange problem in my production environment that i really don't like to have :)
Umbraco 4.0.3 source code?
Hi Guys,
I've recently downloaded umbraco 4.0.3 binaries and I'd like to publish it on production. The problem is: I need to modify a simple line in GlobalSettings.cs in umbraco.businesslogic (we've changed the way the umbraco.config file is named, adding some extra markup for some of our needs). I've searched on the codebase from svn on my filesystem, but i can't find the current version: there isn't any 4.0.3 version neither in trunk nor in releases folder (i'm checking the "private static string _currentVersion" in GlobalSettings.cs).
Any answer on this? Am I looking in the wrong place?
Thanls
I think this might be what you are looking for:
http://umbraco.codeplex.com/SourceControl/changeset/view/62014#894719
Not 100% sure though, but it does say 4.0.3
Found it, but i'm not 100% sure... it says "rb403"... don't know if it's from beta already. The comment from yesterday says
DO NOT DOWNLOAD, STABLE RELEASE AVAILABLE ON THE DOWNLOADS TAB
Adds 4.0.3 as the version number and implements 25519, missing event when member is created in the UI
I'd like to be 100% sure this is the right dll.. otherwise, you know, there could be strange problem in my production environment that i really don't like to have :)
I think it is the correct one: http://twitter.com/umbraco/status/6376035075
I also need 100% correct source codes of umbraco 4.0.3. I can't find it!
Please help!
In codeplex in change set list we can see coments: "GET THE STABLE SOURCE FROM THE RELEASE TAB".
So who can see "Release Tab". Where ist it? :)
It's not the "Release" tab, it's the "Downloads" tab. Badly worded, I know, was meaning to speak to Niels about that :-)
But in download tab it is not possible to find source. There is link to the change set :)
you can find it here:
The source
You can grab the source for v4.0.3 here (it's the rb403 branch
is working on a reply...