Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove TextGrid functionality #322

Open
DennisFriedl opened this issue May 31, 2023 · 2 comments
Open

Remove TextGrid functionality #322

DennisFriedl opened this issue May 31, 2023 · 2 comments
Assignees
Milestone

Comments

@DennisFriedl
Copy link
Member

For example loginToTextGrid.xql and checkTextGridLogin.xql

@bwbohl bwbohl added this to the 1.0.0 milestone Sep 6, 2024
@peterstadler peterstadler linked a pull request Sep 6, 2024 that will close this issue
@peterstadler
Copy link
Member

there are also references to textgrid here

declare function eutil:getDoc($uri) {
if(starts-with($uri, 'textgrid:')) then(
let $session := request:get-cookie-value('edirom_online_textgrid_sessionId')
return
doc('http://textgridlab.org/1.0/tgcrud/rest/' || $uri || '/data?sessionId=' || $session)
) else (
doc($uri)
)
};
and here
if(config['sort'] == 'sortGrid')
positions = this.application.getController('desktop.Desktop').getGridPositioning(uriWindows.getCount() + i);

I think this should also be removed?

@peterstadler peterstadler removed a link to a pull request Sep 6, 2024
@bwbohl
Copy link
Member

bwbohl commented Sep 9, 2024

although d44dfd0 removed the xql files the code references above probably should be revisited

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

4 participants