Commit Graph

392 Commits

Author SHA1 Message Date
Petko Bordjukov 2328c01447 Tweak application.css.scss 2015-04-09 01:12:32 +03:00
Petko Bordjukov f806e8bcff Migrate to font-awesome-sass 2015-04-09 01:10:27 +03:00
Petko Bordjukov 2c56cd7a96 Remove NOT NULL constraints on globalized fields
It seems that the Rails 4.2-compatible version of Globalize does not
play well with NOT NULL constraints on the globalized attributes. Remove
the constraints to work around this issue.
2015-04-08 23:53:12 +03:00
Petko Bordjukov 5ff5337e55 Merge the changes made by rake rails:update 2015-04-08 23:42:23 +03:00
Petko Bordjukov df433873ed Update the bundle
There's now support for Rails 4.2 in Globalize so we can update.
2015-04-08 23:20:58 +03:00
Petko Bordjukov 4078e8d953 Add SimpleCov for code coverage analysis
Also make sure Puma is used only in production
2014-11-23 20:13:22 +02:00
Petko Bordjukov 2ee8b7d37f Update Rails to 4.1.8 2014-11-22 20:12:35 +02:00
Petko Bordjukov 3264a14c44 Bump Ruby version to 2.1.5 2014-11-22 20:04:57 +02:00
Petko Bordjukov 1a403c0737 Update the bundle 2014-11-22 19:29:58 +02:00
Petko Bordjukov e8476a2623 Add a time of confirmation to the User factory
Make all users from the factory confirmed by default in an effor to save
some time and work.
2014-11-22 19:29:58 +02:00
Petko Bordjukov 698dd349dc Remove the SuggestionGroup model 2014-11-05 11:48:25 +02:00
Petko Bordjukov cf953bd853 Remove old Lecture and Workshop models
We won't be using STI anymore for the events
2014-11-05 11:47:08 +02:00
Petko Bordjukov fac65a167a Add missing specs for Tracks, Halls and Slots
Document the behaviour of Tracks, Slots and Halls with specs. Leave the
association between slots and events pending for now.
2014-11-05 11:45:04 +02:00
Petko Bordjukov fd9e53e1c0 Completely remove user interface
Remove the user interface and leave only the admin interface.
2014-11-05 11:29:07 +02:00
Petko Bordjukov 6fb3532f01 Completely describe Conference behaviour with specs
Add missing specs for the Conference model and remove unnecessary
functionality. Also introduce a Hall factory.
2014-11-05 11:23:51 +02:00
Petko Bordjukov 6330940a34 Add tests for translatable Conference attributes
Test if the title and the description attributes of the Conference model
are translatable. Also introduce a custom matcher for translatable
attributes as there will be many. Fix a typo in the process.
2014-11-04 21:16:06 +02:00
Petko Bordjukov 8220ee1d58 Delete badly written code 2014-11-04 21:13:45 +02:00
Petko Bordjukov f47b7a7621 Update the bundle and add a few console goodies 2014-11-04 12:52:43 +02:00
Petko Bordjukov 7f4fc18fb6 Ignore the SASS cache 2014-11-04 12:52:31 +02:00
Petko Bordjukov 49079b635e Add submissions chart to conferences 2014-10-15 13:32:58 +03:00
Petko Bordjukov d1f49a4218 Tweaks 2014-10-15 13:32:58 +03:00
Petko Bordjukov eceed74020 Conference review UI 2014-10-15 13:32:58 +03:00
Petko Bordjukov ddd18c256f Tweak navbar 2014-10-15 13:32:58 +03:00
Petko Bordjukov 845eb891b1 Implement deletion of conferences 2014-10-15 13:32:58 +03:00
Petko Bordjukov ac5b1e2d4d Add Halls to the Conference form 2014-10-15 13:32:58 +03:00
Petko Bordjukov 999da93b41 Add CFP Status to Conferences 2014-10-15 13:32:58 +03:00
Petko Bordjukov 17bbe0372a Add a link to the conference index in the sidebar 2014-10-15 13:32:58 +03:00
Petko Bordjukov db1bb07565 Conference index 2014-10-15 13:32:58 +03:00
Petko Bordjukov c2548fcd48 New conference UI 2014-10-15 13:32:58 +03:00
Petko Bordjukov c19154820c UI Revamp 2014-10-15 13:32:58 +03:00
Petko Bordjukov 649c5a768c Allow an event to have more than one speaker 2014-10-13 16:50:16 +03:00
Petko Bordjukov 7fb71d8cf9 Make sure to specify a locale in the URL for the english version 2014-10-13 12:53:48 +03:00
Petko Bordjukov 6014356cd1 Use correct schedule link for bulgarian acceptance email 2014-10-13 12:37:41 +03:00
Petko Bordjukov a76202d7a1 Add acceptance notification contents 2014-10-13 12:24:25 +03:00
Petko Bordjukov 6d7eb739fc Display confirmed events as green 2014-10-12 15:38:15 +03:00
Petko Bordjukov cb9a04cbe7 Implement a way for admins to send notifications 2014-10-12 15:32:23 +03:00
Petko Bordjukov cf815695b7 Implement a way for users to confirm submissions 2014-10-12 15:10:21 +03:00
Petko Bordjukov 97fcc32990 Implement an acceptance mailer with localized views 2014-10-12 14:54:06 +03:00
Petko Bordjukov 27677e2d0a Add a square version of the photos for the shedule 2014-10-12 13:31:48 +03:00
Petko Bordjukov f34b03d64b Add schedule model 2014-10-12 13:26:07 +03:00
Petko Bordjukov a716eae7e8 Change event status icons 2014-10-11 19:08:35 +03:00
Petko Bordjukov c83a6fb719 Add a backup event status 2014-10-10 20:25:41 +03:00
Petko Bordjukov 054ef9c947 Sort suggestions by speaker name 2014-10-10 19:23:38 +03:00
Petko Bordjukov 0efe4b95cb Event state management 2014-10-10 19:10:34 +03:00
Petko Bordjukov 9f8ab2b3aa Merge pull request #6 from ignisf/admin-interface
Basic management interface implementaiton
2014-10-06 12:33:26 +03:00
Petko Bordjukov 642eed9332 Add speaker counts and language to table 2014-09-30 14:46:36 +03:00
Petko Bordjukov 2cc50622d4 Put the suggestions in a container 2014-09-30 13:47:17 +03:00
Petko Bordjukov fde71d1f3e Add restart mechanism 2014-09-30 13:39:05 +03:00
Petko Bordjukov 3efa34dbea Bump Ruby version 2014-09-30 13:34:29 +03:00
Petko Bordjukov 62649edb67 Management interface for Event Suggestions 2014-09-30 13:34:09 +03:00