Project

General

Profile

Search

Results (18298)

Help: Show subprojects time tracking in parent project report
Hi, we would be more than happy if Redmine co ... me report that would include all subprojects issues as well the parent project issues. Is it possible? Thank you very much! :) 2012-06-05 10:31
Help: RE: Cannot view issues with subversion links after 2.0 upgrade
Just to confirm this was the culprit, I tried ... Hopefully this helps someone in the future. 2012-06-05 05:09
Help: Query using API
Hi All, I am using the API to successfully extract the last 5 issues: e.g. http://mysite/issues.xml?limit=5&key=myapikey I want to add o ... it to get the proper results. Thanks, Rick 2012-06-04 20:00
Open discussion: RE: How to use Redmine with large projects
Keny 31 wrote: > Hello, > > What we have ... g two projects (front and back office) > Issues come from the front office they are copied ... gin? Can you publish it? How do you copy the issues between instances and when (event or manually)? How does the plugin link issues and keep track of status? How are worflows synced between this issues? What happens to linkled ressources like ve ... Are they coped too and how? > There is one issue for all the commits (trunk, release, branche ... you switched scm cross references on? > The issue can be change into the back office after the ... e? > We check the status of the back office issues regarding the front office issues through a birt report. What does birt repo ... e status is done manualy. > > Regards. 2012-06-04 19:59
Open discussion: RE: How to use Redmine with large projects
Hello, What we have if that can help you: ... ce with trunk, release and several branch Issues come from the front office they are copied ... an help making this automatic) There is one issue for all the commits (trunk, release, branches) The issue can be change into the back office after the copy We check the status of the back office issues regarding the front office issues through a birt report. The update of the status is done manualy. Regards. 2012-06-04 18:03
Help: RE: Cannot view issues with subversion links after 2.0 upgrade
OK, I tried this again and am not getting the ... rake redmine:plugins:migrate .. working now. 2012-06-04 17:57
Help: RE: Cannot view issues with subversion links after 2.0 upgrade
Shameless bump ... anyone able to assist - or ... tional information I could provide? Thanks 2012-06-04 16:10
Open discussion: RE: An error occurred while ... The storage control blocks were destroyed. )
I add this error and it was due to DNS not working. To verify on Windows that there is a DNS issue, check that you can run nslookup. The real issue here with Redmine : emails not sent are not kept and send later... 2012-06-04 10:36
Plugins: RE: redmine_graphs could not support the 1.4.X
http://rubygems.org/gems/svg-graph has an upd ... graphics library that corrects the Parsedate issue (detects the ruby version and uses different ... gem code to /lb/SVG. Now the "Open aging issues" graph works but "Total issues over time" has another ruby 1.9 incompatibility, this time in the plugin code... work in progress. 2012-06-03 14:43
Help: RE: Redmine 2.0 as a Windows service
I think I have a solution!!! The solution ... 4: https://github.com/oneclick/rubyinstaller/issues/116 Thin needs eventmachine. eventmachin ... ill write an wiki-article with my solution. 2012-06-02 20:49
Help: RE: accessing custom field in document category?
Maybe [[RedmineCustomFields#Fields-for-Document-categories]] is of any use? #4077 and its related issues (especially #6564) might also provide some more "background" about this. HTH... 2012-06-02 18:29
Open discussion: Logout after added an object by javascript method
Hi all, I have little problem with my redm ... ny time I add 'category' or 'version' by the issue interface. Sometimes, same problem after submit a new issue. Here, my debian redmine version Versi ... rb 0.9.5(05/04/13) THanx's for your help.. 2012-06-02 12:33
Plugins: RE: Redmine fields permissions not compatible with 1.3.x
I have found the solution: https://github.com/dmondello/redmine-field-permissions/issues/1 2012-06-01 19:24
Help: [1.3.0] 500 Internal Server Error - MissingAttributeError
Hello, today our Redmin installation started ... Internal Server Error" when accessing *any* issue. In the logs we have <pre> Processing IssuesController#show (for 66.xx.x.70 at 2012-06-0 ... "action"=>"show", "id"=>"10", "controller"=>"issues"} ActiveRecord::MissingAttributeError (m ... :54:in `after_initialize' app/controllers/issues_controller.rb:125:in `new' app/controllers/issues_controller.rb:125:in `show' /home/webapp ... y it might be and how to eventually solve it? 2012-06-01 17:15
Help: RE: undefined method `active_record' for #<Rails::Application::Configuration:0x00000001af6468>
Opened an issue for this as Redmine doesn't work on Fedora 17 - http://www.redmine.org/issues/11071. Rgds Steve 2012-06-01 14:45
Help: RE: Edit issue not working in 2.0.0
Issue resolved. There's now an edit icon next to the description on the "update issue" page 2012-06-01 13:28
Help: RE: Do i see authors mail adress for issues created via "redmine:email:receive_imap unknown_user=ignore" on redmine 1.2.1
Is the sender email an attached information at the issue if the user is not created too or do is only see "anonymous" for author? Anyone please! 2012-05-31 23:29
Open discussion: RE: How to use Redmine with large projects
Terence Mill wrote: > You can merge autoamti ... their respective versions where the fix for issue was made. That is we do not have single target version 2012-05-31 17:49
Help: Redmine apt-get install
Ok, I have followed the following "tutoria ... ray, I've then tried using coderay within an issue and also nothing is working? Has anyone e ... method of installation and got this working? 2012-05-31 15:46
Help: RE: 406 not acceptable on POST /issues.xml
It's working quite wonderful. :) A *BIG TH ... ttle thread will make their life much easier. 2012-05-31 11:56
Help: RE: 406 not acceptable on POST /issues.xml
Hi Etienne, thank you for you answer. I ju ... e it is allright and changed the Url to host/issues.xml as proposed by you. Now adding a issue in this way works! I will now test uploading an issue with a token and report back within the day. 2012-05-31 11:48
Help: RE: 406 not acceptable on POST /issues.xml
You're mixing creation of issue and attachment upload since you try to make a @POST@ to @/upload.xml@ with some issue request body. Please read [[Rest_api#Atta ... ent with a @POST /uploads.xml@ # create the issue with a @POST /issues.xml@ or update it with a @PUT /issues.xml@ and specify the token you received in ... tion.html, it could be more enjoyable to use. 2012-05-31 11:30
Help: RE: 406 not acceptable on POST /issues.xml
Check Mate wrote: > This is the way i issue the request. And this is the corresponding production log entry. See attached file. 2012-05-31 10:11
Help: RE: 406 not acceptable on POST /issues.xml
Etienne Massip wrote: > How do you issue the request? This is the way i issue the request. See attached file. 2012-05-31 10:10
Open discussion: RE: Error on attaching files to Issue
Just old js files was cached by nginx 2012-05-31 08:48
(9476-9500/18298)