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
gotens1211
3ead7ef586
Removed the extra condition for displaying the first speaker image
...
Removed the if statement in schedule_item.html.haml file which was generating an extra img_tag for the first speaker
Fixes #1454
2017-04-17 17:40:23 +05:30
Eugene Dubinin
790e2fd3a2
implement manual event management and support for multiple speakers per event
2017-04-13 17:15:21 +03:00
divyanshumehta
1ca448df6f
Changed Ruby syntax in views. Fixed #1326
2017-03-20 18:27:39 +05:30
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
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