Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ItemManager 2.0
#27
Hi Bigin. I've been taking a look at this new version 2.1, and here is my bug report. Most of the problems I mention here were already present in the previous version; this time I've been doing more tests to try to better specify in what cases some of these errors occur. I hope you find it useful.


1 - If you double-click on a position number in the lists of categories and items, an input field appears, and you can change the position number there. But that field disappears when you click anywhere... It's Ok if it hides when you click outside the input, but not when you click inside the input, because you can't click the arrows to change the number, or select the old number with the mouse, or reposition the cursor with the mouse...


2 - The ascending or descending sort order you select in the settings for categories is not working. It's always descending. It works well with the items.


3 - The position data you see when you edit a category is not always correct. It seems it's not read from the <position> tag of the XML file. But it is correctly written... For example:
1-Create 3 categories: cat1, cat2, cat3.
2-Click on cat3 to edit. Change the position 3 to 4. Click on save.
3-Go back to the categories list. cat3 has position 4. In the XML, the tag <position> is 4. Everything is right so far.
4-Click on cat3 again. There's a 3 in the position field, instead of 4...
Position data is correctly saved from the categories editing screen, but it's not correctly read. What is shown there may be the ID...

With the items, I think it's the opposite... The position field in the item editing screen is not saved, but it's correctly read. Try this:
1-Create 3 items: item1, item2, item3.
2-Click on item3 to edit. Change the position 3 to 4. Click on save.
3-Go back to the items list. Item3 position is 3 instead of 4.
4-Double click on the Pos column in the items list and change the position. This time item3 position changes, and its value is correctly shown in the item editing screen.


4 - I think the numerical change of the position of an item should renumber the position of every item in that category, as with drag&drop. Suppose we have a category with these items:

Pos   Name
1       item1
2       item2
3       item3
4       item4

If I change the position number of Item4 to 2 in the items list screen or in the item editing screen, this should be the result:

Pos   Name
1       item1
2       item4
3       item2
4       item3

And if I change Item1 position to 13, this should be the result:

Pos   Name
1       item4
2       item2
3       item3
4       item1

If it doesn't work like that, there may be problems like this:

1-Let's say I create 60 items in a category. I want them to be in a specific order, both in back-end and front-end.
2-Later, I want to put the last item at the beginning of the list. How can I do that? I can't drag&drop because I can't see more than 50 items at a time, and if I change the last item position to 1 numerically, I'll have 2 items with position number 1. When there are multiple items with the same position number, it seems they are sorted by the file name of the XML (I'm not sure...) In any case, I can't choose which of my two items with position 1 will be first and which will be the second... Decimal numbers are not accepted as position numbers (if they were accepted I could write 1 and 1.5), so the only solution I can see for this problem is to change by hand, one by one, the position numbers of the 60 items...

Categories have the same problem with manually changed position numbers. The only unproblematic way to custom sort items or categories is to always use drag&drop, and it is not always possible.


5 - If custom fields are deleted from a category, the data is not deleted from the XML files of items, creating unnecessarily large files that will need more RAM when processed. The way to solve this is to re-save all items, one by one. I think a safe and easy solution would be to add to the settings something similar to the "Retention period for the recoverable items", to re-save all items periodically and delete the useless tags.


6 - If you create a new custom field with a name that already exists and click on "confirm", you get a message that says "The field names must be unique. The duplicates have been removed." That's fine. But if you try to rename an existing custom field and write the name of another existing custom field by mistake, it is removed without previous warning, and that's not good (there could be many items with data in that field...) I know the data is not deleted from the XML files of the items, and it will be back if you create the field again with the old name, but the end user probably won't notice that and will think all that data is lost. I think the best behavior here is to do nothing, just not to rename the custom field and show a message like "Field names must be unique. The field can't be renamed".


7 - The date picker does not work (the chosen date does not appear in the field, tested in Chrome and Firefox). The small calendar has transparent background, and it would be easier to read if it had opaque background.


8 - I think there's a small mistake in the Admin Settings text. The grey info texts about "Retention period for the recoverable items" and "Retention period for temporary image containers" are both the same. And where it says "here, you can define the minimum number of days to keep temp image data in the system directory" I guess it should say "the maximum number of days".


That's all. Keep up the good work!
Reply


Messages In This Thread
ItemManager 2.0 - by Bigin - 2015-05-18, 02:56:36
RE: ItemManager 2.0 - by datiswous - 2015-05-21, 01:15:51
RE: ItemManager 2.0 - by Bigin - 2015-05-21, 02:20:13
RE: ItemManager 2.0 - by datiswous - 2015-05-21, 01:32:32
RE: ItemManager 2.0 - by datiswous - 2015-05-21, 03:08:40
RE: ItemManager 2.0 - by Bigin - 2015-05-21, 04:03:39
RE: ItemManager 2.0 - by Tyblitz - 2015-05-21, 11:29:13
RE: ItemManager 2.0 - by Bigin - 2015-05-21, 12:25:19
RE: ItemManager 2.0 - by Bigin - 2015-05-21, 15:33:07
RE: ItemManager 2.0 - by Tyblitz - 2015-05-21, 20:54:36
RE: ItemManager 2.0 - by Bigin - 2015-05-22, 00:42:40
RE: ItemManager 2.0 - by Tyblitz - 2015-06-05, 03:21:51
RE: ItemManager 2.0 - by Bigin - 2015-06-05, 07:43:53
RE: ItemManager 2.0 - by smsHH - 2017-01-04, 08:54:42
RE: ItemManager 2.0 - by Rico - 2015-06-10, 08:51:55
RE: ItemManager 2.0 - by Bigin - 2015-06-10, 23:43:37
RE: ItemManager 2.0 - by Rico - 2015-06-11, 22:17:27
RE: ItemManager 2.0 - by Erick67 - 2015-08-16, 20:51:10
RE: ItemManager 2.0 - by Bigin - 2015-08-17, 00:21:27
RE: ItemManager 2.0 - by Erick67 - 2015-08-17, 16:20:24
RE: ItemManager 2.0 - by Bigin - 2015-08-17, 18:30:18
RE: ItemManager 2.0 - by Tyblitz - 2015-08-20, 11:06:51
RE: ItemManager 2.0 - by Bigin - 2015-08-17, 18:44:59
RE: ItemManager 2.0 - by Erick67 - 2015-08-17, 20:00:02
RE: ItemManager 2.0 - by Bigin - 2015-08-17, 20:24:11
RE: ItemManager 2.0 - by Bigin - 2015-08-26, 22:47:17
RE: ItemManager 2.0 - by Bigin - 2015-08-27, 19:32:07
RE: ItemManager 2.0 - by Rico - 2015-09-08, 09:15:36
RE: ItemManager 2.0 - by VIPStephan - 2015-11-13, 19:50:53
RE: ItemManager 2.0 - by Bigin - 2015-11-13, 21:13:49
RE: ItemManager 2.0 - by VIPStephan - 2015-11-13, 21:32:00
RE: ItemManager 2.0 - by xrmarcis - 2016-01-31, 14:00:57
RE: ItemManager 2.0 - by Bigin - 2016-01-31, 17:23:56
RE: ItemManager 2.0 - by xrmarcis - 2016-01-31, 23:53:28
RE: ItemManager 2.0 - by Bigin - 2016-02-01, 00:41:29
RE: ItemManager 2.0 - by xrmarcis - 2016-02-01, 01:11:00
RE: ItemManager 2.0 - by xrmarcis - 2016-02-01, 01:17:48
RE: ItemManager 2.0 - by Bigin - 2016-02-01, 02:09:29
RE: ItemManager 2.0 - by xrmarcis - 2016-02-01, 01:59:42
RE: ItemManager 2.0 - by Bigin - 2016-02-01, 03:22:17
RE: ItemManager 2.0 - by Bigin - 2016-02-20, 06:22:18
RE: ItemManager 2.0 - by samdecks - 2016-03-06, 11:11:08
RE: ItemManager 2.0 - by Bigin - 2016-03-06, 18:33:56
RE: ItemManager 2.0 - by Bigin - 2016-03-09, 00:55:47
RE: ItemManager 2.0 - by Oleg06 - 2016-03-09, 07:10:38
RE: ItemManager 2.0 - by Bigin - 2016-03-09, 09:58:47
RE: ItemManager 2.0 - by Oleg06 - 2016-03-09, 16:43:44
RE: ItemManager 2.0 - by Bigin - 2016-03-09, 20:29:10
RE: ItemManager 2.0 - by Bigin - 2016-04-07, 20:06:16
RE: ItemManager 2.0 - by nihaha - 2016-04-16, 20:12:56
RE: ItemManager 2.0 - by Bigin - 2016-04-16, 22:13:26
RE: ItemManager 2.0 - by nihaha - 2016-04-17, 00:57:40
RE: ItemManager 2.0 - by Bigin - 2016-04-17, 02:13:08
RE: ItemManager 2.0 - by nihaha - 2016-04-17, 02:23:00
RE: ItemManager 2.0 - by Bigin - 2016-04-17, 02:34:34
RE: ItemManager 2.0 - by nihaha - 2016-04-17, 02:53:56
RE: ItemManager 2.0 - by Bigin - 2016-04-17, 03:22:33
RE: ItemManager 2.0 - by Bigin - 2016-06-21, 21:27:24
RE: ItemManager 2.0 - by Tyblitz - 2016-06-25, 19:59:03
RE: ItemManager 2.0 - by Bigin - 2016-06-25, 21:22:57
RE: ItemManager 2.0 - by jeckyl - 2016-07-27, 23:30:06
RE: ItemManager 2.0 - by jeckyl - 2016-07-27, 23:42:29
RE: ItemManager 2.0 - by Bigin - 2016-07-28, 01:25:19
RE: ItemManager 2.0 - by jeckyl - 2016-07-28, 01:44:53
RE: ItemManager 2.0 - by Bigin - 2016-07-28, 02:05:50
RE: ItemManager 2.0 - by Bigin - 2016-08-16, 20:12:02
RE: ItemManager 2.0 - by Inugami - 2016-08-26, 13:26:12
RE: ItemManager 2.0 - by Bigin - 2016-08-27, 19:22:24
RE: ItemManager 2.0 - by Riianna - 2016-08-29, 04:49:15
RE: ItemManager 2.0 - by Bigin - 2016-08-29, 05:20:55
RE: ItemManager 2.0 - by Bigin - 2016-08-29, 19:50:30
RE: ItemManager 2.0 - by Riianna - 2016-08-31, 02:41:46
RE: ItemManager 2.0 - by Bigin - 2016-08-31, 03:06:03
RE: ItemManager 2.0 - by Riianna - 2016-08-31, 04:05:26
RE: ItemManager 2.0 - by datiswous - 2016-09-08, 01:28:33
RE: ItemManager 2.0 - by Bigin - 2016-09-08, 03:00:17
RE: ItemManager 2.0 - by Bigin - 2016-09-08, 03:22:25
RE: ItemManager 2.0 - by datiswous - 2016-09-08, 04:11:56
RE: ItemManager 2.0 - by pinguin - 2016-09-13, 09:11:41
RE: ItemManager 2.0 - by Bigin - 2016-09-13, 16:45:55
RE: ItemManager 2.0 - by Bigin - 2016-09-14, 02:31:02
RE: ItemManager 2.0 - by tomot - 2016-10-10, 02:24:40
RE: ItemManager 2.0 - by Bigin - 2016-10-10, 02:47:18
RE: ItemManager 2.0 - by dsinning - 2016-11-07, 10:28:54
RE: ItemManager 2.0 - by Bigin - 2016-11-07, 16:54:50
RE: ItemManager 2.0 - by morvy - 2016-11-29, 20:43:17
RE: ItemManager 2.0 - by Bigin - 2016-11-29, 21:19:55
RE: ItemManager 2.0 - by morvy - 2016-11-30, 03:51:10
RE: ItemManager 2.0 - by Bigin - 2016-11-30, 04:00:25
RE: ItemManager 2.0 - by morvy - 2016-11-30, 04:38:31
RE: ItemManager 2.0 - by Bigin - 2017-01-04, 17:39:17
RE: ItemManager 2.0 - by Bigin - 2017-01-04, 18:01:57
RE: ItemManager 2.0 - by smsHH - 2017-01-04, 18:36:55
RE: ItemManager 2.0 - by Bigin - 2017-01-04, 19:40:36
RE: ItemManager 2.0 - by smsHH - 2017-01-04, 19:46:50
RE: ItemManager 2.0 - by smsHH - 2017-01-07, 00:24:06
RE: ItemManager 2.0 - by Bigin - 2017-01-07, 02:30:57
RE: ItemManager 2.0 - by smsHH - 2017-01-07, 07:38:33
RE: ItemManager 2.0 - by smsHH - 2017-01-08, 22:29:40
RE: ItemManager 2.0 - by Bigin - 2017-01-09, 01:43:26
RE: ItemManager 2.0 - by smsHH - 2017-01-09, 05:18:31
RE: ItemManager 2.0 - by Bigin - 2017-01-09, 06:11:40
RE: ItemManager 2.0 - by smsHH - 2017-01-09, 08:39:07
RE: ItemManager 2.0 - by morvy - 2017-01-30, 07:52:16
RE: ItemManager 2.0 - by Bigin - 2017-01-30, 17:14:24
RE: ItemManager 2.0 - by wakh - 2017-02-07, 05:12:40
RE: ItemManager 2.0 - by Bigin - 2017-02-07, 05:21:29
RE: ItemManager 2.0 - by wakh - 2017-02-07, 05:30:19
RE: ItemManager 2.0 - by Bigin - 2017-02-07, 05:51:13
RE: ItemManager 2.0 - by wakh - 2017-02-07, 06:13:43
RE: ItemManager 2.0 - by Bigin - 2017-02-07, 06:31:40
RE: ItemManager 2.0 - by smsHH - 2017-02-10, 09:48:04
RE: ItemManager 2.0 - by Bigin - 2017-02-10, 19:46:32
RE: ItemManager 2.0 - by smsHH - 2017-02-11, 02:10:02
RE: ItemManager 2.0 - by Bigin - 2017-02-11, 05:37:42
RE: ItemManager 2.0 - by smsHH - 2017-02-11, 06:10:21
RE: ItemManager 2.0 - by Tyblitz - 2017-02-11, 09:47:54
RE: ItemManager 2.0 - by Bigin - 2017-02-11, 21:23:45
RE: ItemManager 2.0 - by smsHH - 2017-02-12, 00:55:53
RE: ItemManager 2.0 - by Bigin - 2017-02-12, 01:32:32
RE: ItemManager 2.0 - by smsHH - 2017-02-12, 01:50:51
RE: ItemManager 2.0 - by Bigin - 2017-02-12, 03:22:28
RE: ItemManager 2.0 - by smsHH - 2017-02-14, 03:24:48
RE: ItemManager 2.0 - by Bigin - 2017-02-17, 03:48:37
RE: ItemManager 2.0 - by smsHH - 2017-02-17, 07:46:36
RE: ItemManager 2.0 - by Bigin - 2017-02-17, 17:04:21
RE: ItemManager 2.0 - by smsHH - 2017-02-17, 18:15:17
RE: ItemManager 2.0 - by ChronosMe1 - 2017-02-19, 00:19:18
RE: ItemManager 2.0 - by Bigin - 2017-02-19, 01:40:15
RE: ItemManager 2.0 - by Bigin - 2017-02-19, 02:05:20
RE: ItemManager 2.0 - by ChronosMe1 - 2017-02-19, 04:17:33
RE: ItemManager 2.0 - by smsHH - 2017-02-25, 05:50:52
RE: ItemManager 2.0 - by Bigin - 2017-02-25, 17:50:48
RE: ItemManager 2.0 - by smsHH - 2017-02-25, 19:03:24
RE: ItemManager 2.0 - by Bigin - 2017-02-25, 19:53:50
RE: ItemManager 2.0 - by ChronosMe1 - 2017-04-04, 23:46:26
RE: ItemManager 2.0 - by Bigin - 2017-04-05, 00:14:08
RE: ItemManager 2.0 - by ChronosMe1 - 2017-04-05, 01:23:07
RE: ItemManager 2.0 - by Bigin - 2017-04-05, 02:28:43
RE: ItemManager 2.0 - by Bigin - 2017-04-05, 02:55:30
RE: ItemManager 2.0 - by ChronosMe1 - 2017-04-05, 03:32:27
RE: ItemManager 2.0 - by Bigin - 2017-04-05, 03:49:08
RE: ItemManager 2.0 - by ChronosMe1 - 2017-04-05, 03:57:53
RE: ItemManager 2.0 - by Bigin - 2017-04-05, 04:06:15
RE: ItemManager 2.0 - by ChronosMe1 - 2017-04-05, 04:19:02
RE: ItemManager 2.0 - by Bigin - 2017-04-05, 04:23:13
RE: ItemManager 2.0 - by Bigin - 2017-04-05, 06:01:33
RE: ItemManager 2.0 - by ChronosMe1 - 2017-04-05, 15:24:12
RE: ItemManager 2.0 - by Bigin - 2017-04-05, 16:36:58
RE: ItemManager 2.0 - by ChronosMe1 - 2017-04-05, 20:12:16
RE: ItemManager 2.0 - by Bigin - 2017-04-05, 20:59:55
RE: ItemManager 2.0 - by ChronosMe1 - 2017-04-05, 22:09:57
RE: ItemManager 2.0 - by angelo - 2017-09-19, 13:09:15
RE: ItemManager 2.0 - by Bigin - 2017-09-19, 18:22:13
RE: ItemManager 2.0 - by angelo - 2017-09-19, 22:17:27
RE: ItemManager 2.0 - by Bigin - 2017-09-19, 23:31:33
RE: ItemManager 2.0 - by angelo - 2017-09-20, 13:39:38
RE: ItemManager 2.0 - by Bigin - 2017-09-20, 15:40:11
RE: ItemManager 2.0 - by Bigin - 2018-01-25, 05:28:59
RE: ItemManager 2.0 - by Fabmue - 2018-02-13, 11:59:00
RE: ItemManager 2.0 - by Bigin - 2018-02-13, 17:10:09
RE: ItemManager 2.0 - by Fabmue - 2018-02-13, 22:41:19
RE: ItemManager 2.0 - by Fabmue - 2018-02-14, 01:18:12
RE: ItemManager 2.0 - by Bigin - 2018-02-14, 05:11:45
RE: ItemManager 2.0 - by Fabmue - 2018-02-14, 05:47:19
RE: ItemManager 2.0 - by angelo - 2018-06-26, 17:28:57
RE: ItemManager 2.0 - by Bigin - 2018-06-26, 21:01:49
RE: ItemManager 2.0 - by Bigin - 2018-06-26, 22:05:28
RE: ItemManager 2.0 - by Bigin - 2018-06-27, 15:57:14
RE: ItemManager 2.0 - by angelo - 2018-06-27, 18:24:56
RE: ItemManager 2.0 - by Bigin - 2018-06-27, 19:30:39
RE: ItemManager 2.0 - by Bigin - 2018-09-03, 00:08:46
RE: ItemManager 2.0 - by JAKE - 2018-09-03, 01:21:01
RE: ItemManager 2.0 - by Bigin - 2018-09-03, 03:20:56
RE: ItemManager 2.0 - by JAKE - 2018-09-04, 02:12:48
RE: ItemManager 2.0 - by Bigin - 2018-09-04, 03:03:59
RE: ItemManager 2.0 - by JAKE - 2018-09-04, 06:18:02
RE: ItemManager 2.0 - by Bigin - 2018-09-04, 06:33:12
RE: ItemManager 2.0 - by JAKE - 2018-09-04, 07:02:10
RE: ItemManager 2.0 - by Bigin - 2018-09-04, 18:57:23
RE: ItemManager 2.0 - by Fabmue - 2018-09-19, 21:25:24
RE: ItemManager 2.0 - by Bigin - 2018-09-19, 21:42:41
RE: ItemManager 2.0 - by Fabmue - 2018-09-19, 22:00:02
RE: ItemManager 2.0 - by JAKE - 2018-09-21, 02:58:07
RE: ItemManager 2.0 - by Bigin - 2018-09-21, 03:51:09
RE: ItemManager 2.0 - by JAKE - 2018-09-21, 05:09:06
RE: ItemManager 2.0 - by Bigin - 2018-09-21, 03:37:49
RE: ItemManager 2.0 - by Bigin - 2018-09-21, 06:11:12
RE: ItemManager 2.0 - by JAKE - 2018-09-24, 20:27:47
RE: ItemManager 2.0 - by Bigin - 2018-09-25, 02:17:36
RE: ItemManager 2.0 - by Bigin - 2018-09-21, 16:12:43
RE: ItemManager 2.0 - by PGK37 - 2019-01-24, 05:06:06
RE: ItemManager 2.0 - by Bigin - 2019-01-24, 13:41:25
RE: ItemManager 2.0 - by PGK37 - 2019-01-24, 18:45:13
RE: ItemManager 2.0 - by Bigin - 2019-01-24, 20:22:13
RE: ItemManager 2.0 - by PGK37 - 2019-01-24, 20:47:50
RE: ItemManager 2.0 - by Bigin - 2019-01-24, 21:12:34
RE: ItemManager 2.0 - by PGK37 - 2019-01-24, 21:20:46
RE: ItemManager 2.0 - by Bigin - 2019-01-24, 21:51:30
RE: ItemManager 2.0 - by PGK37 - 2019-01-24, 23:14:52
RE: ItemManager 2.0 - by Bigin - 2019-01-24, 23:44:29
RE: ItemManager 2.0 - by PGK37 - 2019-01-25, 01:52:54
RE: ItemManager 2.0 - by PGK37 - 2019-01-25, 02:38:56
RE: ItemManager 2.0 - by Bigin - 2019-01-25, 03:01:16
RE: ItemManager 2.0 - by Felix - 2020-04-25, 07:37:33
RE: ItemManager 2.0 - by Bigin - 2020-04-25, 15:33:00
RE: ItemManager 2.0 - by Felix - 2020-04-26, 06:03:53
RE: ItemManager 2.0 - by Bigin - 2020-04-26, 07:06:56
RE: ItemManager 2.0 - by Felix - 2020-04-26, 19:45:03
RE: ItemManager 2.0 - by Bigin - 2020-04-26, 22:21:34
RE: ItemManager 2.0 - by Felix - 2020-04-27, 00:52:33
RE: ItemManager 2.0 - by Bigin - 2020-04-27, 01:19:55
RE: ItemManager 2.0 - by Felix - 2020-04-27, 03:09:12
RE: ItemManager 2.0 - by Bigin - 2020-04-27, 15:41:56
RE: ItemManager 2.0 - by Felix - 2020-04-27, 19:56:03
RE: ItemManager 2.0 - by Felix - 2020-04-28, 00:21:41
RE: ItemManager 2.0 - by Bigin - 2020-04-28, 01:06:18
RE: ItemManager 2.0 - by Felix - 2020-04-28, 02:26:08
RE: ItemManager 2.0 - by Bigin - 2020-04-28, 03:29:04
RE: ItemManager 2.0 - by Felix - 2020-04-28, 03:59:07
RE: ItemManager 2.0 - by Bigin - 2020-04-28, 04:43:07
RE: ItemManager 2.0 - by Felix - 2020-04-28, 05:16:15
RE: ItemManager 2.0 - by Bigin - 2020-04-28, 15:05:14
RE: ItemManager 2.0 - by Felix - 2020-04-28, 22:00:30
RE: ItemManager 2.0 - by Bigin - 2020-04-28, 22:35:46
RE: ItemManager 2.0 - by Felix - 2020-04-30, 04:02:33
RE: ItemManager 2.0 - by Bigin - 2020-04-30, 04:41:10
RE: ItemManager 2.0 - by Felix - 2020-04-30, 06:08:28
RE: ItemManager 2.0 - by Bigin - 2020-04-30, 11:24:45
RE: ItemManager 2.0 - by Felix - 2020-04-30, 16:13:03
RE: ItemManager 2.0 - by Bigin - 2020-04-30, 17:04:32
RE: ItemManager 2.0 - by Felix - 2020-04-30, 19:06:19
RE: ItemManager 2.0 - by Felix - 2020-05-01, 19:37:27
RE: ItemManager 2.0 - by Bigin - 2020-05-01, 21:03:20
RE: ItemManager 2.0 - by Felix - 2020-05-01, 21:45:34
RE: ItemManager 2.0 - by Felix - 2020-05-03, 19:34:44
RE: ItemManager 2.0 - by Bigin - 2020-05-03, 21:25:43
RE: ItemManager 2.0 - by Felix - 2020-05-03, 22:13:06
RE: ItemManager 2.0 - by Bigin - 2020-05-03, 22:28:37
RE: ItemManager 2.0 - by Felix - 2020-05-03, 22:38:11
RE: ItemManager 2.0 - by Bigin - 2020-05-03, 22:47:37
RE: ItemManager 2.0 - by Felix - 2020-05-03, 23:07:12
RE: ItemManager 2.0 - by Bigin - 2020-05-03, 23:56:21
RE: ItemManager 2.0 - by Felix - 2020-05-13, 05:16:48
RE: ItemManager 2.0 - by Felix - 2020-05-13, 05:33:39
RE: ItemManager 2.0 - by Bigin - 2020-05-13, 14:55:21
RE: ItemManager 2.0 - by Felix - 2020-05-13, 21:17:55
RE: ItemManager 2.0 - by Felix - 2020-05-13, 21:24:23
RE: ItemManager 2.0 - by Bigin - 2020-05-14, 00:48:52
RE: ItemManager 2.0 - by Felix - 2020-05-14, 19:14:48
RE: ItemManager 2.0 - by Bigin - 2020-05-14, 21:07:58
RE: ItemManager 2.0 - by Felix - 2020-05-18, 06:31:32
RE: ItemManager 2.0 - by Felix - 2020-05-20, 17:27:50
RE: ItemManager 2.0 - by Bigin - 2020-05-21, 22:59:43
RE: ItemManager 2.0 - by Felix - 2020-06-15, 17:26:51
RE: ItemManager 2.0 - by Bigin - 2020-06-15, 17:34:56
RE: ItemManager 2.0 - by Felix - 2020-07-24, 03:39:40
RE: ItemManager 2.0 - by Bigin - 2020-07-24, 04:24:18
RE: ItemManager 2.0 - by Felix - 2020-07-24, 04:35:26
RE: ItemManager 2.0 - by Felix - 2020-08-07, 04:38:16
RE: ItemManager 2.0 - by Bigin - 2020-08-07, 15:33:56
RE: ItemManager 2.0 - by Felix - 2020-08-07, 18:25:28
RE: ItemManager 2.0 - by Bigin - 2020-08-10, 15:30:24
RE: ItemManager 2.0 - by Bigin - 2020-08-10, 16:45:29
RE: ItemManager 2.0 - by Felix - 2020-08-11, 07:09:31
RE: ItemManager 2.0 - by Bigin - 2020-08-11, 14:30:27
RE: ItemManager 2.0 - by Felix - 2020-08-11, 07:10:58
RE: ItemManager 2.0 - by Bigin - 2020-08-11, 14:22:21
RE: ItemManager 2.0 - by Felix - 2020-08-11, 20:28:06
RE: ItemManager 2.0 - by Bigin - 2020-08-11, 20:42:45
RE: ItemManager 2.0 - by Felix - 2020-08-12, 07:15:53
RE: ItemManager 2.0 - by Bigin - 2020-08-12, 16:55:11
RE: ItemManager 2.0 - by Felix - 2020-08-17, 07:47:05
RE: ItemManager 2.0 - by Felix - 2020-08-17, 07:47:42
RE: ItemManager 2.0 - by Bigin - 2020-08-17, 19:50:28
RE: ItemManager 2.0 - by Felix - 2020-08-18, 01:50:40
RE: ItemManager 2.0 - by Felix - 2020-08-18, 03:10:33
RE: ItemManager 2.0 - by Bigin - 2020-08-18, 15:11:17
RE: ItemManager 2.0 - by Felix - 2020-08-24, 05:51:41
RE: ItemManager 2.0 - by Felix - 2020-08-24, 16:07:20
RE: ItemManager 2.0 - by Bigin - 2020-08-24, 16:51:29
RE: ItemManager 2.0 - by Bigin - 2020-08-24, 19:01:19
RE: ItemManager 2.0 - by Felix - 2020-08-25, 07:32:03
RE: ItemManager 2.0 - by Bigin - 2020-08-25, 17:08:31



Users browsing this thread: 2 Guest(s)