Project

General

Profile

Search

Results (31866)

Defect #37659 (Closed): Cannot access mercurial repositories
I have a running but old redmine configuratio ... revision was not found in the repository'_. 2022-09-09 16:34
Help: RE: Postgresql query to filter with CF
this was resolved with help of https://www.redmine.org/issues/27875 2022-09-08 14:05
Help: Unable to update users after migration - Error 500
Hi everyone I migrated from Redmine 3.4.4 ... rything and also searched around for similar issues with no success. Any help is highly appreci ... edmine_ckeditor 1.2.3 </pre> 2022-09-08 10:57
Open discussion: RE: daily minimum, maximum and average
You've posted to the wrong site. This is the forum for the Redmine project-management and issue-tracking software which, by default, doesn't ... u should probably head over to another forum. 2022-09-06 15:24
Help: RE: Installing Parabola on Libreboot wi ... /dev/matrix/rootvol not found. Skipping fsck"
You've posted to the wrong site. This is the forum for the Redmine project-management and issue-tracking software. You should probably head ... .nu/projects/parabola-community-forum/boards. 2022-09-06 15:23
Help: RE: Issues after upgrade from 3.4.5 to 4.1.1
I have the same issue with 4.2.7 and @ActionController::Routing ... m 3.x.x to 4.2.7 recently, is this a caching issue with users accessing the new version for the ... re referenced in the code... so cache i guess 2022-09-06 08:44
Patch #37636 (Closed): Ignore statuses if workflow only defines identity transition
When editing workflow transitions, we are imp ... of statuses in use by a tracker in @Tracker#issue_statuses@ As the checkboxes for the ident ... atus to a different status. Note that for issues, the current status of an issue is generally still allowed. This is ensured by a custom rule for the @initial_status@ in @Issue#new_statuses_allowed_to@. Thus, the identity ... uired to be in the database for this to work. 2022-09-01 20:57
Defect #37635 (Closed): Respect Role#consider_workflow? when checking for allowed status transitions
When defining workflow rules for a role and t ... y roles which have at least one of the @edit_issues@ or @add_issue@ permissions can have any workflows. We chec ... t). Currently, when checking for the allowed issue statuses in @Issue#new_statuses_allowed_to@ (which is used to validate possible new issue statuses for an issue), we do not take into account if the defined ... flow transitions for other roles are ignored. 2022-09-01 20:49
Feature #37634 (Closed): Export spent time report as PDF
I guess this plugin doesnt work for redmine 5 ... ut couldn't start redmine with this plugin. 2022-09-01 17:19
Help: Postgresql query to filter with CF
Hi, I have an external reporting wich built ... y (CF 134 below). While checking the table (issues) all custom fileds values are stored in one ... = '134' and customized_id in (select id from issues where tracker_id = '42' and created_on >= ' ... sc;@ Any guidance will be much appreciated 2022-09-01 10:45
Defect #37633 (Closed): API create issue relation method returns "406:Not Acceptable" error
I tried to create issue relation by Curl, but it failed. Could you ... H "X-Redmine-API-Key: xxx" http://ServerName/issues/1880736/relations.json </pre> rel.json <pre> { "relation": { "issue_to_id": "1880711", "relation_ty ... en replaced by xxx. <pre> Started POST "/issues/1880736/relations.json" for 127.0.0.1 at 2022-09-01 15:52:18 +0900 Processing by IssueRelationsController#create as JSON Parameters: {"relation"=>{"issue_to_id"=>"1880711", "relation_type"=>"follows", "delay"=>0}, "issue_id"=>"1880736"} Current user: xxx (id=xxx ... 15.1ms) ActionController::UnknownFormat (IssueRelationsController#create is missing a templ ... cation/json"] request.variant: []): </pre 2022-09-01 09:04
Help: Redmine operation speed is abnormally slow
*Server Information* OS : WindowsServer 2008 ... an unusually long time to register, edit an issue, or upload or download a file. We also shar ... g time. Can I know the cause? thank you 2022-09-01 07:14
Feature #37627 (New): Add hook on versions form
Hello, On redmine we have hook on issue form, project form but not on version form. Can you add it ? Thanks 2022-08-31 14:57
Defect #37626 (Closed): Diff of a javascript file in repository module is not displayed with layout
At repository, when viewing differences of a ... sql Database schema version 5.5.41 </pre> 2022-08-31 12:45
Help: Get Error: Email delivery error: end of file reached when execute redmine:send_reminders
I have created issue: #37540 If any one could have a solution, please help. this issue set due day, and assigned to a group that co ... btw, those users only have this over due day issue, Log: <pre> I, [2022-08-31T08:01:04. ... c4bcfa3850 @uri=#<URI::GID gid://redmine-app/Issue/4366>>, #<GlobalID:0x000055c4bcfa3260 @uri=#<URI::GID gid://redmine-app/Issue/4367>>], 0 I, [2022-08-31T08:01:04.987789 # ... c4bcfcdce0 @uri=#<URI::GID gid://redmine-app/Issue/4366>>, #<GlobalID:0x000055c4bcfcd6c8 @uri=#<URI::GID gid://redmine-app/Issue/4367>>], 0 I, [2022-08-31T08:01:05.130486 # ... mine_hearts 2.1.1 redmine_issue_templates 1.1.0 redmine_issues_panel 0.0.5 redmine_logs ... editor 0.27.0 redmine_xlsx_format_issue... 2022-08-31 02:38
Feature #37623 (Closed): Add Parent task filter and column to Spent time
Please, add column "Parent Task" to report "S ... er/2022-08-30_182231_1555x907_vY5KsTtKOQ.png! 2022-08-30 17:26
Lightbox2 Plugin by RedmineX
This plugin is a fork of the great https://ww ... * easy installation * Adds Lightbox2 to issue attachments * Compatible with Redmine 5.x ... !:https://www.redmine-x.com/redmine-lightbox2 2022-08-30 15:22
Feature #37621 (Closed): Add field separator option to CSV export dialog
I would like to add a field separator option ... lue than is expected in Microsoft Office. 2022-08-30 09:53
Patch #37608 (Closed): Check visibility for passed user in IssueQuery.default
In @IssueQuery.default@, you can optionally pass a use ... . Note that this is not a user-observable issue in Redmine right now, since we never pass an explicit user to @IssueQuery.default@ which is thus always @User.cur ... ect though. The attached patch fixes this. 2022-08-25 19:23
Help: RE: How to Create Issue with Hook "controller_issues_new_after_save"
I'm wondering how I can create serveral Issues within the hook. Because @context[:issue].save()@ is executed serveral times but only ... les and store it again? Basically clone the Issue just with a different ID. 2022-08-25 14:10
Defect #37603 (Closed): Missing translation for label_default_queries.for_this_user
In #7360 we introduced default issue queries. Admins can edit the default issue query for other users in Administration -> Users -> [User] -> Default issue query. Here (specifically in @UsersHelper#default_issue_query_options@), we attempt to use the I18n ... It should apply both to trunk and 5.0-stable. 2022-08-24 19:53
Patch #37600 (New): Cache attachments and thumbnails in web browsers
The attached patch adds "max-age" value to "C ... and speed up page loading especially when an issue or a Wiki page has dozens of inline images a ... users attach about 100 or more images to an issue. Even if they access the issue again shortly after it was accessed, their b ... eed to frequently revalidate the local cache. 2022-08-24 05:15
Patch #37597 (Closed): Don't create two thumbnails of different resolutions for a single image
Currently, Redmine creates two thumbnail imag ... f thumbnails created when a user accesses an issue or wiki page by half. This means that halves ... expensive Redmine::Thumbnail.generate method. 2022-08-23 08:28
Help: Unable to Create or Edit Projects
Hi all, I recently upgraded Redmine from 4 ... ::Template::Error (undefined method `default_issue_query_id' for #<Project:0x00000214b2b48138> Did you mean? default_issue_query default_issue_query=): [ef2d8e55-909b-4388-8b85-8bc674914 ... 6: <% if @project.safe_attribute?('default_issue_query_id') %> [ef2d8e55-909b-4388-8b85-8bc674914750] 47: <p><%= f.select :default_issue_query_id, project_default_issue_query_options(@project), include_blank: l(:l ... 5-8bc674914750] Has anyone faced the same issue or able to help on this, please? Thank you! 2022-08-23 05:39
Defect #37595 (New): How to prevent users to modify some attributes of the issues they created while issue is still in initial/new state
Users with "Add issues" + "Edit own issues" permission can create issues in "New" state. In the workflow configurati ... r users can modify all the attributes of the issues they've created including required attribut ... eir new requests and no other attributes. 2022-08-22 18:14
(2126-2150/31866)