Search
Results (18298)
- 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.
- Help: RE: Problems with issue status after trac import
- Bah, nevermind, I figured it out. Can't close issues that are blocked by other issues.
- Configuration data: # ruby --version ruby 1 ... # rails --version Rails 2.3.5 # cat /etc/issue CentOS release 5.5 (Final) Kernel \r on an ... m Description: I imported a bunch of trac issues using the migration script. Then, because w ... ). However, now I cannot change any imported issue status to closed or rejected -- but a new issue does not have this problem, its only the issues I imported from trac! I hope that explan ... show the problem. Its ONLY with the migrated issues. If I can provide any more information, ... is pretty much showstopper at this point! :(
- Development: RE: Thoughts on a "Wishlist" version
- Good idea. I think we should have a clear vis ... we should improve, it would help us focus on issues we should work on. Puppet guys have an "unplanned" version for that iirc.
- Help: RE: What does Custom Fields > Issue Priorities do?
- I'm also wondering...
- Plugins: RE: Redmine Issue History Tabs Plugin
- This feature doesn't seems to work at redmine version 1.0. Display an issue without comment is ok, but display an issue with comment will results internal error. Ko ... his as this is a really good feature. Thanks~
- Open discussion: RE: "The entry or revision w ... set the right Path for the Mercurial_Adapter
- Redmine Mercurial adaptor has LANG problem. Please see http://www.redmine.org/issues/5408#note-23 .
- Plugins: RE: Redmine boards watchers plugin
- New version available. * Separate permissi ... pics watchers management * *Add watchers* (+Issue tracking+ section of permissions dialog) - s ... /topic) modes to work * *Delete watchers* (+Issue tracking+ section of permissions dialog) - s ... ers and thus would not work correctly unless Issue module is *enabled* for project (you won't be able to add watchers unless you have +Issue+ module enabled for project).
- I'm setting up a Windows Server 2008 Standard ... . Can anyone give me some insight on this issue? Go easy on me I'm a Newbie getting is feet wet in IS field.
- Help: RE: POST request example to create Issue through REST API
- this is the code I'm trying now (Java): <p ... POST http://172.17.10.53:3000/projects/ace/issues.xml HTTP/1.1 ----------------------------- ... the same server successfully returns list of issues in XML format. The server log has: <p ... youts/base Rendering projects/show </pre>
- As per the discussion in an earlier thread, I ... , I get the following message, with only the issue number varying: NoMethodError (undefined method `parent_id' for #<Issue:0x2ba2394242d8>): vendor/plugins/redmine_ ... gi:24 Any assistance appreciated. -Eric
- We queried over 4000 records, and need to print all of their details, instead of clicking each issue, can I select all and print them all out not in a list file but their details? Thanks!
- Open discussion: RE: Shared Issues and Milestones (or "MetaProjects") - best feature request ever
- I'd like to introduce a second use for "shared issues". We have a code framework that is used in ... s. It would be amazing if we could share the issues and versions from the framework product int ... date for Product B, since it is dependent on issues/versions of the Framework product. etc. etc. etc.
- Plugins: RE: Redmine boards watchers plugin
- h1. Added ability to manage individual topics ... n of permissions dialog) * *Add watchers* (+Issue tracking+ section of permissions dialog) * *Delete watchers* (+Issue tracking+ section of permissions dialog) ... ers and thus would not work correctly unless Issue module is *enabled* for project (you won't be able to add watchers unless you have Issue module enabled for project).
- I don't see any examples what exactly to send in POST request to create an issue. The wiki page only says "use POST /issues.xml". how do I pass API access key? how do I pass the Issue parameters? I tried the following: URL ... ostedredmine.com/projects/taskconnector-test/issues.xml </pre> POST request body: <pre> k ... bd4a9c<?xml version="1.0" encoding="UTF-8"?><issue><subject>Issue_from_REST_API</subject><project_id>dummy</project_id></issue></xml> </pre> should I move "key" to the ... :405 Resp Message:Method Not Allowed </pre>
- Help: RE: Issue Reminder
- I don't think you can. There is a plugin I believe to send mails on issue creation, see the [[PluginList]] for that. I ... that's more the job of a project lead anyway.
- h1. Intro # Plugin allows to add/remove wa ... ges # Plugin adds watchers context menu for issues # Plugin adds three levels to sticky messa ... edmine.org/plugins/redmine_boards_watchers*
- Help: RE: Issue Reminder
- How can I use this to send mails to developers, that are not assigned to an issue?
- Help: RE: Issue Reminder
- See [[RedmineReminderEmails]]
- Is there a easy way to send a notification 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.