-
Notifications
You must be signed in to change notification settings - Fork 5
Missing and incorrect french translations on the calendar page #47
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
Comments
* Added french translation for the missing key and fixed some other translations
Added the missing traslation from this screenshot (did not check if others are missing as well) and fixed these wrong translations and others that i've noticed as being wrong. Closing this ticket for now, if I find other translations to fix until next release, I may fix them under this same issue as well. |
development savepoint: - add new "MeetingEventService" to provide event instances from meeting objects - new "utils" package with helpers to reduce common code still duplicate code left, and UI is fully unaware of the new events, which causes the detail/edit view to be broken
development savepoint: - a bit less code, although creating "EventInstance" objects from the data objects seems a bit too specific to be extracted into common code
- extract the preliminary "EventSource" from the MeetingsEventSource so the script service does not need to know about it - events can be flagged a modifiable or movable (thought the latter is not repected by the UI yet) - added a "generic view" sheet that can be used to display events in case the "normal" view of that page is not appropriate. this view is used to display meetings (and currently all other potential other EventSources as well). - also lots of formatting / checkstyle tweaks
* add configuration to switch event sources on and off globally in the administration section * also move the "meetings" related classes in a package of its own within the "internal" package * add a new section in the wiki administration to enable or disable extra event sources globally the part to enable them locally for every calendar is still missing, however
* b/w compat change for XWiki 11.10.x
* add configuration per calendar page from where to add new events for each source somewhat patchy: the "active" flag is not taken into account
- add macro parameter "filterDoc" allowing to set the root of the query for calendar items to another location - as per customisations by @lucaa
All the commits on this ticket by @ClemensRobbenhaar were actually for issue #67 instead of this one. |
The text was updated successfully, but these errors were encountered: