Project

General

Profile

Search

Results (18298)

Help: RE: Can't change status of issues to desired "Closed".
Just found out that it was a user problem. Th ... o everything was working according to plan. 2011-07-07 17:11
Open discussion: Projects overview - why it is so bad ?
Hi, I love redmine for as issuetracking, but i really dislike the way it ill ... e redmine to something else. 2011-07-07 03:01
Help: NoMethodError Submitting Ticket Update
Hey, I'm getting the following error when ... have any insight on how to possibly fix this issue? Running Redmine 1.2. Let me know if you ... `group_by' for nil:NilClass): app/models/issue.rb:596:in `save_issue_with_child_records' app/models/issue.rb:588:in `save_issue_with_child_records' app/controllers/issues_controller.rb:174:in `update' /root/inst ... public/500.html (500 Internal Server Error) 2011-07-07 01:22
Open discussion: An issue close button in a special way
Hello everybody I have a special question. I want to use redmine as an issue tracking system. For that i have a automatic process which write a lot of issues into redmine via the "redmine java API". This works fine. The issues are organisated by projects. Every time ... possible to do. Regards Kalle Blomquist 2011-07-06 17:36
Help: Filtering custom fields that are not set out of custom queries
I have a custom issue field that I need to query on, but I would like to select all issues where the custom field is set. I can't seem ... value. Anyone know a way to get around this? 2011-07-06 15:51
Open discussion: RE: 452 4.5.3 Too many recipients
Alfredo Bonilla wrote: > Hi, we have a proje ... but I can not find documentation about this issue. > * In the meantime, our solution requires ... le? (MOVE THIS QUESTION TO THE HELP FORUM) 2011-07-05 15:54
Help: 452 4.5.3 Too many recipients
Hi, we have a project with more than 100 memb ... but I can not find documentation about this issue. * In the meantime, our solution requires t ... ecipients control through the email.yml file? 2011-07-05 15:54
Help: RE: Problems with "subtask autocompletion feature" (REST API requires user & pass)
I've investigated a little more and my issue seems to be related to the same problem. I ... anban board that I get disconnected. No one ? 2011-07-05 15:18
Help: RE: Submitting Issues through PHP
Michael Pfannkuchen wrote: By Redmine 1.2. ... id '2' depends on Custom Field "Task Team" $issue->set ('custom_fields', $customFields)->save(); // Just save the custom fields </code></pre> 2011-07-05 13:29
Help: RE: Submitting Issues through PHP
Michael Pfannkuchen wrote: > Just to keep pe ... ting: > Unfortunately Redmine 1.2.0 changed Issues REST-API for the custom_field handling in a ... e is the with Redmine 1.2.0 working solution. 2011-07-05 13:20
Help: RE: Problems while upgrading from 1.0.5 ... and html rendering as plain text in browser.
I have same issue, please help. 2011-07-05 05:02
Open discussion: RE: Shameless plug: Pepper - new theme
Happy to hear that you like the theme! :) And ... ment things too much, lets discuss the Opera issue over on Github. As for the main menu feed ... 'll have to try out some different options. 2011-07-04 21:28
Open discussion: RE: Shameless plug: Pepper - new theme
I've tested some themes for Redmine but so fa ... " effect everytime loading a page. Posted an issue on Github. - I like the simple design, but ... wsing as well Thanks for you good work! =) 2011-07-04 19:11
Plugins: RE: Redmine Backlog - Issues
I just wanted to add that we also loose visib ... are it with us. For those using this plugin 2011-07-04 16:23
Plugins: Redmine Backlog - Issues
Hi, We are currently using Redmine Backlog plugin for our agile team. We are facing issues : - Bugs are not showing in the task boar ... including bug fixes ) . Thanks in advance 2011-07-04 16:10
Help: cannot create issues
i'm not an expert, but i've been able to get ... cts. i cannot for the life of me create issues. i have dug through menus and documentation for days and i cannot understand why the issues i "create" show up in no lists anywhere. there are no error messages when i create the issues -- they just wind up nowhere. i can im ... g to register there and attempt to create an issue. i am more than willing to assign a role fo ... i'm so painfully stuck . . . thanks, kdb 2011-07-04 01:44
Help: NoMethodError in IssuesController#create or update
Hi, i've just upgraded redmine to 1.2 fol ... ything runs ok except when adding or editing issues, documents, wiki, etc.. i've got a redmine ... undefined method `unsaved_attachments' for #<Issue:0x7f949387fa08> when i go back to the issues list, the issue had been created and files are uploaded ok ... les' /usr/share/redmine-1.2/app/controllers/issues_controller.rb:140:in `create' </pre> *L ... undefined method `unsaved_attachments' for #<Issue:0x7f10fd8be290>): app/models/attachment.rb:161:in `attach_files' app/controllers/issues_controller.rb:140:in `create' /usr/lib/r ... ase schema version 20110511000000 </pre> 2011-07-03 20:41
Open discussion: RE: Trac Importer Patch Coordination
h2. Thanx a lot! I successfully integrated ... m Thomas Recloux, see http://www.redmine.org/issues/2748#note-1 h3. migrate_from_trac_svn: ... re) *# replace Trac Ticket IDs with Redmine Issue IDs in all SVN commit messages (original fea ... ommit_authors *# migrate_svn_commit_messages 2011-07-03 01:37
Open discussion: Create issue from CRON
Hi, If someone is interested, i'm using this bash script to create periodically issues with linux CRON. Crontab: 0 23 * * 4 /opt/redmine/create_issue.sh /opt/redmine/issue_backup.xml >/dev/null 2>&1 File: issue_backup.xml <pre> <?xml version="1.0"?> <issue> <subject>Realizar Backup</subject> ... o_id> <priority_id>4</priority_id> </issue> </pre> More issue parameteres, visit: http://www.redmine.org/projects/redmine/wiki/Rest_Issues File: create_issue.sh <pre> #!/bin/sh # # Crea un issue en el redmine # XML_POST=$1 # Parametros LOG_FILE=/var/log/redmine/create_redmine_issue.log BASEURL=http://192.168.0.5:3000 USERNA ... rd=$PWD\&login=Login -O$TMPFILE # Creo el ... 2011-07-01 15:17
Plugins: RE: Redmine Scrumdashboard plugin
I would like to know if there is a way to order the issues in the plugin by priority (priority_id in d ... ld be very greatful if someone could help me. 2011-07-01 14:50
Help: RE: Problems with "subtask autocompletion feature" (REST API requires user & pass)
I'm having similar issues with Redmine Kanban plugin on Redmine 1.2.0 ... Windows Bitnami RedmineStack 1.2.0 I get the issue in the previous case, with an error banner in the plugin. On a CentOS install I get the same issue. The CentOS install repository is shared wi ... ust get an error message (and eventually the issue will disappear in the plugin view, but this is another issue). I've checked the environments, but can' ... at (0.7.3) yard (0.7.2) ZenTest (4.5.0) 2011-07-01 12:29
Help: Problems while upgrading from 1.0.5 to ... and html rendering as plain text in browser.
I had an updated 1.0.5 installation which I t ... the right direction to troubleshoot/fix this issue. About your application's environment Ru ... lugin 0.6.0 Stuff To Do Plugin 0.4.0 2011-06-30 22:03
Open discussion: Is it possible to export an "issues booklet" in PDF format?
Hi, I would like to know if it is possible to export the result of a search for issues, into a PDF "booklet", where the DETAILED view of all matching issues is included. As an example, consider Redmine's own issues view at: http://www.redmine.org/projects/redmine/issues Assume that you apply some filters to focus on some set of issues. If you click on the "PDF" link at the bott ... he same "PDF" link at the bottom right of an issue's detail view (for example http://www.redmine.org/issues/8651). 2011-06-30 18:22
Open discussion: Redmine and integration with SCM
I am looking for documentation on what benefi ... integration, though. For example, how the issue tracking is related, what can be referenced from the wiki, etc. 2011-06-30 17:38
Help: RE: Private Issues strange behaviour
Oops. Sorry about this. I didn't find this op ... y 1-2.stable, and the problem is solved. Thx 2011-06-30 09:33
(11251-11275/18298)