Commit graph

23 commits

Author SHA1 Message Date
Jimmy
6c96328f46 [feat]Add brief version of event partial; fix style 2021-04-09 22:17:33 +08:00
Jimmy
8b6d70b73c [fix]Fix trapezoid on splashpage 2021-04-07 22:50:27 +08:00
CactusPuppy
536ec5b68a
Fix linters 2021-03-11 23:25:35 -08:00
Michael Ball
acfc3e7aff Use event type not track for schedule coloring.
Useful for Snapshot.
2020-12-09 02:23:24 -08:00
Michael Ball
29cea21c84 Google Calendaer Link 2020-07-31 15:09:19 -07:00
Michael Ball
2417bad4db No 24-hour clocks. This should be a user setting... 2020-07-31 12:26:45 -07:00
Michael Ball
13d78c2609 Fix display of volunteer events 2020-07-27 00:23:56 -07:00
Michael Ball
94ea8b3a6c snapify the schedule! :D 2020-07-26 23:13:28 -07:00
Michael Ball
e93a27d1f2 Show off track colors some more 2020-07-26 23:01:41 -07:00
Michael Ball
440ba3511e Link to inyourtime.zone in all the sensible places 2020-07-23 04:16:35 -07:00
Michael Ball
31dfd62fbd Better design for room URLs 2020-07-17 10:03:07 -07:00
Michael Ball
3883188dcd Support Users Directly Uploading Profile Pictures.
* Adds a `picture` attribute to `User`.
* Preserves Gravatar as a fallback option.
* Now, you should use `user.profile_picturer` instead of `gravatar_url`
* TODO: Ensure `profile_picture` handles sizing right for uploaded images.
2020-07-14 21:06:15 -07:00
Michael Ball
7d2135f851 Add the ability for Rooms to have a URL.
The URL is shown on the schedule and the event/proposal page.
The URL is only when a user is logged in and registered.
2020-07-10 20:18:10 -07:00
snpd
997dc668e0 Supports talks without speakers
Admins may want to have discussions or any other general activity
that does not have any particular speaker. Thus, speaker validation
is removed.

Closes https://github.com/openSUSE/osem/issues/2520
2019-10-23 14:50:28 +05:30
Eugene Dubinin
790e2fd3a2 implement manual event management and support for multiple speakers per event 2017-04-13 17:15:21 +03:00
Chaitanya
e46953e03f Fix SyntaxError in SchedulesController#events
Remove unexpected => from app/views/schedules/_event.html.haml to resolve syntax error

Closes #1404
2017-03-25 10:41:53 +05:30
divyanshumehta
1ca448df6f Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
Nishanth Vijayan
5111d9e937 Extract checking if event is replacement to event_schedule model 2017-01-20 18:54:56 +02:00
Nishanth Vijayan
9c7591adcd Add cancel/replacement labels in All Events
Extract replacement/canceled label & notice logic to helpers

Join replacement/canceled label and notice and move to top
2017-01-20 18:54:35 +02:00
Christian Bruckmayer
5f080cf6db Merge pull request #1134 from Ana06/all-events-links
Make links inside event-panel work with ctrl+click
2017-01-09 17:54:30 +01:00
Ana
cf5d4e4dbe Make links inside event-panel work with ctrl+click
Function introduce to be used in links inside event-panel to make ctrl + click work.
2016-12-30 13:36:05 +01:00
Ana
72cd463dc7 Add markdown to events abstract 2016-08-12 11:38:28 +02:00
Ana
71dab6b79c SchedulesController introduced
The actions #schedule and #events were moved from conference controller to the new controller
2016-08-11 15:11:27 +02:00
Renamed from app/views/conference/_event.html.haml (Browse further)