Henne Vogelsang
9f1e877ea0
Expose Conference.code_of_conduct
2024-06-07 17:42:08 +02:00
Henne Vogelsang
275be8c80a
Drop Organization Feature
2024-06-07 17:42:08 +02:00
depfu[bot]
d9f86d0564
Drop country_select
...
We are using i18n_data directly.
2023-05-08 17:09:55 +02:00
Sasi Olin
f28f1fd9b3
Fix venue information city/country display
2022-05-20 16:25:38 +02:00
Sasi Olin
9fb26f880d
Minor fixes
2022-05-20 16:09:31 +02:00
Henne Vogelsang
c052f59b0a
Merge pull request #3035 from hellcp/fontawesome6
...
Migrate to fontawesome 6
2022-05-20 14:25:56 +02:00
Sasi Olin
8326fb2c8b
Use the correct fonts for social media
2022-05-18 16:03:19 +02:00
Sasi Olin
d31233c033
Migrate to fontawesome 6
2022-05-18 06:33:47 +02:00
Sasi Olin
1c4a02110f
Remove the slash between city and country name if either is empty
2022-05-18 04:18:00 +02:00
Henne Vogelsang
36b23ce25d
Make use of ENV.fetch
2022-05-06 14:53:57 +02:00
Sasi Olin
7bbac4b599
Update app/views/conferences/_highlights.haml
...
Co-authored-by: Henne Vogelsang <hvogel@opensuse.org>
2022-04-19 13:16:50 +02:00
Sasi Olin
01bb991d46
Update app/views/conferences/_highlights.haml
...
Co-authored-by: Henne Vogelsang <hvogel@opensuse.org>
2022-04-19 13:16:45 +02:00
Sasi Olin
7f1162ea35
Don't include speaker information if it's nil
2022-04-16 15:04:27 +02:00
Henne Vogelsang
7e5175536e
Add missing container
2022-03-02 18:01:06 +01:00
Sasi Olin
613161bbc7
Add buttons in the interface
2021-03-06 21:18:42 +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
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
Rahul
bf7a7932ba
add booth in alias
...
Booth can be replaced with any alias by replacing it in alias.en.yml.
2019-08-10 21:40:25 +05:30
Rahul
ed254f7694
remove submit proposal from homepage
...
submit proposal should not be present if cfp is nil Fixes https://github.com/openSUSE/osem/issues/2418
2019-03-15 20:33:04 +05:30
Henne Vogelsang
5aa85f233e
Can't cache javascript that is supposed to run
...
From the CaptureHelper docu¹
```
WARNING: content_for is ignored in caches. So you shouldn't use it for elements that will be fragment cached.
```
¹ https://api.rubyonrails.org/classes/ActionView/Helpers/CaptureHelper.html#method-i-content_for
2019-02-16 01:00:22 +01:00
Henne Vogelsang
0f5181ccf4
Introduces New Installation Page
...
If there are no users signed up and no conferences we show a page
informing people what they need to do.
2019-02-01 01:00:56 +01:00
James Mason
ef4b7fda92
Add markdown formatting for sponsor descriptions
2018-12-28 19:10:31 -08:00
James Mason
a3adf8318d
Add additional social media fields to contacts
...
+ YouTube
+ Blog
Simplify logic in the view, and refactor the test #BetterPlace
2018-11-14 15:01:03 +01:00
James Mason
988803b601
Shuffle splashpage highlights
...
(cherry picked from commit 1101c3c9497766a498422ce5c5bfe797a52cf840)
2018-10-11 00:51:46 +02:00
Tyrant Davis
7127834263
Fix ArgumentError in Conferences#show
2018-08-29 21:28:20 -07:00
Stella Rouzi
9908f88570
Add survey with target after_event
2018-07-03 08:46:15 +03:00
Stella Rouzi
9f3c0eff5d
Add surveys; custom generated by admins
...
Available during registration or after conference
Co-authored-by: Shyukri <shshyukriev@suse.com>
Co-authored-by: Henne <hvogel@opensuse.org>
Co-authored-by: Moises <mdeniz@suse.com>
2018-07-03 08:46:15 +03:00
Astradeni
7fa007d621
resolving conflict in conferences/_tickets
...
Added in css .word_break and applied it in conferences/_tickets
2018-06-14 11:42:58 -07:00
James Mason
c4219bbaf9
Add timed cache expiration on CfP partials
...
(cherry picked from commit f339c191c13c204e9c0a78df1bc083e882b2d2eb)
2018-06-08 17:32:01 -07:00
Soon Van
76babc6372
Show Edit Registration button for registered users
...
Registered users should see a button on the main conference page
to edit their current registration instead of being asked to
create/add a new one.
Fixes #2041
2018-06-06 16:42:29 -07:00
James Mason
940012314d
Render markdown in splashpage header without arbitrary assignment to h3
...
The markdown settings for conference description include header assignments;
there's no reason to force all content into a tag type that the user didn't
specify in their markdown.
2018-06-04 07:43:59 -07:00
robotscissors
97b43d1a22
Test twitter card and facebook with no image
...
I have tested two events one with an image and the
other without an image. I have put them through
the Facebook debug sharing tool as well as the
Twitter card validator and both work!
2018-05-24 16:42:31 -07:00
robotscissors
d53cc3b436
Add support for twitter cards and facebook shares
...
Added missing image url as well as created twitter card.
validated both with twitter validator and facebook validator.
All passed.
Need to check to see if no image is selected, what is outcome.
2018-05-24 16:42:31 -07:00
James Mason
95196c7f80
Include code of conduct on conference
2018-05-08 13:23:00 +02:00
James Mason
168a832c10
Move modals content area to main layout
2018-05-06 11:05:24 +02:00
kostino
69de418ccd
Add call for booths in cfp section in conference splashpage(conferences#show),modified after the design changes
2018-03-27 07:51:06 -07:00
James Mason
63515cef58
Change Conference#show to load sponsors
...
Caching on sponsorship levels alone is not changing; as a bonus the sponsor
modals are simplified a little.
2018-02-05 11:04:09 -08:00
James Mason
82d8629e43
Fix social media section of splashpage
...
Commit e1e0bdb4 inadvertently added a 2nd version of the partial.
2018-02-05 11:52:58 +01:00
AnkushMalik
4e80372ac6
Change paths of buttons on conference show page
...
Update path of track submission btn to track#new and proposal submission to proposal#new
Closes #1813
2018-01-11 07:38:59 -08:00
Jan-Frederik Rieckers
e1e0bdb4fc
Add possibility to link to mastodon
2018-01-06 18:55:27 +01:00
Rishabh Singh
ada178d62c
Added check for image_tag occurences.
...
Checking for presence of a image before using image_tag
Fixes #1909
2018-01-03 23:12:31 +02:00
AnkushMalik
96b450224e
Resolve Error on viewing conference#show
...
Fix a typo in conference#show view
Closes #1920
2018-01-03 21:31:28 +02:00
James Mason
fa55224163
Break up the one-query-of-doom
...
The single query was producing a tremendously large ActiveRecord allocation.
While this isn't nearly as cool as one query, it's still a significant
reduction in SQL trips, and now has the bonus of only loading what is
actually going to be displayed.
2017-12-22 10:48:55 -08:00
James Mason
754d201b01
FIXUP fragment caching issues
2017-12-22 10:48:55 -08:00
James Mason
5fb09f398a
FIXUP: Reorder splashpage & align form
...
* Per PR comments, place program above registration/tickets
* Reorder splashpage admin form based on splashpage order
2017-12-22 10:48:55 -08:00
James Mason
245a312c1b
Add emphasis to call for sponsors
2017-12-22 10:48:55 -08:00
James Mason
27f6d8ad73
Let's get serious about linting, folks.
2017-12-22 10:48:55 -08:00
James Mason
8f43da79b5
Redesign splashpage program section & split out partials
2017-12-22 10:48:55 -08:00
James Mason
494a1b32a4
Offset venue map to center up marker
2017-12-22 10:48:55 -08:00
James Mason
20e2b4b76b
Move sponsor modal to a generic partial & redesign.
...
... use for booths also.
2017-12-22 10:48:55 -08:00