Description
According to the Wiki RPC Interface API Version 2, the putPage method takes an attributes argument which can be used to set Wiki specific things.
MoinMoin's implementation of putPage does not support it. What about adding that argument to it and use it to set the extra field of the edit-log?
Implementing it is fairly straightforward ...
Discussion
I'm planning an implementation of an enhanced putPage method as part of my XML-RPC plugin collection for MoinMoin. -- StefanMerten 2006-05-20 17:55:55
- It would be nice if you could write a patch that fixes the method.
- A patch for the original method won't work because the patch would require an additional argument. This would break old code. A new
plugin is required instead. -- StefanMerten 2006-05-21 19:21:15
I implemented putPageWithAttributes meanwhile. See remoteMoin. -- StefanMerten 2006-05-21 19:21:15
- A patch for the original method won't work because the patch would require an additional argument. This would break old code. A new