Search
Results (31865)
- Feature #40829 (Closed): Expose project updated_on column and filter in project query
- It is sometimes helpful to query recently cha ... the list of available columns and filters in issue queries. We understand that "updated" for a ... d the difference between the 2 values though.
- Help: RE: Cannot start Redmine, searching for gem 'blankslate'
- Holger Just wrote in message#69835: > An issue can only be assigned to a single version in ... Thanks again for your swift reply! Cheers
- Help: RE: Redmine emails not working properly
- (sorry, hit "send" too early) ... My redm ... Sidekiq(mailers) with arguments: "Mailer", "issue_edit", "deliver_now", {:args=>[#<GlobalID:0x ... he Sidekiq config running. Thanks, Dennis
- Help: RE: Cannot start Redmine, searching for gem 'blankslate'
- An issue can only be assigned to a single version in ... ded of the version:5.1.3 release accordingly.
- Hi there, I have a problem on setting role ... er1 and user2's role permission is 'Edit own issues'. When user1 created a new issue then assigned to user2, user2 will not be able to change the issue's status, priority. etc.. I would like to do this: User1 creates issues then assign to user2 to maintain the issue. The user who has been assigned, and only been assigned, can edit the issue which is not created by himself. How do I set the permission to the role?
- Hello we have currently installed Redmine 4.1 ... mine_ckeditor 1.2.3 redmine_issue_dynamic_edit 0.7.2 redmine_issue_templates 0.3.8 redmine_knowledgeb ... .0.8 scrum 0.20.0
- Defect #40810 (Closed): I want to upgrade lastest version jquery
- I need guide by command line cmd
- Defect #40809 (Needs feedback): context-menu shows out of screen when scrolled down with a lot of issues
- I tested this on my custom theme as well as t ... ply... I think its when there are a lot of issues in the list (>25, I have around 90 on my te ... y sure this exists on the bare bones redmine.
- Patch #40802 (Closed): Support builder 3.3.0
- == Version 3.3.0 * Use BasicObject instead o ... @struct.last[sym] = ret </code></pre>
- Patch #40801 (Closed): Add missing fixture journal_details to JournalsHelperTest
- A test failure occurred as follows: <pre> F ... it because I forgot to seed, but I think the issue is caused by the absence of *journal_details ... unless convert_installed? </code></pre>
- Patch #40798 (Closed): Optimize Version model
- The attached patch improves the performance of several methods in the Version model such as Version#issues_count, FixedIssuesExtension#completed_percent, FixedIssuesExtension#closed_percent, and FixedIssuesExtension#issues_progress. These methods use @count@ method to get the total number of fixed issues in the version. It performs an SQL count qu ... ge has an effect on Gantt as well as Roadmap.
- Help: RE: issue when trying to install redmine-5.1.2 on ubuntu 24.04
- @Holger Just : thanks for the advice ! I'll do that soon !
- Defect #40796 (Closed): CSV option error
- I am running redmine from the docker image. ... istrator/Settings pane. No indication of the issue in the logs.
- Help: RE: Change calendar start date
- That is not possible in Redmine. The calendar shows issues based on their respective start and due dat ... Gantt chart, Roadmap, ... throughout Redmine.
- Hi, The calendar show issues depending on their start dates, but I don't ... d as a start date in the calendar ? Thanks
- Help: RE: issue when trying to install redmine-5.1.2 on ubuntu 24.04
- Thanks for the update and for "opening an accompanying issue":https://github.com/brianmario/mysql2/issues/1369 with the the mysql2 project. (Still ... ontains several functional bugs and security issues which were fixed in the meantime.)
- Defect #40795 (New): Can display 32 bit depth image in exported pdf file
- When I copy & paste or upload a 32 bit depth image into issue, ref it using !! format, and export to pdf f ... 7 additionals 3.0.8 issue_charts 1.3.0_3 redmine_ ... .3.0 redmine_searchable_selectbox 0.1.10
- Help: RE: issue when trying to install redmine-5.1.2 on ubuntu 24.04
- Thanks for the suggestion David. I did handle ... atforms => [:mri, :mingw, :x64_mingw] </pre>
- Help: RE: issue when trying to install redmine-5.1.2 on ubuntu 24.04
- Hello Simo, It looks like you need an experie ... sy setup. -- David https://redminepro.com/
- Redmine Custom Reports
- Redmine plugin to create project reports usin ... data for the report - the number of filtered issues grouped by a column. You can use multiple data series. Issues filtered by ordinary redmine filters. Issue are grouped together on the same field, on h ... use custom fields with type "text" to group.
- Help: RE: Not all filters work in spent time
- The feature works with an unchanged Redmine ( ... tion for incosnsistencies. A common cause of issues such as this is that during an update of yo ... st not be preserved / copied when upgrading
- Help: RE: Incorrect calculation of time spent
- The "Total spent time" column in the table sh ... of all spent time entries for the respective issues and all its sub-issues. The "Spent time" sum above the table however shows the sum of all times logged to just the issues matching the current filter. It should thus ... e. To also include the times spent on sub-issues in the global sum, you have to adapt your issue query to also show the issues in the subprojects.
- Help: RE: issue when trying to install redmine-5.1.2 on ubuntu 24.04
- Any idea ? I'm getting crazy with that ! ;-)) Thnaks for your support
- Defect #40793 (Closed): Not able to fetch redmine tags using API
- We are trying to parse the issues using python-redmine module in python, But ... s but not able to fetch the tags of specific issue. <pre> redmine.issue.filter(tags="tag_name") </pre>
- Hello I have two main projects, Management a ... agement project. I am creating a development issue in this subproject.(Development). I am adding two sub issues in this issue. these sub issues belong to the subprojects in the Development main project. I enter time spent in these sub issues. These entries are not added to the time sp ... nagement. Where could I be doing wrong?