Search
Results (12675)
- Defect #20723 (Closed): Update redmine 3.0.3 -> 3.1.0
- <pre> Processing by ProjectsController#setti ... ."project_id" = $1 [["project_id", 278]] IssueCustomField Load (0.7ms) SELECT "custom_fiel ... om_fields" WHERE "custom_fields"."type" IN ('IssueCustomField') ORDER BY "custom_fields"."posi ... edmine/sudo_mode.rb:63:in `sudo_mode' </pre>
- Defect #20721 (Closed): Estimated hours field for parent task is disabled on issue edit
- For parent tasks estimated_hours filed is disabled on issue edit - we can not modify old estimation or e ... sks independent - it is impossible right now.
- Patch #20720 (Closed): Traditional Chinese "issue" translation change
- * New ** notice_import_finished, notice_impo ... _can_not_read_import_file, permission_import_issues, label_import_issues, label_select_file_to_import, label_fields_ ... made this change in their recent products.
- Feature #20718 (Closed): No next issue status when creating new issue
- I have a very simple workflow, New -> In Prog ... In Progress", but when user creating the new issue, user is able to change the status to "In Pr ... I want to limit to "New" status only during issue creation, but under the current version 3.1 I am not able to find a way to achieve this task.
- Feature #20712 (Closed): Notify users for open issues
- How can i remind my users they have open issues?
- Defect #20707 (Closed): Wrong week number
- How to reproduce: Take date picker. Select ... /www.epochconverter.com/epoch/weeknumbers.php
- Defect #20700 (Closed): RestAPI: how to set the version "start_date"?
- I was using the python-redmine package for ... the "start_date" which is computed from the issues. Is there a way to force the API to accept ... def start_date @start_date ||= fixed_issues.minimum('start_date') end
- Feature #20698 (New): Add support for task list items in Textile formatting
- I think it's necessary to create the task lis ... ub.com/articles/writing-on-github/#task-lists
- Feature #20689 (New): Ability to set properties during repository creation (SVN reposman)
- There is feature for [[RedmineSettings#Referencing-issues-in-commit-messages|Referencing issues in commit messages]]. Let's say I'd like ... during repository creation to highlight the issue's URL or keywords from above feature in Tort ... svn propset bugtraq:url "http://redmine.com/issues/%BUGID%" . - svn propset bugtraq:logregex ... ins: <pre> bugtraq:url "http://redmine.com/issues/%BUGID%" . bugtraq:logregex "([Rr]efs #\d+)|([Ff]ixes #\d+) (\d+)" </pre>
- Feature #20688 (Closed): Add Total estimated hours column on issue list
- Due to the change in r14272 estimated_hours a ... his resulted in a change in what is shown on issue list in column Estimated hours. Before the c ... s this has introduced big back compatibility issue. Now we are not able to generate overview at ... otal estimated hours" column should be added.
- Patch #20687 (New): Quota Issues
- It's very helpful that estimated hours aren't lost any more for parent issues, but we have the following workflow, which ... * When first estimating a project, we create issues for large tasks and roughly estimate those ... hours. I've created an @is_quota@ field for issues. If this is set to true, the parent's total ... s://github.com/zeroseven/redmine/pull/1/files
- Defect #20677 (Closed): Custom fields with multiple values required by worklow can be blank
- How to simulate: 1/ create new cf type list, ... 2/ set cf as required in workflow 3/ update issue (cf is marked with * as required) 4/ issue will be saved without an error, even if you ... m field is required. Fix & Test included
- Defect #20673 (Closed): Redmine REST API gives WATCHDOG_CRITICAL on 404 errors
- Howdy, tl;dr I propose the Redmine REST AP ... rap.inc/group/logging_severity_levels/7
- Defect #20663 (Closed): upgrade redmine 2.3 to 3.1 - filters
- Hi, I upgrade redmine 3.1 from 2.3. Displ ... o filters. See attachment Best regards,
- Defect #20662 (Closed): db:migrate fails in upgrade from 3.0.3 to 3.1.0 fails (Bitnami)
- I had 3.0.3 running OK (Bitnami Windows downl ... I done something wrong? Thanks in advance.
- Patch #20661 (Closed): Show visible spent time link for users allowed to view time entries.
- With this little change, the spent time is ba ... to the new "time log visibility" permission.
- Feature #20650 (New): Use creation date for displaying issues without start date on the calendar
- We removed the Standard Fields "Start Date" and "Due Date" from one of our Trackers. Now new Issues don't show up in the Calendar. Looking a ... ine uses the start_date field to search for Issues in the Database. I think it would be bet ... an remove unneeded fields from the formular.
- Defect #20648 (Closed): Users' "Last connection" is not updated correctly.
- In the User Profile, there are following two ... se adapter PostgreSQL </pre>
- Defect #20646 (New): Maximum attachment size displayed/labeled incorrectly
- I set maximum attachment size to 5000KB in Se ... anted a maximum of 5MB. However, the 'new issue' form displays the maximum size as 4.88MB. ... 08/07/15/si-unit-prefixes-a-plea-for-sanity/>
- Feature #20641 (New): Set a max width to html email content (for 3.2)
- Some users claims #16535 broke Outlook (#20466). I reverted r14300 in 3.1-stable r14539. This issue is for version:3.2.0.
- Defect #20633 (Closed): Help cursor showing up since r14154
- Change in stylesheet in r14154 (added span[ti ... r (and dotted line) appear at various places.
- Patch #20632 (Closed): Tab left/right buttons for project menu
- On small screens with many tabs in the projec ... rk, you need the the patch attached to #20271
- Defect #20628 (Closed): Standard field (Due Date) for Redmine not showing as required.
- I´m using Redmine 2.6.2. Logged as admin user ... ld (Due Date) not required when adding a new issue, despite having set up as required on workfl ... that a bug ? Possible to fix it ? Thanks!
- Defect #20621 (Closed): Internal Server Error when creating/copying issues
- I have upgraded from Redmine 2.5.2 to 3.1.0 a ... Internal Server Error when creating/copying issues. The @log/production.log@ shows: <pre> ... ined method `_run_save_callbacks' for class `Issue'): app/models/issue.rb:175:in `create_or_update' app/controllers/issues_controller.rb:141:in `create' lib/redmin ... mine_gitlab_hook 0.1.3 redmine_issue_templates 0.1.0 redmine_mylyn_conn ... redmine_wiki_lists 0.0.6 </pre>
- Feature #20620 (Closed): Add data-text-formatting attribute for selected markup language to body tag
- (I looked in trunk for a solution and in the issues for a request but couldn't find anything, I ... rkup-dependent javascript be handled? Thanks.