owncloud-archive / owncloud.org

:globe_with_meridians: Development repository for the owncloud.org website
MIT License
71 stars 73 forks source link

removed wrong note about old appliances. #1232

Closed lefherz closed 7 years ago

lefherz commented 7 years ago

after a hint from @michaelstingl I removed text about 9.0 and added the warning about it to 9.1.

is this what you wanted to be done?

CC @Kawohl

lefherz commented 7 years ago

okay, I'm on it :)

lefherz commented 7 years ago

done. can you check again?

lefherz commented 7 years ago

I added another small change to this PR, requested by @evirichard about the link to the .com page. Has to be reviewed on staging.

phil-davis commented 7 years ago

The other "feature" here is that at the top it auto-references the latest stable release, resulting in it currently saying "Latest stable release: 10.0.2". But actually the appliance (at least the one that I got some hours ago) is running 10.0.1. What to do about that? If the appliance images are not updated in sync with the ordinary releases.

pmaier1 commented 7 years ago

But actually the appliance (at least the one that I got some hours ago) is running 10.0.1.

Yes, thanks, almost forgot that point. @lefherz Please take care

lefherz commented 7 years ago

So I would suggest to introduce new strings to strings.php:

$VERSIONS_SERVER_APPLIANCE_STABLE = "10.0.1" and $VERSIONS_SERVER_PACKAGES_STABLE = "9.1.6" (because ppl are still wondering why they get 9.1 packages under the stable release channel and not 10.0, as the tarball 10.0 is already stable, but the packages not).

@PVince81 I would specify this in strings.php, and look in the other files where these variables would fit. Do I have to take care of anything else?

damn, we're relaunching the .org anyway, in some weeks or so...

PVince81 commented 7 years ago

@lefherz I'm not the maintainer of this repo or of this code. I just update values from times to times so not sure about adding new ones.