Commit Graph

108 Commits

Author SHA1 Message Date
Petko Bordjukov
f6302ea377 Reimplement event editing from the admin interface 2016-10-09 02:40:05 +03:00
Petko Bordjukov
4721b6bcda Extend Management::EventsController#show views 2016-10-09 00:22:50 +03:00
Petko Bordjukov
e9995cbc0b Fix personal profile creation 2016-10-08 22:40:56 +03:00
Petko Bordjukov
9e27186b3a Implement event filtering in the admin interface 2016-10-08 20:35:59 +03:00
b69877d4c6 Corrections for issue #24 2016-07-23 17:51:02 +03:00
Petko Bordjukov
1ce5c2e35a Volunteer teams validation 2016-07-06 11:24:20 +03:00
Petko Bordjukov
b40669aa76 Update English translation 2016-07-05 18:43:17 +03:00
Petko Bordjukov
ec0eede32d Make the CFP end date dynamic in the index text 2016-07-05 18:39:09 +03:00
Petko Bordjukov
b86deb5b8a Add a planned cfp end date to conferences 2016-07-05 18:35:11 +03:00
Petko Bordjukov
8878e328a7 Translate the CFP status 2016-07-05 18:15:23 +03:00
Petko Bordjukov
b93f023481 Add missing translation 2016-07-05 17:02:57 +03:00
Petko Bordjukov
61a3d06667 Add a rejection notification 2015-11-05 13:09:13 +02:00
Petko Bordjukov
91a9501f94 Add missing translation 2015-10-22 00:07:50 +03:00
Petko Bordjukov
fecc4ea1ce Add missing translation 2015-10-21 23:50:19 +03:00
Petko Bordjukov
7c67acdce1 Use submit instead of send 2015-10-21 23:47:15 +03:00
Petko Bordjukov
33f057f5a4 Fix a link in the translations 2015-10-21 23:46:30 +03:00
Petko Bordjukov
9016002f35 Add missing translations 2015-10-21 23:45:30 +03:00
Petko Bordjukov
c7c0b20139 Add new volunteer application form 2015-10-21 23:19:53 +03:00
Petko Bordjukov
d7af47c0c6 Add a mailer for event confirmations 2015-10-19 12:52:32 +03:00
Petko Bordjukov
0296af92db Make approved events confirmable 2015-10-19 12:01:21 +03:00
Petko Bordjukov
cc02c7c253 Initial event show view 2015-10-15 19:51:10 +03:00
Petko Bordjukov
646d61bb22 Event status management 2015-10-15 19:06:41 +03:00
Petko Bordjukov
85bf622cc2 Update the cfp deadline 2015-10-01 13:59:17 +03:00
Petko Bordjukov
b9c4670f17 User-facing volunteership functionality 2015-09-12 13:48:41 +03:00
Petko Bordjukov
098d36c197 Introduce Volunteer Teams 2015-09-01 11:09:26 +03:00
b487ab8ade fix spelling mistake 2015-08-23 23:02:51 +03:00
Petko Bordjukov
00160f404a Translate en as Английски 2015-08-20 00:51:47 +03:00
Petko Bordjukov
69649dd049 English locale fixes 2015-08-20 00:39:46 +03:00
Petko Bordjukov
a87c7bd496 Add event length limitations 2015-08-20 00:24:22 +03:00
Petko Bordjukov
dd1786cba4 Fix submission button 2015-08-19 22:01:38 +03:00
Petko Bordjukov
6b8d35e6d7 Revert "Fix submission button"
This reverts commit 81b9dd88db.
2015-08-19 21:57:02 +03:00
81b9dd88db Fix submission button 2015-08-19 19:02:48 +03:00
bedc642bc6 I see no reason for this to be capitalized 2015-08-19 18:58:09 +03:00
f0ef7f8c29 FInish updating the strings to the final ones. This version should be publishable. 2015-08-19 18:53:37 +03:00
b1df2476b4 Update bg.yml 2015-08-19 16:10:50 +03:00
Petko Bordjukov
2609184a94 Update translations 2015-08-15 10:04:03 +03:00
Petko Bordjukov
59c9f79d13 Event editing 2015-08-15 08:52:41 +03:00
Petko Bordjukov
2838f81327 Streamline profile/registration editing 2015-08-15 08:03:11 +03:00
Petko Bordjukov
929bd85cd1 Add missing submissions translation 2015-08-15 07:39:16 +03:00
Petko Bordjukov
d1b3d2cc04 Update translation 2015-08-15 07:00:00 +03:00
Petko Bordjukov
70a5bbc27a Add a host_name field to Conference 2015-08-15 06:15:49 +03:00
Petko Bordjukov
6c9bdf0cec Add initfest views and assets 2015-08-15 04:33:02 +03:00
Petko Bordjukov
1da6c0bd20 OpenFest: Tweak the personal profile view 2015-08-15 01:02:16 +03:00
Petko Bordjukov
9c607b6ccd Implement missing event submission functionality 2015-08-15 00:43:30 +03:00
Andrew Radev
d8986f542d Update profiles, not users 2015-07-28 15:43:19 +03:00
Petko Bordjukov
4abc5fbe52 Add Event Type editing to the Conference form 2015-07-19 20:06:17 +03:00
Andrew Radev
1bec127503 Initial work on propositions, filter events correctly 2015-07-19 12:01:36 +03:00
Andrew Radev
4963c74925 Initial events CRUD 2015-07-14 21:00:02 +03:00
Andrew Radev
f2dddcdff5 Rename SpeakerProfile to PersonalProfile 2015-05-30 18:24:12 +03:00
Andrew Radev
cddab7a27e Simple user updating
This will probably not be done through management, but 1) there should
still be a way to update a user through the management interface, and 2)
it'll be easy to copy this code over to the public interface later.
2015-05-24 12:28:05 +03:00