From: Reini U. <ru...@x-...> - 2010-06-11 10:21:53
|
2010/6/8 Marc-Etienne Vargenau <Mar...@al...>: > Hello Reini, > > Thank you for all your commits. Paging now seems to work for > me and this is really great. > > I however have a new problem with the AllPages page: it now > shows many nonexistent pages (e.g. AbbeNormal) that seem to > come from the interwiki map. > > Do you have the same problem? Can you please fix it? Yes, I'm working on it soon. It looks likes an old parser problem. We'll need a better CheckDB admin method to get rid of these. I enabled include_empty in get_all_pages because it is much faster on the default dba database. But this pulls in a lot of garbage. For SQL backends it is slower, so I'm not sure. dba is still fastest and simpliest. BTW: I've put in now most of my changes. To test: + paging slices with other backends than dba + more auth, + Ratings with sql (your _dbh changes) + docs (working on an updated CREDITS) + locale update -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |