Search
Results (12433)
- Defect #32438 (Closed): Update the public site www.redmine.org ti latest release
- This because we can have a realistic feedback on some issues that is difficult to reproduce (for example #32314, #31241 etc)
- Feature #32436 (Closed): Add support for grouping by issue on timelog view
- We can view how many hours we spend for the target issue and its child issues in timelog view (@/projects/${PROJECT}/time_entries?set_filter=1&f[]=issue_id&op[issue_id]=~&v[issue_id][]=${ISSUE_ID}@). If we can group by issue, we can confirm how many hours we spend for each issue in the view easily. It's useful to analysis which issue was heavy. The attached patch implements this feature.
- Patch #32435 (Closed): Change Russian translation for "Submit"
- Now the “Apply” button (on the “Update” issue page) is translated to Russian as «Принять» ... myself and attach it here, please attach one.
- Patch #32432 (Closed): Avoid class name overlap that causes TypeError on `rake test:system test`
- Running test via `rake test:system test` errs ... d! TypeError: superclass mismatch for class IssuesTest .../redmine/test/integration/issues_test.rb:22:in `<top (required)>' .../activ ... ss names that overlap with integration tests.
- Patch #32431 (Closed): Invalid association IssueCustomField#issue_custom_values
- This "hm:t :issue_custom_values" association has been defined ... , but actually neither an association named :issue_custom_values nor a model named IssueCustomValue have appeared in the history. ... eRecord error: <pre> $ bundle e rails r 'IssueCustomField.new.issues' Traceback (most recent call last): 16: ... /associations/builder/association.rb:108:in `issues' 4: from .../activerecord-5.2.3/lib/acti ... _validity!': Could not find the association :issue_custom_values in model IssueCustomField (ActiveRecord::HasManyThroughAsso ... hed patch just removes this dead association.
- Defect #32430 (Closed): Can't delete project in Redmine 4.0.3
- Hi All, i login redmine as administrator, th ... the error. I have no idea how to fix this issue, please give me some hint. I appreciate your ... /pre> Do you have any idea for this?
- Feature #32426 (New): Search from journal for ... alue of specific field during specific period
- Currently the query filter set can only search the last value of the fields of issues. And the filter "Updated" can only search ... r: query: updated + fieldvalue at that time
- Feature #32424 (Closed): CommonMark Markdown Text Formatting
- This patch introduces a new text formatting n ... et is uncertain. Few excerpts from a "GitHub issue":https://github.com/vmg/redcarpet/issues/429 , a year ago: > Commonmark won't be ... formatter solves a number of currently open issues regarding the RedCarpet based _Markdown_ Fo ... esponding localized versions are available.
- Defect #32422 (Closed): Textile indentation does not work in the preview tab
- I entered the following textile in the issue description field and confirmed to the previ ... 1px solid #ccc;}actual_not_show_indent.png!
- Defect #32420 (Needs feedback): Issue redirect after login not working
- I am seeing issues with redirects after login. When I go to an issue URL while logged out I expect to be redirected to the issue after logging in. I'm seeing this on. Steps to reproduce: * log out * go to /issues/12345 ** I get redirected to /login?back_url=http%253A%252F%252Fissues.afinedevelopment.com%252Fissues%252F12345 * log in ** I get redirected to /my/page ** expecting to be /issues/12345 MacOS / Chrome 77.0.3865.90 Env ... 1.0.3 redmine_multiprojects_issue 4.0.0 redmine_open_links_in_new_window ... heme_changer 0.4.0 Thanks, James
- Defect #32416 (Closed): Visual editor preview "No route matches"
- Hi, When I write a page (wiki, knowledge b ... help me please ? Thank you. Best regards
- Defect #32411 (Closed): How to just send notifications, but not email?
- i just want to receive the red button notific ... me. how to do that? can you help me? !!
- Feature #32406 (Closed): [ISSUE RELATIONS] Add several relations at a time
- For the moment the relations can be added one ... , sending an array of relations, for example.
- Defect #32404 (New): Group results is different between MySQL and PostgreSQL
- Recently we've migrated a huge DB from MySQL ... ciated since many of our users want to group issues by assignee to find unassigned issues. Also it would be nice if Redmine works con ... PostgreSQL </pre> Thank you.
- Patch #32400 (Closed): Remove unused i18n key "button_duplicate"
- It has not been used since r8552, when the time the feature to "duplicate" an issue was unified into "copy".
- Feature #32399 (New): Drop support for migrating from Trac or Mantins
- In the last 3 or 4 years there were no improv ... ved a lot. Also, there are at least 45 "open issues":http://www.redmine.org/projects/redmine/issues?utf8=%E2%9C%93&set_filter=1&f%5B%5D=status_ ... "14":http://www.redmine.org/projects/redmine/issues?utf8=%E2%9C%93&set_filter=1&f%5B%5D=status_ ... o drop support for those 2 migration scripts.
- Feature #32379 (Closed): comparison table
- I am comparing issue tracking system such as Redmine, trac, Manti ... able to convince your advantage? Thanks.
- Defect #32376 (Closed): error 500 on profiles
- whe i click on user profile.. got internal error 500
- Feature #32372 (New): Preview the file content when importing CSV file
- When importing data from a CSV file, Redmine ... ;}.ImportsController-settings-preview@2x.png!
- Patch #32370 (New): Action menu on issues details should not flip with the history order
- By now, when one choose @reverse chronological order@ to display the history of an issue the action menu flips to the top between the issue and the history. Since the action menu isn't ... ould always stay on the bottom of the view.
- Feature #32360 (New): Option to show only open or closed issues in Roadmap
- In Roadmap page, it is difficult to find open issues when a version has hundreds of issues. One good example is Roadmap page of www ... . The target version 4.1.0 has more than 240 issues in the list, of which 6 are open. It is impossible for me to find open issues at a glance. In addition, the page is very ... has checkboxes to show/shide open or closed issues in the sidebar. !{width: 981px; border: 1px solid #ccc;}.open-closed-checkboxes@2x.png!
- Patch #32359 (Closed): Markdown: Fix sections parsing with code blocks
- When there are spaces present between the cod ... regular expression that is used more lenient.
- Patch #32353 (Closed): Bulgarian translation
- Translated several strings. Related issues: #17840, #29482, #31355, #32302.
- Feature #32350 (New): Show each project as card in the projects board
- I would like to propose a redesign of the pro ... "Add new <item>" Any feedback is welcome.
- Defect #32328 (Closed): markdown include and some macros does not works in stable release
- i used stable release and <pre> !{{include(Foo)}} </pre> does not work in markdown