Henne Vogelsang
05adba0e35
Merge pull request #2705 from cycomachead/patch-3
...
Fix Frozen String Error in Commercials Controller
2021-03-06 22:04:48 +01:00
Michael Ball
bc4177154a
Add editing submission instructions
2021-03-06 12:45:00 -08:00
Henne Vogelsang
57360c183c
Merge pull request #2729 from hennevogel/bugfix/carrierwave-update
...
CarrierWave needs to be told where to store in 2.x
2021-03-06 21:44:33 +01:00
Michael Ball
258a2c1489
Fix Frozen String Error in Commercials Controller
...
`errors_text` is a frozen string, so `<<` leads to an exception when trying to generate the error message.
https://sentry.cs10.org/share/issue/7867fdaf8eba4387ae2789fd5f1cff3b/
if you want a production example. :)
2021-03-06 21:40:25 +01:00
Henne Vogelsang
2c238365d6
CarrierWave needs to be told where to store in 2.x
2021-03-06 21:34:48 +01:00
Sasi Olin
613161bbc7
Add buttons in the interface
2021-03-06 21:18:42 +01:00
Sasi Olin
d540092bfc
Add icalendar files ( fixes #2147 )
2021-03-06 21:18:39 +01:00
Michael Ball
3d99661d02
Add a submission instructions columns
2021-03-06 11:30:57 -08:00
Henne Vogelsang
995db101b3
Merge pull request #2657 from AndrewKvalheim/bootstrap-markdown
...
Remove superfluous click to display Markdown editor
2021-03-06 20:00:50 +01:00
Andrew Kvalheim
ce59c37ff6
Use correct loading mode of Bootstrap-Markdown
...
data-provide="markdown-editable" is intended for inline editing of page
content à la contenteditable. When this is applied to a textarea, the
editor is loaded only after the user clicks on the field. This behavior
breaks focus and is incompatible with keyboard navigation.
2021-03-06 19:35:23 +01:00
Stella Rouzi
c4da5cc31d
Fix chart legend position
2021-03-06 19:27:28 +01:00
Henne Vogelsang
0646e41a82
Merge pull request #2632 from esparta/delegation_for_conference_venue
...
Introducing Delegation for Conference-Venue properties
2021-03-06 19:21:36 +01:00
Espartaco Palma
f5986f4160
Using new accessor for city, country_name, venue name & street
2021-03-06 19:06:36 +01:00
Espartaco Palma
fd2635509f
Introducing delegation for city and country name (Conference - Venue
...
Using ActiveSupport delegate macro.
2021-03-06 19:06:36 +01:00
Espartaco Palma
490ea3c4b4
DRY on controllers/conferences_controller
...
Conferences.incoming is defined on the model as scope:
scope :upcoming, (-> { where('end_date >= ?', Date.current) })
Conference.past
scope :past, (-> { where('end_date < ?', Date.current) })
2021-03-06 19:00:47 +01:00
Stella Rouzi
780d37eb41
Enable datepicker for readonly fields
...
Remove minDate definition, so that value appears in readonly input
2021-03-06 12:48:50 +01:00
Stella Rouzi
7495ca89ef
Change font for registration item in user menu
2021-03-06 12:48:47 +01:00
Stella Rouzi
cb7519f7a4
Check CfP existence in proposal form
2021-03-06 12:38:02 +01:00
Henne Vogelsang
823f41427f
Merge pull request #2591 from openSUSE/remove-travel-schedule
...
Remove travel schedule from registration
2021-03-06 05:04:07 +01:00
James Mason
7a04f3582f
Remove travel schedule from registration
...
(cherry picked from commit d18cc02f0185df39bb4213d8a63a955dfb433dcb)
Re: https://github.com/openSUSE/osem/issues/2333
2021-03-06 04:09:02 +01:00
Espartaco Palma
e7452a9d31
Use New Install within their own template
...
It used to be a partial inside #index, but having their own page
yields some extra benefits:
- Performance: Move logic from the view to the controller
- Theres' no need to go extra steps inside the :index view
- UI: Remove the extra 'Upcoming Conferences' when the system needs
to start the flow of the creation of the first user
2021-03-06 03:58:32 +01:00
Jimmy
c97b081b2c
FOR DEMO ONLY
2021-03-05 09:30:01 -08:00
rajavi-mishra
26bb7fcdca
change layouts to erb
2021-03-05 09:12:52 -08:00
rajavi-mishra
7bccf27790
change to erb
2021-03-05 09:02:02 -08:00
rajavi-mishra
9dc3ac6bca
change file type
2021-03-05 03:41:41 -08:00
rajavi-mishra
e8013d8345
stylesheet, layout and rendering for email_template (test)
2021-03-05 03:35:29 -08:00
Jimmy
da8939dd3a
[feat] remove unintended check; add auto-redirect to non-free ticket
2021-03-04 21:50:26 -08:00
Jimmy
1ca58961c1
[style] Rubocop
2021-03-04 16:34:47 -08:00
Jimmy
a599980046
[fix] Fix check for non-free tickets
2021-03-04 16:32:36 -08:00
Jimmy
7d70462542
[refactor] Clean up unused code
2021-03-04 15:47:48 -08:00
Jimmy
189c2ec75f
[fix] Fix user.count_registration_tickets
2021-03-04 15:34:06 -08:00
rajavi-mishra
b72dfdabf8
conditions completed
2021-03-04 11:55:45 -08:00
Jimmy
7e37b52e20
temp
2021-03-04 11:37:16 -08:00
Jimmy
c1fe73df03
temp
2021-03-04 11:33:27 -08:00
Michael Ball
cb9455f813
show reviewer comments field in the app
2021-03-04 01:39:12 -08:00
rajavi-mishra
8c230352f9
added more conditions
2021-03-03 13:58:36 -08:00
Jimmy
48a689d452
temp
2021-03-03 13:29:54 -08:00
rajavi-mishra
3f7f5b6bf4
change to conditions
2021-03-03 13:06:38 -08:00
Michael Ball
04154020a5
Merge master, resolve schema conflicts
2021-03-02 22:35:01 -08:00
Michael Ball
c18531ca21
Merge branch 'master' into master
2021-03-02 21:59:34 -08:00
Michael Ball
4d067add46
Add Committee Review Text Column
2021-03-02 21:21:20 -08:00
Michael Ball
d067221f57
Show all conferences by default on Conferences#index
2021-03-02 20:46:35 -08:00
Michael Ball
d40ab944c2
Render conference md without escaping description html
2021-03-02 20:46:14 -08:00
Michael Ball
06b05b8177
Fixup the last trapeziod on social media section
2021-03-02 18:55:41 -08:00
CactusPuppy
207046dc65
Merge pull request #11 from CactusPuppy/176894810/add_summision_text
...
Add submission text to event proposals
2021-03-01 23:38:06 -08:00
lzy-1006
9ee29f6daa
Merge pull request #12 from CactusPuppy/176895037-add-link-to-view-event-from-admin-page
...
Add link to view event from admin page
2021-03-01 21:45:32 -08:00
CactusPuppy
626eaee761
Remove unnecessary self
2021-02-27 23:03:29 -08:00
CactusPuppy
16f5ed6138
Refactor calculation of submission limit and abstract limit into helper function
2021-02-27 22:54:35 -08:00
CactusPuppy
b94894fe87
Update annotate_models
2021-02-26 11:04:20 -08:00
CactusPuppy
42d43319c5
fix indentation error
2021-02-25 20:12:20 -08:00