With commit 99dadf88 the
pylucid comments plugin can be used for normal content pages, too and not only for blog/lexicon entries. Now it's implemented as AJAX views. Hope that will bring less spam comments, for a while ;)
To use it, just add this to your global page template:
With commit 7ba2947e7 we add a AJAX diff view for display the difference between the dbtemplate content with the content stored in the filesystem. So you see what you have been changed.
2609 - We implemented a better language selection. This is important for users how used more than one language.PyLucid created a list of all existing languages sorted by the client sended HTTP_ACCEPT_LANGUAGE.These language list stored in request.PYLUCID.languages.
PyLucid and all multilanguage plugins should use this list...
After the 'blog tag pages are empty!' bugfix, we found a security hole: User can access non public entries by manipulate the ID in the url. This is fixed in 2527.