Project

General

Profile

Search

Results (11992)

Defect #40301 (New): Issue - New version: Error when create a version with custom field of "File" type
Following this path: Open existing issue -> Edit -> Target Version -> Create new one ... gins: redmine_dmsf 3.1.3 2024-02-22 15:17
Defect #40293 (Closed): Simple reliable way to host redmine
I do not have much experience with servers an ... on my small dev team is pretty apathetic to issue tracking, so I am taking time to get this go ... quite a bit of overkill though. Thoughts? 2024-02-21 10:18
Defect #40292 (Closed): User Eucaris Josefina ... is) created strange Wiki page (probably SPAM)
"Eucaris Josefina Esis Calderon":https://www. ... ivity could be found on his profile page. 2024-02-21 09:12
Defect #40279 (Closed): [Redmine] Getting error while installing plugins
Hello everyone, I want to highlight a issue that I am getting error while installing plu ... p/crm/installing-crm-on-redmine-bitnami-stack 2024-02-20 07:02
Feature #40277 (New): Set day as non-working for purposes of Precedes and Following relationships
In my opinion Redmine would benefit from the ... ling of Precedes and Following relationships. 2024-02-20 03:52
Defect #40276 (New): Following issues dates do no update when non-working days are updated.
When updating the non-working days administrative option, extant issues set as "Following" do not have their start ... working days: Saturday, Sunday 1. Create an issue to be completed on Thursday. 2. Create an issue that Follows the previous issue, with 0 days' delay (which means that this issue will be done the next day, e.g. Friday) 3. Ensure that in fact, the new issue is correctly set to start and be due on Friday. 4. In `Administration -> Settings -> Issue tracking -> Non-working days` change the set ... day, Saturday. 5. Return to the "Following" issue. Expected results: The "Following" issue should have its start and due dates set to t ... . What actually happens: The "Following" issues' start and due dates have not been updated. ... Redmine plugins: no plugin installed ``` 2024-02-20 02:44
Defect #40270 (Closed): error de funcionalida ... dependencias, interno o externo, radiobutton
2024-02-19 22:37
Feature #40266 (New): Proposal to Include Direct Links to Attached Files in PDF Exports of Issues
I propose implementing a patch to include direct links to attached files when exporting issues to PDF format. This enhancement will improv ... Thank you for considering this improvement. 2024-02-19 14:29
Defect #40262 (Closed): technical issue
My laptop is not booting up.can you help me through troubleshooting steps? 2024-02-19 06:25
Defect #40249 (Closed): Clear filter option is not working properly
while clicking clear filter button , status check box is not cleared 2024-02-18 08:51
Defect #40245 (Closed): Verifica abilitazione accesso RDP Bulgari e Teampass
Buongiorno, potreste verificare se sono ab ... sword che dovrei usare? Grazie, Magdalena 2024-02-16 16:04
Defect #40239 (Closed): Add missing fixtures in Redmine::ApiTest::IssuesTest
The test "POST /issues.xml with watcher_user_ids should create issue with watchers" in Redmine::ApiTest::IssuesTest is failing if we run only this one. We should add the fixture "user_preferences" in the issues_test.rb file. It is due to the new "add_ ... r by default. The author is added to all new issues if we don't load the preferences. 2024-02-15 10:15
Defect #40237 (Closed): Error in autocomplete ... id query parameters: invalid %-encoding (%)`)
If you type a character after `@` in issues, etc., it will auto-complete. If the chara ... } - remoteSearch(getDataSource('issues') + text, function (issues) { + remoteSearch(getDataSource('issues') + encodeURIComponent(text), function (issues) { return cb(issues); }); }, @@ -118 ... dmine plugins: no plugin installed </pre> 2024-02-15 07:43
Defect #40232 (Closed): ERROR 500 when i create an issue
Hello, we have just installed Redmine in port ... attaching the logs. Can you help me. THANKS 2024-02-14 09:49
Patch #40221 (New): Update wiki content related to how to create a custom theme
After we finish the migration to Asset Pipeli ... mple: [[HowTo_create_a_custom_Redmine_theme]] 2024-02-10 11:31
Defect #40214 (Closed): NoMethodError (undefined method `with_advisory_lock!' for class Issue)
When i try to delete an issue the following error occurs: <pre><code cl ... fined method `with_advisory_lock!' for class Issue): [99d242c2-a3dd-47fa-b7fe-c74d164771c9] [ ... fa-b7fe-c74d164771c9] lib/redmine/nested_set/issue_nested_set.rb:185:in `lock_nested_set' [99d ... fa-b7fe-c74d164771c9] lib/redmine/nested_set/issue_nested_set.rb:139:in `destroy_children' [99d242c2-a3dd-47fa-b7fe-c74d164771c9] app/models/issue.rb:251:in `destroy' [99d242c2-a3dd-47fa-b7fe-c74d164771c9] app/controllers/issues_controller.rb:463:in `block in destroy' [99d242c2-a3dd-47fa-b7fe-c74d164771c9] app/controllers/issues_controller.rb:461:in `each' [99d242c2-a3dd-47fa-b7fe-c74d164771c9] app/controllers/issues_controller.rb:461:in `destroy' [99d242c2-a ... hecklists 3.1.22 </code></pre> 2024-02-08 14:37
Patch #40210 (Closed): Remove overrides that ... reaking space (nbsp) to empty option elements
In Redmine forms, a problem occurs where the ... e default value is blank, such as in the new issue form. However, if a non-blank value is selected, saved, and then the edit issue form is reloaded, the blank option is missin ... m blank to another value and registering the issue, when you attempt to change the category bac ... Example 2: Similarly, when creating a new issue with a default version set in the project se ... it does not seem to function properly. This issue does not occur in the Redmine 5.1-stable version and is observed only in the trunk version. 2024-02-08 08:05
Defect #40208 (Closed): An ActionController::RespondToMismatchError occurred in welcome#robots
h2. Problem Requesting the robots file via ... s this change and considers testing too. 2024-02-07 13:21
Defect #40205 (Closed): ThemesTest may fail if a third-party theme having theme.js is installed
ThemesTest fail if a third-party theme having ... ntegration/lib/redmine/themes_test.rb </pre> 2024-02-07 10:47
Patch #40194 (New): Fix error in clear_disabled_fields method when IssuePriority is missing
Hello The clear_disabled_fields method in ... MethodError exception when called, and the IssuePriority model is missing. This occurs due to an attempt to access the id attribute of IssuePriority without verifying its presence. The ... the method gracefully handles the case where IssuePriority is missing by checking for its prese ... cessing its attributes. I propose this patch 2024-02-05 16:57
Defect #40193 (Closed): Performance issue with email address auto-linking in the default ("none") formatter
We recently encountered a significant issue where a user created issues with very lengthy descriptions, including e ... overload and unavailable application. The issue stems from the fact that the regular express ... lto!@ method is involved. To address this issue in our production environment, we've tempora ... ts when users attempt to render the affected issues: <pre><code class="diff"> diff --git ... il)})(.*)<\/a>/.match?(text) </code></pre> 2024-02-05 16:15
Defect #40181 (Closed): [Redmine] Mysql2 erro ... olumn 'roles.default_time_entry_activity_id'
We are trying to migrate bitnami redmine vers ... base migration is done, when I tried to open issue details page: !clipboard-202402012240-fgbak ... b-7979-4643-9523-58dc9d1483b1] Started GET "/issues/12114" for xx.xx.xx.xxx at 2024-01-24 09:24 ... b-7979-4643-9523-58dc9d1483b1] Processing by IssuesController#show as HTML > I, [2024-01-24T09 ... 7979-4643-9523-58dc9d1483b1] app/controllers/issues_controller.rb:114:in `block (2 levels) in s ... 7979-4643-9523-58dc9d1483b1] app/controllers/issues_controller.rb:110:in `show' > [6733bddb-79 ... lp us if possible? Thanks & Regards, Ye 2024-02-01 15:43
Defect #40180 (Closed): User Apurva Kunkulol ... ndra.com) created a strange Wiki page and an issue (probably SPAM)
"Apurva Kunkulol":https://www.redmine.org/use ... tely used to create strange page and strange issue: * https://www.redmine.org/projects/redmine/wiki/DISH_C3PO * https://www.redmine.org/issues/40179 Whole list of this user's activity could be found on his profile page. 2024-02-01 11:27
Defect #40166 (Closed): Internationalize "Che ... check all" tooltip in project list for admins
Since Redmine 5.1 there is a new project list ... </tr> </thead> </code></pre> 2024-01-31 15:18
Defect #40163 (Closed): smtp gmail configuration is not working for redmine set up
we have the below configuration on Redmine ... specific password If you are experiencing issues where Redmine shows that emails are sent to ... not visible in the recipient's Gmail account, 2024-01-31 10:04
(51-75/11992)