Page MenuHomePhabricator
Feed Advanced Search

Dec 31 2017

Ssola changed the status of T183254: Zoom buttons not present from Resolved to Declined.
Dec 31 2017, 2:04 AM · Maps-Sprint, Maps (Kartographer)

Dec 26 2017

Ssola created T183688: Zoom buttons are shown on static maps in Page previews.
Dec 26 2017, 12:05 AM · Maps (Kartographer)

Dec 25 2017

Ssola updated the task description for T183687: Full screen button looks off on static maps.
Dec 25 2017, 11:53 PM · Maps (Kartographer)
Ssola created T183687: Full screen button looks off on static maps.
Dec 25 2017, 11:52 PM · Maps (Kartographer)
Ssola closed T183254: Zoom buttons not present as Resolved.
Dec 25 2017, 11:31 PM · Maps-Sprint, Maps (Kartographer)

Dec 19 2017

Ssola added a comment to T183254: Zoom buttons not present.

I think this is intented for Wikipedias with static maps instead of dynamic maps. The zoom buttons appear expanding the map or in preview, not in read mode as the page is cached with a static map.

Anyway, the full screen button looks more wide in Wikipedia than in Wikivoyage.

Oh, that makes sense, I'm sorry I didn't think about that. If someone can confirm this, this task should be closed and maybe splitted into two "minor" tasks: one about the full screen button and another about the show preview page.
By the way, the "full screen" button could as well disappear for static maps in my opinion, we don't have a full screen button in images.

Dec 19 2017, 5:06 PM · Maps-Sprint, Maps (Kartographer)
Ssola created T183254: Zoom buttons not present.
Dec 19 2017, 2:38 PM · Maps-Sprint, Maps (Kartographer)

Jun 28 2017

Ssola added a comment to T164164: pywikibot.userinterfaces.gui is broken in Python 3.6.

@Dalba If the methods or signatures have changed I'd say it's another issue. With the imports you have said, the editor works (haven't tested it extensively but I was able to edit and search). This is what the new imports should look like, with the conditional:

if sys.version_info > (3, 5):
	from idlelib import search as SearchDialog, replace as ReplaceDialog, configdialog as configDialog
	from idlelib.config import idleConf
	from idlelib.multicall import MultiCallCreator
else:
	from idlelib import SearchDialog, ReplaceDialog, configDialog
	from idlelib.configHandler import idleConf
	from idlelib.MultiCall import MultiCallCreator

I'd like to push this change but I don't know where (Gerrit?, Github?) and I don't know what steps you follow (testing, branches, pull requests, etc).

Jun 28 2017, 9:27 AM · Pywikibot

Jul 30 2015

Ssola added a comment to T107523: listpages exception on Win32 Python 3.
C:\Users\...\core>pwb.py version
Pywikibot: nightly/core (c224768, 2, 2015/04/13, 12:03:18, OUTDATED)
Release version: 2.0b3
httplib2 version: 0.9
  cacerts: C:\Users\...\core\externals\httplib2\python3\httplib2\cacerts.txt
    certificate test: ok
Python: 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32 bit (I
ntel)]
  unicode test: ok
PYWIKIBOT2_DIR: Not set
PYWIKIBOT2_DIR_PWB: C:\Users\...\core
PYWIKIBOT2_NO_USER_CONFIG: Not set
Config base dir: C:\Users\...\core
Usernames for family "wikipedia":
        ca: SalviBot (no sysop configured)
Jul 30 2015, 10:51 PM · Pywikibot