Search
Results (12675)
- Feature #19102 (Closed): Redmine doesnt scale with large amount of projects
- I have approx 500 projects with subprojects i ... ight on virtually all pages and when editing issues. It would be helpful if there was a smar ... nt until I find a better solution for that.
- Patch #19100 (Closed): Traditional Chinese translation (to r13994)
- * New ** setting_search_results_per_page, label_blank_value, permission_copy_issues * Change ** field_address
- Feature #19097 (Closed): Responsive layout for mobile devices
- There have been a number of attempts to make ... we will try to work on the important parts (issues list, issue forms) first and then work our way back to t ... ned, I'd say it could already be committed.
- Defect #19095 (Closed): PDF is broken on iOS
- When viewing a pdf which was exported in redm ... .dropboxusercontent.com/u/46574377/Test.pdf
- Feature #19094 (Closed): 'View all Issues' adds project custom fields
- Actually you can filter the issues by project custom fields, and group by proj ... the project fields (custom also) on the all issues table.
- Feature #19093 (New): Make numeric custom fields searchable
- We're a little surprised the numeric custom f ... o why, or is it just not implemented? Thanks!
- Defect #19092 (Closed): CSV Export and general csv separator
- Hi everyone, this report is for redmine 2.4.3 ... eral_csv_separator used is ;) 1) open a new issue 2) as subject use test;1 and description test;1 3) save issue 4) export as csv 5) open csv with excel, y ... ator as | or $, but this is not solving this issue, because users can enter anything in any fie ... : could please admins add a new category for issues related to CSV export? Thank you
- Defect #19091 (Closed): SCM integration broken with JRuby (partial fix)
- When running Redmine (2.6.1) under JRuby (1.7 ... (described at https://github.com/jruby/jruby/issues/779). It shows up in the front-end as ... and line instead. I hope that makes sense.
- Defect #19088 (Closed): from or updated_on filters not working on issues Rest API ?
- On redmine 2.5.1 stable, but also on 2.4.2, I try to filter issues on their updated_date. I saw #8842 and t ... onment is : use of mysql. eg : <pre> /issues.json?from<=2014-02-12 /issues.json?from>=2014-02-12 /issues.json?updated_on>2016-02-12 /issues.json?updated_on<2014-02-12 /issues.json?updated_on%3C2014-02-12T00:00:00Z </pre> All return the same payload : all issues, which have a similar updated_on date : "updated_on":"2015-02-10T14:56:02Z" <pre> {"issues":[{"id":18,"project":{"id":52,"name":"Googl ... SQL_NOTES, SQL_NOTES=0 */; INSERT INTO `issues` VALUES (1,3,54,'Quod laboriosam sed aut au ... aracter_set_client = utf8 */; CREATE TABLE `issues` ( `id` int(11) NOT NULL AUTO_INCREMENT, ... DEFAULT NULL, PRIMARY KEY (`id`), KEY `...
- Defect #19086 (Closed): Need help in importing issues from Excel
- Hi Team We need to import some issues/tasks from Excel sheet to one of our redmine project. Please help me Thanks
- Feature #19084 (New): other_formats_links hook
- I'd like to add the Todo.txt export format in ... fdfa34eb27ac9d1593efa1fdf830269694/app/views/issues/index.html.erb#L67.
- Patch #19071 (Closed): German translations
- @ label_search_attachments_yes: Search att ... Search attachments only label_search_open_issues_only: Open issues only field_address: E-Mail setting_ma ... nly: Nur Anhänge suchen label_search_open_issues_only: Nur offene Tickets field_address: ... results_per_page: Suchergebnisse pro Seite @
- Defect #19065 (Closed): API: issue details created_on timestamp not formatted as expected
- Hello, it seems like there is something wrong ... or journal entry, but the time fields in the issue details are still in ISO 8601. See attached screenshots.
- Defect #19059 (Closed): Wrong number of issues for a version in the roadmap
- Using a version for an open project that cont ... ects cause problems with the shown number of issues for that version. Issues from archived subprojects are also counted ... re not listed. The roadmap should only count issues from open projects. !{width: 90%}roadmap_invisible_issues.png(version contains two issues but only one is shown)!
- Patch #19057 (Closed): Japanese translation update (r13975)
- Japanese translation patch for ja.yml @ r13986. Translated label_blank_value and permission_copy_issues which had been added in r13979 and r13986.
- Defect #19055 (Closed): 'label_per_page' is no longer used
- 'label_per_page' in config/locales/*.yml is n ... and formaly used in app/views/projects/list_issues.rhtml. But the file was deleted in r887 an ... label_per_page' has not been used after that.
- Feature #19049 (Closed): How I can configure RedCase plugin?
- Hi guys, I have installed redcase plugin, ... ab and tracker Test case when I create a new issue. What are the steps that I can follow? ... ami redmine on Win 7. Thanks in advance.
- Feature #19048 (Closed): Test e-mail works fine, but e-mail notifications aren't send to users.
- Hello Guys, I have installed Bitnami Redmi ... ne dont sent e-mails notifications when some issues were created or updated, the users are enab ... hout autentification. Thanks in advance.
- Feature #19047 (Closed): Email notification per project
- Could it be possible to have different settin ... like that project A is notified by email on "Issue is added" but i would like that project B is notified by email on "Issue is added" & "Status Updated" Best regards
- Defect #19043 (Closed): upgrade from 0.9.3 to 2.6.1 leaves issue lft/rgt database fields blank
- As some code paths assume the these aren't bl ... tion was successful. <pre> Started GET "/issues/1527" for 59.167.242.100 at 2015-02-05 23:57:19 -0500 Processing by IssuesController#show as HTML Parameters: {"id"=>"1527"} Current user: danblack (id=1) Rendered issues/_action_menu.html.erb (4.4ms) Rendered issues/show.html.erb within layouts/base (4.8ms) ... 3: <%= link_to l(:button_log_time), new_issue_time_entry_path(@issue), :class => 'icon icon-time-add' if User.cur ... time, @project) %> 4: <%= watcher_link(@issue, User.current) %> 5: <%= link_to l(:button_copy), project_copy_issue_path(@project, @issue), :class => 'icon icon-copy' if User.current.allowed_to?(:add_issues, @project) %> 6: <%= link_to l(:button_delete), ...
- Defect #19040 (Closed): Potential DB deadlocks on concurrent issue creation
- We're running Redmine 2.5.0 with approx 120 u ... e have encountered is that from time to time issue creation fails because of DB deadlocks. To ... threads and fire POST requests to create new issues in Redmine. Pretty soon 6 out of 7 threads were dead because of deadlocks on issue validation. @TinyTds::Error: Transaction ... e transaction.: EXEC sp_executesql N'SELECT [issues].* FROM [issues] WHERE [issues].[parent_id] = 22244 ORDER BY [lft] ASC' Issue Load (5027.7ms) EXEC sp_executesql N'SELECT [issues].* FROM [issues] WHERE [issues].[parent_id] = 22244 ORDER BY [lft] ASC'@ ... eadlocks began to happen on INSERTs when new issues were to be created. Still it didn't help to ... s as obviously concurrency suffers from that?
- Defect #19039 (Closed): Mail notification is formatting dates with changer's locale
- Our installation default language is PT-BR bu ... rrectly saved in the database as opening the issue in the browser shows the dates correctly loc ... : redmine_better_gantt_chart 0.9.0
- Defect #19033 (Closed): Filters that utilize date/time ignore user's UTC offset
- h2. Description: Using any filter that use ... hed is a screenshot. In the screenshot is an issue with the date, 2/3/2015 @ 1807 CST. Converti ... lugins: redmine_time_tracker 0.5
- Defect #19029 (Closed): undefined method `scan' for nil:NilClass
- Having weird issue while doing bulk update action(updating 1 it ... thod `scan' for nil:NilClass): app/models/issue.rb:165:in `create_or_update' app/controllers/issues_controller.rb:283:in `block in bulk_update' app/controllers/issues_controller.rb:270:in `each' app/controllers/issues_controller.rb:270:in `bulk_update'
- Defect #19024 (Closed): link_to in Redmine::Hook::ViewListener omits url root
- Linking to a controller action omits the conf ... lem: https://github.com/peelman/my_projects/issues/5 https://stackoverflow.com/questions/2531 ... the plugin don't include the relative URL.