Commit graph

50 commits

Author SHA1 Message Date
oliver
56bcf81b4b show title of Characters whereever their names appear 2016-03-26 18:40:45 +01:00
oliver
d765cacd9f add Character titles and let Characters choose gender and title 2016-03-26 15:46:37 +01:00
oliver
ce15085113 fix character cache updates when changing XP-levels 2015-10-23 13:17:00 +02:00
oliver
45cd7e795d replace tabs with spaces 2015-05-12 09:49:53 +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
80cad623bb set validation settings for CharactersController->edit() 2014-07-31 12:49:44 +02:00
coderkun
904183fd8d make XP-level optional for Characters 2014-07-31 12:49:11 +02:00
coderkun
9b604569e2 check availability of Avatar at various places 2014-07-10 13:19:02 +02:00
coderkun
6932e70704 improve CRUD for Character types (issue #319) and implement CRUD for Avatars (issue #37) 2014-07-10 12:57:25 +02:00
coderkun
b0fa1519f2 add Character name filter for Character listing (issue #316) 2014-06-24 21:54:23 +02:00
coderkun
9e52c100fe add option to disable mail notifications for users (issue #330) 2014-06-24 20:55:32 +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
759a814587 use database to sort Characters for managing them 2014-06-05 13:46:37 +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
4b3f525f9e add AJAX to Character listing 2014-05-26 17:46:30 +02:00
coderkun
d6bb882bb6 implement MailAgent and use it for user and Character registration 2014-05-25 22:38:41 +02:00
coderkun
dde0a50e04 add a meaningful title to HTML-pages (Issue #185) 2014-05-04 01:41:54 +02:00
coderkun
fa7b9b552b do not let Characters change their type (only moderators are allowed to do that) 2014-05-02 01:35:52 +02:00
coderkun
bada77e1a6 do not use pointers for temporary arrays 2014-05-02 01:19:25 +02:00
coderkun
39c1c06e5b add option to sort users and Characters by registration date 2014-05-01 14:29:34 +02:00
coderkun
378c953c55 remove unused variable for sorting Characters by role 2014-05-01 14:21:47 +02:00
coderkun
0cba4afefb implement CRUD for Characters and improve Character registration 2014-05-01 13:10:43 +02:00
coderkun
195095680e correct array if no Characters are selected for managing Characters 2014-04-29 21:54:12 +02:00
coderkun
332ae4f2c7 implement sort functionality for listing and managing Characters (Issue #177) 2014-04-29 21:40:12 +02:00
coderkun
f2de7c3de7 add icons for Character groups 2014-04-29 14:18:04 +02:00
coderkun
2669359076 include Characters with same amount of XPs in Character ranking and sort them randomly 2014-04-28 15:31:11 +02:00
coderkun
d077aa026a add option to select Character properties to show for listing and managing Characters 2014-04-27 03:11:10 +02:00
coderkun
3be12fe26e correct rights for managing Characters (Issue #156) 2014-04-26 13:31:17 +02:00
coderkun
bf169305a7 do not use empty() without write-context 2014-04-24 12:38:52 +02:00
coderkun
daf303fe04 only consider Character with user role in ranking 2014-04-24 12:04:18 +02:00
coderkun
e8709b1e49 add an optional deadline to Achievements 2014-04-24 12:01:50 +02:00
coderkun
5088eb0640 set entered values for Seminary fields for Character registration 2014-04-24 03:55:12 +02:00
coderkun
ea1c3ec7b3 add Character type pictures to Character registration page (Issue #97) 2014-04-24 03:53:51 +02:00
coderkun
f35cfa41ec add page to manage Characters 2014-04-23 21:02:30 +02:00
coderkun
2185a7c2a4 change user Seminary roles to Character roles 2014-04-23 20:06:58 +02:00
coderkun
437353ca81 few fixed for Character permissions 2014-04-17 00:27:59 +02:00
coderkun
b471efc970 handle Avatar pictures by MediaAgent 2014-04-17 00:13:25 +02:00
coderkun
babfe5b017 check if unique values already exists for user and Character registration and send notification mail to moderators 2014-04-16 13:42:19 +02:00
coderkun
d973072ee9 add ranking to Character page 2014-04-16 11:36:58 +02:00
coderkun
a16a22cb4f implement LibraryAgent 2014-04-15 16:23:40 +02:00
coderkun
4153b526e6 implement Achievements 2014-04-13 15:10:35 +02:00
coderkun
396c61586c add method for Seminary header media (with lower permissions) 2014-04-12 13:07:55 +02:00
coderkun
88617b97b3 implement Character registration 2014-04-09 00:01:29 +02:00
coderkun
b3e2025088 add progress, XPs, rank and Character groups to Character page 2014-03-31 21:41:19 +02:00
coderkun
647aae9286 update XP-level structure 2014-03-22 00:06:24 +01:00
coderkun
0c7b2374df implement avatar pictures 2014-03-07 13:37:59 +01:00
coderkun
e90d0e5915 implement fields for Characters for Seminaries (Ticket #23) 2014-02-17 02:54:49 +01:00
coderkun
aba02981b4 1) implement basic CharactersAgent
2) use view for Character groups
2014-02-16 15:31:08 +01:00