- From: Sandro Hawke <sandro@w3.org>
- Date: Wed, 17 Oct 2007 07:38:48 -0400
- To: public-rif-wg@w3.org
Yesterday, Harold said some wiki pages, like Core/Positive_Conditions
have important text which was deleted more than 100 revisions ago and
that MoinMoinWiki's history function does not provide access to such
pages.
I just I figured out how to change it. I raised the limit to 1000.
(For the record, I copied
/var/lib/python-support/python2.4/MoinMoin/wikiaction.py to
/u/wiki/rules/data/plugin/action/info.py, changed the name
of the do_info function to "execute", and changed the line
"if count >= 100:" to be "if count >= 1000:".)
-- Sandro
Received on Wednesday, 17 October 2007 11:40:07 UTC