forked from xwiki-contrib/application-mocca-calendar
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
Improve "Delete event" modal #14
Comments
oanalavinia
added a commit
to oanalavinia/application-mocca-calendar
that referenced
this issue
Oct 29, 2018
* applied xar:format
oanalavinia
added a commit
to oanalavinia/application-mocca-calendar
that referenced
this issue
Oct 30, 2018
* applied xar:format
oanalavinia
added a commit
to oanalavinia/application-mocca-calendar
that referenced
this issue
Oct 30, 2018
oanalavinia
added a commit
to oanalavinia/application-mocca-calendar
that referenced
this issue
Oct 30, 2018
* refactored some lines longer that 120 characters
oanalavinia
added a commit
to oanalavinia/application-mocca-calendar
that referenced
this issue
Oct 30, 2018
* refactored some lines longer that 120 characters
oanalavinia
added a commit
to oanalavinia/application-mocca-calendar
that referenced
this issue
Oct 31, 2018
* changed some code where jQuery was mixed with prototype
oanalavinia
added a commit
to oanalavinia/application-mocca-calendar
that referenced
this issue
Nov 5, 2018
* small changes
ClemensRobbenhaar
pushed a commit
that referenced
this issue
Sep 24, 2021
…lendar-application Update from Weblate.
ClemensRobbenhaar
added a commit
that referenced
this issue
Sep 24, 2021
Actually merge from the xwiki-contrib version. The main new feature (recurrent events) are still disabled after the merge as some UI elements where not really stable, namely the date pickers. See MoccaCalendarEventSheet for the simple "#if(false)" clauses disabling it. Conflicts have been resolved as: MoccaCalendarTranslations.* - added translations for recurrent events - added missing MoccaCalendarMacroTranslations from e.x.o version or add placeholders for them where missing Code/WebHome - the automatic merge confused the page with the (also moved) MoccaCalendarEventLiveTableResults Code/Macro - the improved "Delete event" modal (#14) needed to be merged with the "delete all instances" implementation it now has an extra buttom "delete all" only shown for recurrent events - upstream added newPageNameUrl, dateCheckUrl, deleteEventInstanceUrl to calendar.Helper for the new separate services split from the JSONService; now list each of them on a separate line for better reading JSONService -> Code/JSONService, etc. - upstream service got distributed to several services pages in Code. - use of naming service (in #42) is now in Code.NewEventNameService - scrapped use of Calendar.Translations which are WIKI level (#26) now in Code.JSONService, too Event/WebHome - probably because of the page move setting the text color (#19 / #22: set default to black) needed to be restored MoccaCalendarSheet - the color picker fields had been reformatted upstream kept version from this repository MoccaCalendarEventSheet - conflict between extracting a "getDateFormat" macro out of the "displayDate" macro and upstream change in this macro - conflict between new input fields for recurrent events upstream and a modification for the calender selection field - the "hidden" filter added for #49 has been migrated to the corresponding API code and also the unavoidable version number clashes in the pom.xml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Preconditions
Have Calendar Application (Pro) installed
Steps to reproduce
The modal that it is shown is using Confirmation Modal

I propose to use a bootstrap modal

The text was updated successfully, but these errors were encountered: