AliReza Tofighi
AliReza Tofighi
I think we should add `num_deleted_posts` and `num_unapproved_posts` to topics table and `num_deleted_posts`, `num_unapproved_posts`, `num_deleted_topics` and `num_unapproved_topics` to forums table...
- when you delete a post, the likes of the post should be deleted... - when you delete a topic, the poll of the topic should be deleted...
We should add `public/assets/css/main.min.css`, `public/assets/css/rtl.min.css`, `public/assets/js/main.js.min.map`, `public/assets/js/vendor.js.min.map`, `public/assets/js/main.min.js` and `public/assets/js/vendor.min.js` to `.gitignore`... these files make merge conflicts usually and we don't use them now... (https://github.com/mybb/mybb2/blob/master/resources/views/footer/footer.twig#L17-L18 & https://github.com/mybb/mybb2/blob/master/resources/views/partials/headerinclude.twig#L7,L9 )
Admin can't add a participant if there is a `,` in his username..
I use tileserver-gl as an internal service on kubernetes, I need to monitor the service metrics, number of requests received for each style, response time of vector and raster tiles...
With this change, the browser detect the direction of each element of editor, so If we write in RTL language in a paragraph, the direction change automatically to RTL for...