Search
Results (31867)
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- in the Issue on my Redmine i have three required custom f ... ) <pre><code class="ruby"> def self.create_issue(params, project) ... issue.save! issue.reload issue end </code></pre> i have the *exception ... se *the required field did not filled*
- Feature #3831 (Closed): Support for subforums
- We have quite big (game) project in Redmine. ... would be absolutely enough for my purposes!
- Plugins: RE: Ticket grouping plugin
- the patch look like this <pre> svn diff app/models Index: app/models/issue.rb =================================================================== --- app/models/issue.rb (revision 2858) +++ app/models/issue.rb (working copy) @@ -56,7 +56,7 @@ named_scope :open, :conditions => ["#{IssueStatus.table_name}.is_closed = ?", false], :i ... f usr or current user is allowed to view the issue def visible?(usr=nil) @@ -156,6 +156,12 ... o get the right status reload </pre>
- Defect #3830 (Closed): Blank page after activating the forum module
- Hi, I have a Redmine 0.8.3 with a project where I deactivated at its creation the issues module. I've reactivated it and created a new category. When I went to the New issue panel, it said: "No tracker is associated t ... lease check the Project settings." On the Issues panel, it displays that there is nothing, b ... ith no Internet access) would be appreciated.
- Help: RE: Associated Revision
- It does work when Redmine can relate both to each other I suppose. So "#" for the issue in the commit and the "r" in the issue description. Or am I wrong in this?
- Help: RE: Associated Revision
- I'm adding #nnn in the subversion comments, but that version does not appears in the issue page. I do not see any "Associated revisions" section.
- Open discussion: RE: Redmine for not-computer related projects: what's your setup?
- We use Redmine also for non-software items. W ... maintain the same terms for the statusses of issues but if that is a problem we use a different tracker and a specific flow.
- Help: RE: Associated Revision
- use the format: rnnn where the "r" is fixed ... n where "#" is fixed and nnn refers to the issue number
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- Hi Mark, Thanks for the prompt response. T ... t_id: SELECT "items"."id" AS t0_r0, "items"."issue_id" AS t0_r1, <snip> WHERE (issues.project_id=5 and parent_id=0) </pre> ... last bit of code should be : <pre> WHERE (issues.project_id=5 and items.parent_id=0) </pre> Work around: when I remove the issue.parent_id column manually then the backlogs plugin works.
- What commands should I add to comment area at ... er to associate new revision with a specific issue? I want revision number to be showed at issue page. Thanks.
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- Hi Hans, It should work alright. I specifi ... . Since the parent_id you refer to is in the issues table, it should be fine. However, test ... indings for the benefit of everyone else. :-)
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- There is a naming clash with another plugin ( ... ch uses also a field called parent_id in the issues table. Your plugin is using the same fiel ... de w.r.t. this field then it should solve my issue using both together. (correct me if i am wr ... en a more stable/mature version is available!
- Plugins: RE: Proposal for a redmine testboard plugin
- Hi Ivan, the aim was to add testcase manag ... a bug or a feature. Note that I did not say "issue", although in redmine terminology task / bug / feature are all issues.
- Plugins: RE: Ticket grouping plugin
- Vitaly Klimov wrote: > I have posted temporary solution to fix duplicate journal entries in the Issue #3690 comments did the anybody made this ... pply this solution Thanks in advance
- Open discussion: RE: Sorting Issues by due date
- Eric, I had assumed it would be something ... s for the help and the fast response! -Dan
- Open discussion: RE: Sorting Issues by due date
- Yes. # Go to http://your-redmine/issues # Add a filter for "Assigned to <me>" # C ... user in the system can use it. Eric Davis
- Hello all, Is there a way for a user to sort all of the issues assigned to them by the due date (starting ... e going great. Thanks for the help. -Dan
- Patch #3828 (Closed): Traditional Chinese language file (to r2858)
- * Added tages: label_all_time, , label_view_a ... ed * Changed tages: field_is_for_all, label_issue_view_all, label_overall_activity, label_news ... ove redundant tags: label_tag, label_branch
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- That's how my post should've looked like.. ... en there's raw HTML inside a pre-block of an issue description, the HTML (including JavaScript) ... ways, thanks for this great plugin! Alex
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- I've found a little bug in the GUI: when there's raw HTML inside a <pre> block of an issue description, the HTML (including JavaScript) gets rendered.
- Patch #3827 (New): Allow (SVN) repository browsing in Redmine.pm
- Currently, you cannot enable repository brows ... ble version as well as for the current trunk.
- Hi, I used to work with redmine about half ... an cyrillic characters were not saved inside issue description. Is this problem resolved now? Is it possible to create new issues in Russian now? Thanks
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- Mark M wrote: > I originally planned on crea ... at knowledge with Kanban. There's still the issue of exposing cross-project data that needs to ... g it for everything these days. Eric Davis
- Feature #3825 (Closed): Git repository via the git:// protocol
- Currently it is not possible to access git re ... handy feature to have if it is not too hard.
- Feature #3824 (Closed): add versions or releases for projects
- 1. add "version" or "release" feature, like i ... "affected version" and "to fix version" for issues 3. add "roadmap/by versions" and "changes ... ity can look like. Very convenient interface.