Search
Results (12716)
- 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.
- Defect #19019 (New): Plugin patch overriding priority
- Hi, In my redmine application i added some ... ple: Plugin 'A' Am writing patch for issues controller and issue before_save callBack plugin 'B' Am overriding same issue controller patch and model before_save callB ... 't run Any one have any solution for this?
- Defect #19017 (Closed): Wiki PDF Export: <pre> not rendered with monospaced font
- In redmine < pre > tags are rendered with a m ... Simple example: !PdfExportHtmlVsPdf.png!
- Feature #19004 (New): Timer-based Editing Restrictions
- Propose that feature be implemented for allowing/restricting editing of issues, posts, etc. with a timer. This feature ... e.org because at the moment, if we submit an issue, we are not allowed to go back and edit it a ... mistakes or to add in missing content. This issue could potentially be solved by implementing ... nges as needed within an hour since creation.
- Feature #19003 (New): Selection of User/Role -based Settings e.g. Email Notification & Issues Visibility
- This is related to user-based or role-based s ... mail notifications" in "My account" and the "Issues visibility" in "Roles and permissions". If ... mail notifications" in "My account" and the "Issues visibility" in "Roles and permissions") be ... tions is equivalent. ---- ---- h2. +Issues Visibility+ h3. +Current+ !2015-02-02 ... orm of checkboxes or similar execution: |_. Issues | |=. Private Issues | |=. Issues Created by User | |=. Issues Assigned to User | |=. Issues Watched by User | ---- ---- These ... with a "add/remove" new rule type of method.
- Defect #19002 (Closed): Typos in descriptions of buildin macros (seen through {{macro_list}} output)
- Hello, On the page http://www.redmine.org/ ... changelogs from 2.5.1 up to 2.6.1. Thanks!
- Defect #18994 (Closed): undefined local vari ... ain:Object when upgrading from 1.3.1 to 2.6.0
- Hello, I'm quite a bit confused regarding ... .1 but I need to upgrade it. After fixing issue with ruby version, fixing problem with passe ... nd does not understand why I have all theses issues. Can you help me? my redmine is not workin ... a problem. Your help would be very usefull
- Patch #18983 (Closed): Allow filtering of Redmine Reminders by Version
- We had a requirement to setup cron jobs that would notify users of issues assigned to them that were overdue or comin ... o here's a patch and tests to allow for this.
- Patch #18980 (Closed): Parameter back_url not set on redirect to login page when session has expired
- When a user requests a page (like "/projects/project_name/issues") and the session has expired, the user is ... pre> Started GET "/projects/my_project_name/issues" for 1.2.3.4 at 2015-01-30 11:51:34 +0100 Processing by IssuesController#index as HTML Parameters: {"pr ... blocks/_timelog.html.erb (4.9ms) Rendered issues/_list_simple.html.erb (14.3ms) Rendered my/blocks/_issuesassignedtome.html.erb (33.7ms) Rendered issues/_list_simple.html.erb (23.3ms) Rendered my/blocks/_issuesreportedbyme.html.erb (34.1ms) Rendered m ... pre> Started GET "/projects/my_project_name/issues" for 1.2.3.4 at 2015-01-30 12:01:49 +0100 Processing by IssuesController#index as HTML Parameters: {"pr ... w.redmine.org%2Fprojects%2Fmy_project_name%2Fissues Filter chain halted as :session_expiration ... w.redmine.org%2Fprojects%2Fmy_project_name%2F...
- Defect #18977 (Closed): UTF-8 encoded subject extracted from email
- When issue is created from email and email subject cons ... y the first line of the subject is shown in 'Issues'. It happens because of collapse_adjacen ... tion Database adapter Mysql2
- Defect #18976 (Closed): redmine.repositories & redmine.auth_sources passwords are not hashed
- passwords saved in redmine.repositories and r ... n the forum and it doesn't seem to be a know issue: http://www.redmine.org/boards/2/topics/45073