Project

General

Profile

Search

Results (31864)

Open discussion: RE: Agile methodologies and Redmine
Sorry, this is really getting off-topic. > I have to create a custom field for Issues called Story Points, right? Yet no success. ... l you need is a minor edit in the app/views/issues/_form.rhtml, to make it show the field for ... hours) %></p> The burndown is working. When issues are closed the curve bends down. 2009-02-18 14:25
Defect #2775 (Closed): Internal server error when db is locked
Hi, I use Redmine 0.8.0 with SQLite3 on a Ub ... s the following problem : <pre> Processing IssuesController#new (for 126.53.112.209 at 2009-0 ... éer", "project_id"=>"XXX", "action"=>"new", "issue"=>{"start_date"=>"2009-02-18", "estimated_ho ... n"=>"XXX", "status_id"=>"2"}, "controller"=>"issues", "attachments"=>{"1"=>{"file"=>"", "descri ... tions.rb:106:in `save' /app/controllers/issues_controller.rb:144:in `new' /vendor/rai ... Error) </pre> This happens not only in issues but also in wiki edition. Of course you los ... is fun when you just done 3 or 4 screens ;) 2009-02-18 08:58
Plugins: RE: Rails Engines and extending the issue model
Dario Nuevo wrote: > But now I'm in the situation that I want to alter the issue model. And as I've read, overriding models i ... > The whole goal of the operation: I've got issues which estimated hours value should be the s ... 5076b1c88b57c2068aa92cdf694769dbd22d061a/lib/issue_patch.rb. Here I add a new method to Issue called @deliverable_subject@ and also declar ... code and I'll try to help you out. Eric 2009-02-18 05:21
Open discussion: RE: Features - which one wanted?
Lars Pehrsson wrote: > I noticed some people ... s is roughly how I prioritize: # Security issue # Bug that affect me or my customers # Pat ... d use # Bug that I can easily fix # Plugin issues # Feature that I could use # Bugs # Patc ... ch/index/redmine?q=voting&scope=&all_words=1&issues=1&messages=1&submit=Submit Eric 2009-02-18 04:54
Feature #2771 (Closed): Individual people workload statistics.
When I assign a tracker to someone, we can add an estimated hours to complete this issue. I'd like to view my individual member's wo ... hours. Could we create a page to show that? 2009-02-18 04:08
Feature #2770 (Reopened): Display of inline attached images in email notification
Now if we would like to include attached images in the issue's description, we can use <pre>!image_name.jpg!</pre> This works well when the issue is displayed in browser, but the image will ... we could upload the image before saving the issue could be a useful and flexible way. 2009-02-18 02:22
Plugins: Question plugin - first public release v 0.2.0
I'm happy to announce that I've just released ... ests for the next release. Just open a "new issue":https://projects.littlestreamsoftware.com/p ... /github.com/edavis10/question_plugin. Eric 2009-02-18 00:09
Wiki: PluginQuestion
h1. Redmine Question plugin The Questions ... to ask questions directly to other users in issue notes. Questions will be highlighted so the ... eatures * User can ask a question with an issue note * Question can be assigned to be answered by a project member * Filters for the issue list: ** Question is assigned to ** Question was asked by * Question column for the Issue list showing a preview of all the open questions asked on an issue * Email notification when questions are ask ... h2. Screenshots |=. *Question on an issue* | | !question_on_issue_thumb.png!:/attachments/1535/question_on_issue.png | |=. *Issue list filters* | | !question_issue_filters_thumb.png!:/attachments/1537/question_issue_filters.png | |=. *Issue... 2009-02-17 23:30
Open discussion: RE: Agile methodologies and Redmine
Nice post, Arturo. Helped me a lot. Dan Ho ... acklog. I have to create a custom field for Issues called Story Points, right? Yet no success... any idea? Thanks 2009-02-17 19:18
Open discussion: RE: Import from Lighthouse
I've made some fixes and enhancements to the ... ation of tickets in the API. Also cleaned up issue matching, added more console output. In order to correctly import issue states, you need to create identically-named ... previous comments * create or map existing issue states -> statuses automatically * graceful ... get this added to the redmine lib/tasks? 2009-02-17 17:29
Feature #2768 (Closed): Ability to Pass The project id for Issue Creation by email
Hi, I am doing the functionality of Issue Creation by email using rake task method ... ority .The Email's subject will be stored as issue subject,email description is stored as issue description.Everything is ok Is it possib ... e 1 will be retrieved from email subject and issue will be created on passed project id 2009-02-17 15:39
Defect #2766 (Closed): Login back_url changes https to http
When opening an URL with https://..., and the ... utomatically redirected to the https-address. 2009-02-17 12:04
Open discussion: RE: Subticket/SubIssue Feature
+1 very useful idea, redmine will replace MS Project if you will do it. 2009-02-17 11:06
Wiki: ThirdPartyTools
h1. Third Party Tools {{>toc}} Here you ... for Eggdrop creating direct links to Redmine issues [Author: Rami Kassab for Typethink] * "RBo ... in for RBot creating direct links to Redmine issues [Author: James Turnbull] * "Supybot/Limnor ... ays informations and direct links to Redmine issues. [Author: Matthias Meusburger] h2. IDE i ... a plugin for Tortoise SVN/GIT/Hg for Redmine issue tracking. Once this plugin is installed and ... give you direct access to a list of Redmine issues that you can select to include in your comm ... ing-gateway: Engine with GUI that replicates issues and jobs in both directions. h2. Monitor ... nt supporting multi servers, multi projects, issue editing, wiki and much more * "OpenRedmine" ... helps teams track time accurately on Redmine issues, projects, and activities. It offers a fast ... lter, search and edit specific tasks, change ... 2009-02-17 09:51
Help: RE: Troubleshooting retrieving emails via IMAP from GMAIL account
rake redmine:email:receive_imap RAILS_ENV="pr ... his is the rake task u need to run to create issues by email host=imap.gmail.com=host addres ... r(This is the project where u want to create issue) (Remember pass only the project identifier ... il address) and execute the rake task The issue will be created on the corresponding project ... e task .Your email subject will be stored as issue subject.Your email body will be stored as issue description) The persmission will also be ... ns(Whether the user is eligible for creating issues on this project) Remember one thing,In t ... custom fields as mandatory fields.otherwise issue creation will email Incase of any issues with this code just mail me 2009-02-17 07:49
Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
Tim Klein wrote: > ... to get the stuff to d ... n vendor/plugins/stuff_to_do/app/models/next_issue_filter.rb Thanks, I'll be updating all my plugins soon to handle this change. Eric 2009-02-17 01:10
Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
... to get the stuff to do plugin running edit in vendor/plugins/stuff_to_do/app/models/next_issue_filter.rb change line 8 to <pre> self.priorities = Enumeration.priorities </pre> 2009-02-17 00:28
Help: RE: Commit comment doesn't close the issue
Thanks for your help Mischa ! I understood ... "closes #13" and this works. Thanks again. 2009-02-16 16:23
Help: RE: Commit comment doesn't close the issue
Guillaume Lecanu wrote: > If we try to commit something like that "IssueID #13 fixed" this doesn't update the status of the issue #13, and of course don't send any emails not ... ent keywords, but this doesn't help. The "issue-referencing from commit-message"-feature req ... -message. See [[RedmineSettings#Referencing-issues-in-commit-messages]] for a full disclosure. ... n the configured keywords for fixing/closing issues (in contrast to only referencing the issue without the ability of changing the status/% ... g keyword, see [[RedmineSettings#Referencing-issues-in-commit-messages]]... ;) 2009-02-16 16:13
Help: Commit comment doesn't close the issue
Hi, We currently switching to Redmine (7.4), but we have a problem with the feature to update an issue dependant of the content of the commit comment. If we try to commit something like that "IssueID #13 fixed" this doesn't update the status of the issue #13, and of course don't send any emails not ... this doesn't help. Thanks for your help! 2009-02-16 15:39
Feature #2761 (Closed): Factorize user name in /repository/statistics
Hi, Is it possible to factorize author nam ... stats for the Redmine user. Thanks a lot. 2009-02-16 13:35
Open discussion: RE: Subticket/SubIssue Feature
+1 2009-02-16 12:40
Plugins: Rails Engines and extending the issue model
Hi guys.. First: I'm a routined developer, ... 'm in the situation that I want to alter the issue model. And as I've read, overriding models i ... The whole goal of the operation: I've got issues which estimated hours value should be the s ... cle/documentation would be great.. Regards 2009-02-16 10:14
Defect #2759 (Closed): Nil Class Error with issuescontroller.rb & Patch
Hi Team, I receive the following output w ... the default one that is chosen when the "New Issue" page loads: <pre> Processing IssuesController#new (for 192.168.0.3 at 2009-02-1 ... e", "project_id"=>"mw-no", "action"=>"new", "issue"=>{"custom_multi_values"=>{"6"=>[""]}, "star ... id"=>"1", "description"=>""}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>"", ... :2371:in `attributes=' /app/controllers/issues_controller.rb:129:in `new' /usr/local/ ... ipt/server:3 </pre> I believe this is an issue with the following #2625 as I applied the pa ... ses custom field #2. When I load the New Issue page everything works correctly and I am abl ... /1/1317 However I was not able to fix the ... 2009-02-16 09:48
Feature #2756 (Closed): Subproject Support Documentation
May be i oversight something, but on the "fea ... ":/wiki/redmine/RedmineProjectSettings too. 2009-02-15 16:57
(29251-29275/31864)