User talk:ImageUploadBot

From Citizendium
Jump to navigation Jump to search

Debugging Commonplace

Problems
  1. Requires either a bot account or an account without a space in the name

Debugging Commonist

  1. Using Windows XP professional the config files are found in C:\Documents and Settings\USER\.commonist\family
  2. They are citizendium.family and citizendium.site
  3. Works with standard user accounts
Problems

#Commonist will log in and create a gallery file but not upload the images - The errors seen at User:ImageUploadBot/gallery
#:UnexpectedAnswerException unexpected response data (UiSimpleActionBase) status HTTP/1.0 404 Not Found
#:are a result of path problems seen from the commandline readout...
#:The requested URL /wikiSpecial:Upload was not found on this server.
#:We are missing a / after the /wiki. Changing the paths in the .family file result in being unable to login. A mystery. Or is this a server side problem? Maybe something to do with how a .htaccess file is cleaning up the URL's? Added a / to the prettypath
#Need to get the correct namespace list and numbers.

  1. Commonist fails if the filesize upload warning is displayed.
  • One solution: turn-off max file size.
  • Another solution: Parse the execution of the "submit" button in an IF loop to determine if you reached the url of the "file size warning page".
  1. Need to translate the (low german?) error messages below.
  • CZ user fluent in German has been contacted
  • Update: That person says that the language is not German, but perhaps Frisian.
I'm pretty convinced it's Low German (Niederdeutsch or Plattdeutsch) --Russ McGinn 19:43, 23 December 2007 (CST)

citizendium.site

## configuration for a whole wiki family
# identification
name	citizendium
shortcut	cz
# languages
multilingual	false

citizendium.family

## configuration for a single wiki site
# identification
family	citizendium
# network
protocol	http://
hostName	en.citizendium.org
rawPath	/wiki
prettyPath	/wiki/
apiPath     /wiki/api.php
# config
charSet	UTF-8
titleCase	first-letter
uselang	nds
# nameSpaces
nameSpace	-2	'Media'
nameSpace	-1	'Special'
nameSpace	0	
nameSpace	1	'Talk'
nameSpace	2	'User'
nameSpace	3	'User talk'
nameSpace	4	'Citizendium Pilot'
nameSpace	5	'Citizendium Pilot Talk'
nameSpace	6	'Image'
nameSpace	7	'Image talk'
nameSpace	8	'mediawiki'
nameSpace	9	'mediawiki talk'
nameSpace	10	'Template'
nameSpace	11	'Template talk'
nameSpace	12	'Help'
nameSpace	13	'Help talk'
nameSpace	14	'Category'
nameSpace	15	'Category talk'
nameSpace	100	'CZ'
nameSpace	101	'CZ Talk'
nameSpace	102	'TI'
nameSpace	103	'TI Talk'
nameSpace	104	'WYA'
nameSpace	105	'WYA Talk'
# specialPages
specialPage	'Blockip'	'Blockip'
specialPage	'Filepath'	'Filepath'
specialPage	'Movepage'	'Movepage'
specialPage	'Upload'	'Upload'
specialPage	'Userlogin'	'Userlogin'
specialPage	'Userlogout'	'Userlogout'
# messages
message	addedwatch	'Added to the watchlist'
message	badfilename	'De Bildnaam is na „$1“ ännert worrn.'
message	cannotdelete	'De Software kunn de angevene Siet nich wegsmieten. (Mööglicherwies is de al vun en annern wegsmeten worrn.)'
message	confirmrecreate	'De Bruker $1 (talk) hett disse Siet wegsmeten, nadem du dat Ännern anfungen hest. He hett as Grund schreven:\n: \'\'$2\'\'\nWist du de Siet würklich nee anleggen?'
message	delete_and_move_text	'==Zielseite vorhanden, löschen?==\n\nDie Seite „$1“ existiert bereits. Möchtest du diese löschen, um die Seite verschieben zu können?'
message	fileexists	'En Datei mit dissen Naam existeert al, prööv $1, wenn du di nich seker büst of du dat ännern wullst.'
message	filetype-badmime	'Datein vun den MIME-Typ „$1“ dröfft nich hoochlaadt warrn.'
message	filetype-badtype	'\'\'\'„.$1“\'\'\' is en Dateityp, de nich hoochlaadt warrn dröff.\n: Dateitypen, de hoochlaadt warrn dröfft: $2'
message	filetype-missing	'The file has no suffix. (such as ".jpg")
message	filewasdeleted	'Eine Datei mit diesem Namen wurde schon einmal hochgeladen und zwischenzeitlich wieder gelöscht. Bitte prüfe zuerst den Eintrag im $1, bevor du die Datei wirklich speicherst.'
message	large-file	'the filesize.....the file is $2 large. Die Dateigröße sollte nach Möglichkeit $1 nicht überschreiten. Diese Datei ist $2 groß.'
message	largefileserver	'The file is larger than the server will allow.'
message	loginsuccess	'You have logged into Citizendium as "$1".'
message	logouttext	'Du büst nu afmellt. Du kannst Citizendium nu anonym wiederbruken oder di ünner en annern Brukernaam wedder anmellen.'
message	nosuchuser	'De Brukernaam „$1“ existeert nich.\nPrööv de Schrievwies oder mell di as niegen Bruker an.'
message	removedwatch	'De Siet is nich mehr op de Oppasslist'
message	spamprotectionmatch	'Dit Text hett den Spamschild utlöst: $1'
message	successfulupload	'The file was successfully uploaded'
message	talkexists	'Dat Schuven vun de Siet sülvst hett Spood, aver dat Schuven vun de\nDiskuschoonssiet nich, vun wegen dat dor al en Siet mit dissen Titel existeert. De Inholt muss vun Hand anpasst warrn.'
message	talkpagemoved	'The talkpage was successfully moved.'
message	talkpagenotmoved	'The talkpage was not moved.'
message	uploadcorrupt	'De Datei is korrupt oder hett en falsch Ennen. Datei pröven un nieg hoochladen.'
message	uploaddisabled	'Upload is disabled'
message	uploadnologintext	'You must login, in order to upload the file.'
message	uploadscripted	'In disse Datei steiht HTML- oder Skriptkood in, de vun welk Browsers verkehrt dorstellt oder utföhrt warrn kann.'
message	uploadvirus	'In de Datei stickt en Virus! Mehr: $1'
message	wrongpassword	'The password you entered is incorrect. Kannst dat aver noch wedder versöken.'

Configuration directions at developer's site are just not clear

See frustrated rant at User_talk:Stephen_Ewen#Hello.


User:ImageUploadBot/gallery