[GitHub] [roller] adityasharma7 commented on pull request #87: Improved: the UI for the blog entries page

2021-05-17 Thread GitBox
adityasharma7 commented on pull request #87: URL: https://github.com/apache/roller/pull/87#issuecomment-842147779 LGTM. Thanks @ymaheshwari1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [roller] adityasharma7 merged pull request #87: Improved: the UI for the blog entries page

2021-05-17 Thread GitBox
adityasharma7 merged pull request #87: URL: https://github.com/apache/roller/pull/87 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, pleas

[GitHub] [roller] adityasharma7 merged pull request #87: Improved: the UI for the blog entries page

2021-05-17 Thread GitBox
adityasharma7 merged pull request #87: URL: https://github.com/apache/roller/pull/87 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, pleas

[GitHub] [roller] adityasharma7 commented on pull request #87: Improved: the UI for the blog entries page

2021-05-17 Thread GitBox
adityasharma7 commented on pull request #87: URL: https://github.com/apache/roller/pull/87#issuecomment-842147779 LGTM. Thanks @ymaheshwari1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [roller] mbien opened a new pull request #88: Small performance improvements

2021-05-17 Thread GitBox
mbien opened a new pull request #88: URL: https://github.com/apache/roller/pull/88 Noticed that the cache copies its contents twice since flush() + close() are used in sequence in the entire codebase. CachedContent.close() will now only update the content if something changed. + add