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

Feat/recurrent date field #1149

Merged
merged 54 commits into from May 16, 2024

Commits on Apr 24, 2024

  1. feat(DateService): change it to be able to follow recurrent events

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8aab951 View commit details
    Browse the repository at this point in the history
  2. fix(DAteField): allow repetitions for events

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e86c4d8 View commit details
    Browse the repository at this point in the history
  3. fix(bazar/inputs/date.twig): remove line for tests

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    bfcd2c5 View commit details
    Browse the repository at this point in the history
  4. fix(Recurrent/DateField): change date format and display

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6272084 View commit details
    Browse the repository at this point in the history
  5. refactor(Bazar\DateService): spit from Core\DateSerice

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1b6ea47 View commit details
    Browse the repository at this point in the history
  6. fix(DateField/repetition): be careful not enable it for only one entr…

    …y form's option
    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    81108aa View commit details
    Browse the repository at this point in the history
  7. fix(RecurrentDateField): be careful to set the current day for week r…

    …epetition
    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d79c562 View commit details
    Browse the repository at this point in the history
  8. fix(DateField): show message if not %

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    884b789 View commit details
    Browse the repository at this point in the history
  9. fix(date.twig): more stable css with not margot themes

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fa97c73 View commit details
    Browse the repository at this point in the history
  10. fix(recurrentEvents): remove 2w 2m 3m

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    31e41c2 View commit details
    Browse the repository at this point in the history
  11. fix(recurrent-event): remove monday if alone when selecting weeks

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    62df7c6 View commit details
    Browse the repository at this point in the history
  12. fix(field/inputs/date): show maximum times only if clicked on button

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    177e49b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5c3f056 View commit details
    Browse the repository at this point in the history
  14. fix(recurrentEvent): be careful when modifying ImageField

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    542ed68 View commit details
    Browse the repository at this point in the history
  15. fix(RecurrentEvent): set Default NbMax to 50

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    88c5b40 View commit details
    Browse the repository at this point in the history
  16. fix(FileField): catch file/image deletion by owner

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9b86879 View commit details
    Browse the repository at this point in the history
  17. refactor(DateService: split ::createRepetitions

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1807b1b View commit details
    Browse the repository at this point in the history
  18. featDateService): check except

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    71e849d View commit details
    Browse the repository at this point in the history
  19. fix(services.yaml): after refactor

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    837e8b6 View commit details
    Browse the repository at this point in the history
  20. fix(DateService): calculateNewStartDate to newStartDate

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8562a95 View commit details
    Browse the repository at this point in the history
  21. fix(RecurrentEvents): manage except with limitDate and NBmax

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f71e6a3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f720d66 View commit details
    Browse the repository at this point in the history
  23. fix(recurrentEvent): update except on repetition change

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d601b24 View commit details
    Browse the repository at this point in the history
  24. fix(DateService): test if page exists instead of entry

    To not depend on EntryManager->cachedEntriestags in isEntry
    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    93c2619 View commit details
    Browse the repository at this point in the history
  25. refactor(fields/date.twig): split translation in several variables

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    26c7f51 View commit details
    Browse the repository at this point in the history
  26. refactor(RecurrentEvents): PSR2 autoformat

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    07ddf2a View commit details
    Browse the repository at this point in the history
  27. fix(Bazar/DateService): link to PageManager

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2cc1506 View commit details
    Browse the repository at this point in the history
  28. fix(DateService): serach entriesToDelete with query compatible with m…

    …ySQL
    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6c809b0 View commit details
    Browse the repository at this point in the history
  29. Remove recurrent every X + changed display in form

    Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    81f1a6a View commit details
    Browse the repository at this point in the history
  30. Suppresion de la traduction

    Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f0c0d25 View commit details
    Browse the repository at this point in the history
  31. Update display + update from previous feedbacks

    Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d334bf4 View commit details
    Browse the repository at this point in the history
  32. Fix other feedbacks

    Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2b3040d View commit details
    Browse the repository at this point in the history
  33. fix(bazar.lang): propagate changes to other languages

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9b95c0a View commit details
    Browse the repository at this point in the history
  34. Translation

    Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    191784e View commit details
    Browse the repository at this point in the history
  35. fix(DateField): doesnotchange the layout

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    62b98a4 View commit details
    Browse the repository at this point in the history
  36. refactor(inputs/date):split in two files (more readable)

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4fe822a View commit details
    Browse the repository at this point in the history
  37. refactor(inputs/date): split too long line

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    37c5fa4 View commit details
    Browse the repository at this point in the history
  38. fix(inputs/date.twig): retrieve original structure

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    99aeeef View commit details
    Browse the repository at this point in the history
  39. fix(inputs/_date_recurrent): show recurrence only if concerned

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8baeeec View commit details
    Browse the repository at this point in the history
  40. refactor(inputs/_date_recurrent):reuse layout

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4d46e0b View commit details
    Browse the repository at this point in the history
  41. fix(inputs/_date_recurrent): css

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a77a57f View commit details
    Browse the repository at this point in the history
  42. feat(inputs/_date_recurrent): retrive other options

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a514ebb View commit details
    Browse the repository at this point in the history
  43. fix(inputs/date_recurrent): show except

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d6a6b8e View commit details
    Browse the repository at this point in the history
  44. doc(bazar/date_recurrent): change i18n

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0a76993 View commit details
    Browse the repository at this point in the history
  45. refactor(recurrent-event.js): only use defaultNbMax

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    67e0b4c View commit details
    Browse the repository at this point in the history
  46. refactor(recurrent-event.js): replace 300 by defaultNbMax

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a6d84f6 View commit details
    Browse the repository at this point in the history
  47. refactor(DateService): PSR2 auto format

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5a6967e View commit details
    Browse the repository at this point in the history
  48. fix(DateField): recurrent fix nbmax

    J9rem authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    61add48 View commit details
    Browse the repository at this point in the history
  49. Merge pull request #5 from J9rem/fix/pr-recurrent-date-field

    Fix/pr recurrent date field
    Zoldiru authored and Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    941f003 View commit details
    Browse the repository at this point in the history
  50. limitdate required and limit to 600 repetitions

    Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    66bf3f1 View commit details
    Browse the repository at this point in the history
  51. Fix exception date update bug

    Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ea598fb View commit details
    Browse the repository at this point in the history
  52. Add missing fixes from Jerem branch

    Alex Chivot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a38c36c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Resolve merge conflict

    Alex Chivot committed May 14, 2024
    Configuration menu
    Copy the full SHA
    140b7d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from Zoldiru/Zoldiru-feat/recurrent-date-field

    Zoldiru feat/recurrent date field
    Zoldiru committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b8e26f6 View commit details
    Browse the repository at this point in the history