isawnyu / pleiades-gazetteer

This repository provides a home for tickets and other planning documents for the Pleiades gazetteer of ancient places. Code is kept in multiple other repositories.
https://pleiades.stoa.org
11 stars 0 forks source link

single connections shown twice in origin place view #336

Open paregorios opened 6 years ago

paregorios commented 6 years ago

I have so far noticed this behavior only here: https://pleiades.stoa.org/places/462204

screen shot 2018-02-19 at 3 53 47 pm
serviliusahala commented 6 years ago

@paregorios I have noticed some of these. Will send some examples this evening.

On Monday, February 19, 2018, Tom Elliott notifications@github.com wrote:

I have so far noticed this behavior only here: https://pleiades.stoa.org/ places/462204

[image: screen shot 2018-02-19 at 3 53 47 pm] https://user-images.githubusercontent.com/263285/36398523-1f0f4564-158d-11e8-8a1a-1fc967dd6425.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/isawnyu/pleiades-gazetteer/issues/336, or mute the thread https://github.com/notifications/unsubscribe-auth/ADUQfYobbJyIi10TRyLsgXJLB6X26Xkeks5tWe2JgaJpZM4SLJe2 .

-- Sent from Gmail Mobile

serviliusahala commented 6 years ago

Something odd going on with Tiberis (river) https://pleiades.stoa.org/places/423080

============================================ Jeffrey A. Becker, Ph.D. RPA Department of Classical and Near Eastern Studies Binghamton University - SUNY jeffrey.becker@gmail.com; 617-877-4484 Twitter: @servilius_ahala https://twitter.com/servilius_ahala HCommons: @serviliusahala https://hcommons.org/members/serviliusahala/notifications/ orcid.org/0000-0001-8759-3774

============================================

On Mon, Feb 19, 2018 at 5:06 PM, Jeffrey Becker jeffrey.becker@gmail.com wrote:

@paregorios I have noticed some of these. Will send some examples this evening.

On Monday, February 19, 2018, Tom Elliott notifications@github.com wrote:

I have so far noticed this behavior only here: https://pleiades.stoa.org/places/462204

[image: screen shot 2018-02-19 at 3 53 47 pm] https://user-images.githubusercontent.com/263285/36398523-1f0f4564-158d-11e8-8a1a-1fc967dd6425.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/isawnyu/pleiades-gazetteer/issues/336, or mute the thread https://github.com/notifications/unsubscribe-auth/ADUQfYobbJyIi10TRyLsgXJLB6X26Xkeks5tWe2JgaJpZM4SLJe2 .

-- Sent from Gmail Mobile

paregorios commented 6 years ago

Regarding Tiber, see now https://github.com/isawnyu/pleiades-gazetteer/issues/337

paregorios commented 6 years ago

Debugging in #337 has made it pretty clear that there is something odd going on in the database or the catalog or the code that is creating "zombie" connections with ids like working copies and these are confusing various views in the plone, including our custom ones. Work on this ticket will focus on fixing our code so it doesn't see the zombies and get confused by them. #337 will stay open until we figure out where the zombies are coming from and put a stop to it.

paregorios commented 6 years ago

This issue is now in work in https://github.com/isawnyu/PleiadesEntity/tree/issue336

paregorios commented 6 years ago

I can't find an effective test for these. Locating the "zombie" connections via the ZMI and deleting is a faster method. See #337; we need to figure out how these are getting created.

paregorios commented 5 years ago

block for #337

paregorios commented 5 years ago

needs confirmation/revision and assessment after the blocking task #337 is resolved

paregorios commented 4 years ago

Just found one here:

https://pleiades.stoa.org/places/462168/

It appears in the base view (both server-side and browser-side caches having been cleared):

Screen Shot 2019-09-29 at 8 42 08 AM

but not in the folder view:

Screen Shot 2019-09-29 at 8 42 18 AM

Transiting the link on the base view in the browser one sees not a "connection" view, but the actual target place (Internum Mare) presumably by the magic of Plone's grabby acquisition.

So it appears that #337 did not get rid of this problem permanently or completely.

paregorios commented 4 years ago

The Zombie connection in the case of Pantelleria does seem to be some sort of derelict working copy and it can be seen in the ZMI:

Screen Shot 2019-09-29 at 8 49 27 AM
paregorios commented 4 years ago

If one manually enters the URL for said zombie connection in the browser location bar, it can be accessed through the plone:

https://pleiades.stoa.org/places/462168/copy_of_1043

paregorios commented 4 years ago

I have deleted this zombie connection through the ZMI and now the other views are clean. I am leaving this ticket and #337 open because we have clearly not got rid of this problem.

paregorios commented 4 years ago

Still a problem: see #428