Search
Results (18307)
- Help: RE: how to show code changes on issues
- You either need to use one of the default "ma ... ontaining an @#id@ to be referenced from the issue page. See [[RedmineSettings#Referencing-issues-in-commit-messages]] for more info. I gu ... e the link. Please also note that the commit-issue links are created only when the commits are ... won't affect commits already read in redmine.
- Open discussion: RE: Redmine Java API 1.0.3 is released (FREE, Apache 2 license).
- oh, I don't know how I missed the previous co ... soon. see task https://www.hostedredmine.com/issues/8727 I want to move the API code to some p ... m repository together with Task Adapter code.
- hi, i have seen some screenshots where related code changes are shown below the issue describtion but have not found a option to e ... lude e.g. ref #47, redmine creates a link to issue 47 on the repository tab but if i open issue 47, i don't see any code changes do i need a plugin?
- Plugins: RE: Plugin for Tests
- Hi, Marco. Here is the deal... There are s ... est cases. It should be done as creating new issue with 'Test case' tracker. Let's create some ... ccess) in order to simulate an execution.
- Plugins: RE: DocPu gives error for images
- Hi, i installed DocPu yesterday, the newes ... and it kind of works, albeit there are a few issues. For example, of the four document classes ... nwidth). Try the newest version! Marton
- We keep having a problem where the Issue Status dropdown is not populated - only the current issue is available. There seems to be no logical causality - it appears on issues at random. Different Projects, Different Users, New Issues, Old Issues, ... all of the Trackers look OK. Has anyon ... the status is getting old. TIA, Lee
- Help: RE: Problem with csv export only wanted columns saved previously in a query
- There is an existing feature for this : #4742 The issue seems to say that it is a wanted behavior since #702, actually.
- I have done an upgrade in redmine to version ... There is a good and simple solution for this issue and someone knows show correctly again text ... -linux-gnu (i686) using readline 5.1
- hi, i have disabled all email notification ... ecked currently i don't get any emails if issues are created/maintained in the application but i still get an email when an issue is created or maintained by email my version: Redmine 1.1.1.stable (MySQL)
- Hello, I'm using redmine version 1.1.1, provi ... . This is so frustrating because for me this issue have fixed in this last session and in this ... I hope that someone could help me about this issue and I can provide more information if necessary. Thanks!
- When I edit an issue and put a time_entry if exist an error in the issue redmine puts the time entry. To patch this bus edit issue.rb Line 536 (bug) Issue.transaction do if params[:time_entry] ... entry.project = project @time_entry.issue = self @time_entry.user = User.curr ... end if valid? Patched Issue.transaction do if valid? ... entry.project = project @time_entry.issue = self @time_entry.user = User.curr ... self.time_entries << @time_entry end
- Help: RE: Migrating from 0.8.7 (manual install) to 1.1.0 (ubuntu repo via apt)
- The other issue (again user fail) was due to incorrect il8n. ... 18n sudo gem uninstall i18n -v=0.5.0 </pre>
- Help: RE: Redmine+Bundler - method_missing "has_key?"
- <pre> # gem list | grep rubygems rubygems-u ... y of these in the Gemfile does not solve the issue.
- I have added some issues to my project and I have established some relations between them. (ie. issue two follows issue 1) My wish is to set up a starting date for my first issue and the estimated time, and then, I need Redmine to calculate automatically when issue 2 must start, considering: - starting time of issue 1 - estimated time issue 1 (in hours) - how many hours we work a day ... o days, and then establish starting date for issue 2 as 3rd day of the project) So far my gant diagram only shows issues with a fixed starting and finishing date... ... ying to get? Thanks for your help! Sara.
- I'm running two RoR applications on the same ... appreciated. Thanks a lot. p.s. the same issue is observed with redmine 1.0.0, 1.1.0 and 1.1.0.
- Help: RE: Email stopped working after upgrade from 1.0.3 to 1.0.4
- I've just noticed that i'm having this same issue too. I checked Admin>Settings>Email notific ... resets to "For any event on all my projects".
- I am wondering if it is possible to set up Re ... e of the people who received notices for new issues was bouncing, which put redmine into a loop (new issue created, notification bounces, yet another new issue created). Thank you.
- Help: RE: Migrating from 0.8.7 (manual install) to 1.1.0 (ubuntu repo via apt)
- The db changelog issue was because we had a some db screwups - rena ... id column (ie. it had been moved). So no issue migrating the data, but the template issue is more severe that I initially thought - we ... to file it as a bug (which it appears to be).
- Help: RE: Status is missing in drop down list although it is in the according workflow
- I don't think you have a bug, different thing ... aren't passed down to subprojects, * If the issue has subissues, that might block the parent issue in that regard, * If the issue has related issues, for example a blocking issue, you can't close it either.
- I'm setting up redmine with the intent of using as bug tracker AND as support/issue-tracker for non technical end users. For ... rimary interface. I want to let them create issues via email and follow the progression of their issues via email. I've managed to figure out how to create new issues via email by running the rake task "redmin ... eated users aren't added as watchers to the issues they create. Which is what I want to accomp ... I'd be really grateful for any help.
- Is there allready a plugin to relate a call to each other after duplicating or copy an existing issue. I don't have any knowledge about Ruby. ... lt, except on a few plugins. Thanks a lot.
- Hello! Does anybody know, does it work? Now, I'm trying to send issues via php. I'd found all information such: ... quire_once ('ActiveResource.php'); class Issue extends ActiveResource { // echo ... $site = 'http://belov:123456@10.10.1.40:3000/issues'; var $request_format = 'xml'; // REQUIRED! } $issue = new Issue (array ('subject' => 'XML REST API', 'project_id' => '1')); $issue->save (); echo $issue->id; @@ But I got the mistake. Redmine s ... serve Error 500 with this log: @Processing IssuesController#create to xml (for 10.10.0.4 at 2 ... ", "subject"=>"XML REST API", "controller"=>"issues"} Form authenticity token is missing or is ... word. Via C# I can connect and send the new ...
- Open discussion: RE: Error: An error occurred while sending mail (550 No such user here )
- Hello, Same issue here, anyone know the fix?
- Help: RE: Redmine via passenger running with Development settings
- Dennis, My passenger/rails configuration was ... orry I can't be more specific, I had so many issues getting everything working many of them have melded into one big glob. -Hig
- Help: RE: 'Issues' TAB giving internal error
- a quick fix, maybe a great help to others as ... <%= content_tag 'td', column_content(column, issue), :class => column.name %><% end %> </tr> ... %= content_tag 'td', (column_content(column, issue) rescue 'n/a'), :class => column.name %><% end %>