Naman Gupta
6eb8c8d6ae
Added tests for program#any_event_for_this_date?
2017-12-21 21:17:00 +02:00
foteinidd
6a1d757f43
Add check for rooms in tracks#edit
2017-12-21 21:08:40 +02:00
rishabh92
8f6eeaaf45
Fix commercials does not accept slideshare https url
...
Updated ruby-oembed to latest version 0.12.0, issue was due to ruby-oembed version 0.8.14 not accepting https slideshare links.
Fixes #1775
2017-12-19 09:42:18 +02:00
Ronaq13
505d9da3d4
Fix Performance/HashEachMethods offenses
...
values.each and keys.each methods are depreciated, so they have replaced by
each_value and each_key respectively. This has done manually.
Closes https://github.com/openSUSE/osem/issues/1825
2017-12-18 17:30:37 +01:00
Akshit Ahluwalia
99ab06d117
Add templates for github issues & pull requests
...
re: #1763
based on: #1764
2017-12-18 08:04:58 -08:00
Harry30897
2180e6197c
Conference name repeated in revision_history on adding commercial
2017-12-15 23:30:51 +02:00
David Sedeño
57e596c67e
Use distinct instead of uniq because deprectation.
2017-12-15 23:08:21 +02:00
ViditChitkara
83053f4626
added email presence validation to openid
...
closes #1658
added test for openid
fixed robocup offences
written tests for email presence validation
minor changes
shifted omniauth callback tests to rspec controllers
fixed linting bug
minor changes
minor changes
2017-12-15 23:07:03 +02:00
Henne Vogelsang
2df8adea69
Link to an existing video with embeddable content
...
Otherwise the Commercial validation hits
2017-12-15 23:06:38 +02:00
Stella Rouzi
4289f699ac
Add enabled to event_schedules
...
To show scheduled events that have been cancelled/withdrawn as 'cancelled', and consequently also show when an event is their replacement.
admin/schedules#show does not show events that were scheduled and then cancelled/withdrawn, however a record in event_schedules exists for those events, but event_schedule.enabled = false
2017-12-15 12:31:58 -08:00
rishabh92
4409610a89
Add database config examples for all supported databases
...
Example for MySQL and PostgreSQL added.
Fixes #1676
Update comments based on code review
2017-12-13 17:27:23 +02:00
Ana María Martínez Gómez
952e8ac316
Merge pull request #1834 from bear454/fix-speaker-registration-issues
...
Fix speaker registration issues
2017-12-13 10:15:36 +01:00
Naman Gupta
ac8b187f1f
Speaker is also able to see the proposal and able to modify it
2017-12-12 18:57:12 +02:00
rishabhptr
e5009f168c
Fixed email text overflow in proposal#show
...
Email icon is used solve email text overflow.
Fixes #1838
2017-12-12 18:38:12 +02:00
Adriano Vieira
6d7e1f4865
autofill CFP end date
...
- automatically setting the end date to the start date when creating
CFP for UX reasons (fix #1872 )
2017-12-12 18:23:56 +02:00
Thaleia Tagaraki
9608e2032a
Add autofocus in admin/tickets#new
2017-12-12 08:20:45 -08:00
Sidharth Bansal
b93613fcc5
Updated link
2017-12-12 17:45:14 +02:00
Sidharth
d813470995
Contribution.md broken url
...
The link to capybara was broken in CONTRIBUTION.md file
Fixes #1862
2017-12-12 17:45:14 +02:00
James Mason
447718d6fa
Merge pull request #1814 from jesmg/patch-1
...
Fixing admin user creation in docker
2017-12-12 07:31:15 -08:00
Stella Rouzi
f28a3517e6
Merge branch 'master' into patch-1
2017-12-12 16:56:33 +02:00
Alexandros Pagonis
0bfb2130a9
Ticket_button added
2017-12-12 12:40:33 +02:00
Stella Rouzi
32fa0bde6b
Add mass import of commercials
...
Fix #1055
2017-12-12 12:23:16 +02:00
James Mason
efb12b02e8
Merge pull request #1836 from adrianovieira/fix_bootstrap_dbsetup_user
...
Fix bootstrap dbsetup user
2017-12-11 18:09:01 -08:00
James Mason
aa5a7b2781
Merge branch 'master' into fix_bootstrap_dbsetup_user
2017-12-11 17:13:25 -08:00
James Mason
710010cb76
Use a picture format for ticketing
...
Instead of analyzing image size using the local file, rely on a
processed image of the appropriate dimensions.
Resolves #1828
2017-12-11 17:11:17 -08:00
James Mason
e01d849374
Add a picture format for conference tickets
2017-12-11 17:11:15 -08:00
James Mason
418088cc04
Merge branch 'master' into patch-1
2017-12-11 16:49:40 -08:00
AEtherC0r3
364be55412
Change visit_id type of ahoy_events to integer
...
The id column of the visits table is of type integer
2017-12-11 20:58:04 +02:00
AEtherC0r3
c21c9af60f
Use environment variable for the redis url in cable.yml
...
Move redis url from cable.yml to dotenv.example
2017-12-11 20:58:04 +02:00
AEtherC0r3
de646019fb
Performance tuning in config/puma.rb
2017-12-11 20:58:04 +02:00
AEtherC0r3
efaf07178f
Upgrade to Rails 5
...
Update config with rails app:update
Update schema.rb rails db:migrate
Add puma
Make jobs and models inherit from ApplicationJob and ApplicationRecord
Update acts_as_list to 0.9.7 in order to fix
"undefined method `sanitize_sql_hash_for_conditions'" error
Update web-console to 2.3.0 to fix a 500 internal server error
Replace before_filter with before_action
Add rails-controller-testing gem
Add prepend: :true to protect_from_forgery in ApplicationController to
avoid ActionController::InvalidAuthenticityToken exceptions
Remove activeuuid
Update formtastic to 3.1.5 to fix deprecation warnings and issues
with the Input class
Update ahoy_matey to 1.6.0
Update cancancan to 2.0.0 to fix issues with malformed sql queries
Fix program spec
Fix issue with the picture being nil in admin/Organizations#new and #edit
and Organizations#show
Fix ActiveRecord::Base.raise_in_transactional_callbacks= deprecation
warning by removing an unnecessary line in application.rb
Fix failing versions specs
2017-12-11 20:58:04 +02:00
Ana María Martínez Gómez
b4fcec07be
Merge pull request #1874 from adrianovieira/fix_1856_Description_of_the_CFP_should_not_be_rendered_as_markdown
...
Render CfP description column as plain text
2017-12-11 08:51:30 +01:00
Adriano Vieira
4859f8c64e
Render CfP description column as plain text
...
- fix #1856
2017-12-09 17:36:33 -02:00
Ana María Martínez Gómez
0cb273749a
Merge pull request #1845 from adrianovieira/autofill_conference_end_date
...
autofill conference end date
2017-12-08 08:58:53 +01:00
foteinidd
52dcc6c474
Added autofocus on the name input in admin/lodgings#new
2017-12-07 20:43:19 +02:00
James Mason
d464e48085
Merge pull request #1843 from adrianovieira/fix_datetimepicker_navigation_for_conference_startend_fields
...
Fix datetimepicker navigation in conference start/end fields
2017-12-07 09:57:55 -08:00
James Mason
9b32e9c165
Merge branch 'master' into fix_datetimepicker_navigation_for_conference_startend_fields
2017-12-07 09:30:52 -08:00
James Mason
bd95c5e628
Merge pull request #1859 from olea/issue-1830
...
Fix the UI inconsistence documented at #1830
2017-12-07 09:29:03 -08:00
James Mason
b83c0032d3
Merge branch 'master' into autofill_conference_end_date
2017-12-07 09:22:56 -08:00
James Mason
ebcc2e9ed3
Merge branch 'master' into fix_datetimepicker_navigation_for_conference_startend_fields
2017-12-07 09:21:19 -08:00
Adriano Vieira
bbb09dd237
autofill conference end date
...
- automatically setting the end date to the start date when creating or
modifying a conference for UX reasons (fix #1844 )
2017-12-05 21:49:12 -02:00
Ismael Olea
166d1bda0d
Fix the UI inconsistence documented at #1830
...
Fixes the UI but not touch the logic. I fear to mess up the database schema.
2017-12-06 00:00:56 +01:00
Ana María Martínez Gómez
b97122097f
Merge pull request #1852 from SidharthBansal/ui
...
Fix Style/UnneededInterpolation
2017-12-05 09:18:53 +01:00
Sidharth
93fcf8893a
Fix Style/UnneededInterpolation
...
Exclusions from .rubocop_todo.yml deleted.
This cop checks for string interpolated expressions. It supports autocorrection.
Fixes #1823
2017-12-04 23:45:37 +05:30
Ana María Martínez Gómez
666f5ab2dc
Merge pull request #1850 from SidharthBansal/new
...
Fix Style/ReductantReturn rubocop
2017-12-04 14:40:01 +01:00
Sidharth
020dae3d49
Fix Style/ReductantReturn rubocop
...
Exclusions from .rubocop_todo.yml deleted.This cop checks for redundant return expressions.
Fixes #1824
2017-12-04 16:01:18 +05:30
Ana María Martínez Gómez
05735a7f67
Merge pull request #1848 from rishabh92/fix-orderedgem-offenses1816
...
Fix Bundler/OrderedGems Rubocop offenses
2017-12-04 09:55:50 +01:00
Ana María Martínez Gómez
51be0c3f65
Merge pull request #1849 from esquith/patch-1
...
Update INSTALL.md
2017-12-04 09:26:07 +01:00
Esquith Allen
56afd4e22b
Update INSTALL.md
...
typo
2017-12-03 22:19:01 -05:00
rishabh92
97749fc195
Fix Bundler/OrderedGems Rubocop offenses
...
This cop checks that gems are alphabetically sorted within groups. The offenses were fixed using rubocop autocorrection.
2017-12-03 18:19:21 -06:00