Commit graph

93 commits

Author SHA1 Message Date
oliver
05a1daf177 use AppConfig instead of database table to configure mimetypes for questtype ?Submit? 2016-04-09 16:20:29 +02:00
oliver
ed0552dfe5 add routes for Character title pages 2016-03-26 18:48:27 +01:00
oliver
474515daa7 implement CRUD for Character titles 2016-03-26 17:05:42 +01:00
oliver
61920a6707 add Agent for Character groups Achievements (implements #123) 2016-03-12 16:01:27 +01:00
oliver
091d014815 add media to right/wrong text of Character group Quest Stations 2016-01-24 19:36:05 +01:00
oliver
90736df4f2 display icons for Character groups Quest Stations 2016-01-22 20:51:23 +01:00
oliver
e18e162058 add editing of Character groups Quest Station tasks 2016-01-15 12:28:59 +01:00
oliver
c582156377 add basic CRUD for Character groups Quest Stations 2016-01-14 19:04:56 +01:00
oliver
5c48ac1f94 add QrcodesAgent 2015-12-25 16:42:28 +01:00
oliver
936e2165d8 add routes and config for Character groups Quest stations and Stationtypes 2015-12-25 16:40:12 +01:00
oliver
ae9b69b68c add additional pages and handle introduction page as ?system? page 2015-10-30 22:45:05 +01:00
oliver
d3cb56fef7 improve image source label for Moodpics 2015-08-20 14:28:34 +02:00
oliver
f320914d1d resize Quest images to the actually used size 2015-08-20 13:23:03 +02:00
oliver
77cfc0c051 improve map implementation including edit functionality 2015-05-17 20:53:00 +02:00
coderkun
0c6100a1ae merge 2015-04-30 18:50:27 +02:00
oliver
84abeaf492 implement editor for questtype ?Drag&Drop? 2015-04-30 17:54:20 +02:00
coderkun
ffa705005e merge 2015-04-27 16:42:05 +02:00
oliver
980ed7d014 add support for multiple languages 2015-04-26 11:15:38 +02:00
coderkun
a9a96a0cd8 correct indentation of config-files 2015-04-26 10:51:42 +02:00
coderkun
2a7ed82695 replace tabs with spaces 2015-04-25 16:22:31 +02:00
oliver
8da4844f13 add contact mail address (implements #31) 2015-04-08 13:09:44 +02:00
oliver
cf3fbad8f0 move configuration ?registration_host? to ?app? section 2015-04-08 12:37:49 +02:00
oliver
f37e96bd33 add configuration value to restrict registration to an e?mail address (implements #4) 2015-04-08 12:34:13 +02:00
coderkun
4b87c22904 implement copying a complete Seminary (implements issue #7) 2015-03-21 15:15:49 +01:00
coderkun
fa1e5826cb imlement task oditing for Questtype ?Multiplechoice? (Issue #36) 2014-08-29 15:29:07 +02:00
coderkun
57f72d25b2 implement task editing for Questtype ?Choiceinput? (Issue #36) 2014-08-17 20:30:55 +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
fec96ba5a2 implement CRUD for XP-levels 2014-07-09 13:02:54 +02:00
coderkun
3a392aad4d implement CRUD for Achievements (issue #318) 2014-07-08 13:54:25 +02:00
coderkun
440f4a5cf4 implement CRUD for Quest texts (issue #36) 2014-07-04 13:54:57 +02:00
coderkun
468e1bc421 implement CRUD for Questgroup texts (issue #32) 2014-07-01 22:24:28 +02:00
coderkun
97a827890d implement basic CRUD for Quests 2014-07-01 17:00:43 +02:00
coderkun
34f8085872 implement CRUD for Questgroups (issue #32) 2014-06-19 20:13:46 +02:00
coderkun
4e09241db5 implement CRUD for Questgroupshierarchy 2014-06-03 14:30:26 +02:00
coderkun
6efc0b8130 implement CRUD for Charactertypes (resolves issue #319) 2014-05-30 10:46:53 +02:00
coderkun
166cb258c3 implement CRUD for Seminaries (resolves issue #33) 2014-05-28 10:33:05 +02:00
coderkun
c7fac6ad84 add AJAX to user listing (Issue #287) 2014-05-27 10:16:36 +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
0d611f0b2a remove test settings for test mail server 2014-05-25 22:50:12 +02:00
coderkun
c580668112 use MailApi to generate mail messages and send mails with PHPMailer 2014-05-25 22:32:08 +02:00
coderkun
4883e78792 use linker for creating links in mails instead of static URLs 2014-05-25 22:12:06 +02:00
coderkun
7386cc0bb6 imlement HtmlmailAgent, TextmailAgent and MailreceiverAgent for generating plaintext- and HTML-mail messages 2014-05-25 11:58:50 +02:00
coderkun
c93d8ad779 implement MailApi for generating mail content 2014-05-25 10:16:49 +02:00
coderkun
f143884624 implement CRUD for Questtopics (library) (Issue #290) 2014-05-17 13:46:23 +02:00
coderkun
cd9f11cf0a implement managing of Queststopics 2014-05-16 00:22:24 +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
ea828a88dc store the total amount of achievable XPs for a Questgroup in the database instead of calculating it every time (Issue #281) 2014-05-15 18:17:51 +02:00
coderkun
072333c88b implement icons for Character groups Quests and improve media handilng for Character groups 2014-05-07 00:44:45 +02:00
coderkun
6318c61bcd 1) correct media for Character groups 2) implement uploading of media for Character groups 3) let members change media and motto for Character groups 2014-05-06 18:04:29 +02:00
coderkun
dde0a50e04 add a meaningful title to HTML-pages (Issue #185) 2014-05-04 01:41:54 +02:00