Search
Results (31872)
- Plugins: RE: Redmine Scrumdashboard plugin
- Also get an internal error with Redmine 0.8.7. "Reported it in issues":http://github.com/thus/redmine-scrumdashboard-plugin/issues#issue/7 Wasn't able to fix it by myself, sorry.
- Open discussion: RE: Plugin: Twitter-like status updates for projects
- Hi, this plugin looks nice. :) I translated the messages to Japanese. Also fixed some minor issues: * Fixed i18n issues, added more translatable words * "Status" ... GitHub: http://github.com/yuja/redmine_status
- Plugins: RE: Local avatars Plugin v.0.0.1
- It seems that latest trunk version of *users_ ... the full stack trace. I have solved this issue by adding following lines to *lib\users_avat ... ndency 'user' </pre> Hope this helps
- Plugins: RE: Redmine Scrumdashboard plugin
- Adrian Wallaschek wrote: > Hmm, > > I so ... ternal error. I have to versions: Microbe (2 issues existing) and Amoeba (no issues existing). On Amoeba, no display (as expect ... drop down list. But, as soon as I assign an issue to one of those versions, the Scrum Dashboar ... dashboard for the version with no associated issues though. Where can i find the logs for this? No luck so far.
- Hi all, While waiting for #337 (private issue) I think of an alternative to protect the contents of every posts (issue's description, journal notes, comments, mess ... k for object's attributes (:description for :issue, :notes for :journal, etc), and the common w ... gards, PS: I am sorry for my poor English.
- Feature #4511 (Closed): Allow adding user groups as watchers for issues
- Having the nice user group feature in Redmine ... be able to add whole group as observers for issues. Currently, only user accounts can be added as observers.
- Defect #4509 (Closed): mail_handle.rb tries to run .match on an array
- use to_s and not to_a as arrays do not have . ... end - elsif m = email.subject.match(ISSUE_REPLY_SUBJECT_RE) + elsif m = email.subject.to_s.match(ISSUE_REPLY_SUBJECT_RE) receive_issue_reply(m[1].to_i) - elsif m = email.subje ... _reply(m[1].to_i) else receive_issue </pre>
- I've just uploaded a new release of the "Redm ... ittlestreamsoftware.com/projects/redmine-bte/issues is open to the public and you are welcome t ... patches for the next version. Eric Davis
- Help: RE: I can't get rake to work
- Awesome - Solved > Well, if you use redm ... :-) I had look into the log before the issue was a bunch of things combined My origina ... thing works now Thanks a Bunch Felix
- Help: RE: I can't get rake to work
- > The next best thing would be to have a lo ... n better make redmine send you a mail for an issue creation or update, and answer to that mail. ... evelopment.log or production.log? thanks
- Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
- Patches for the following plugins : * bulk_t ... : https://projects.littlestreamsoftware.com/issues/3504 * timesheet_plugin : https://projects.littlestreamsoftware.com/issues/3503 * stuff_to_do : https://projects.littlestreamsoftware.com/issues/3501
- Feature #4507 (Closed): Make first and last name field order follow Users display format setting
- Hello Redmine developers In "Register" a ... le to change the order with each languages.
- Plugins: RE: Ticket grouping plugin
- As told Felipe Campo a month ago, *priority* is a non empty field in the *issues* table, so it fails to insert a new record ... te people without adding this line into the *issues_controller.rb* file: <pre> i2.priority = p_issue.priority </pre> Sure missing something, but how?
- Defect #4505 (Closed): Bulk edit issue don't show "is_for_all" custom fields
- Found original patch updated #2560. We need t ... t those connected to other projects only.
- Help: RE: I can't get rake to work
- Well, I'm running short on ideas here… I just ... n better make redmine send you a mail for an issue creation or update, and answer to that mail. ... with redmine and the whole underlying stack.
- Plugins: RE: Redmine Scrumdashboard plugin
- Hmm, I solved the problem with the migrat ... ternal error. I have to versions: Microbe (2 issues existing) and Amoeba (no issues existing). On Amoeba, no display (as expect ... Apache logs are empty. Cheers, Adrian
- Help: RE: Problem with "Bulk Time Entry" plugin
- Thanks for the report, I've opened a new bug ... https://projects.littlestreamsoftware.com/issues/3502 Eric Davis
- Plugins: RE: Overriding Localizations in a Plugin
- Jamie Hardt wrote: > Is there any way of ove ... _picture/config/locales/en.yml en: field_issue: Spot </pre> Eric Davis
- Help: RE: installation issue with 0.8.7
- andrew semeniuk wrote: > Ha, now that's funn ... /session_store.rb@ internally). Eric Davis
- Related with #4406 and as discussed over IRC: _From my private Redmine instance:_ > Issue 25: > * Rename "Files" to Attachments in Wiki, Forum and Issues > > Description: > * Rename "Files" to Attachments in Wiki, Forum and Issues mainly by adding new strings to the languag ... Revisionlog: > * attachment:revisionlog_of_issue-25.txt > > Patches: > * (5), attachment: ... ent:25-4_r34.patch, attachment:25-5_r35.patch
- Help: RE: I can't get rake to work
- First of all thanks for all the help... > Well, being an admin and having the "Create issue" (or whatever it's called exactly) right isn ... yourself to the project with a role that has issue creation rights. > The role that I'm assigned to has permission to create issues > Another thing that just dawned on me: ... d > Last but not least: do you expect the issues to appear on a development system? Rake def ... ad emails from the same machine using telnet
- Help: RE: I can't get rake to work
- Marcus Lopes wrote: > 1. rake command > >ra ... Well, being an admin and having the "Create issue" (or whatever it's called exactly) right isn ... yourself to the project with a role that has issue creation rights. Another thing that just ... pt. Last but not least: do you expect the issues to appear on a development system? Rake def ... e stuff happening on your production redmine.
- Help: RE: I can't get rake to work
- Well, first of all, you can drop the @--trace ... r rake command, which by default creates new issues as bugs, but if you were to put a line cont ... ach and every mail that is not a reply to an issue mail from redmine to be created as a new bug ... ctive user in redmine and that that user has issue creation rights in the project the issue should get created in.
- Help: RE: I can't get rake to work
- So, having a look at the [[RedmineReceivingEm ... answer any mail you get from redmine for an issue creation or update, that should append the content of the mail as a comment to the issue.
- Help: RE: I can't get rake to work
- Hello Marcus, I don't think you will need ... 't find any documentation on @allow_override=issue@ (and right now, it doesn't even make sense ... e is something strange or suspicious in them.