Elan Ruusamäe

Results 477 issues of Elan Ruusamäe

Add markdown rendering via prosemirror to get WYSIWYM experience: - https://prosemirror.net/examples/markdown/ ![image](https://user-images.githubusercontent.com/199095/112348459-848f4480-8cd0-11eb-87a7-85249ded0440.png) Note: this is a help wanted issue, pick something from the tasks below and contribute! ---- The changes...

enhancement
Hacktoberfest

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...

enhancement
feature request
Hacktoberfest

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...

enhancement

![2015-10-19_15 49 46-screenshot](https://cloud.githubusercontent.com/assets/199095/10578168/1fdd728c-7679-11e5-9faa-efb595cefc3c.png)

enhancement
feature request

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)

enhancement
feature request

Seems weird to require close message, if it is not notified. ![image](https://user-images.githubusercontent.com/199095/54185103-e3e6d700-44b0-11e9-9183-ea0a7339cb23.png) @balsdorf what you think to simplify the ui, if close message is not provided, note/email is not created...

enhancement
feature request

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?