payola / Payola

RDF framework
http://payola.cz
62 stars 15 forks source link

Hide GUID (anonymous) analyses #28

Closed jakubklimek closed 10 years ago

jakubklimek commented 10 years ago

GUID analyses confuse visitors, hide them. They should be accessible via URI only

jirihelmich commented 10 years ago

code changes: 1) added flag for shareable entities, which determines whether to show an item in a listing or not 2) changed contents of listings of accessible analyses (dashboard + listing): an analysis is not shown if the listing field is not true AND it is not owned by the current user 3) newly created analyses have the _isVISIBLEINLISTINGS flag set to false

data changes:

UPDATE ANALYSES SET __iSVISIBLEINLISTINGS = false, _isVISIBLEINLISTINGS = false WHERE _NAME REGEXP '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$';