{"id":45897731,"url":"https://github.com/sk-ys/redmine_enhanced_ux","last_synced_at":"2026-02-27T21:35:48.429Z","repository":{"id":258018089,"uuid":"871283074","full_name":"sk-ys/redmine_enhanced_ux","owner":"sk-ys","description":"This is a plugin for Redmine. This plugin is designed to improve the user experience within Redmine by providing various usability enhancements.","archived":false,"fork":false,"pushed_at":"2026-02-01T10:48:52.000Z","size":1493,"stargazers_count":16,"open_issues_count":22,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-01T13:42:31.280Z","etag":null,"topics":["redmine","redmine-plugin"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sk-ys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sk-ys","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-10-11T16:22:16.000Z","updated_at":"2026-02-01T02:34:12.000Z","dependencies_parsed_at":"2025-10-31T00:07:30.456Z","dependency_job_id":"9d8e290f-ae14-490d-bfd7-dcf10a15cf06","html_url":"https://github.com/sk-ys/redmine_enhanced_ux","commit_stats":null,"previous_names":["sk-ys/redmine_enhanced_ux"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/sk-ys/redmine_enhanced_ux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sk-ys%2Fredmine_enhanced_ux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sk-ys%2Fredmine_enhanced_ux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sk-ys%2Fredmine_enhanced_ux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sk-ys%2Fredmine_enhanced_ux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sk-ys","download_url":"https://codeload.github.com/sk-ys/redmine_enhanced_ux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sk-ys%2Fredmine_enhanced_ux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29915345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["redmine","redmine-plugin"],"created_at":"2026-02-27T21:35:47.656Z","updated_at":"2026-02-27T21:35:48.423Z","avatar_url":"https://github.com/sk-ys.png","language":"HTML","funding_links":["https://github.com/sponsors/sk-ys"],"categories":[],"sub_categories":[],"readme":"# Redmine Enhanced UX Plugin\n\n## Overview\n\nThis is a plugin for Redmine. This plugin is designed to improve the user experience within Redmine by providing various usability enhancements.  \n\u003ca href=doc/images/issue_index_example.png\u003e\u003cimage src=doc/images/issue_index_example.png width=300\u003e\u003c/a\u003e\n\u003ca href=doc/images/issue_example.png\u003e\u003cimage src=doc/images/issue_example.png width=300\u003e\u003c/a\u003e\n\n## Features\n\n- Additional JavaScript and CSS resources are loaded to enhance the visual aspects of the interface.\n- Each enhancement feature can be individually enabled or disabled, allowing administrators to fine-tune the experience via the plugin settings.\n- All enhancements are compatible with [Redmine ViewCustomize](https://github.com/onozaty/redmine-view-customize) plugin, allowing you to directly use the source code by copying and pasting it.\n    - Source code is stored in the following directories\n        - [app/views/enhanced_ux](app/views/enhanced_ux) (*.html.erb)\n        - [assets/javascripts](assets/javascripts) (*.js)\n        - [assets/stylesheets](assets/stylesheets) (*.css)\n\n### Feature Details\n\n#### Module-Specific Customization\n\n##### Issue Index View Customization\n\n- Custom issue list - Enhance the issue list view to keep list headers fixed with CSS ( position: sticky ), seamless updates using AJAX to avoid page reloads, and a compact criteria box for improved usability.\n- Fuzzy timestamps formatter - Convert absolute timestamps in the issue list to human-readable relative time formats (e.g., \"2 hours ago\", \"yesterday\", \"1 week ago\").\n\n##### Issue View Customization\n\n- Custom issue - Customize issue views with additional fields and options, including tab display, Side By Side mode, and Quick note feature (also compatible with [RedmineRT](https://github.com/MayamaTakeshi/redmine_rt)). A settings panel was added in v.1.1.0. The settings panel can be opened from the action menu in the top right of the issue page.\n- Copy issue form link with data - Copy a link to an issue form while retaining its current data.\n- Issue attributes to link - Convert issue attributes to clickable links.\n- Scroll to top or bottom - Add quick scroll buttons to navigate to the top or bottom of the page.\n\n##### Issue Gantt View Customization\n\n- Custom gantt chart - Enhance the issue Gantt chart with seamless updates using AJAX to avoid page reloads, including a compact criteria box and other usability improvements.\n- Enhanced gantt entry click function - Improve click interactions on the Gantt chart for better usability and enhance performance for faster response times.\n\n##### Other View Customizations\n\n- Custom roadmap and version - Adjust the roadmap and version views for seamless updates using AJAX, CSS (position: sticky) for header fixation, and other usability enhancements.\n- Custom calendar - Enhance calendar functionality with drag-and-drop movement of elements, a compact criteria box.\n- Custom issue note list - Enhance the Custom issue note list plugin (currently in development at  [https://github.com/sk-ys/redmine\\_issue\\_note\\_list](https://github.com/sk-ys/redmine_issue_note_list)).\n- Local storage manager - Adds the ability to view and delete values stored in the browser's local storage to the \"My account\" page.\n\n#### Wiki Customization\n\n- Add copy button to the pre block - Add a button to copy the contents of pre blocks easily.\n- Enhanced list button - Improve the ordered / unordered list button, including changing hierarchy levels with the Tab key, and automatically adding hierarchy markers when adding lines with the Enter key.\n- Image insertion modal - Provide a modal for easier image insertion in wiki pages.\n- Insert attachment tag - Quickly insert attachment tag in wiki pages.\n- Responsive table scroll - Make tables in wiki pages scrollable for better viewing on smaller screens.\n\n#### Global Customization\n\n- Compact notice bar - Display a compact notice bar for a cleaner interface.\n- Direct edit on issue list - Allow direct editing of issues from the list view, extending the context menu.\n- Fix tooltip position - Correct tooltip positioning for better visibility.\n- Popup anywhere - Enable popups for various internal links with Ctrl + Click.\n- Show only opened issues - Filter the issue list to show only open issues using a checkbox.\n- Simple menu bar - Simplify the top menu and application menu for a more compact experience.\n- Two pane mode - Split the screen into two panes for easier multitasking.\n- Auto reload - Automatically reload the page at the specified interval. Supports URL parameter `auto_reload` to enable auto-reload with a custom interval (e.g., `?auto_reload=0.5` for 30-second intervals).\n- Fixes for RTL design - RTL design fixes for some pages (excluding Gantt chart).\n\n## Installation\n### When using git\n1. Clone this repository to your Redmine plugins directory.\n    ```\n    cd YOUR_REDMINE_DIRECTORY/plugins\n    git clone https://github.com/sk-ys/redmine_enhanced_ux.git\n    ```\n2. Restart Redmine.\n\n### When not using git\n1. Download zip file from the [release page](https://github.com/sk-ys/redmine_enhanced_ux/releases) or the [latest main repository](https://github.com/sk-ys/redmine_enhanced_ux/archive/refs/heads/main.zip). \n2. Extract the ZIP file to your Redmine plugin directory. The name of the unzipped directory must be `redmine_enhanced_ux`.\n3. Restart Redmine.\n\n## Uninstallation\n1. Navigate to your Redmine plugin directory.\n2. Delete the directory for this plugin.\n   ```\n   rm -r redmine_enhanced_ux\n   ```\n3. Restart Redmine.\n\n## Usage\n\nOnce installed, the plugin automatically enhances the user interface.\n\n### Configuration\n\nTo access the plugin's settings:\n\n1. Navigate to **Administration** → **Plugins**.\n2. Click on **Configure** under the \"Redmine Enhanced UX Plugin\" entry.\n\n## Compatibility\n\n### Redmine\n\n- Redmine 5.1 (Note: This plugin has been tested with Redmine 5.1 only.)\n\n### Theme\n\n- Default\n- Alternate\n- Classic\n- [Bleuclair](https://github.com/farend/redmine_theme_farend_bleuclair)\n\n## Support\n\nIf you encounter any issues or have suggestions for further improvements, feel free to open an issue in this repository.\n\n## License\n\nThis plugin is released under the GPL 2.0 License. See the `LICENSE` file for more details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsk-ys%2Fredmine_enhanced_ux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsk-ys%2Fredmine_enhanced_ux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsk-ys%2Fredmine_enhanced_ux/lists"}