Commit graph

49 commits

Author SHA1 Message Date
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
coderkun
bfe9155fe4 implement rudimental form for creating Quests and Questgroups 2014-04-17 11:11:29 +02:00
coderkun
0a05f0360e handle empty Quests 2014-04-16 11:54:20 +02:00
coderkun
60b1b01ba8 implement simple overview of Quests for a Seminary 2014-04-15 20:17:11 +02:00
coderkun
ca94d18acd correctly fetch media in QuestsController and -View 2014-04-11 22:37:37 +02:00
coderkun
998b3bf121 split media and Seminary media 2014-04-05 15:37:11 +02:00
coderkun
f3fca171e2 1) update Quest stati
2) add SubmissionNotValidException and -handling for Quests
2014-04-04 13:26:49 +02:00
coderkun
5914d1e5e1 fix typo in QuestsController 2014-04-01 13:47:00 +02:00
coderkun
a5e647ff2e update view for solved Quests 2014-04-01 13:44:55 +02:00
coderkun
29d8e55429 show all Questtexts at once in a box 2014-04-01 12:17:20 +02:00
coderkun
53d4ea2aa1 update headlines: let content begin at h1 (Issue #50) 2014-03-30 15:03:11 +02:00
coderkun
88213c94d2 do not link Quests that have not been taken on decisions 2014-03-30 04:13:56 +02:00
coderkun
3fdaa772df correct links to related Questgroups for abort texts of Quests 2014-03-30 04:07:57 +02:00
coderkun
40c1ecca50 show only unlocked Questsgroups and Quests and summarize XPs recursive regarding choosed path by character 2014-03-30 04:07:23 +02:00
coderkun
925a6b9ae3 set moodpics for Questgroups 2014-03-28 23:13:09 +01:00
coderkun
ba8dd2ebc0 new structure for optional Questgroups instead of single Quests 2014-03-28 21:28:45 +01:00
coderkun
1cf1e86ff7 show correct answer only with link (Issue #46) 2014-03-22 21:19:25 +01:00
coderkun
d2cca2002e show next Quests for Quests also on Prolog if Quest is solved 2014-03-22 14:38:14 +01:00
coderkun
7e710ff0a4 pass Seminary, Questgroup, Quest and Character data to QuesttypeAgents 2014-03-22 13:31:59 +01:00
coderkun
2429bb4c8f implement saving of Quest answers in database 2014-03-21 12:47:08 +01:00
coderkun
4ab600fb6d evolve QuesttypeAgents with fixed Actions and Character submission handling 2014-03-19 00:06:17 +01:00
coderkun
332e27d86a pass Quest-ID to QuesttypeController 2014-03-09 14:31:40 +01:00
coderkun
f4bab6efdb unify Main- and Sidequests 2014-03-09 13:25:55 +01:00
coderkun
9c91c0c211 correct permissions checking for previous Questgroups if there is none 2014-03-04 12:04:56 +01:00
coderkun
d49bc7261a implement permissions for Questgroups, Quests and Sidequests 2014-03-04 03:16:02 +01:00
coderkun
9efe5bb041 change solved/unsolved status of a Quest to GET-parameter 2014-02-28 19:55:09 +01:00
coderkun
9a165fc09e correct Questtext for Sidequests 2014-02-26 21:00:22 +01:00
coderkun
eb9511103c integrate loading, running and rendering of QuesttypeAgent for a Quest 2014-02-26 20:23:15 +01:00
coderkun
153dc647d3 implement different media for Quest- and Sidequesttexts (Ticket #26) 2014-02-17 02:19:00 +01:00
coderkun
e76f32a759 include pictures for Questgroups and Quests 2014-02-14 18:59:39 +01:00
coderkun
0126e67787 implement Questtexts and Sidequests 2014-02-12 23:39:15 +01:00
coderkun
6a356d2dec show Questtexts for Quests 2014-02-12 10:31:05 +01:00
coderkun
684d31f4bf implement basic Questgroups and Quests structure 2014-02-09 13:37:40 +01:00