From: <br...@ch...> - 2003-02-21 15:22:28
|
Hi Honza, From: "Honza Malik" <hon...@ec...> > I posted some changes to CVS. The list of changes follows. Most of > changes is related to new Links module, which is not complete, yet. At > least, user management functions should work, now. I am curious how the new links module differ from normal modules (e.g. what are the new functions that are not provided by standard module (called "news" due to historical reasons)). I have also found several bugs in aa code (just before your changes): Caching is not working with scroller (view display the same content, no matter what page you select). There is some problem with URL parsing in HEADLINEURL alias. When you use slice included in .shtml file, link to fulltext of item goes to /aa/slice.php3?... instead of .shtml file it was called from. Similar problem is with discussions diplayed as a view included in .shtml file. Some links (show selected item, reply) have wrong URL parameters (e.g. /show.shtml&nocache=1&... instead of /show.shtml?nocache=1&... - parameter should start with ?, not with &). There is problem only with .shtml files, it works with site modulue. There are no users and groups shown in user management and search (for users/groups) is not working as well. There is problem with "Add/Mutual/Backward" buttons/links in related window - they are not shown, so relation could not be set. norbert br...@ch... |