Agrim Mittal
aaeca108a8
Add missed offenses to rubocop_todo
...
A known rubocop bug, solved by adding files manually
Closes #1450
2017-04-21 21:36:39 +05:30
Agrim Mittal
7a10d69f14
regenerate rubocop_todo
...
Automatically generated using --auto-gen-config
2017-04-21 21:36:21 +05:30
Agrim Mittal
c27ab2d4a9
update to rubocop v0.48.1
...
Updated other gems(nokogiri rails-dom-testing) to be able to update rubocop
2017-04-20 14:58:00 +05:30
Ana María Martínez Gómez
be33f345a1
Merge pull request #1306 from siddhantbajaj/Confirmed_Events
...
fixed Confirmed Scheduled Events issue
2017-04-18 15:37:54 +02:00
Ana María Martínez Gómez
dc190b5339
Merge pull request #1460 from nikhilgupta1211/imageschedule
...
Removed the extra condition for displaying the first speaker image
2017-04-18 15:20:43 +02:00
Siddhant Bajaj
cd9f329939
Fixed Confirmed Scheduled Events issue
...
Fixed issues with scheduled_event_distribution method in conference.rb
and added test in conference_spec.rb to confirm issue is fixed.
Fixes #1302
2017-04-18 18:30:42 +05:30
Ana María Martínez Gómez
7741d43d17
Merge pull request #1449 from sunny-b/master
...
Enable Performance/StringReplacement Rubocop cop
2017-04-18 10:55:10 +02: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
Stella Rouzi
c97a774579
Merge pull request #1330 from shlok007/ability-features
...
Improved features/ability_spec.rb
2017-04-14 18:55:54 +03:00
shlok007
f04c7a7cab
improved features/ability_spec.rb
2017-04-14 14:51:21 +00:00
Stella Rouzi
92cb010cc6
Merge pull request #1448 from nasia-sam/cfp_access_to_schedule
...
Add permission to access admin/shedule by cfp #1432
2017-04-14 17:14:21 +03:00
Stella Rouzi
c31fea71a8
Merge pull request #1278 from commandprompt/multiple_speakers_manual_event_mgmt_pr
...
Implements support for multiple speakers per event and adding events manually by conf admins
2017-04-14 16:23:02 +03:00
Sunny
0564d2df7a
add performance/stringreplacement rubocop cop
...
Enabled the performance/stringreplacement rubocop in the .rubocop.yml file and removed it from .rubocop_todo.yml. This cop checks for instances where gsub can be replaced with tr or delete. Supports auto correct, but there weren't any offenses.
Closes #1444
2017-04-13 21:20:35 -04:00
nasia
11938025cf
Add permission to access admin/shedule by cfp#1432
2017-04-13 20:45:19 +03:00
Eugene Dubinin
790e2fd3a2
implement manual event management and support for multiple speakers per event
2017-04-13 17:15:21 +03:00
Ana María Martínez Gómez
46a6a59622
Merge pull request #1430 from codyborders/master
...
Adds Style/Tab cop to rubocop.yml
2017-04-07 18:50:22 +02:00
Ana María Martínez Gómez
fd6d0bf39b
Merge pull request #1446 from sunny-b/master
...
Enable Style/DotPosition Rubocop cop
2017-04-07 11:21:34 +02:00
Sunny
03fa299058
enable style/dotposition rubocop cop
2017-04-06 23:19:58 -04:00
Cody Borders
535b3f86d6
Fixes Style/Tab cops
...
Removes exclusions for Style/Tab cops in rubocop_todo
Places Style/Tab cop in appropriate alphabetical order
All cops now fixed.
2017-04-06 10:57:44 -06:00
Christian Bruckmayer
e28d681eb8
Merge pull request #1443 from nasia-sam/similar_splashpage_show_and_edit
...
Change Splashpages#show so it matches splashpages#edit
2017-04-06 17:37:34 +02:00
Christian Bruckmayer
5f74360da8
Merge pull request #1441 from neilhalligan/rubocop-edit
...
Add Lint/DuplicatedKey to rubocop
2017-04-06 09:34:41 +02:00
Neil Halligan
c74e914683
Add Lint/DuplicatedKey to rubocop
...
Fixes openSUSE/osem#1437
2017-04-05 17:33:14 +01:00
nasia
7497d0394e
Fix Splashpages#show so it matches splashpages#edit
2017-04-05 19:18:17 +03:00
Ana María Martínez Gómez
c149710da4
Merge pull request #1341 from nikhilgupta1211/edit_splashpage
...
Issue #1340 Make Splashpage components selected by default
2017-04-05 14:34:09 +02:00
gotens1211
eb1e8ed238
Changed the default state of components in splashpage to selected
...
Mark the splashpage components to checked for the new action, also modified the display changes in splashpages test
Fixes #1340
2017-04-05 17:11:11 +05:30
Christian Bruckmayer
dae9aca2c5
Merge pull request #1434 from nasia-sam/admin_resources
...
Fix admin/resources inherit
2017-04-05 13:17:31 +02:00
nasia
6414631a32
Fix admin/resources inherit
2017-04-04 21:30:16 +03:00
Stella Rouzi
ab0719096a
Merge pull request #1366 from AEtherC0r3/openid_documentation
...
Improve Openid documentation
2017-04-04 15:52:58 +03:00
Stella Rouzi
7297888e38
Merge pull request #1429 from commandprompt/flash_messages_fix_pr
...
use flash.now instead of flash before calling render
2017-04-04 15:51:32 +03:00
AEtherC0r3
3f46fed0b2
Remove reference to secrets.yml in INSTALL.md
...
INSTALL.md references two methods for enabling openID
1) adding the provider's API keys in config/secrets.yml and
2) adding the provider's API keys as environment variable in the
relevant .env files
The first method is not acceptable anymore, so it is no longer mentioned
2017-04-03 23:55:59 +03:00
AEtherC0r3
dcd57934fb
Add OpenID test documentation
...
* Write a paragraph that informs contributors about the openID test
accounts that are available and provide instructions on how to
enable them in development (#1315 ) in CONTRIBUTING.md
* Add missing environment variable for openID logins via openSUSE
(OSEM_SUSE_KEY, OSEM_SUSE_SECRET) in dotenv.example
2017-04-03 23:55:59 +03:00
Eugene Dubinin
b7bdb29cbe
use flash.now instead of flash where page is rendered in the same controller methods
2017-04-03 20:15:51 +03:00
Stella Rouzi
d90d2344d6
Merge pull request #1423 from nikhilgupta1211/splashpage
...
Added Include Venue and Lodgings to the Splashpage components
2017-04-03 13:59:44 +03:00
Ana María Martínez Gómez
f3e712a1bc
Merge pull request #1319 from JewelSam/master
...
#1220 adding the cell size attribute to the database
2017-04-03 10:23:49 +02:00
JewelSam
f6e74461ba
Add schedule interval as attribute of a program
...
Also, the part of the schedule event is deleted and the length of the event types
changes to the nearest suitable after changing the length of the interval.
This closes #1220
2017-04-01 21:39:20 +03:00
Ana María Martínez Gómez
42741fa90b
Merge pull request #1352 from BelieveC/ScheduleLogIn
...
Fixes #1343 , Allow viewing public schedule without login
2017-03-31 15:58:26 +02:00
Ana María Martínez Gómez
af09ad239c
Merge pull request #1426 from nasia-sam/dublicated_routes
...
Fix dublicated routes
2017-03-31 15:54:00 +02:00
Ana María Martínez Gómez
93b185e8d8
Merge pull request #1370 from alator21/move_proposal_edit_to_admin
...
Move proposal edit to admin
2017-03-31 15:53:49 +02:00
nasia
962bbaedb2
Fix dublicated routes
2017-03-31 15:48:44 +03:00
gotens1211
bd51be45e5
Added Include Venue and Lodgings to Splashpage components
...
Fixes #1422
2017-03-31 15:26:59 +05:30
Ana María Martínez Gómez
81ef0bcb6a
Merge pull request #1393 from nikhilgupta1211/xml_timezone
...
Fixes #1188 show the conference timezone in show.xml.haml
2017-03-31 11:34:56 +02:00
gotens1211
73a6e06fd3
Show event time in conference timezone
...
Added an application helper method `time_with_timezone` to return time with the conference timezone which solves the issue of wrong timezone in `scheule.xml` and `admin/events#show`.
Fixes #1188
2017-03-31 13:13:57 +05:30
Ana María Martínez Gómez
d1bf19867c
Merge pull request #1421 from sunny-b/master
...
Enable Style/NegatedIf Cop and Fix Alphabetical Ordering
2017-03-30 10:30:55 +02:00
Iris Sprague
29650beddb
enable negatedif and correct db file
...
fix spacing
2017-03-29 11:24:43 -04:00
Christian Bruckmayer
6ea0752ef7
Merge pull request #1420 from siaw23/master
...
Enable Rails/Validation Rubocop cop
2017-03-29 08:56:38 +02:00
Christian Bruckmayer
6891c760b4
Merge pull request #1419 from alator21/hints_for_user
...
Added hints for username and name in sign up form
2017-03-29 08:55:38 +02:00
Alator
8a96bd137c
Added hints for username and name in sign up form and in edit profile
2017-03-28 23:02:40 +03:00
Emanuel Hayford
e5587d42a2
Enable Rails/Validation Rubocop cop
...
Cop checks for the use of old-style attribute validation. Supports autocorrection which was run
to fix the files concerned
Closes #1414
2017-03-28 21:47:31 +02:00
Ana María Martínez Gómez
e2a7e396a2
Merge pull request #1417 from BelieveC/EnableZeroLengthPredicate
...
Enable Style/ZeroLengthPredicate Rubocop cop
2017-03-28 13:18:13 +02:00
Chaitanya
782937b1d9
Enable Style/ZeroLengthPredicate Rubocop cop
...
This cop checks for numeric comparisons that can be replaced by a predicate method. It supports autocorrection, so all the offenses where automatically solved.
Closes #1416
2017-03-28 14:42:21 +05:30