From 3ab905014d3270a7c4f5604e15b05e6fa6cb2084 Mon Sep 17 00:00:00 2001 From: Martin Ambrus Date: Fri, 13 Oct 2017 20:38:08 +0200 Subject: [PATCH] chore: new ToDos --- todo.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/todo.txt b/todo.txt index f42a529a..fecb888c 100644 --- a/todo.txt +++ b/todo.txt @@ -1,8 +1,17 @@ - change title for each page, so it fits with H1 (or history will always show a lot of "TravianZ" entries without a way to know where that history entry leads) + ... same in Admin panel - fix deleting users (need to delete their villages (+alliances/construction plans/...?) after a while) - check if defeating a player (destroying their village) removes that village from map after a while (as stated in FAQ) - fix inability to change alliance description - add PayPal listener to verify gold transactions imediatelly - add combat Simulator link to options for a village/oasis (Centre map, Raid, Send Troops...) - don't show Support & Taskmaster in stats -- add Support + Taskmaster login possibility into the game \ No newline at end of file +- add Support + Taskmaster login possibility into the game +- fix editing current task from Taskmaster -> number never match the edited quest after save +- remove
tags from profile description and replace them by real new lines when editing players in Admin +- cannot delete a single medal in admin +- add back buttons to Admin where there are not (like editing a user) +- disallow installation if existing data are in place, or world map would end up screwed and villages not showing (because there can be multiple villages/oasis generated for one square then) +- when editing Additional Information for user and adjusting gold, sometimes the first time will not record the new gold amount +- update password hashes (I believe they are md5 only now) +- make mass messages work with apostrophes and quotes \ No newline at end of file