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
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
Ana María Martínez Gómez
8a19c52698
Merge pull request #1398 from BelieveC/EnableRedundantSelf
...
Enable Style/RedundantSelf Rubocop cop
2017-03-28 10:48:00 +02:00
Chaitanya
4427f43bdf
Enable Style/RedundantSelf Rubocop cop
...
This cop checks for redundant uses of self. It supports autocorrection, so all the offenses where automatically solved.
Closes #1373
2017-03-28 13:27:52 +05:30
Ana María Martínez Gómez
444ceb8960
Merge pull request #1400 from siaw23/master
...
Group related cops together
2017-03-27 12:03:22 +02:00
Stella Rouzi
33201ee13c
Merge pull request #1401 from nikhilgupta1211/hakiri
...
Fix hakiri error
2017-03-26 17:08:49 +03:00
Stella Rouzi
6367f3f56b
Merge pull request #1384 from siddhantbajaj/Venue
...
Fixed venue link in todo list for organizer
2017-03-26 16:58:11 +03:00
Siddhant Bajaj
e8aa7c8a98
Fixed Venue link in todo list for organiser
...
"Add venue" link in todo list is not active for the organiser of that
conference. Fixes #1383
2017-03-26 00:25:44 +05:30
Stella Rouzi
b3be600855
Merge pull request #1405 from BelieveC/FixScheduleEventBug
...
Fix SyntaxError in SchedulesController#events
2017-03-25 18:33:09 +02: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
gotens1211
a1d9cc39f9
Fixes #1402 Updated nokogiri in gemfile.lock
2017-03-25 09:18:17 +05:30
Emanuel Hayford
50b2153754
Group related cops together
...
This groups related cops in rubocop configuration file together and
arranges them in an alphabetical order
Close #1385
2017-03-24 20:13:02 +01:00
Chaitanya
0e8e626156
Allow to view schedule without login
...
Add show and events action's can abilities of schedule for not_signed_in user in order to make schedule available to view without login.
Closes #1343
2017-03-24 20:52:27 +05:30
Alator
d860ec5607
Update proposal link in reports
2017-03-21 19:50:37 +02:00
Stella Rouzi
8fb29972da
Merge pull request #1268 from shlok007/tests
...
Added feature tests for Roles
2017-03-21 13:13:15 +02:00
Ana María Martínez Gómez
4b418238d2
Merge pull request #1378 from BelieveC/EnableDoubleNegation
...
Fixes #1374 to Enable Style/DoubleNegation Rubocop
2017-03-21 11:44:56 +01:00
Christian Bruckmayer
8ae25730f2
Merge pull request #1250 from differentreality/reports
...
Move reports to its own controler
2017-03-21 10:23:06 +01:00
Stella Rouzi
5e9bc683ae
Move reports to separate controller
2017-03-20 17:51:37 +02:00
Stella Rouzi
a325eccc77
Merge pull request #1358 from divyanshumehta/issue_1326
...
Changed Ruby syntax in views
2017-03-20 17:19:28 +02:00
Chaitanya
7de009e46e
Enable Style/DoubleNegation Rubocop cop
...
This cop checks for uses of double negation (!!) to convert something to a boolean value. It doesn't support autocorrection, so all the offenses where manually solved.
Closes #1374
2017-03-20 19:12:40 +05:30
divyanshumehta
1ca448df6f
Changed Ruby syntax in views. Fixed #1326
2017-03-20 18:27:39 +05:30
Hernán Schmidt
89af26bf18
Merge pull request #1387 from openSUSE/lagartoflojo-patch-1
...
Fix link to TRANSLATION guide in README
2017-03-17 16:21:03 +01:00
Ana María Martínez Gómez
125a7fe29a
Merge pull request #1309 from commandprompt/bug_1298_fix_pr
...
fixes bug OSEM#1298
2017-03-17 15:44:47 +01:00
Hernán Schmidt
29e77db802
Fix link to TRANSLATION guide in readme
...
It was borked.
2017-03-17 15:42:37 +01:00
Ana María Martínez Gómez
f73c449be8
Merge pull request #1371 from amiedes/test-coverage
...
Increase test coverage for user model. Fix small bug.
2017-03-17 13:32:47 +01:00
Alberto Miedes Garcés
9d4c02cdb0
Improve test coverage for User model
...
* Wrote specs for `User#attended_event?`
* Wrote specs for `User#registered_to_event?
2017-03-17 11:26:47 +01:00
Alberto Miedes Garcés
e5aa6ab868
Fix bug in User#registered_to_event?
...
Fix exception being thrown in `User#registered_to_event?` when the user
is not registered in the corresponding event conference.
2017-03-17 11:26:47 +01:00
Ana María Martínez Gómez
c2866a1810
Merge pull request #1363 from differentreality/contributing_guide
...
Documentation updates
2017-03-17 09:28:04 +01:00
Hernán Schmidt
d4b9ea48f9
Merge pull request #1320 from nikhilgupta1211/nav_collapse
...
changed navbar dropdown for small devices. fixes #1380
2017-03-16 21:42:20 +01:00
Ana María Martínez Gómez
a5a6c81cd9
Merge pull request #1355 from chashmeetsingh/master
...
Update error message
2017-03-15 15:27:41 +01:00
Chashmeet Singh
43dbb153c2
fix : #1345 (remove duplicate text in error message)
2017-03-14 22:32:24 +05:30
Stella Rouzi
b0a84ad1c6
Merge pull request #1348 from siddhantbajaj/RegistrationLimit
...
Fixed registration limit issue
2017-03-14 09:12:51 +02:00
Stella Rouzi
893ad60995
Merge pull request #1364 from BelieveC/MockAuthConfigForGithub
...
Add mock_auth config for Github
2017-03-13 19:38:00 +02:00