Modifies FeedUpdateJob to keep track of the most frequent words and add them to the database. This information can also be viewed by a user using the new Trending page, which can be accessed through /trending or the more tools page.
administrator2019-04-18 09:20
Hey Tim,
Thanks for the patch! Please update it according to the coding guideline issues mentioned when we met. That is, move in-line and document level styles to the main external style, use C-style comments for multi-line comments. Also, I couldn't get the patch to apply as is, so maybe test on a fresh clone your next patch.
Best,
Chris
administrator2019-05-03 08:13
Hey Tim,
my-3.patch looks good. It applied no problem to my local version and seems to work as advertised. I am doing a little more testing and should push it shortly.
Best,
Chris
administrator2019-05-14 10:59
Fixed with 6c82c66b4103a. Hey Tim, thanks for your work on this. Please check out the changes that have been done since your original patch.
Modifies FeedUpdateJob to keep track of the most frequent words and add them to the database. This information can also be viewed by a user using the new Trending page, which can be accessed through /trending or the more tools page.
Hey Tim,
Thanks for the patch! Please update it according to the coding guideline issues mentioned when we met. That is, move in-line and document level styles to the main external style, use C-style comments for multi-line comments. Also, I couldn't get the patch to apply as is, so maybe test on a fresh clone your next patch.
Best, Chris
Hey Tim,
my-3.patch looks good. It applied no problem to my local version and seems to work as advertised. I am doing a little more testing and should push it shortly.
Best, Chris
Fixed with 6c82c66b4103a. Hey Tim, thanks for your work on this. Please check out the changes that have been done since your original patch.
Best,
Chris
Attachments:
my.patch
my-2.patch
my-3.patch