addshore / addframe

OLD addwiki framework (See the newer https://github.com/addwiki libraries)
7 stars 2 forks source link

Code in WikidatImport script should not be bot specific #73

Closed addshore closed 11 years ago

addshore commented 11 years ago

Currently the code includes things such as

new UserLogin( Globals::$config['user.addbot']['user'],

in this case 'addbot' should be removed and something such as 'wikimedia.user' should be used...

same with...

$redis->setOption(Redis::OPT_PREFIX, 'addbotiw:');

addshore commented 11 years ago

The above examples are done. Just stats to go which is another bug