Python Desktop Server 18.5.2003

2003-05-18

Index Trashing

For some reason, if the WikiTool defines an index node, it trashes the main cloud index. That's most definitely not what I want.

Solution: truncating a filename to "index.html" if it ends in that only if tool.name == "weblog".

Here's the patch.

posted at 13:13:04    #    comment []    trackback []
 

Testing implicit link targets

Title

Why can't I link to the Title?

posted at 12:48:32    #    comment []    trackback []
 

Fix to Stray Link Resolution

Here's a diff off the current CVS version of PyDS to fix stray link resolution again. It addresses the problem I found in Tweak to stray link resolution, and also fixes the "prefer the current tool" behaviour.

[Georg: the problem was that we were caching the stray link resolving tools in the class object, and you carefully ordered the list at creation time, so I suspect — I didn't check — it'd work your first test but stick with that order from then on.]

posted at 10:53:20    #    comment []    trackback []
 

Wiki

Ahem.

posted at 10:08:32    #    comment []    trackback []
 

Tweak to stray link resolution

Just testing something: Wiki

Q: Now that I've made a post called Wiki, will anything change?

A: Yes, but it's coming out wrong: http://www.pycs.net/users/0000088/categories/<PyRowRef%20object%20at%200x010B29A0>/2003/05/18.html#P63

Fix: I've added .name to post.categories[0], which has done the trick. This is a code path I hadn't tested before.

posted at 09:57:52    #    comment []    trackback []
 

W00T!

Wow. Massive set of patches from Georg today.

posted at 08:46:24    #    comment []    trackback []
May 2003
MoTuWeThFrSaSu
    1 2 3 4
5 6 7 8 91011
12131415161718
19202122232425
262728293031 
Apr
2003
 Jun
2003

Posts related to PyDS

XML-Image Letterimage

© 2003-2004, Garth T Kidd