Commit graph

1308 commits

Author SHA1 Message Date
Henne Vogelsang
35c37272e6 Update INSTALL.md
Link to ImageMagick install page
2015-06-30 12:33:36 +02:00
Henne Vogelsang
51b01d638c Update INSTALL.md
Some styling fixes
2015-06-30 12:09:21 +02:00
Christian Bruckmayer
26ab437c9e Merge pull request #689 from differentreality/cfp_view_spec
Small test addition for #687
2015-06-18 09:34:52 +02:00
Stella Rouzi
8c7821a919 Merge pull request #681 from differentreality/longitude_latitude
Fix longitude latitude order
2015-06-17 23:18:41 +03:00
Stella Rouzi
ebadb84f2f Fix longitude latitude order 2015-06-17 22:08:18 +03:00
Stella Rouzi
848aa5f12a Small test addition for #687 2015-06-17 22:04:43 +03:00
Christian Bruckmayer
491df2c5c6 Merge pull request #687 from meonkeys/fix-start-date-typo
fix "End Date" typo on Call for Papers show
2015-06-17 12:08:54 +02:00
Adam Monsen
279817d57d fix "End Date" typo on Call for Papers show 2015-06-16 21:26:15 -07:00
Christian Bruckmayer
5b6f79bbd8 Merge pull request #659 from bgeuken/fix_registration_dates_given
Fix registration dates given
2015-06-15 22:06:42 +02: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
a35f98b1a3 Merge pull request #678 from kormoc/fix_abstract_word_count
Fix the abstrct count on the proposal create and edit pages
2015-06-14 22:15:32 +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
a9f806ca39 Merge pull request #674 from differentreality/dasboard_todo_venu_link
Edit link for venue in dashboard TODO list
2015-06-12 12:36:16 +03:00
Stella Rouzi
0013a3a814 Merge pull request #639 from differentreality/devise_partials
Move common views to partial
2015-06-12 12:30:51 +03:00
Stella Rouzi
b57e5a64fe Merge pull request #670 from differentreality/users_changes
Users changes
2015-06-12 10:46:28 +03:00
Stella Rouzi
529a75eee6 Edit link for venue in dashboard TODO list 2015-06-12 10:34:31 +03:00
Stella Rouzi
bd79719054 style 2015-06-11 15:22:54 +03:00
Stella Rouzi
2b433a9cbe make @user definition more clear 2015-06-11 15:20:48 +03:00
Stella Rouzi
30831ce718 Add styling to passwords and confirmations 2015-06-11 15:20:48 +03:00
Stella Rouzi
28143a8cce keep fields reference in devise new registration 2015-06-11 15:20:48 +03:00
Stella Rouzi
b8313aa064 Styling 2015-06-11 15:20:48 +03:00
Stella Rouzi
969c24c091 Move common views to partial 2015-06-11 15:20:48 +03:00
Stella Rouzi
393f26c679 De-activate buttons in registrations#show when conference has ended, so that user cannot edit registration details after the conference is over. 2015-06-11 15:15:02 +03:00
Stella Rouzi
fcca0e71d2 show label of confirmed or unconfirmed in users#show 2015-06-11 15:13:18 +03:00
Stella Rouzi
bc2b262510 add username and nickname in user#show and styling changes 2015-06-11 15:13:03 +03:00
Stella Rouzi
93bbd0ea0d td width with col-md 2015-06-11 13:31:03 +03:00
Stella Rouzi
1890aece1d remove datatable error in admin/users#index due to submissions table 2015-06-11 13:30:08 +03:00
Björn Geuken
f180ce0d27 Refactor registration_open? method, part II 2015-05-21 19:16:02 +02:00
Björn Geuken
0d8a77c9ef Refactor registration_open? method
The registration_period is already checked in registration_dates_given?
method. No need to check it twice
2015-05-21 19:16:02 +02:00
Björn Geuken
bc966259fb Refactor registration_dates_given? 2015-05-21 19:16:01 +02:00
Björn Geuken
7638b33926 Fix registration_dates_given?
When the registration period is nil registration_dates_given? should return
false.
2015-05-21 19:16:01 +02:00
Henne Vogelsang
b15c1abd2e Merge pull request #657 from bgeuken/calculate_progress
Calculate progress
2015-05-18 14:53:37 +02:00
Björn Geuken
ca7f1a3b25 Simplify progress calculation 2015-05-16 15:27:42 +02:00
Björn Geuken
1862534b2c Avoid float conversion when calculating progress 2015-05-16 15:27:34 +02:00
Björn Geuken
5043d26cc5 Update comment of calculate_progress method 2015-05-16 15:17:20 +02:00
Björn Geuken
b685628208 Remove superflous condition
We ensured that the event has a track in the condition 3 lines above. Thus
we can remove this one.
2015-05-16 15:00:21 +02:00
Björn Geuken
94bb76f5ec Haml'fy schedule_item partial 2015-05-16 15:00:17 +02:00
Björn Geuken
7309782b05 TypoFix: <span> -> </span> 2015-05-16 14:50:12 +02: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
Björn Geuken
93135a6085 Move view for proposals on schedule board into a partial 2015-05-15 17:27:22 +02:00
Björn Geuken
1731625153 Remove superflous span element
At least firefox and chrome doesn't even render it
2015-05-15 17:22:46 +02:00
Björn Geuken
54f86a3212 Replace tabs by whitespaces and fix indentation 2015-05-15 17:20:38 +02:00
Henne Vogelsang
fc56c06991 Merge branch 'cwxda-master' 2015-05-07 11:38:20 +02:00
Tommy Jans
1cbda33564 osc15 ruby workshop fixing issue #650 2015-05-07 11:35:26 +02:00
Henne Vogelsang
01ba76e8c6 Merge pull request #638 from bgeuken/small_patches
Few things I stumbled over while waiting for tests to finish:)
2015-05-06 14:08:50 +02:00
Björn Geuken
68bbdb9fc9 Fix styling issue: " -> ' 2015-05-05 14:04:26 +02:00
Henne Vogelsang
40e08b5624 Update edit.html.haml 2015-05-02 15:07:31 +02:00
Henne Vogelsang
d3e0066f88 Merge pull request #647 from hennevogel/master
Some more sign in/up & ichain stuff
2015-04-23 12:20:32 +02:00
Henne Vogelsang
132fe6f98c Disable registration/event submission without sign in with ichain 2015-04-23 11:50:22 +02:00
Henne Vogelsang
4ed8a72967 Widen the sign-in menu a bit 2015-04-23 11:23:20 +02:00