Project

General

Profile

Search

Results (18307)

Help: Problem with related isuees
I have a problem with Redmine, and I don't know if this is the correct functioning. I have two issues A anb B None has no start date No end date ... the finish date, is that correct? Thanks 2011-05-26 10:19
Help: How do I configure link in email content?
I'm running RM 1.1.2 (BitNami edition), and everything is running fine. Except that when new Issues are created, the link in the email pointing to the issue is broken. The link reads http://https:/redmine/issues/99. Please see attachment. It happens to ... into the code. Anyone can help?! Charles 2011-05-26 10:07
Help: bulk_edit is not working Redmine 1.1.2.stable
bulk_edit is not working in Redmine 1.1.2.stable, is this a known issue? it seems like the url path is wrong, for example if i right click on an issue and click edit, i am forwarded to the url /r ... nd" error however if i go to the specific issue, and click update issue then in forwarded to the url /redmine/issues/139/edit and also, none of the /redmine/ ... lk_edit and edit links. Some help please.. 2011-05-26 08:45
Help: Message NOT processed and left on the server
Hello, Having issues with email submissions and new issue creations. Below is the command I am running ... ber and anonymous roles to allow everything (issue creation, editing, etc.) and ensured that th ... like to get this worked out. Thank you. 2011-05-26 03:10
Help: RE: REST API json/xml syntax for updating/creating issues
It's essentially the same thing I'm looking f ... stumbled upon this solution: <pre> PUT /issues/8.json {"issue":{"custom_field_values":{"<custom_field_id>":"<new_value>",...}},"key":"..."} </pre> 2011-05-25 23:23
Help: RE: rake/rdoctask is deprecated
Etienne Massip wrote: > Sorry, didn't see yo ... wngrade Ruby. > > Ruby 1.8.7 is fine, the issue was because of Gems version, so you should h ... e full trace by running task with --trace) @ 2011-05-25 22:22
Help: RE: rake/rdoctask is deprecated
Sorry, didn't see you were trying to downgrade Ruby. Ruby 1.8.7 is fine, the issue was because of Gems version, so you should have solved it already. 2011-05-25 22:19
Help: RE: REST API json/xml syntax for updating/creating issues
Not sure this is related, though, as he was trying to *create* an issue, not update it. 2011-05-25 20:56
Help: RE: REST API json/xml syntax for updating/creating issues
I didn't try yet, but someone else has filled an issue for your concern : #8195. 2011-05-25 20:55
Help: REST API json/xml syntax for updating/creating issues
I'm trying to figure out the syntax for updating an issue via the REST API. In my case, I'm trying to ... eld named "Order". Unfortunately, the [[Rest_Issues#Creating-an-issue|Rest_Issues]] wiki page doesn't include this informatio ... .1, my attempts so far include: <pre> PUT /issues/8.json {"issue":{"custom_fields":[{"id":"4","name":"Order", ... d"]]} </pre> Another attempt: <pre> PUT /issues/8.json {"issue":{"custom_values":[{"id":"4","name":"Order", ... ng at the code (source:/tags/1.1.1/app/views/issues/index.api.rsb#L22 and source:/tags/1.1.1/ap ... ields_helper.rb#L109), I tried: <pre> PUT /issues/8.json {"issue... 2011-05-25 19:34
Plugins: RE: Contacts plugin
Hi, Thank I update to redmine-1.1.3 and it ... gems\redmine_client-0.0.1\lib\redmine_client\issue.rb to contact.rb Change it to module Red ... contact plugin? Thank and Regards Zacky 2011-05-25 14:56
Plugins: RE: Daily Digest by email
Yes Vishnu, you said: bq. A main advantage ... I think Terence is refering to "Anonymous Issues By Email":http://www.redmine.org/projects/r ... ingEmails#Enabling-anonymous-users-to-create-issues-by-email 2011-05-25 11:53
Open discussion: Contents of New Issue form (and other forms?) is not cached
I filled almost all New Issue form including a long description. Then I ac ... icking on Forward button, I came back to New Issue form but it was completely empty. I lost abo ... nother Redmine tab (not browser tab) such as Issues or Wiki. Please cache the contents of this ... t inform user that the contents will be lost. 2011-05-25 06:33
Help: RE: 1.2-stable upgrade issue
This is a common Redmine issue,search this site for "undefined method `-' f ... dmineUpgrade#Step-4-Update-the-database]]). 2011-05-25 00:39
Help: RE: 1.2-stable upgrade issue
This is a data issue related to issue.lft and issue.rgt. I do believe I have solved my issue. Thanks 2011-05-25 00:37
Help: 1.2-stable upgrade issue
After attempting to upgrade using the 1.2-sta ... eceiving the error below when selecting the "Issues" menu item for a project. I'm assuming this ... ted, but projects generating this error have issue references to locked users. Any help woul ... ' for nil:NilClass) on line #28 of app/views/issues/_list.rhtml: 25: </tr> 26: ... = group %> 27: <% end %> 28: <tr id="issue-<%= issue.id %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= issue.css_classes %> <%= level > 0 ? "idnt idnt-#{ ... hide-when-print"><%= check_box_tag("ids[]", issue.id, false, :id => nil) %></td> 30: <td class="id"><%= link_to issue.id, :controller => 'issues', :action => 'show', :id => ... 2011-05-24 23:56
Development: RE: Redmine 1.2 Release date
I'm also very interested in the 1.2 release. I see that the number of open issues have gone up to 9 today... Is there any new ETA for the 1.2 release? 2011-05-24 12:45
Open discussion: Easy issue reporting
Hi, We have several projects and sub-proje ... ral clicks from login to simply reporting an issue in the correct project. Is there any way of having a "New issue" page that lets you also choose project to send the issue to? Preferably i would like to have a "report issue" link on The HomePage ( or my page) that take you to a page such as described above? 2011-05-24 11:37
Help: Two companies, one install
Hi, First off... great software. I'm tr ... ojects/businesses is better integrated. The issue is that there are a few locations within red ... ent collectively. Thoughts? Terry 2011-05-24 10:30
Help: RE: migrate_from_mantis Mysql::Error
Currently, Project.trackers seems to be initi ... ake like this: p.enabled_module_names = ['issue_tracking', 'news', 'wiki'] p.trackers.clear ... rate Mantis 1.2.2 to Redmine trunk(rev.5856). 2011-05-24 07:13
Open discussion: RE: Provide an Issue 'Closed Date' in the DB for query purposes
Maybe this will help: http://www.redmine.org/plugins/closed_date 2011-05-23 20:13
Help: Assigning "New issue" fields to the specific role?
Hi, I have two roles: Reporters and Develo ... mostly only "read" access except adding new issues. I see that I can customizable everything i ... d sets only developers or admins. Regards. 2011-05-23 18:52
Help: Separate custom fields
Hello, I added quite a few custom fields to my project issues and the problem is that it's quite messy so ... operties categories when you are updating an issue but something else is also good Is that p ... way to go about it ? Thanks for your help. 2011-05-23 18:00
Plugins: RE: auto assigned user plugin
Hello, I am on 1.1.3 and can't seem to get t ... in configuration. But when I create a new issue as a user in one of the other roles, the ass ... h-needed feature so thanks for creating it! 2011-05-23 17:26
Plugins: CMI Plugin Issue
Installed redmine-1.1.2,and applied the CMI plpugin Now we are facing the bellow issues: 1.Spanish tabs and descriptions 2.Transl ... sts still CMI plugin is not working. 2011-05-23 14:39
(11551-11575/18307)