Elan Ruusamäe
Elan Ruusamäe
Add markdown rendering via prosemirror to get WYSIWYM experience: - https://prosemirror.net/examples/markdown/  Note: this is a help wanted issue, pick something from the tasks below and contribute! ---- The changes...
there should be some (client side?) protection to avoid double posts. sometimes when eventum lags or you not sure if you clicked properly, or just stupid habit of double-clicking, you...
currently there are two users created to system (one inactive) both hashes can be resolved quickly via rainbow tables from internet search best is to solve this by creating admin...

add support for [github style Task Lists](https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments) optionally control issue's "percentage complete" status field (or make it to be controlled via workflow)
Seems weird to require close message, if it is not notified.  @balsdorf what you think to simplify the ui, if close message is not provided, note/email is not created...
I'd like to have `mentioned on` feature in Eventum. Similar to what JIRA has: - https://developer.atlassian.com/server/jira/platform/jira-rest-api-for-remote-issue-links/ - https://developer.atlassian.com/server/jira/platform/using-fields-in-remote-issue-links/ The Same feature exists in GitLab with its internal links being inserted...
currently email is stored in database multiple columns: - `support_email_body.seb_full_email` original - `support_email_body.seb_body` text version ideally should not store full copies, but store `seb_body` parse result as some cache. and...
Idea from https://github.com/tideways/php-xhprof-extension/pull/92 --- As the licensing is unknown, you need to download the class manually to src folder: ``` curl -o src/CachegrindConverter.php https://raw.githubusercontent.com/tideways/php-xhprof-extension/Cachegrind/support/src/CachegrindConverter.php ```
35dff59bdb96fe7a62c0476c7e611085ed7a7e91 removed Profile::getCallgraphNodes method, but it's referred from callgraphDataDot route: - https://github.com/perftools/xhgui/blob/4c2bca3879e28c9c43e5ff64ea89dc1eae5b0102/src/Controller/RunController.php#L365 @markstory can you dig up what is this? and what should be done with this now?