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

Avoid Mediawiki / SMW issues with need for escaping #101

Open
WolfgangFahl opened this issue Feb 17, 2021 · 4 comments
Open

Avoid Mediawiki / SMW issues with need for escaping #101

WolfgangFahl opened this issue Feb 17, 2021 · 4 comments
Labels
automation needs automation bug Migration Migration steps or prerequisites WP 2.2 Coordination of Design and Implementation https://wiki.tib.eu/jira/browse/CONFIDENT-306 WP 2.7 Hosting https://wiki.tib.eu/jira/browse/CONFIDENT-309
Milestone

Comments

@WolfgangFahl
Copy link
Collaborator

All relevant names for e.g. entities/properties should not contain special characters that need escaping. The most important special character is the space. So instead of "Event series" "EventSeries" in Camelcase notation would be much better for the internal representation. The users do not necessary have to see this e.g. the label and the menu entries could still be "Event series". But for all internal actions e.g. ask queries we might want to use the Camelcase notation.

See

for the motivation of this issue

@WolfgangFahl WolfgangFahl added bug WP 2.2 Coordination of Design and Implementation https://wiki.tib.eu/jira/browse/CONFIDENT-306 WP 2.7 Hosting https://wiki.tib.eu/jira/browse/CONFIDENT-309 labels Feb 17, 2021
@WolfgangFahl WolfgangFahl added this to the 2021-03 milestone Feb 17, 2021
@tholzheim
Copy link
Collaborator

If identifiers follow a format like [_a-zA-Z][_a-zA-Z0-9]* life would be easier

@tholzheim
Copy link
Collaborator

I opened a question for this issue SemanticMediaWiki/SemanticMediaWiki#4933

@WolfgangFahl
Copy link
Collaborator Author

wikiquery -s orcopy -q "[[isA::EventSeries]]" | wc -l 
1027

@WolfgangFahl
Copy link
Collaborator Author

@WolfgangFahl WolfgangFahl added automation needs automation Migration Migration steps or prerequisites labels Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation needs automation bug Migration Migration steps or prerequisites WP 2.2 Coordination of Design and Implementation https://wiki.tib.eu/jira/browse/CONFIDENT-306 WP 2.7 Hosting https://wiki.tib.eu/jira/browse/CONFIDENT-309
Projects
None yet
Development

No branches or pull requests

2 participants