Project

General

Profile

Search

Results (18322)

Help: redirect loops after logout
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? 2017-06-19 16:10
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> 2017-06-19 15:10
Help: [Solved] Modifying permissions of system roles from DB
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. 2017-06-19 15:01
Help: Issues.xml not accessible
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? 2017-06-19 13:47
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. 2017-06-16 10:41
Help: Redmine 3 See all projects' issues for custom query
I had been using Redmine V2 and there was a l ... et that link back again? Thanks in advance 2017-06-15 09:58
Help: Auto Assign Issue to the Issue Reporter / Last Comment by in case no update by Assignee for 4days
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. 2017-06-14 14:23
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_... 2017-06-12 14:21
Job offers: CLOSED - New Plugin needed - redmine_time_wallet
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... 2017-06-11 23:06
Help: RE: Failure to restrict access to issues
Please describe more details. What *role* user can view and edit regardless of the assignment? 2017-06-11 14:16
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. 2017-06-11 09:44
Open discussion: When using the file-protocol in an issue an Error 500 appears
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> 2017-06-09 14:04
Open discussion: Issue edinting - back query
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 2017-06-09 13:09
Plugins: RE: Issue Template plugin
Thanks for feedback! And could you explain ... tchers list in the template? > > Thanks. 2017-06-09 13:04
Plugins: RE: Plugin Wiki Issue Fields : feedback, suggestion, reporting problems
OK. Thank you! 2017-06-09 12:12
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 2017-06-09 11:05
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> 2017-06-09 08:43
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. 2017-06-08 01:55
Help: RE: Is it possible to not notify groups but only individual users?
Hello, i think it's difficult without to get round : delete enrolment B from group 1 and create issue, and recreate enrolment B and edit issue ... ... humbly. 2017-06-07 17:19
Help: Is it possible to not notify groups but only individual users?
Is there a setting for disabling notification ... like is the following: - User A creates an issue and assigns it to group 1 (user B is member ... ceive any notification - User A edits the issue and re-assigns it to user B --> User B gets notified 2017-06-07 15:14
Help: RE: Migration 3.0.3 -> 3.3.3 : Custom Fields and default values
Ema Nymton wrote: > In 3.0.3, Redmine displa ... stom field ! If you are talking about the issue detail view here, then you're experiencing a ... roduced with Redmine version#102. See #25726. 2017-06-06 16:55
Help: Migration 3.0.3 -> 3.3.3 : Custom Fields and default values
Hi, I try to migrate from 3.0.3 to 3.3.3 a ... My Redmine database is old and I have some issues where some custom fields does not exist at ... re old behavior until fix in future version 2017-06-06 13:30
Help: RE: LDAP login execution expired
Can anyone help with this or should I raise an issue? Thanks, Ben 2017-06-06 10:55
Help: RE: Cross-Origin issue creation
*Issue resolved!* _acosonic_ from IRC channel, dir ... nse-headers-allowing-everything-through". 2017-06-05 14:13
Help: Cross-Origin issue creation
Hi, I'm having trouble with Redmine API. What I'm trying to do is create an issue as an anonymous user, from a different origi ... ctor. GET method works however - returns all issues of the public project. I have set to allow anonymous users to create issues on this public project. _Console logging the following errors:_ <pre> OPTIONS ..issues.json 404 (Not Found) XMLHttpRequest cannot load ..issues.json. Response for preflight has invalid HT ... eedback site. This button should create an issue in Redmine with user input. The user is subm ... redmine_people 1.2.0 </pre> 2017-06-05 10:27
(3401-3425/18322)