Add/Show G2 (sub)version

valiant

Joined: 2003-01-04
Posts: 32509
Posted: Thu, 2004-08-26 11:08

What about showing the G2 subversion (CVS-.....) in the footer of each G2 page similar to gallery 1.x?
You're getting more and more feedback and knowing what version caused a special behaviour would ease the debugging.
Minimal solution: add the subversion somewhere in config.php.
Or add the subversion to the core module version (currently "0.8").

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sat, 2004-08-28 21:44

I've been pondering this problem for a while. I don't know the right way to publish versions. The problem is that you really have to publish the version for every module in order to know what's going on. We can (and eventually will) track version numbers for each module, but right now we have no centralized way of storing this information.

I think that the easiest way to actually know what versions they're running is to figure out what day they got the code from CVS, because we can always figure it out from a datestamp (even though sf's anon cvs trails behind, we can get pretty close).