osem-fcy/app/views
AEtherC0r3 fa56ff7f6d Add helper function for speaker selection
The line '@users = User.all.order(:name)' is replicated a lot of times
in EventsController and ProposalsController.
So, this commit removes it and adds a helper function
'speaker_selector_input' that generates the field where the @users
variable was used.
Also, it makes the query more specific.

Fix #1455

Other changes:
* Include the username in the drop down menu
* Add .active scope to User and corresponding tests
* Add :disabled trait to User factory
2017-05-20 18:27:07 +03:00
..
admin Replace submitter with speakers in reports#index 2017-05-20 18:26:45 +03:00
application Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
commercials Introduce Program to include cfp/rooms/tracks/events/event_types/difficulty_levels 2016-02-06 17:42:51 +01:00
conference_registrations Add user path to Attendee and Speaker avatar in registration show page 2017-05-13 22:14:57 +03:00
conferences Allow confirmed speakers to register anytime 2017-05-13 17:47:22 +03:00
devise Added hints for username and name in sign up form and in edit profile 2017-03-28 23:02:40 +03:00
layouts Fixed issue in notification drop down menu 2017-05-13 17:48:05 +03:00
mailbot Use ActiveJob to send comment mails 2016-04-22 11:31:19 +02:00
payments views/_payment: decrease script indentation 2016-08-16 00:43:48 +05:30
proposals Add helper function for speaker selection 2017-05-20 18:27:07 +03:00
schedules Add description to xml. fixes #1435 2017-04-25 13:35:09 +03:00
shared Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
tickets registration#delete: retain ticket purchases 2016-09-26 20:57:11 +05:30
users implement manual event management and support for multiple speakers per event 2017-04-13 17:15:21 +03:00