Commit graph

65 commits

Author SHA1 Message Date
coderkun
a17b5999a2 Questtype ?Textinput?: trim answers for regex matching 2014-05-05 11:15:53 +02:00
coderkun
dde0a50e04 add a meaningful title to HTML-pages (Issue #185) 2014-05-04 01:41:54 +02:00
coderkun
35cff8b9bc Questtype ?Submit?: update wording for Character submissions (Issues #203 and #204) 2014-05-03 22:42:51 +02:00
coderkun
510f6a869f use client?s mimetype as fallback for uploads 2014-05-03 22:37:04 +02:00
coderkun
3e37012ba0 detect mimetypes on server-side instead of relying on mimetype reported by client (Issue #202) 2014-05-03 16:32:26 +02:00
Daniel
7ce642547c design for entries in quest type submission 2014-05-02 20:08:10 +02:00
coderkun
dc176243a6 Questtype ?submit?: do not show name of user who approved Character submission to users (Issue #190) 2014-05-01 21:13:17 +02:00
coderkun
8b8c4c4903 Questtype ?submit? do not use NumberFormatter for max. filesizes since it does not work on some servers 2014-04-30 00:53:10 +02:00
coderkun
7b2eef90cb Questtype ?submit?: redirect to uploaded file for showing Character answer (Issue #179) 2014-04-29 22:01:39 +02:00
coderkun
49d995713c Questtype ?Boss-Fight?: do not lose Boss-Fight-Quests 2014-04-28 09:37:44 +02:00
coderkun
22ae4c46d7 Questtype ?Boss-Fight?: set form action to exclude GET-params (Issue #163) 2014-04-27 03:22:52 +02:00
coderkun
b98b22734e update Quest page: show everything on one page 2014-04-24 18:06:57 +02:00
coderkun
b6e23a9613 remove leftover output from testing 2014-04-24 17:19:30 +02:00
coderkun
a4986def40 merge 2014-04-24 17:17:44 +02:00
coderkun
aba2100fb3 restore Character answres for all Questtypes if Character has not already solved the Quest 2014-04-24 17:17:20 +02:00
Daniel
82b468d05b design for submission detail page 2014-04-24 16:53:26 +02:00
coderkun
95837803a1 improve Questtype ?submit? and store additional data for Character answers 2014-04-23 15:08:53 +02:00
coderkun
2483995e12 remove Questtype ?Dummy? 2014-04-23 12:28:55 +02:00
coderkun
0d5f30059d allow NULL-values for answers for Questtype ?Multiple Choice? 2014-04-21 13:17:39 +02:00
coderkun
d432b69a5e Questtype ?Drag&Drop?: implement multiple valid Drag-items for each Drop-item 2014-04-19 23:20:08 +02:00
Daniel
54ace236d7 textinput design update 2014-04-18 22:40:09 +02:00
Daniel
c5ff0157db submission design update 2014-04-18 22:33:28 +02:00
Daniel
4ab40a5a19 multiple choice design update 2014-04-18 22:20:15 +02:00
coderkun
f723382b93 implement TextFormatter class to include media in texts 2014-04-18 18:25:52 +02:00
coderkun
6608967c2d merge 2014-04-17 00:29:17 +02:00
coderkun
b471efc970 handle Avatar pictures by MediaAgent 2014-04-17 00:13:25 +02:00
Daniel
91601f00ae small lost design update for boss fights 2014-04-16 21:33:03 +02:00
Daniel
17d64d052d boss fight answer design refinement 2014-04-16 17:13:50 +02:00
Daniel
e909742195 boss fight answer options design 2014-04-16 16:39:38 +02:00
coderkun
dde85c6ac0 correct display of lives for Character submission in Questtype ?Boss-Fight? 2014-04-16 15:56:24 +02:00
coderkun
744980d835 use dedicated input-fields for Questtype ?Boss-Fight? 2014-04-16 15:55:49 +02:00
Daniel
7ae1573c0a boss fight design 2014-04-16 15:28:09 +02:00
coderkun
f394946fa2 fix media link in Questtype ?Drag&Drop? 2014-04-16 11:54:42 +02:00
coderkun
836094507b update translations 2014-04-15 16:24:27 +02:00
coderkun
cadce33434 implement Questtype ?Boss-Fight? 2014-04-15 13:13:13 +02:00
coderkun
f5371b5ecf remove forgotten var_dump() 2014-04-15 00:26:02 +02:00
coderkun
7924e3e75b correct display of numbers for Questtype ?crossword? (submission) and mark orientation 2014-04-15 00:06:43 +02:00
coderkun
58909d913b correct display of numbers for Questtype ?crossword? 2014-04-14 20:48:17 +02:00
Daniel
32f254a0c3 crossword design update & javascript input changes 2014-04-14 19:20:47 +02:00
coderkun
9e1510a34e implement Questtype ?crossword? 2014-04-12 03:25:18 +02:00
coderkun
0210a421ce implement Questtype ?Choiceinput? 2014-04-11 22:38:10 +02:00
coderkun
998b3bf121 split media and Seminary media 2014-04-05 15:37:11 +02:00
coderkun
4583d61794 set accepted mimetypes and required-flag for file uploads for Questtype ?Submit? 2014-04-05 13:31:55 +02:00
coderkun
24b226d5d6 update translations 2014-04-04 14:00:31 +02:00
coderkun
750ba4920b add type to WrongFiletypeException 2014-04-04 14:00:01 +02:00
coderkun
e1a40f8c59 add FileUploadException 2014-04-04 13:51:24 +02:00
coderkun
dff8345797 implement uploading a file as answer for Questtype ?Submit? 2014-04-04 13:32:31 +02:00
coderkun
f3fca171e2 1) update Quest stati
2) add SubmissionNotValidException and -handling for Quests
2014-04-04 13:26:49 +02:00
coderkun
3e107e0e89 only shows Character answer on request for Questtype ?Drag&Drop? 2014-04-04 01:09:38 +02:00
coderkun
a2a8d75a0e implement functionality for Questtype ?Drag&Drop? 2014-04-04 00:57:05 +02:00