Hello everybody,
As our graduation project we are leaving a Wiki for our partners, so they can build knowledge freely.
Along the process of configuration, we have made a lot of tests and because of this there are a lot of pages with long histories, a big number of visits, etc.
What we want is to *clean up all the records so that the wiki can start from “0”.* We want to keep the information in the pages, the pictures and other files uploaded in the wiki.
We hope someone give us some kind of help.
Thanks.
Atte.
UIFCE Developers.
What we want is to *clean up all the records so that the wiki can start from 0.* We want to keep the information in the pages, the pictures and other files uploaded in the wiki.
Hello,
You might give http://www.mediawiki.org/wiki/Extension:SpecialDeleteOldRevisions2 a try. I've used this extension in a similar case when moving a wiki from a development environment to a production site after importing old stuff from a usemod wiki.
hth Frank
Desarrolladores Uifce escribió:
Hello everybody,
As our graduation project we are leaving a Wiki for our partners, so they can build knowledge freely.
Along the process of configuration, we have made a lot of tests and because of this there are
a big number of visits, etc.
UPDATE page SET page_counter=0 ; UPDATE site_stats SET ss_total_views=0;
a lot of pages with long histories,
I'm not sure you really want to do this, but you can delete the old revisions.
mediawiki-l@lists.wikimedia.org