Search
Results (12600)
- Defect #5309 (Closed): "Move issues" permission not working for Non member
- Use case: Bob is a developper on public project A and he wants to move an Issue to public project B. He's a Developper on project A with all the "Issue tracking" permissions enabled, including "Move issues". He's a Non member on project B and the Non members also have all the "Issue tracking" permissions enabled, including "Move issues". According to permissions, he should be able to move an Issue from project A to project B but he can't, in ... ish version). "Rapporteur" also has all the "Issue tracking" permissions enabled. In that scenario, Bob can indeed move an Issue from project A to B. That's inconvenient ... he "Rapporteur" role in every single project.
- Feature #5307 (New): Enhanced display interactions on issue list
- Hello, As part of my job I'm using a ticke ... ich has some nice features especially on the issue list. * When right-clicking on a TH you c ... hat's matter of taste. All this makes the issue list on Service-Now great and I think it wou ... as it would make it easier to deal with big issue lists. I would be happy to explain more i ... s also a demo on the service-now website.
- Feature #5306 (Closed): Separation of core and Redmine plugins
- Currently, Redmine plugins are mixed with Rai ... Feedback is welcome from plugin developpers.
- Feature #5305 (Closed): "related issues" info is required in XML data
- basic XML data produced by REST API should include "Related issues" info. e.g.: id and name of blocking tasks ... d proper dependency tree for imported data.
- Feature #5304 (Closed): "parent id" field is required in XMl data provided by REST API
- can't build tasks tree from imported data oth ... nfo into basic XML data provided by REST API.
- Feature #5303 (Closed): Add spent_hours to /issues/index API
- I'm trying to import redmine tasks into Micro ... P plan. can we add the corresponding API ?
- Defect #5301 (Closed): Remine Via VPN issues
- When connecting via Cisco VPN to Redmine I encounter an issue where those from the VPN connection seems to ... n access via VPN is occurring: Processing IssuesController#index (for 10.200.92.136 at 2010- ... -request", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml Completed in 41204ms (View: 41 ... //espreonprojects/proj ects/int-nfe-request/issues]
- Patch #5296 (Closed): Some corrections to russian translation (ru.yml)
- I propose some correction to russian language translation (ru.yml): <pre> - default_issue_status_in_progress: In Progress + default_issue_status_in_progress: В работе - default_issue_status_resolved: Заблокирован + default_issue_status_resolved: Решено - default_role_r ... Невозможно удалить настраиваемое поле</pre>
- Feature #5295 (New): Possibility to filter issues by my role in associated projects
- Example: I wan't to see all *completed* but * ... m* the *manager*, the only one who can close issues.
- Feature #5294 (Closed): Add a "last comment by" column to the issues list
- Quite often, new tickets do not include enoug ... roblem, so we ask the author to describe the issue more detailed. In the issues list, there is no way to see which of those ... pdate by" or "last comment by" column in the issues list, so you can see who updated an issue.
- Defect #5293 (Closed): too slow ticket update in new version
- Slowness is come With last commits from unsta ... about 10-20 seconds to add a comment to some issue and I don't know what to do. What is abou ... Is it used? I have no files it /tmp/cache :(
- Patch #5291 (Closed): Updated basque translations
- Up to date with trunk r3627 Also, previous basque translation issue (#4650) was closed to version 0.9.1 but not ... files included. ¿Anything left from my side?
- Defect #5290 (Closed): r3664 breaks tests on SQLite3
- See http://ci.finn.de/builds/1-8-7_redmine-tr ... 664 <pre> Failure: test_put_update_stale_issue(IssuesControllerTest) [/test/functional/issues_controller_test.rb:988:in `test_put_update_stale_issue' /test/functional/issues_controller_test.rb:987:in `test_put_update_stale_issue']: "TimeEntry.count" didn't change by 0. ... d back (I might be seriously wrong though...)
- Defect #5288 (Closed): sql error for null root_ids in app/controllers/timelog_controller.rb
- I just upgraded to redmine trunk r3630 from r3200. When I tried to view the time_entries on an issue I got an SQL error in timelog_controller. ... {"project_id"=>"bgz", "action"=>"details", "issue_id"=>"11023", "controller"=>"timelog"} Ac ... ersion for the right syntax to use near 'AND issues.lft >= 9 AND issues.rgt <= 14) AND (spent_on BETWEEN '2006-01-3 ... `time_entries`.project_id LEFT OUTER JOIN `issues` ON `issues`.id = `time_entries`.issue_id WHERE (1=1 AND (issues.root_id = AND issues.lft >= 9 AND issues.rgt <= 14) AND (spent_on BETWEEN '2006-01-3 ... s causing the sql error. After I updated the issue I could view the time_entries. Most likely b ... called on it and the root_id was set to the ...
- Feature #5286 (Closed): Need a way to load all issues in 1 web request, not just 25/50/100
- I'm trying to use Excel<-Redmine import featu ... #5284. Another problem I see is that "# of issues per page" parameter is not saved in user se ... d query http://<server>/projects/<my_proj>/issues?per_page=5000&query_id=229 but it seems al ... see ALL tasks there. I know I can export issues from redmine to a CSV file, but this is les ... the server, but I don't think this is a big issue in my circumstances. Any help?
- Feature #5285 (Closed): Introduce "Remaining time" column on "Issues list" page
- calculate it as (estimated_time - estimated_t ... ns" list. this request is related to #5284
- Feature #5284 (New): "% done" should provide data in text form too
- I see "Issues list" page can have "% done" field, which s ... RL like http://demo.redmine.org/projects/ace/issues is it possible to provide text info for ... for remaining time and other parameters.
- Feature #5283 (New): Allow more than one parent project i.e. share subprojects
- I haven't been able to see this discussed anywhere, so entering an issue seems like the next step: there are use case ... t. Any reason not to allow multiple parents?
- Feature #5282 (Closed): Hide custom fields elements
- Hi All, We have installed redmine for a cu ... eir own customers for which they can make an issue. I want that if a user from usergroup Ort ... ry(document).ready(function(){ jQuery('#issue_custom_field_values_1').find('option').each( ... ript> Does someone of you know a solution?
- Patch #5281 (Closed): Remove empty ul tags in the issue history
- I was a bit annoyed that the @ul@ with the de ... f* <pre><code class="diff">Index: app/views/issues/_history.rhtml =========================== ... ============================= --- app/views/issues/_history.rhtml (revision 3629) +++ app/views/issues/_history.rhtml (working copy) @@ -6,11 +6, ... <% end %> - </ul> <%= render_notes(issue, journal, :reply_links => reply_links) unles ... blank? %> </div> <%= call_hook(:view_issues_history_journal_bottom, { :journal => journal }) %> </code></pre> Use it if needed.
- Defect #5280 (Closed): Issue lock_version not working
- I'm finding that on trunk the lock_version of the Issue model isn't being taken into account, meaning that different users can make conflicting changes to issues without any notice from redmine. I've on ... ibute, the stale object exception handler in IssuesContoller::update attempts to read a non-exi ... ike that variable was refactored away to the Issue model in r3545
- Feature #5279 (New): Branch level associations between projects and repositories.
- I am in a situation where I have two versions ... t for the software with two sub-projects for issues etc. SOFTWARE NAME - Production Versio ... RE REPOSITORY git demo branch (an svn branch)
- Defect #5278 (Closed): Config Redmine 0.9.3 work with Gmail
- Hi, I'm using Redmine 0.9.3 and I want use g ... occurred while sending mail (530 5.7.0 Must issue a STARTTLS command first. 14sm447694gxk.11 ) ... e: "xxxx@gmail.com" password: "xxxx"
- Feature #5276 (New): show "project name" field for "related issues" in roadmap for a specific target version
- currently it only shows list of issues summaries
- Feature #5275 (New): Show tree of issues instead of a list in Roadmap
- Since we have "subtasks" now, it would be better to (optionally) show a _tree_ of issues in the "Roadmap" instead of a _list_ of issues. Is there an overall design ready how subtasks will affect the user interface in general?