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

Merge Mip-119 - Meeds-io/MIPs#119 #6

Merged
merged 20 commits into from
May 7, 2024
Merged

Merge Mip-119 - Meeds-io/MIPs#119 #6

merged 20 commits into from
May 7, 2024

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    e203925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e50149 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a19b4df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f652e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a3d033 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be43b85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4ee025 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    73bc431 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bde2243 View commit details
    Browse the repository at this point in the history
  10. feat: Implement feature flag to hide schedule article and news app fi…

    …lter options - EXO-71131 - Meeds-io/MIPs#119 (#28)
    sofyenne authored and azayati committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bd6a417 View commit details
    Browse the repository at this point in the history
  11. fix: Some icons are not well displayed in meeds server - EXO-71197 - M…

    …eeds-io/MIPs#119  (#33)
    
    Prior to this change, ui icons used in some components are not displayed in meeds server due to an incompatibility issue related to the used icons font family with meeds.
    This PR replaces the old ui icons by fontawesome icons to resolve the issue.
    hakermi authored and azayati committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8d92f08 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    80dbabc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f170275 View commit details
    Browse the repository at this point in the history
  14. feat: Fix the post news article stepper is not displayed for the spac…

    …e Publisher - EXO-71403 - Meeds-io/MIPs#119 (#40)
    sofyenne authored and azayati committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    47b33b4 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. feat: Implement getDraftArticles service layer for existing articles …

    …- EXO-70635 - Meeds-io/MIPs#119 (#43)
    
    Implement getDraftArticles service layer for existing articles
    hakermi authored and azayati committed May 6, 2024
    Configuration menu
    Copy the full SHA
    706ced6 View commit details
    Browse the repository at this point in the history
  2. feat: Update the publication status constant value from published to …

    …posted for the posted news articles - EXO-71505 - Meeds-io/MIPs#119 (#46)
    sofyenne authored and azayati committed May 6, 2024
    Configuration menu
    Copy the full SHA
    590c093 View commit details
    Browse the repository at this point in the history
  3. feat: Fix news article draft for existing article not well removed af…

    …ter update - EXO-71577 - Meeds-io/MIPs#119 (#51)
    
    Prior to this change, after updating a news article (content or publishing/posting), the related draft is not well removed, only draft note page is removed and not the related metadata item. After this commit we ensure all data related to the related draft.
    sofyenne authored and azayati committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a2edabd View commit details
    Browse the repository at this point in the history
  4. fix: Delete Useless Loading Effectt - Meeds-io/MIPs#120 (#1173)

    Prior to this change, a 'displayTopBarLoading' is initiated by application without a corresponding 'hideTopBarLoading' to stop loading effect. This change will delete the display of page global loading effect and rely instead of the internal loading effect added inside the application while loading the news list.
    azayati committed May 6, 2024
    Configuration menu
    Copy the full SHA
    fd6c596 View commit details
    Browse the repository at this point in the history
  5. fix: Delete events listening on Vue application unmount - MEED-6224 - M…

    …eeds-io/MIPs#120
    
    Before this change, some errors are logged in Layout management UI when adding and removing the News List application multiple times. This change ensures to delete listeners on unmount and to make sure that the settings drawer is displayed even in a sticky container.
    azayati committed May 6, 2024
    Configuration menu
    Copy the full SHA
    06771fb View commit details
    Browse the repository at this point in the history
  6. fix: publish news : email received displays truncated border and cont…

    …ent - EXO-70913 (#1177)
    azayati committed May 6, 2024
    Configuration menu
    Copy the full SHA
    133fc0c View commit details
    Browse the repository at this point in the history