Commit graph

82 commits

Author SHA1 Message Date
oliver
6cda0556da fix many docstrings and their formatting 2016-05-28 12:30:53 +02:00
oliver
eee36eaf9f fix some indentations 2015-08-20 13:24:53 +02:00
oliver
b7d7697e33 fix redirect when cancelling Quest deletion 2015-08-20 13:24:42 +02:00
oliver
1a0adf0a3a add support for moodpic sources and revamp moodpic integration a little bit 2015-08-20 13:20:49 +02:00
oliver
991e3cccee correct validation handling for Quest texts 2015-07-27 15:05:27 +02:00
oliver
0f482f0d2d correct checking of Achievements (fixes #107) 2015-07-14 16:01:40 +02:00
oliver
b3e7303a1a check additional permissions of previous parent Questgroups for Questgroups and Quests 2015-05-22 11:34:16 +02:00
oliver
747f167781 correctly check permissions for parallel Quests (fixes #97) 2015-05-12 11:58:56 +02:00
oliver
45cd7e795d replace tabs with spaces 2015-05-12 09:49:53 +02:00
oliver
fa2dc75be6 get next and previous Questgroups for correct Seminary (fixes #92) 2015-04-26 18:50:10 +02:00
oliver
821c35aacd send Quest submission mails only to moderators of the same Seminary as the Quest is of 2015-04-02 12:55:42 +02:00
coderkun
eca33f7a73 add namespaces to docstring types 2015-03-06 12:19:07 +01:00
coderkun
2c0e68b194 correct docstrings 2015-03-06 11:09:35 +01:00
coderkun
588438cc9e correct permissions for task editing action 2014-08-29 15:32:20 +02:00
coderkun
c0ce4d210e correct check for next questgroup 2014-08-08 17:14:30 +02:00
coderkun
ed7ca8234c add abstract method edittask() to QuesttypeController for editing the task of a Quest 2014-07-31 11:15:14 +02:00
coderkun
440f4a5cf4 implement CRUD for Quest texts (issue #36) 2014-07-04 13:54:57 +02:00
coderkun
97a827890d implement basic CRUD for Quests 2014-07-01 17:00:43 +02:00
coderkun
9e52c100fe add option to disable mail notifications for users (issue #330) 2014-06-24 20:55:32 +02:00
coderkun
5124682712 add title filter for Quest listing 2014-06-19 23:11:28 +02:00
coderkun
7f144b1df0 correct sending mail for character submissions (resolves issue #326) 2014-06-11 22:36:51 +02:00
coderkun
48d978c717 add cache-table for character data instead of using database view (solves issue #324) 2014-06-08 14:11:21 +02:00
coderkun
1927552c3c correctly link back to Quest choosen by Character at the end of an optional Questline 2014-06-02 22:04:01 +02:00
coderkun
58dab8cf94 add e?mail notifcation for approved Quests (resolves issue #298) 2014-05-27 11:43:53 +02:00
coderkun
a35cdc491e add e?mail notification for Character submissions that need to be reviewed by moderators 2014-05-27 11:13:23 +02:00
coderkun
86ba09ef70 generalize count limit for lists and correct error handling for AJAX Quest listing 2014-05-26 17:45:11 +02:00
coderkun
5d0d90c373 use AJAX to dynamicall load list of all Quests for a Seminary (Issue #287) 2014-05-25 00:47:29 +02:00
coderkun
6cb12a0b7a do not use empty in non-write context 2014-05-17 15:29:54 +02:00
coderkun
9002e165a0 use own method to get list of Quests for a Seminary ordered by open Character submissions 2014-05-16 16:04:56 +02:00
coderkun
f0dd34e762 listing of all Quests of a Seminary: improve filtering, sort Quests and do not load all at once (Issue #71) 2014-05-15 23:37:26 +02:00
coderkun
eea226c1c2 check for Quest related Achievements only on Quest pages (Issue #278) 2014-05-15 12:05:36 +02:00
coderkun
ff849bd72c restructure application classes 2014-05-14 18:30:25 +02:00
coderkun
cc9a067fdd correcty check permissions for a Quest if one of the previous Quests has as following Quest the Quest itself (Issue #229) 2014-05-12 16:17:26 +02:00
coderkun
dde0a50e04 add a meaningful title to HTML-pages (Issue #185) 2014-05-04 01:41:54 +02:00
coderkun
9a1e3f9152 always show Epilog and follow-up Quests for admins and moderators (Issue #159) 2014-05-03 23:07:44 +02:00
coderkun
1b9eafeee0 improve query for getting Character submissions and show submission date also for solved and unsolved submissions 2014-05-02 01:18:37 +02:00
coderkun
90828668c1 sort Character Quest submission by submission date and print out this date (Issue #189) 2014-05-01 20:47:05 +02:00
coderkun
f112900609 correct redirect of Quests with unspecified result 2014-04-29 01:16:17 +02:00
coderkun
72ab7505be use NotificationComponent to notify of new Achievements and Level-ups and show them in HTML-layout view (Issue #128) 2014-04-25 22:46:10 +02:00
coderkun
b98b22734e update Quest page: show everything on one page 2014-04-24 18:06:57 +02:00
coderkun
2185a7c2a4 change user Seminary roles to Character roles 2014-04-23 20:06:58 +02:00
coderkun
c6d57fe6bb remove small leftover from testing in QuestsController 2014-04-23 15:10:45 +02:00
coderkun
07c678a9f1 format overview of all Quests as list instead of table 2014-04-23 15:09:38 +02:00
coderkun
95837803a1 improve Questtype ?submit? and store additional data for Character answers 2014-04-23 15:08:53 +02:00
coderkun
bf0a0185bc remove field ?right_text? for Quests because it is never used and update Quest view 2014-04-19 23:22:19 +02:00
coderkun
8d612cbf2a fix call to Media->createQuestMedia() 2014-04-18 18:50:09 +02:00
coderkun
8377ca9868 update form for creating Quests and add various data import helpers 2014-04-18 18:44:38 +02:00
coderkun
8d9e0473a1 do not check Questgroup and Quest permissions for Seminary-admins and -moderators 2014-04-18 18:34:53 +02:00
coderkun
381a507969 update form for creating Qusets 2014-04-17 14:10:41 +02:00
coderkun
7958dddd05 add ?entry text? to Quests and show them instead of the name 2014-04-17 13:53:21 +02:00