Henne Vogelsang
6a5cccbaad
Last stage of refactoring of the ability model and spec
2015-04-14 17:33:59 +02:00
chrisbr
ac1d9fd329
First stage of refactoring of the ability model and spec
2015-04-14 08:31:52 +02:00
Henne Vogelsang
b65a33f047
Merge pull request #560 from hennevogel/feature-user-view
...
Various small UI fixes
2014-12-09 15:52:44 +01:00
Henne Vogelsang
d13efa5f52
Various small fixes for the participant UI
2014-12-05 16:04:34 +01:00
Stella
6e026746a9
validate cfp start_date before end_date and end_date before conference.end_date
2014-11-29 20:00:26 +02: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
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
chrisbr
49d565def2
Implements iChain authentication
2014-11-04 17:42:47 +01:00
Stella Rouzi
b7c45718d8
apply StringLiterals cop (remove double quotes, unless there is string interpolation)
2014-09-02 21:45:07 +03:00
Chrisbr
fedb0753bf
Extracted Splashpage from Conference
...
#418
2014-08-31 22:59:42 +02:00
Chrisbr
5f8a8ac6d9
Refactoring Tickets
...
- Tickets now independent from registration
- Implemented money gem
#419
2014-08-28 15:21:05 +02:00
Chrisbr
ed55e2bf3a
Introduces new RegistrationPeriod Object for Conference
...
#416
2014-08-18 14:33:02 +02: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
22cc5e4f14
Extracting Photos form Conference edit form
...
close #384
2014-08-12 08:38:51 +02:00
Henne Vogelsang
5aa0d58c57
Move Conference contact details to Contact
2014-08-01 14:30:10 +02:00
Gopesh Tulsyan
f5c53f77cf
Email notification on cfp dates updates and schedule made public
2014-07-26 11:15:37 +05:30
Chrisbr
7c51d1a42f
Implements timecop to make tests independent from DateTime ( close #327 )
2014-07-23 10:28:15 +02:00
Gopesh Tulsyan
b504db3372
Added tests for emails views specs for addition of settings
2014-07-22 11:08:51 +05:30
Gopesh Tulsyan
8acf3c088a
Added test for email notification on conference dates and registration dates updates
2014-07-15 16:26:06 +05:30
Gopesh Tulsyan
6d847547b7
Adds email template and settings for conference registration dates updates
...
Added tests
Minor typo
2014-07-15 16:26:06 +05:30
Gopesh Tulsyan
861c1af729
Conference date update email notification completed
...
Added tests
2014-07-15 16:25:16 +05:30
Artem Chernikov
494003892c
add skipped empty lines
2014-07-03 11:18:33 +02:00
Stella Rouzi
23bf55b66c
User/Person models merge
2014-06-30 15:46:06 +03:00
Chrisbr
857ac43e74
Implements targets and campaigns for conference
2014-06-26 09:08:26 +02:00
James Mason
47777dbb4c
Merge pull request #247 from gopesht/add_splash_dashboard
...
Adds Splash Checkbox in Conference Settings
2014-06-19 10:08:22 -07:00
Gopesh Tulsyan
2b94ba0281
Adds routing error check in conference#show
...
Adds make_conference_public to conference factory
Added test
2014-06-19 22:17:32 +05:30
Gopesh Tulsyan
69ddea47dd
Added photo model
2014-06-19 21:09:15 +05:30
Gopesh Tulsyan
01bd45a045
Adds website link to lodging
2014-06-16 22:56:12 +05:30
Gopesh Tulsyan
029281a9ae
Adds lodging model
2014-06-16 17:54:38 +05:30
Gopesh Tulsyan
f5c5e6a44b
Adds photo to venue
2014-06-16 17:47:26 +05:30
Gopesh Tulsyan
b67b21f023
Adds sponsors to splash
2014-06-13 01:40:59 +05:30
Gopesh Tulsyan
e38a654af1
Adds sponsor model
2014-06-12 23:34:27 +05:30
Gopesh Tulsyan
f68ac7e032
Sponsorship level dashboard
...
removed donation amount
removed explicit rendering of sponsor levels
2014-06-06 15:40:33 +05:30
Gopesh Tulsyan
8bce579283
Adds sponsorship levels model
2014-06-06 15:40:32 +05:30
Chrisbr
c75471c0e4
Removes column hard_deadline from call for papers
2014-06-04 16:47:50 +02:00
Christian Bruckmayer
ab21bb14de
Merge pull request #190 from ChrisBr/step_by_step_list
...
Implements todo list for instance dashboard
2014-06-03 19:47:28 +02:00
James Mason
70212ebbcf
Merge pull request #136 from gopesht/feature_testing
...
Feature testing
2014-06-03 07:54:41 -07:00
Chrisbr
65a73f876a
Implements todo list for instance dashboard
2014-06-03 16:27:10 +02:00
Gopesh Tulsyan
f84f3b97a7
some basic tests for admin/users controller, fixed bug in admin/users controller for displaying users
...
Fixes by hounci violations
2014-06-02 18:22:55 +05:30
Chrisbr
b645b1a4ff
Implements registrations and last login information for dashboard
2014-06-02 14:22:51 +02:00
Gopesh Tulsyan
25038a2c22
Call for papers component for splash page
2014-05-30 09:57:41 +05:30
Gopesh Tulsyan
98e3784eba
Feature testing user specs
2014-05-28 23:51:04 +05:30
James Mason
cc3ff4837f
Create event factory, and required association factories
2014-05-27 12:10:21 -07:00
Gopesh Tulsyan
7a19fefd53
houndci fixes
2014-05-21 16:20:02 +05:30
Gopesh Tulsyan
d1e9bd06a6
View specs, added factories, fixed bugs
2014-05-21 16:20:02 +05:30
Chrisbr
656ded9d96
Implements feature test for proposal workflog
...
- submitt proposal
- accept proposal
- confirm proposal
2014-05-13 15:45:39 +02:00
Chrisbr
cfe02baf02
feature test for submitting a proposal
2014-05-12 13:19:09 +02:00
Chrisbr
c890aea68d
Conference Controller tests
2014-05-09 14:44:01 +02:00
Artem Chernikov
8eb6a3b45b
Put links to factories readme back
2014-04-30 14:48:20 +02:00