Search
Results (18267)
- Help: RE: Issue Reminder
- btw currently this only send email to assigne ... n the code (feel free to fork it if you want)
- Help: RE: Issue Reminder
- I attached examples
- Help: RE: Issue Reminder
- Lukas Resch wrote: > Is there a easy way to ... ion to all developers of a projects, when an issue has to be done within 3 days, 1 day and on d ... roject no matter if they are assigned to the issue or not. Actually I happened to have wrote ... eating query, http://github.com/jk2l/redmine_issue_reminder and also I wrote rake task that "su ... ) but i think you can help me try this out :D
- Hi all, I'v got a problem with 1.0.0 that ... , until someone tries to save something - an issue, a wiki page, whatever, at which point they ... rnal error'. This is what gets logged for an issue: NoMethodError (undefined method `unsaved_attachments' for #<Issue:0xb6318fec>): app/models/attachment.rb:161:in `attach_files' app/models/issue.rb:499:in `save_issue_with_child_records' app/models/issue.rb:487:in `save_issue_with_child_records' app/controllers/issues_controller.rb:181:in `update' An this fo ... rs would be very much appreciated. Thanks
- Help: RE: Issue Reminder
- Got it done with this script, maybe it can help someone. It makes comments on issues, so everyone on the project gets an update. ... ("%Y-%m-%d") url = "http://localhost:3000/issues.xml?due_date=#{date}" #wir machen den re ... cument.new(remote_xml) doc.elements.each("issues/issue/id"){ |id| url = "http://localhost:3000/issues/#{id.text}.xml" if date == Time.now.s ... #{url}" system(command) }} </pre>
- Open discussion: RE: Identify sub-project via email
- Hi Felix and thanks for your reply, I mana ... the header only reports the project that the issue belongs to. We are using Redmine 0.9.4.stabl ... nks in advance for letting me know :) Gael
- Open discussion: RE: Is it possible to set the default issue query?
- I already wrote plugin for this: http://www.redmine.org/boards/3/topics/11764
- I have an issue query called "Default" which I want to be th ... ing I can hack? Maybe I could write a plugin?
- Help: RE: query by issue numbers/ issue lists
- You can't query a "random" set of issues, you really do have to find some way to tag/mark them and create a custom filter on those.
- Is there a way to set up a query so that it displays a fixed set of redmine issues? I often need to track a set of issues for some reason or another and would like t ... elds that I can use to retrieve this list of issues. Instead, I'd like to set up a query or even URL that would display a fixed list of issues as if they were the result of a query. I ... . Also, other people add me as a watcher to issues that are not related to the list I'm trying ... e in redmine, or have any plugins to suggest?
- Help: RE: Shorten Git revision tags in Activity tab / feed
- After speaking with a helpful person in #redm ... d a feature request: http://www.redmine.org/issues/6092
- Hi every body, First of all, thanks for th ... lutions but without success: * using the "issue category" option as it is present in the bod ... in advance for your reply :) Cheers Gael
- Hello. I created a project and associated a ... nly. I can't create new project because all issues, documents, and others of this project must be kept. Thx. (I'm french, sorry for my english)
- Open discussion: RE: How to move all/multipel issue from a project to a subproject
- See [[RedmineIssueList#Bulk-editing-issues]].
- Help: RE: Installation...problem installing mysql gem
- gempaths? I don't really know what that means. Anyone else having this issue or have any suggestions? Would it help to get sudo access and install in root?
- I had one project running since past 1 yr have various issues (open / close) Now I have one more similar ... ject. How do i move all/multiple existing issues from main project to one of the subjects ? ... individually , but how can I do a bulk move ?
- Help: RE: Uploading large files fails for some users
- Did so in Issue #6089. In the further analysis it now becam ... ropably some timeout set to tight in firefox.
- Help: RE: Uploading large files fails for some users
- Hi, I checked the uploading temporary files ... ould be required to get to the cause of this issue, which is kind of out of the scope for me. ... ggestions and hints for troubleshooting this issue.
- Open discussion: RE: reposman.rb: wrong constant name 0
- If it really was the checkout plugin then please update to the current trunk. It fixes the issue for me. Be aware that there is a new migration. --Holger
- I just did an upgrade of my work's redmine in ... - Look in the redmine/logs folder for any issues - Now you can copy over plugins to redmi ... y do one at a time to make sure there are no issues. in /redmine/ run: <pre> rake db:m ... estart redmine@ - copy over /redmine/files
- Hi everyone, I could use your help upgradin ... Inserting new version # for plugin redmine_issues_group.. ... so I skipped that step, and ... command, and the plugins failing to migrate?
- Help: RE: rake aborted!
- Hi Rafi, I experienced the same problem. I fixed the issue by deleting an unnecessary entry (in your ca ... n' column) from 'plugin_migration' table.
- Help: RE: Uploading large files fails for some users
- The issue still persists with 1.0.0 and the nginx on version 0.7.67.
- Help: RE: Extremely Slow SVN Page Load.
- If you use a remote repo that has some latency/bandwidth/performance issues and activated that the repository informati ... itory page, that would cause stuff like that.
- Plugins: RE: I have it working with textile on Redmine 1.0...
- Hello Marc, First of all - thank you for t ... your patch then and hopefully also fix known issues listed here: http://github.com/ndl/wiki_external_filter/issues.