Henne Vogelsang
97ca07d142
Merge pull request #841 from chocoelho/unset_footer_fixed_height
...
Unset footer fixed height
2016-03-09 11:47:26 +01:00
Nishanth Vijayan
64b825cebe
Fix markdown editors bug #811 using asset gem.
2016-03-08 16:50:30 +05:30
Carlos Coelho
0336171e4a
Unset footer fixed height
...
If footer is set to a fixed height, it makes some white block
between footer and bottom of page.
Its height should be resized according to footer content.
Related to #840
Signed-off-by: Carlos Coelho <carlos@pencillabs.com>
2016-03-06 22:20:13 -03:00
Stella Rouzi
18bb1bd237
Merge pull request #770 from hennevogel/feature_venue_show
...
Beautify venue#show
2016-03-04 19:44:49 +02:00
Henne Vogelsang
af168f0f55
Merge pull request #700 from differentreality/roles_updated
...
Roles updated
2016-03-04 17:11:56 +01:00
Henne Vogelsang
f83e76102f
Make use of holder.js in venue#show
2016-03-04 15:59:17 +01:00
Henne Vogelsang
46237a936a
Merge pull request #787 from davidsf/fix_schedule_in_firefox
...
Fix gradient in schedule page in Firefox
2016-03-03 16:41:55 +01:00
Stella
ccd7ecbb90
Roles into their own controller. Rework interface. Add flash messages to ajax calls. Add description to roles. Possible to edit roles in use.
2016-03-01 17:10:45 +02:00
Aditya Prakash
0c6075dcc7
DRY datepicker function call
2016-02-29 16:54:51 +05:30
Aditya Prakash
04d5216c38
Allow selection of future dates on registration period page
...
close : #798
2016-02-29 16:28:09 +05:30
Aditya Chatterjee
f57edd1e35
Deleted d3_rails gem
2016-02-27 18:01:38 +05:30
David Sedeño
1efdcdc4cf
Fix gradient in schedule page in Firefox. fix #748
2016-02-20 23:10:27 +01:00
Henne Vogelsang
09ec76a130
Switch javascript assets to rails-assets.org
2016-02-08 13:53:06 +01:00
chrisbr
23664119bd
Implement simplified commercials workflow
...
It's now possible to simply enter the url of the third party provider to enter a commercial.
2016-01-21 19:41:12 +01:00
Stella Rouzi
759aa54689
Syntax style + code groomming
2015-10-06 14:15:38 +03:00
raluka
1cf877bf76
grooming style
2015-10-05 13:28:35 +02:00
raluka
f7c70ba55c
updated comment layout from upstream; added grouped_by_event behaviour to comments_dropdown and helper
2015-09-21 15:56:57 +02:00
Stella Rouzi
8567a997cb
Merge pull request #679 from differentreality/switch
...
Rework bootstrapSwitch
2015-07-02 13:08:16 +03:00
Christian Bruckmayer
a80e3d814e
Merge pull request #656 from bgeuken/make_schedules_links
...
Make talks on schedules table real links
2015-06-15 22:06:33 +02:00
Stella Rouzi
53f0606ac1
Rework bootstrapSwitch
2015-06-14 22:28:33 +03:00
Rob Smith
922e4934ba
Fix the abstrct count on the proposal create and edit pages
...
Due to the DOM not being ready when osem.js is executed, the
bind statements do not actually bind on the correct elements.
We just wrap the binds in a document ready event which allows
the elements to fully load and the events to fire correctly.
I also bind on more then just keyup, to catch times when people
paste content into the field. The input event is only supported
by newer browsers, but is entirely a noop for older browsers.
2015-06-14 11:31:39 -07:00
Stella Rouzi
93bbd0ea0d
td width with col-md
2015-06-11 13:31:03 +03:00
Björn Geuken
02e6f78153
Handle talks on the scheduler table as links
...
Previously the link functionality (open in window or tab) of those talks was
done via javascript. Because of that they couldn't be selected via right click
to be opened in a tab, copied or bookmarked.
By embedding the talk items into a link element and adding some css to hide
the link effects, like hover and underline, we get the desired behaviour
without changing it's appearance.
2015-05-15 17:52:51 +02:00
Stella Rouzi
e6bb168c5e
Refactoring of proposal workflow. Fixes #215
2015-04-16 18:37:31 +03:00
Henne Vogelsang
e8ab94e1c7
Implements sign up during registration. Solves most of #215
2015-03-12 23:53:57 +01:00
Shayon Mukherjee
54bcc89204
Refactored nested comments. Now using partial to load them
2015-02-27 12:29:18 -06:00
Stella
fbdec2a58e
fix sorting in events#index with button functionality and add color/text to switch buttons
2015-01-21 20:12:57 +02:00
Stella
44f693a093
fix height of switch
2015-01-21 17:28:18 +02:00
Stella Rouzi
a845dd5d7d
add bootstrap-switch for is_highlight
2015-01-21 17:28:18 +02:00
Henne Vogelsang
c6bd65deaa
Fix Stellas review gripes
2014-12-09 15:19:01 +01:00
Henne Vogelsang
d13efa5f52
Various small fixes for the participant UI
2014-12-05 16:04:34 +01:00
Henne Vogelsang
fe35f1d788
Help with date selection in the datepickers
2014-11-27 15:04:39 +01:00
Henne Vogelsang
60bb00b88e
Fix glyphicons, suse-icon and remove unused fonts
2014-11-27 14:47:00 +01:00
Henne Vogelsang
ebb7d8da2c
We don't use the JqueryUI timepicker anymore
2014-11-27 14:14:59 +01:00
Henne Vogelsang
c84ebf26e0
Better scroll handling for the venue map
2014-11-27 14:14:59 +01:00
Henne Vogelsang
28063129c7
Implement consistent admin interface
...
* Consistent route/model/controller/view layout
* Get rid of unused photos, speakers, dietchoices, social_events controllers
* Drop unused :public from Rooms and :description from CallForPapers
2014-11-25 10:47:18 +01:00
Henne Vogelsang
b6b0c104fd
Mobile fixes for the splash
2014-11-20 16:52:55 +01:00
Henne Vogelsang
cb227a0afc
Another round of splash design
...
* Add map to splash
* Reverse venue<->conference relation
* Split venue address into fields
* Don't go through venue for lodgings anymore
2014-11-20 15:39:26 +01:00
Henne Vogelsang
30e8ab856c
Get rid of the splashpage banner photo and "descriptions"
2014-11-20 15:39:26 +01:00
Henne Vogelsang
f2cdea4f1a
Integrate the splash page into the general layout
...
* Cleanup the CSS
* Fix more views then you have fingers and toes
* Introduce position(weight) for sponsor levels
* Fix bootstrap/datatable integration
2014-11-17 13:58:27 +01:00
Henne Vogelsang
7acd16f923
We need glyphicons for the bootstrap-markdown editor
2014-11-17 13:56:00 +01:00
Christian Bruckmayer
c0cdf3e6e5
Merge pull request #504 from ChrisBr/menu
...
Implements new admin menu structure #304
2014-11-12 11:13:16 +01:00
chrisbr
49d565def2
Implements iChain authentication
2014-11-04 17:42:47 +01:00
Chrisbr
c995f57877
Fixes the proposal abstract word count javascript functions
...
fix #510
2014-10-05 18:58:47 +02:00
Chrisbr
be68877f1a
Implements new admin menu structure #304
...
close #305
2014-09-30 12:57:56 +02:00
Chrisbr
5f8a8ac6d9
Refactoring Tickets
...
- Tickets now independent from registration
- Implemented money gem
#419
2014-08-28 15:21:05 +02:00
Chrisbr
d21e19b977
Big refactoring of registration
...
- Added datatable gem
- Addaed datatable to events, users (#422 ), registrations
2014-08-22 15:08:54 +02:00
Stella Rouzi
561a040c72
remove jquery-fileupload-rails
2014-08-21 07:58:26 +03:00
James Mason
42a914398b
Specifying bootstrap components explicitly, excluding glyphicons.
2014-08-18 08:52:26 -07:00
James Mason
e9019ed4fc
Update global glyph style
2014-08-18 08:51:16 -07:00