-
The 0.3 release is missing some critical file that are the output of tools like automake and libtoolize. In particular, it didn't package install-sh libtool amongst other things. Individuals with automake and libtoolize install can get around this by running "automake --add-missing && libtoolize && autoconf".
2007-12-13 05:55:45 UTC in gtk-vnc
-
it appears that this is working fine now. I can't see anything wrong with it on my copy of IE 7.
2007-06-29 03:03:27 UTC in PennAve
-
fixed in r240.
2007-06-29 02:51:26 UTC in PennAve
-
When generating the image thumbnails, for some reason the image thumbnailer always insists on using the base (original) version of an image instead of the selected version. For consistency, we should seek to always use the selected version of the image as the thumbnail.
2007-06-26 17:19:06 UTC in PennAve
-
fixed in r227 through the creation of the TagRepr class. This way if we change the query in getTags it won't break everything again.
2007-05-28 15:33:50 UTC in PennAve
-
In version 0.4 of PennAve there are some assumptions made that entire rows of database results are hashable, this may not always be true. The following traceback shows one of the error locations. The key should be changed.
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/CherryPy-3.0.1-py2.4.egg/cherrypy/_cprequest.py", line 551, in respond...
2007-05-28 13:55:37 UTC in PennAve
-
actually, it appears that the black slideshow screen is intermittent. As of version 0.4, most of the time the slideshow works just fine, in fact, it's faster than in Firefox. Not sure if this is an IE bug or other issue.
2007-05-24 19:25:17 UTC in PennAve
-
While PennAve is still marginally ugly, the new theme is a whole lot better than it was before.
2007-05-24 15:51:52 UTC in PennAve
-
this was fixed in revision 208. Basically, where before the program used javascript to handle the page flicker, now the calculations are done in XSLT with a little more accuracy. For users who have pre-rendering, it takes a bit more time, for client rendering, the XSLT file is a little larger, but this should be a one time load.
2007-05-22 14:01:27 UTC in PennAve
-
should be completely fixed as of r205.
2007-05-22 13:18:17 UTC in PennAve