dates1967 / simpleinvoices

Automatically exported from code.google.com/p/simpleinvoices
GNU General Public License v3.0
0 stars 0 forks source link

New Version available, but it didt exist #157

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Version control then...
*********************
Your installed version of Simple Invoices is: 2010.2 update 1
The version id of your installed version is: 20101001

The available version in the download area is: 2010.03 update 0
The version id of the available version in the download area is: 2. V
**************

But Version 2010.03 doesnt exist.

Original issue reported on code.google.com by floriandegenhardt85 on 5 Jan 2011 at 1:59

GoogleCodeExporter commented 9 years ago
thanks florian

version control for SI is still a work in progress 90% done 

cheers

justin

Original comment by justinke...@gmail.com on 10 Jan 2011 at 10:40

GoogleCodeExporter commented 9 years ago

Original comment by seth.lau...@gmail.com on 7 Apr 2011 at 9:44

GoogleCodeExporter commented 9 years ago
This is because the information in the version file is incorrect.
The version file that is fetched is:
http://www.aducom.com/siversion.xml

This file should ideally be hosted on the simple invoices website. I will look 
into getting it moved.

- Matt

Original comment by MattAntW...@gmail.com on 8 Aug 2011 at 11:29

GoogleCodeExporter commented 9 years ago
thanks matt

it was going to refer a simpleinvoice wiki page but there was problems parsing 
it

cheers

justin

Original comment by jus...@kelly.org.au on 8 Aug 2011 at 11:39

GoogleCodeExporter commented 9 years ago
Is there a way we can get this hosted up with the simple invoices website?

I'm happy to host it on one of my servers but it should really be somewhere 
related to the project.

Matt

Original comment by MattAntW...@gmail.com on 8 Aug 2011 at 12:10

GoogleCodeExporter commented 9 years ago
hey matt

you can create a wiki page on simpleinvoices.org and add the info in there - 
just need to be able to read the wiki into SI - doable just take a little while

you can create a page ie simpleinvoices.org/version that only si admins can edit

cheers

justin

Original comment by jus...@kelly.org.au on 9 Aug 2011 at 12:08

GoogleCodeExporter commented 9 years ago
I've just had an idea.
Rather than messing around with separate version files that take extra work to 
maintain we could just use the projects download feed which can be found here:
code.google.com/feeds/p/simpleinvoices/downloads/basic

I will try and get something working that will be able to identify the latest 
version from the feed. It will need to be able to differentiate between the 
regular system and the windows release but as the file names are consistent 
this shouldn't be too difficult.

-Matt

Original comment by MattAntW...@gmail.com on 9 Aug 2011 at 8:33

GoogleCodeExporter commented 9 years ago
This is now fixed in r3668.

The siversion.xml file in /svn/assets/ is now parsed to get the latest version 
info. I have also made some adjustments to the version.php and version.tpl 
files (see commit for details).

After investigating the download feed idea I think it is better to have a 
separate version file as we have more control over it.

- Matt

Original comment by MattAntW...@gmail.com on 9 Aug 2011 at 9:09