Rob Smith
24db130c92
Allow a proposal to be created with a Subtitle and Difficulty Level.
...
When a proposal is being submitted, we want to allow the submitter to
fill out the form once with all the required data. This change unifies
the forms for both editing and creating proposals. This allows us to
ensure that features are added in parallel to both workflows.
We also reduce the number of duplicate lines by removing duplicates
from the new.html.haml file.
We also increase the column size in css to have both pages show the
same width forms.
2015-06-14 01:57:52 -07:00
Stella Rouzi
969c24c091
Move common views to partial
2015-06-11 15:20:48 +03:00
Stella Rouzi
e6bb168c5e
Refactoring of proposal workflow. Fixes #215
2015-04-16 18:37:31 +03:00
chrisbr
232cc249d4
Implements program section for unscheduled events
...
close #610
2015-03-09 15:31:06 +01:00
Stella
8fab09e63b
proposal creation: only show is_highlight for organizers or cfp
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
Stella Rouzi
ecfc348ea8
add highlights and fix cfp in splashpage
2015-01-21 17:28:18 +02:00
Henne Vogelsang
ce6ed0a8e9
Get rid of the schedule controller
2014-11-27 14:31:44 +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
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
Chrisbr
c995f57877
Fixes the proposal abstract word count javascript functions
...
fix #510
2014-10-05 18:58:47 +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
30c2d66a15
remove attachments
2014-08-21 07:58:26 +03:00
James Mason
b5fe3bfdcd
Merge pull request #474 from bear454/minor_fixes
...
Minor fixes
2014-08-19 14:24:21 -07:00
James Mason
cb68445efa
Typo
2014-08-19 08:49:40 -07:00
James Mason
eac40ddfd1
Switch proposal attachment glyphs to FontAwesome
2014-08-18 08:51:16 -07:00
Stella Rouzi
71dfb3b7e4
fix conflicts
2014-08-13 22:53:13 +03:00
Stella Rouzi
e2fb434dc7
Implement role authorization
2014-08-13 22:53:13 +03:00
Chrisbr
2a731e8350
Refactoring Conference/Event media to new media object
...
close #420
2014-08-06 14:30:50 +02:00
Henne Vogelsang
c982cbb88a
Refactored proposal. Enabled cancancan
2014-07-23 16:24:05 +02:00
Stella Rouzi
23bf55b66c
User/Person models merge
2014-06-30 15:46:06 +03:00
Chrisbr
e5b588df81
Refactoring event states
2014-06-06 10:23:01 +02:00
Chrisbr
12fd3b7d5a
Fix id in forloop
2014-05-13 16:45:43 +02:00
Chrisbr
656ded9d96
Implements feature test for proposal workflog
...
- submitt proposal
- accept proposal
- confirm proposal
2014-05-13 15:45:39 +02:00
Christian Bruckmayer
59a503a42d
Merge pull request #115 from ChrisBr/fix_confirm_event
...
Fix accept event workflow
2014-05-13 11:13:32 +02:00
Chrisbr
2ca99e7ab9
Fix accept event workflow
2014-05-12 18:35:28 +02:00
Stella
b4425128e6
Mention if registration is required
2014-05-02 22:52:58 +03:00
Stella
8be5750382
show speaker's email
2014-05-02 22:52:11 +03:00
Stella
c5c240888c
Add details of proposal in show page
2014-05-02 21:58:55 +03:00
Stella
1840a858b7
button to link to schedule
2014-05-02 21:40:42 +03:00
Stella
fdd5b6cb95
Add 'edit button' in proposal show
2014-05-02 21:33:43 +03:00
Stella
5e881faef2
fix controller (find and json output). Now attachments get listed (no preview though)
2014-04-21 21:13:25 +03:00
Henne Vogelsang
bacae17b87
One more place media types are configured...
2014-04-14 18:15:20 +02:00
Henne Vogelsang
a8179c87e8
Fix all glyphicons
2014-04-14 18:10:38 +02:00
Henne Vogelsang
980eb3b831
Only show the conf media if it's set
2014-04-14 16:39:45 +02:00
Henne Vogelsang
633fff59d8
Add conference wide media, fix proposal#show view
2014-04-14 16:25:17 +02:00
Christian Bruckmayer
1c8961fa75
Fix mixed content issue
2014-03-25 23:09:40 +01:00
Christian Bruckmayer
cbb4b40bc0
Implement more embed code
...
Supported Media Files:
- Youtube
- Vimeo
- Instagram
- Flickr
- Slidershare
- Speakerdeck
close #26
2014-03-21 16:04:51 +01:00
Henne Vogelsang
587126218d
Update gems, use d3 gem, initial bootstrap v3 port
2014-03-17 16:42:19 +01:00
Stella
5b35e25ecd
Add difficulty levels
2014-02-23 16:09:09 +02:00
Henne Vogelsang
9d09d6d038
Merge pull request #28 from differentreality/event_registration
...
Show No of registrations for proposal, in proposal index page
2014-01-23 03:25:04 -08:00
differentreality
9125bafe4a
Show length of event types in new proposal drop down
2013-09-01 18:19:25 +03:00
differentreality
0590da056e
Do not show New submission button if cfp is closed, unless organizer or admin
2013-07-28 13:11:34 +03:00
differentreality
d7ae2ba29b
Allow title edit for confirmed proposal if organizer or admin and do not allow event type change for confirmed/unconfirmed proposals if schedule_changes is not set, unless it is done by an admin or organizer
2013-07-28 13:03:22 +03:00
differentreality
c91156ae0c
Do not allow title change after proposal is confirmed
2013-07-28 11:49:47 +03:00
Henne Vogelsang
00af4e0aee
Merge pull request #13 from differentreality/event_registration
...
Event registration
2013-07-11 02:47:32 -07:00
differentreality
3192ad9d4c
show no of pre-registered people in proposal list
2013-07-11 08:27:54 +03:00
differentreality
750e31c11a
add option to pre register to events
2013-07-11 07:43:52 +03:00
Ancor Gonzalez Sosa
cb76a9b7cc
Speaker is displayed instead of submitter un public pages
2013-07-10 16:55:27 +02:00
Henne Vogelsang
2af8792495
And this time for real...
2013-06-26 18:34:23 +02:00