|
Subject: Re: contributed plugins 1.2.2 released Newsgroups: gmane.comp.web.pyblosxom.user Date: 2005-06-22 17:03:59 GMT (4 years, 1 week, 4 days, 22 hours and 32 minutes ago) I'm now running with 1.2.2 and everything seems to be working, a few comments: ** any reason the file naming convention went from 'contrib-1.2.1' to 'contrib.1.2.2' that shift from '-' to '.' caused me to make a stupid mistake. On Tuesday 21 June 2005 14:35, will guaraldi wrote: > comments > > * comments no longer shows comments by default! In order to view comments > for a given entry, you must append "showcomments=yes" to the querystring. > THIS IS NOT A BACKWARDS-COMPATIBLE CHANGE! Thanks David! I never understood David's intention nor the inconsistency but figured if it caused a problem for someone else I could accommodate the shift. However, my code now reads: <a href="$base_url/$file_path" title="Permalink">this entry</a> posted to <a href="$base_url/$path" title="Category">$absolute_path</a>; <br/> <a href="$base_url/$file_path?showcomments=yes" title="Comments ($num_comments)">comments ($num_comments)</a> So the user is going to have to be clueful that they can't leave a comment on the "the entry" but have to click "comments" instead? (Is that a common blog convention?) Making the "this entry" show the comments too, as I originally did, means I have the query option in the permalink which I don't want. > * comments no longer has documentation for the unused comments-rejected-words > property. What does this mean? My config.py has: py['comment_rejected_words'] = ['casino', 'poker', 'loans', 'mortgage', 'drugs', 'loss', 'blackjack'] This isn't supported anymore? Also, thought I would test the rendering in IE 6.0 and noticed a very strange behaviour. If I load: http://reagle.org/joseph/blog/ in IE, it renders the page. However, if I ask it to reload or go back to it later, I get a blank document?! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML> ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click |
|
|