Search
Results (18279)
- Help: RE: Redmine Task List in Visual Studio - only 25 Tasks
- Found a "work around" For anybody how's inte ... read in the documentation, a maximum of 100 issues can be accessed on a REST retriev. Not that nice but for the moment it's enough for me.
- Hi, Retrieving issues from the API, the entry total_count is a nu ... … however, is it possible to retrieve all issues without paging and with filters ?
- Hello, I created a lot of tasks in Redmine a ... ws only 25 entries. And in the header of the issues.xml there is something about a limit of 25. How can that be changed? <issues total_count="33" offset="0" limit="25" type="array">
- Hello all. I just upgraded from 3.2 to 3 ... trying to download a file attachment from an issue I get a "connection reset" in the browser. This happens to all files on all issues. I have checked the file is there and the r ... e have any suggestions ? Thanks Freddy
- Help: RE: Issues.xml not accessible
- using /redmine/ after the URL worked with your answer - thank you!
- Help: RE: Issues.xml not accessible
- > Username: Jochen; URL: http://131.1.9.118/a ... f the plugin or else. http://127.0.0.1:3000/issues.xml?assigned_to_id=me > I even don't see an issue-list when I go to [Server-IP]/issues.xml like it is documented. I also do turn o ... What did you show when access above url?
- Hello, and sorry for my English. I have a pr ... he looping occurs and eventually the browser issues a server error. After that, you can go to ... d or redirected What could be the problem?
- Help: RE: Modifying permissions of system roles from DB
- *albfan* on IRC helped me get to the answer. ... sions in the format of: <pre> --- - :view_issues - :add_issues - :add_issue_notes </pre> However, <pre> [16:00] <al ... iscourage you to touch there directly </pre>
- Hi, I'm building some integration with Redm ... low anonymous and non member users to create issues and add notes. I want to do that through ... oes anyone has any knowledge on this? Thanks.
- Hello @all, I just installed Redmine with th ... nstalled the Visual Studio Plugin to get the Issues list but I get the following answer: Use ... 32 offset) bei Redmine.RedmineService.GetIssues(String query) bei RedmineTaskListPackage.IssueLoader.GetIssues(ConnectionSettings settings) I even don't see an issue-list when I go to [Server-IP]/issues.xml like it is documented. I also do turn o ... erver 2012). What's going wrong? Any idea?
- Open discussion: RE: When using the file-protocol in an issue an Error 500 appears
- Hello everybody, I found the cause of the ... is information can help someone else. Bye.
- I had been using Redmine V2 and there was a l ... et that link back again? Thanks in advance
- Hi, We are looking for a solution where in case an Issue receives no response from the Assignee for x ... n to gave the last comment or who raised the issue.. Please advice how do we configure redmine for the above... Thanks in advance.
- Help: RE: How to rebuild Issue nested set tree
- Here's a fixed and improved version of the re ... - CREATE EXTENSION ltree; BEGIN; -- Lock issues for updates for the duration of the transaction. -- Comment this out, if you need to allow issue updates while the rebuild is running, -- but this could cause new or moved issues with wrong lft / rgt nodes. LOCK TABLE issues IN EXCLUSIVE MODE; -- build hierarchical ... ent/static/ltree.html CREATE TEMP TABLE tmp_issues ON COMMIT DROP AS WITH RECURSIVE t AS ( ... lpad(i.id::text, length((select max(id) from issues)::text), '0')) AS path, i.id, i.parent_id --, subject FROM issues AS i WHERE i.parent_id IS NULL UNION ... lpad(i.id::text, length((select max(id) from issues)::text), '0'), i.id, i.parent_id --, subject FROM t JOIN issues AS i ON t.id = i.parent_id ) SELECT row_n ... path WITH DATA; CREATE UNIQUE INDEX tmp_...
- Update - did it with back end process instead ... elf. 2) log a time credit against a project issue for an initial time value (should be standard) - checkbox indicates it is a 'wallet' issue and verifies that there is only ONE such issue for that project/user i.e. you can only have ... b>validate_time_entry) 4) allow log time on issue CREATION not just issue update - this is important - right now you have to create an issue then you can log time to it. I want to create an issue and see the time log fields when I create that issue. 5) when time is logged on a project that i ... d negative time debit to project/user/wallet issue. 6) total balance on time wallet issue should not be allowed below zero 7) When yo ... wallet project not set </pre> 1) Create issue...
- Help: RE: Failure to restrict access to issues
- Please describe more details. What *role* user can view and edit regardless of the assignment?
- Help: RE: Report with issue details from journal
- I can't believe nobody else asked for this. ... y all users that were involved in particular issue resolution. It is possible to find that info in Journals table.
- Hello, we have a strange behavior when we edit an issue and we insert a link of type file/// In a specific example I edited the issue indicating to a file file:///D:/__Project ... html After the changes were submitted the issue showed the error message _Redmine 500 error_ ... <% end %> 24: <%= render_notes(issue, journal, :reply_links => reply_links) unles ... 26: </div> 27: <%= call_hook(:view_issues_history_journal_bottom, { :journal => journ ... /github.com/schneems/sprockets_better_errors/issues/28 where a user says to remove _sprockets_b ... l from the proper journal-entry and then the issue was shown normally. Afterwards I inserted ... 1.0.0b </pre>
- Hello everybody, I came from Track and made ... Track there is a link "BACK TO QUERY" in the ISSUE editing form. Through this button if I opene ... achieve the same result ? Thanks, Claudio
- Plugins: RE: Issue Template plugin
- Thanks for feedback! And could you explain ... tchers list in the template? > > Thanks.
- Plugins: RE: Plugin Wiki Issue Fields : feedback, suggestion, reporting problems
- OK. Thank you!
- Plugins: RE: Plugin Wiki Issue Fields : feedback, suggestion, reporting problems
- _to Eri Onoda_ Hello Is it possible for ... ngs some great improvements, and solves some issues (like line break in descriptions) Stéphane
- Help: RE: Migration 3.0.3 -> 3.3.3 : Custom Fields and default values
- don't worry ;o) I patch it in a plugin and ... # The fix for http://www.redmine.org/issues/21074 have an unexpected behavior : ... lue instead of empty # It's a redmine issue, followed by http://www.redmine.org/issues/25726 , not fixed yet. # # With previous implementation, we fix this issue 25726 and we just have the 21074 issue which is more limited : # - We need 2 ... - We have to change the tracker of a Redmine issue def initialize(attributes=nil, *args) ... MyCore::Models::MyCustomValue) </code></pre>
- Hello, I use Redmine in this environnement ... i open a window with url to wiki : [[http://issues.sapaig.fr:5080/projects/documentation-webap ... w with url to wiki with API key : [[ http://issues.sapaig.fr:5080/projects/documentation-webap ... way to grant access to all the wiki ?
- Plugins: RE: Plugin Wiki Issue Fields : feedback, suggestion, reporting problems
- Hi, thank you for developing very useful p ... We are using Redmine 2.6.9.stable and wiki_issue_fields 0.4.7. Awaiting your prompt reply. Thanks.