Permalink
Please
sign in to comment.
Browse files
* fixed feedback replies so only the related parties can see the rep…
…ly to feedback button * added view and post feedback user permissions * redesigned how private comments are displayed on the Trader Feedback page * fixed bugs where reporting trader feedback wasn't working properly * last editor of a feedback is now shown in the edit history * fixed behaviour/crashes in the MCP where report details tabs were being shown incorrectly * closing and deleting feedback reports now correctly mimics phpBB behaviour * closing/deleting feedback reports in the MCP now shows up in the moderator log * when creating a topic in a forum with only one BST option, the option is now shown
- Loading branch information
Showing
with
1,068 additions
and 313 deletions.
- +17 −7 CHANGELOG.md
- +155 −119 Controller/Trader.php
- +83 −7 Event/TraderListener.php
- +43 −3 README.md
- +262 −82 Service/RatingsManager.php
- +1 −1 composer.json
- +20 −2 language/en/common.php
- +1 −1 language/fr/common.php
- +5 −0 mcp/mcp_trader_info.php
- +237 −0 mcp/mcp_trader_module.php
- +42 −14 migrations/release_0_0_1.php
- +1 −1 styles/all/template/event/acp_forums_normal_settings_append.html
- +18 −23 styles/all/template/event/posting_editor_subject_after.html
- +6 −6 styles/prosilver/template/TraderFeedback.html
- +3 −1 styles/prosilver/template/event/memberlist_view_user_statistics_after.html
- +9 −2 styles/prosilver/template/event/viewtopic_body_postrow_custom_fields_after.html
- +81 −0 styles/prosilver/template/mcp_report_details.html
- +23 −43 styles/prosilver/template/mcp_trader_reports.html
- +13 −0 styles/prosilver/template/report_feedback_form.html
- +33 −0 styles/prosilver/template/trader.js
- +15 −1 styles/prosilver/template/view_user_feedback.html
@@ -1,9 +1,19 @@ | ||
August 7, 2014 | ||
* 0.0.1 (2015-xx-xx) | ||
|
||
Changed the logic so that the rating given to other users is the summations of all feedback, where if User A has given User B more +1 Feedbacks than -1 Feedbacks, then User A will rate B positively. More -1 Feedbacks than +1 Feedbacks will result in a negative rating. | ||
* 2015-01-19 | ||
* fixed feedback replies so only the related parties can see the reply to feedback button | ||
* added view and post feedback user permissions | ||
* redesigned how private comments are displayed on the Trader Feedback page | ||
* fixed bugs where reporting trader feedback wasn't working properly | ||
* last editor of a feedback is now shown in the edit history | ||
* fixed behaviour/crashes in the MCP where report details tabs were being shown incorrectly | ||
* closing and deleting feedback reports now correctly mimics phpBB behaviour | ||
* closing/deleting feedback reports in the MCP now shows up in the moderator log | ||
* when creating a topic in a forum with only one BST option, the option is now shown | ||
|
||
Added configuration option on ACP to set what kind of trades are permitted on per forum basis | ||
|
||
August 11, 2014 | ||
|
||
Updated feedback image | ||
* 2014-08-11 | ||
* updated feedback image | ||
|
||
* 2014-08-07 | ||
* changed the logic so that the rating given to other users is the summations of all feedback | ||
* added configuration option on ACP to set what kind of trades are permitted on per forum basis |

Oops, something went wrong.
0 comments on commit
fb1f2ca