Some notes I took along the way:
- Obvious minor translation issue%s:
Code: Select all
python tools/make_mo.py WARNING: %s mismatch, skipping! Trying unrar with password "%s" Проба испакивања са лозинком joinable WARNING: %s mismatch, skipping! Trying 7zip with password "%s" Forsøger 7zip med password "% s" WARNING: %s mismatch, skipping! 7ZIP set "%s" is incomplete, cannot unpack 7ZIP sæt "% s" er ufuldstændig, kan ikke udpakke WARNING: %s mismatch, skipping! Could not unpack %s Kan ikke udpakke &s
- cherrypy/VERSION.txt seems to imply the included cherrypy is a vanilla release (minus a few trivial deletions) as available at the given url, but it appears to have several non-trivial patches (utf support, file upload fix, etc). Please expand the document to prevent issues for packagers.
- Per-server statistics (the ones visible in the config) were reset to zero on first run of 0.8.x. Assuming this is a known side-effect or otherwise intentional?
- For my understanding: the 7zip support deals with 7z archives only, i.e. it's never used to unrar? (and just for the record: I'm not saying it should)
- Much of the install documentation in the release needs an extreme makeover. Many optional modules are missing entirely (gtk2/gobject for systray, the bonjour/zeroconf/avahi stuff) and info outdated (such python version 2.5 listed as supported while the code says otherwise). I'll try to make a pull request out of that stuff if/when free time meets bad weather.