Search
Results (18298)
- Help: RE: Private Issues strange behaviour
- You can find some information in #7414 and in the related issues. As fas as I know, the wiki has not been modified yet with this new functionality
- Help: RE: 404 Error when adding posts, issues, wiki edits
- More info: running on a linux server with ... ils 3.0.3. This could be causing the problem.
- Help: RE: 404 Error when adding posts, issues, wiki edits
- This problem also persisted across an upgrade to Redmine v1.2.
- Help: RE: Private Issues strange behaviour
- I don't see any description what private issues are for. Is there a wiki page somewhere?
- Every time I or another user on my site tries to make a post/issue/comment/edit, the following error shows up: ... dmine/public/404.html (404 Not Found) </pre>
- Plugins: RE: Unofficial update to the redmine_newissuealerts plugin
- Hi, Jason B I have a question about the pl ... end notification if the news updated? Thanks.
- Open discussion: RE: New iPhone app RedminePro for Redmine Site
- Is there any activity on this project? I bought the app. In testing I found a limitation, logged an issue at http://redminepro.jawasoft.com/issues/88, but there's been no response of any sort in two weeks. Sure, it's only five bucks, but still.
- Help: RE: v1.2.0 throws 302 http responses and then enters a 404 page
- This happens with me as well, and seems to be a passenger-specific issue. This guy used a redirect page to force t ... s when Passenger/Apache is serving the pages.
- Plugins: RE: Redmine Scrumdashboard plugin
- I am not sure if this has been discussed some ... prompting to insert a note when closing the issue, but they can keep for a while :) ) Thank you.
- Plugins: RE: link to projects/xxx/issues with filter set
- I take that back: the approach with RSS doesn't work. :\
- Hi everyone. Where I can read about color meaning on Gant chart ? the bar (for certain issue) can be as grey, green, red or blue :) Bu ... nd where is description about it ? Thanks.
- Help: RE: Maybe a mail notifications issue?
- please help :(
- Hello, we have a Redmine installation (1.2.0) with multiple projects and ~740 issues. Suddenly creating new issues leads to an internal error. Investigating ... his behavior happens for every newly created issue no matter in which project or if it is creat ... here to start to fix this? Thank you a lot
- Plugins: RE: Redmine boards watchers plugin
- Version *0.0.6* released and plugin added to ... erface redesigned * Removed dependency from Issues module * Added ability to select group for watchers based on project members settings
- Plugins: RE: link to projects/xxx/issues with filter set
- Apparently, the best you can currently do is to link to the RSS view of the issue list. However, I ran into the same problem (want to send customers a link to all issues targeted at a specific version), but find t ... . No one else thinks this would be useful?
- I used Subversion on Ubuntu 11.04 and make 2 ... of space. In order to avoid the HD space issue someday, I want to make a soft link (or moun ... irectory should I link(mount to) ? Thanks.
- Open discussion: RE: Plugin: Twitter-like status updates for projects
- You should really post that on a github issue as code contribution. Pavel Pivovarov wro ... sage" instead of "Project" and "Message".
- Plugins: RE: RequMGMT plugin
- Wrote a message to him https://github.com/danielneis/RiskMNGT-Redmine/issues/4
- Hi all, I've just started using Redmine an ... ink in the redmine user e-mail, projects and issue numbers manually somehow. I can understand ... mber of the team, with links to the relevant issues etc within Redmine, would be appreciated. ... punch one into a plugin! Cheers, Brian
- Help: RE: proper POST request URL for "create relation" call
- ok, I see - need to provide the XML block as the request body: <relation><issue_to_id>50</issue_to_id><relation_type>precedes</relation_type></relation> this works
- I noticed that it's no longer showing on the ... is 1.2.2 going to be a quick release to fix issues with 1.2.1?
- Open discussion: RE: Comprehensive Statistics
- Nope, it's a .NET application (which is one o ... tion (tickets in status x vs. dates, changed issues vs. dates, created issues vs. dates). Should be pretty expandable, we ... that are not yet released but will soon be).
- Plugins: RE: Usefull plugin list
- Awesome plugin workload, very usefull :-) ... w.redmine.org/plugins/advanced_reminder]] * Issue notication [[http://www.redmine.org/plugins/issue_notification]] * Pastebin [[http://www.redm ... jects/redmine/wiki/PluginCustomer]] * Close Issue Button [[http://www.redmine.org/plugins/redmine_close_button]] * Issue History [[http://www.redmine.org/plugins/redmine_issue_history]] * Attach sceenshot [[http://www.r ... ns/redmine_carousel]] But I've found some issues: * Knowledgebase hasn't the search form * ... pe * Budget don't save the link between the issue and the project * Attach sceenshot has a ja ... process it crashes Have you find the same issues?
- Help: RE: proper POST request URL for "create relation" call
- I moved the parameters into POST params, but it didn't help: Processing IssueRelationsController#create to xml (for 192.16 ... 10) [POST] Parameters: {"format"=>"xml", "issue_id"=>"49", "action"=>"create", "controller"=>"issue_relations"} Filter chain halted as [:check_ ... : 5) | 401 Unauthorized [http://192.168.0.30/issues/49/relations.xml?] Processing IssueRelationsController#create to xml (for 192.16 ... 10) [POST] Parameters: {"format"=>"xml", "issue_id"=>"49", "action"=>"create", "controller"=>"issue_relations"} Completed in 62ms (View: 2, DB: 41) | 422 Unprocessable Entity [http://192.168.0.30/issues/49/relations.xml?]
- Help: RE: proper POST request URL for "create relation" call
- btw, the previous line in the log is: Processing IssueRelationsController#create to xml (for 192.16 ... 41) [POST] Parameters: {"format"=>"xml", "issue_id"=>"49", "action"=>"create", "issue_to_id"=>"50", "relation_type"=>"precedes", "controller"=>"issue_relations"} Filter chain halted as [:check_ ... : 5) | 401 Unauthorized [http://192.168.0.30/issues/49/relations.xml?issue_to_id=50&relation_type=precedes] which ... me and password, it works for other requests.