> I just finished a quick set of tests. In WikiEdit there is a property
> IsWritable. Inside that was the code:
> 
> if(!Federation.TopicExists(TheTopic)
>      return true; //assume we can create
> return Federation.IsExistingTopicWritable(TheTopic);
> 
> It turns out that deleting those first 2 lines works because as you
> say IsExistingTopicWritable returns the correct value even for
> non-existing topics, which means the check to ensure the topic
> actually exists is not required.
> 
> Should I do that update as my first commit?

If you're satisfied that it works, then it seems like a great place to
start. :) 

Just make sure you run "build test" locally first, format your comment in
this form [1], and close the bug using a comment following this pattern [2]
once the build succeeds. The revision number will appear after your commit
message.  

[1] 
* BUG 1234567 - Title of bug here

[2] 
Committed in revision 1234. Fix appears in build 2.0.0.999. Other comments
about fix here. 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to