Project

General

Profile

Search

Results (18280)

Help: RE: Adding a note via Redmine API
Hi! I am not sure that I got what you exac ... ould you like to change note for an existing issue? This can be done using PUT method. It is ... n the REST API documentation. <pre> PUT /issues/[id].json { "issue": { "notes": "Changing the subject" } } </pre> This way you can add note to an issue with specified ID. (I haven't used this feature before, I think this should be working like this.) 2012-11-16 10:33
Help: Redmine REST API - Users - Can't authenticate
Hi! I am very new to redmine. I want to us ... plication. It works fine, I can get all the issues or projects, but when I request users.xml c ... ng. Any help would be greatly appreciated! 2012-11-16 10:15
Help: Attachements should be viewable NOT downloadable for restricted users
I am new in redmines and I have requirements ... ject. Please anyone help me to resolve this issue. 2012-11-15 14:33
Help: RE: How to make a new Project copy of an entire project and sub-project with issues?
I think it's worth asking this question again with Redmine 2.1... 2012-11-15 12:01
Development: Attachements should be viewable NOT downloadable for restricted users
I am new in redmines and I have requirement ... ject. Please anyone help me to resolve this issue. 2012-11-15 11:08
Help: RE: Files/attachments can be downloaded ... ithout permissions (by using tools like wget)
Yes,I have the same issue,It is required to read-only users just view the documnet on redmine pages NOT download and view. 2012-11-15 10:52
Help: RE: email notification for every commit and https
I know this topic is old but because I had th ... not add another email option but checks the Issue Updated notification event permission before sending emails. 2012-11-15 07:59
Help: Adding a note via Redmine API
I am trying add a note containing text to an existing issue in Redmine using the REST API. I have looked ... tion how to add a note to a existing Redmine issue. I was wondering if anyone knows if this is possible and if so how to do it? Thanks in advance 2012-11-14 02:23
Plugins: RE: Redmine Issue History Tabs Plugin
Installed commit ID 03f2d1c012 and worked on my RM 2.1.2 Ubuntu Server 12.04 2012-11-13 23:48
Help: RE: Problem viewing issue after migration.
I have solved my problem. Allthe issues that were giving me problem, it had a status_id that doesn't exist. I have updated this issues with <pre> update issues set status_id=2 where status_id=7 </pre> And all come to work again. --Roberto 2012-11-13 21:48
Help: RE: Problem viewing issue after migration.
More info about my deploy: <pre> About yo ... abase schema version 20120301153455 </pre> 2012-11-13 16:49
Open discussion: Issue View Group By Capabilities
What I am looking for is the ability to see a ... ing. I may have missed it though. Thanks. 2012-11-13 15:30
Plugins: RE: Redmine preview attach column/image gallery
uncaught exception: script.aculo.us requires ... framework >= 1.6.0.3 @http://svn.bidule.com/issues/78 Line 23@ i get this trouble , am i a ... dmine_preview_attach_column 0.1.7@ 2012-11-13 12:56
Help: RE: SVN doesn't work on Redmine. (with IIS 7.5)
Thanks C F ! I've solved this issue!!!! It's really big help to me! 2012-11-13 06:11
Help: Problem viewing issue after migration.
Hi guys! I migrate toredmine 1.4.4, and afte ... g a very different problems. There is a few issues that i can see and in the log file i got this: <pre> Processing IssuesController#show (for xxx.xx.xxx.xx at 2012-11-12 18:02:02) [GET] Parameters: {"controller"=>"issues", "action"=>"show", "id"=>"205"} Rendering template within layouts/base Rendering issues/show ActionView::TemplateError (undefine ... ' for nil:NilClass) on line #79 of app/views/issues/show.html.erb: 76: 77: <p><strong><%=l( ... <div class="wiki"> 79: <%= textilizable @issue, :description, :attachments => @issue.attachments %> 80: </div> 81: <% end %> 82: <%= link_to_attachments @issue %> </pre> I'm getting similar errors whe ... solve this problem? Thanks a lot! 2012-11-12 22:23
Plugins: RE: Extra query operators plugin
Hi! I have installed this plugin for Redmi ... bserver is not defined... How to fix this issue ? Thanks, 2012-11-12 12:18
Help: Can't set start or due dates from incoming emails for new issues
h2. Description: I'm trying to create new issues in redmine via email and so far all other f ... ly except for the start and due dates of the issue. Here's what I've done: h3. Step 1: I've ... the proper fields in my email to create the issue and written the date in the format that I've ... and due dates are not passed through to the issue. They remain in the description of the issue instead of being used as issue attributes. I have tested the date format u ... hat is set within it's global settings? 2012-11-10 12:04
Help: RE: v1.4.4 on fc17
I am having the same issue. There are a few pages I found when doing g ... p with anything new I will post it back here. 2012-11-09 22:19
Help: 2.1.2 - Create New Issue Fails
I've got a dev server we've been trying out 2 ... e's a problem. When I try to create a new issue, I get a 500 error. Looking at the dev log ... mn 'position' cannot be null: INSERT INTO `issues` (`assigned_to_id`, `author_id`, `category_ ... 59') I see in the database.rb that in the issues table there is a not nullable field called ... .12) * tzinfo (0.3.35) * yard (0.8.3) 2012-11-09 20:57
Help: RE: LDAP attribute workarounds for on-the-fly user creation?
I seem to have fixed my problem. But to an ... It's documented here: http://www.redmine.org/issues/11850 In my app/controllers/account_cont ... ssistance in the mean time. I appreciate it. 2012-11-09 20:47
Help: pdf export of project
Hi! Is there a way to export the project overview? I need a pdf-export like it is realized with issues. Thanks! 2012-11-09 18:16
Open discussion: RE: Issue in setuping redmine 2.1.0
resolved 2012-11-09 18:11
Open discussion: Issue in setuping redmine 2.1.0
Hi Team when i am running the command "rak ... and am using Debian GNU/Linux 6.0 \n \l Issue Please help me 2012-11-09 17:40
Help: wysiwyg editor
Hello, I have redmine version-2.1.2. All is o ... e is no wysiwyg editor in text editor field (issue and wiki). Help me please. Is it bug? the ... 2 Database schema version 20120731164049 2012-11-09 14:44
Plugins: RE: Weekly Timesheet 1.1
ok, lets hear from others if they are ok with ... the pdf export. I will add the hyperlink issue to our feature list for the next release. 2012-11-09 09:24
(8526-8550/18280)