Skip to content
Snippets Groups Projects

#76 - Create a Past Events page

Closed Eric Poirier requested to merge github/fork/ericpoirier/epoirier/master/issue-76 into master

Signed-off-by: Eric Poirier eric.poirier@eclipse-foundation.org

Merge request reports

Closed by avatar (Mar 14, 2025 12:59am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
34 <p class="events-list-link text-right"><a class="btn btn-secondary" href="{{- with .Params.link | default .RelPermalink }} {{.}} {{- end }}">Learn more</a></p>
35 </div>
36 </div>
37 {{ end }}
26 {{ range first 5 (sort (where .Site.Pages "Section" "events") "Params.date" "desc") }}
27 {{ if isset .Params "end_date" }}
28 {{ $t := time .Params.end_date }}
29 {{ if $t.After now }}
30 <div class="row news-item">
31 <div class="col-sm-16">
32 <p class="margin-bottom-0"><strong>{{ .Title }}</strong></p>
33 <p class="margin-bottom-0">{{ .Params.location }}</p>
34 <p>{{ .Params.event_date }}</p>
35 </div>
36 <div class="col-sm-8">
37 <p class="events-list-link text-right"><a class="btn btn-secondary" href="{{- with .Params.link | default .RelPermalink }} {{.}} {{- end }}">Learn more</a></p>
  • Review: Changes requested

    This PR is causing a regression for news on the homepage: https://deploy-preview-87--eclipsefdn-openadx.netlify.app/

  • Author Maintainer

    This PR is causing a regression for news on the homepage: https://deploy-preview-87--eclipsefdn-openadx.netlify.app/

    For the news or Events section?

  • Christopher Guindon
  • 1 1 --
    2 2 title: "Conference Automotive Software Strategies"
    3 date: 2020-02-28T16:27:43+00:00
  • This PR is causing a regression for news on the homepage: https://deploy-preview-87--eclipsefdn-openadx.netlify.app/

    For the news or Events section?

    All good now! I did not notice at first that you made a change to the homepage to hide past events!

  • @ariexi What is your preference here? Should we close this or would you prefer we create an event archive on this site?

  • Created by: ariexi

    @ariexi What is your preference here? Should we close this or would you prefer we create an event archive on this site?

    Good question! Will the archive contain all past events including the events from the new events site or only the event from the WG page like content/events/2020-02-28.md?

    Did I understand it right, that an archive will come in the future for every WG? If yes, then I will wait and we can close this issue. Thx

  • These are the events that we have in our system right now: https://newsroom.eclipse.org/api/events?parameters[publish_to][]=openadx

    We would need someone to submit the missing events via https://newsroom.eclipse.org/node/add/events.

    I posted some information about this here: https://github.com/EclipseFdn/events.eclipse.org/issues/15#issuecomment-633633695

  • Created by: ariexi

    These are the events that we have in our system right now: https://newsroom.eclipse.org/api/events?parameters[publish_to][]=openadx

    Yes, these are the current events.

    We would need someone to submit the missing events via https://newsroom.eclipse.org/node/add/events.

    If this means, I should create the past events, I will do this, if this will make no problems.

    I posted some information about this here: EclipseFdn/events.eclipse.org#15 (comment)

  • @shanda-eclipse are you good with @ariexi submitting past events to Eclipse Newsroom?

  • Created by: shanda-eclipse

    @shanda-eclipse are you good with @ariexi submitting past events to Eclipse Newsroom?

    Yep. They can be submitted through the newsroom and I will pass them through moderation.

  • Created by: ariexi

    I found a strange behaviour on my mobile, when opening OpenADx website on Safari.

    I will send you the picture by mail, because I cannot upload files here...

    Update: It seems to be a Safari problem, on my private MacBook it looks like the same

  • @ariexi are the news better now?

  • Created by: ariexi

    @ariexi are the news better now?

    @chrisguindon , yes, it is looking great now! Thank you so much! Best, Andy

  • Closing this PR in favor of PR #95

  • Please register or sign in to reply
    Loading