Project

General

Profile

Search

Results (18317)

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. 2011-07-26 16:59
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. 2011-07-26 16:38
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. 2011-07-26 15:24
Plugins: RE: link to projects/xxx/issues with filter set
I take that back: the approach with RSS doesn't work. :\ 2011-07-26 14:36
Help: Gantt chart (color explanation)
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. 2011-07-26 08:39
Help: RE: Maybe a mail notifications issue?
please help :( 2011-07-26 00:40
Help: New Issues created with empty lft and rgt fields (null)
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 2011-07-25 22:23
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 2011-07-25 17:02
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? 2011-07-25 16:34
Help: does Redmine actually check out a new repository in local hard driver ?
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. 2011-07-25 08:04
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". 2011-07-24 09:49
Plugins: RE: RequMGMT plugin
Wrote a message to him https://github.com/danielneis/RiskMNGT-Redmine/issues/4 2011-07-23 11:39
Help: E-mail notifications on a git commit
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 2011-07-23 00:27
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 2011-07-22 19:04
Open discussion: Redmine 1.2.1 officially released?
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? 2011-07-22 14:49
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). 2011-07-22 14:26
Plugins: RE: Usefull plugin list
Awesome plugin workload, very usefull :-) ... w.redmine.org/plugins/advanced_reminder]] * Issue noti cation [[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? 2011-07-22 09:31
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?] 2011-07-22 08:47
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. 2011-07-22 08:34
Help: proper POST request URL for "create relation" call
this page http://www.redmine.org/projects/redmine/wiki/Rest_IssueRelations does not say which URL to use when ... I'm trying > POST http://192.168.0.30:3030/issues/49/relations.xml?issue_to_id=50&relation_type=precedes HTTP/1.1 ... > org.redmine.ta.RedmineException: Related issue can't be blank server log: > Processing IssueRelationsController#create to xml (for 192.16 ... 29) [POST] > Parameters: {"format"=>"xml", "issue_id"=>"49", "action"=>"create", "issue_to_id"=>"50", "relation_type"=>"precedes", "controller"=>"issue_relations"} > Completed in 49ms (View: 2, DB: 28) | 422 Unprocessable Entity [http://192.168.0.30/issues/49/relations.xml?issue... 2011-07-22 07:16
Plugins: RE: Usefull plugin list
http://www.redmine.org/plugins/dnoise_workloa ... plugin. thanks. I used as follows: show_issue_description stuff_to_do redmine_schedules ... one_my_page_blocks redmine_local_avatars 2011-07-22 01:42
Open discussion: Default or recently used values for new issue?
Is there any way to define default values for new issue? Scenario: - I'd like to add few tasks ... yby it would be nice idea to always fill new issue with values from my recently added issue, but they will be grayed as suggestions and ... fine some hotkeys to work faster with redmine 2011-07-22 00:56
Open discussion: how can i edit the order of issues in the gantt chart?
i.e. i have entered a list of issues under a parent, but forgot one that logical ... ithout deleting and reentering all the other issues. 2011-07-21 23:12
Help: RE: Bad email messages
We have the same issue. It is because of improperly formatted subje ... g redmain has to split it into several lines. 2011-07-21 21:02
Help: RE: Edit originally created issue - how?
Hey, after a week of looking in the wrong pla ... over what I wanted :-) When you go to and Issue Update on the top it shows Change properties ... to where I wanted to go to edit the original issue text. Issue resolved. 2011-07-21 19:00
(11176-11200/18317)