Roan Kattouw writes: > The type thing differentiates between a normal > edit (type=0), a new page being created (type=1) and a log entry like > someone moving or deleting a page type=3). What type=2 means I don't > really know, but I've never seen it happen. > > Catrope > >
I think we really have to stop use numbers in rctype. There are several constants defined in Defines.php. But they may change, because we must provide unified API. P.S. type=2 is page move (type=4 if it's over redirect). These types are deprecated. VasilievVV _______________________________________________ Mediawiki-api mailing list [email protected] http://lists.wikimedia.org/mailman/listinfo/mediawiki-api
