Search
Results (31864)
- During development I have contact with an ext ... oth printing to pdf and attaching as file to issues and wiki pages (works well) and as plain te ... ng emails than reading them. Any suggestions?
- Feature #2705 (New): "Jump to a project..." drop-down should list public projects
- Currently the "Jump to a project..." drop-dow ... ion, and they have rights to see (and submit issues on ) 1) their own projects and 2) the publi ... reason for this not to list public projects?
- Hi All, I've used the SA Redmine with no p ... d. * Besides the story, I also added a Task issue type. * Changed the issues statuses to make them more scrum-like. So " ... scrum task board. * I have enabled the Bug issue type for my projects and it is working OK as ... yout for a physical taskboard. Regards
- Open discussion: RE: Agile methodologies and Redmine
- If you see an error when accessing Product Ba ... ory. This will add the 'rank' field to your issues table. <pre> rake db:migrate_plugins RA ... /redmine_backlogs/db/migrate/001_add_rank_to_issues.rb
- Defect #2703 (New): Link to Changesets is shown to User without credential
- The link to a changeset, which updated a tick ... or page on accidently clicking on the link.
- Patch #2702 (Closed): mail_handler_update: ad ... ome fields / Import custom fields values for issue updates
- This patch add ability to update these fields ... to import custom fields work when updating a issue, not only when creating a issue.
- Open discussion: RE: hey everyone. help me T.T
- I'm not sure but I think it has to do with what you write in the commit message: if you ref an issue in the commit message this link will be displayed as 'associated revision' in the issue, I suppose. See http://www.redmine.org/wiki/1/RedmineSettings#Referencing-issues-in-commit-messages maybe this helps. Cheers, Hans-Peter
- Defect #2699 (Closed): db:migrate does not take into account custom table prefix
- I need to have a table prefix for redmine, s ... t writing it here to let you know, that this issue exists.
- Help: RE: need some help with accessing SVN repository over HTTPS
- I'm having the same issue as Kit. I noticed 2 seconds delay for comman ... isualSVN on the same windows server machine
- Feature #2698 (New): Wiki Auto-Save currently editing page
- It would be nice to have the currently edited ... user's browser goes down, or something...
- Patch #2697 (Closed): Macedonian translation of Redmine
- It's still work in progress. For version 0 ... ly the patch found at http://www.redmine.org/issues/show/61.
- Patch #2696 (New): Add subcategory to category
- This patch contains 2 migrations to add a column to issues and a table called issue_subcategories. This will allow users to hav ... s was diff'd against svn trunk revision 2399.
- Open discussion: RE: Add sub category to category
- I tried to do everything similar to the categ ... on for subcategories. I will also create an issue and attach this patch, per the submission gu ... s is up to date against trunk, revision 2399.
- Feature #2694 (Closed): Notification on loosing assignment
- When the user assigned to an issue change, old assigned user should receive a n ... end </code></pre> Updated method in @issue.rb@ <pre><code class="ruby"> def recipie ... recipients.compact.uniq end </code></pre>
- Defect #2692 (Closed): The Apache Authentific ... mine.pm should honor login_required parameter
- Redmine: r2363 The Redmine.pm authentifica ... lso available to users who are not logged in.
- Open discussion: RE: Add sub category to category
- Guillaume, The issue I see with your approach is enforcing rules ... y isn't implemented. And there would be the issue of reporting, if you wanted to see all the issues assigned to a specific sub-category. Thoug ... ms if I implemented it in this manner? Rob
- Feature #2691 (Closed): Option to disable aut ... ing based on HTTP_ACCEPT_LANGUAGE HTTP-header
- This is a patch to make it possible to disabl ... s default behaviour isn't changed by default.
- Open discussion: RE: Add a highly visible notice to top of 'new issue' page...
- Hi Eric, We'll give this a try - Thanks ;) Ben
- There had been a thread about right click beh ... What I wonder is this: I cannot have the issue list displayed and then open (right-click) one or more issues in a separate window/tab. Couldn't this ... aviour: * right click on non-text area in issue row gives the redmine-context menu * right click on issue text gives the standard (firefox) menu and lets me choose to open the issue in a new window/tab? I always drag the li ... be an easier way? Cheers, Hans-Peter
- First thanks for all of you. Redmine is great ... Some projects need particular trackers (and Issues statuses of course) and i need some functio ... re shown in the filter search parameters for issues. How can i hide these statuses if my proje ... o add observers directly on submitting a new issue ! Why not ? I'm using Ruby and Rails at w ... r, could help me first ?? Thank you again.
- Feature #2689 (Closed): email address of the project
- I want to transmit the notice of addition and ... y) @@ -29,6 +29,7 @@ redmine_headers 'Issue-Assignee' => issue.assigned_to.login if issue.assigned_to recipients issue.recipients cc(issue.watcher_recipients - @recipients) + cc << issue.project.email if issue.project.email subject "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id}] (#{issue.status.name}) #{issue.subject}" body :issue => issue, :issue_url => url_for(:controller => 'issues', :action => 'show', :id => ...
- Feature #2687 (New): different estimated time units hours<>days per tracker type
- For product planning and project management, ... uld equal 8 hours (or configurable amount).
- Plugins: RE: Timesheet plugin - 0.4.0 released
- jhony gonzalez wrote: > It's good that you'v ... task I get a single line and not the box on issues That's not an error, there is nothing in ... s":https://projects.littlestreamsoftware.com/issues/2090. Eric.
- Patch #2685 (New): Display notice when commenting on closed tickets
- Consider the following scenario. An issue is opened, resolved and closed. An inexperienced user X doesn't have access to reopen the issue. Instead of creating a new issue and relating it to the old issue, user X instead comments on the issue and reassigns it back to experienced user Y. This closed issue is now assigned to user Y, but they never no ... arning if a user comments on a closed ticket.
- What distro would you recommend for Redmine i ... Fedora 9 (got it's installation media). Any issues to be aware of with SELinux. Thanks