Search
Results (18270)
- Open discussion: RE: mail notification or watcher in closed project
- Jpierrre Guicar wrote: > Most of users are'nt interessed by issues in which there are'nt involved but i did'nt find any feature allowing to see only assigned issues. Is there such feature ? Thanks for your opinion. AFAIK *assigned issue* could be seen from _My page > Issues assigned to me > View all issues_ or you could use filters from issues page (user can save custom filter if he has permission)
- Help: RE: Plugin to alter Redmine trunk behavior
- Gabriel, Could you report this to the Ques ... treamsoftware.com/projects/redmine-questions/issues Eric
- Open discussion: RE: mail notification or watcher in closed project
- Great idea I'am in a similar environnement ... point: Most of users are'nt interessed by issues in which there are'nt involved but i did'nt find any feature allowing to see only assigned issues. Is there such feature ? I don't know ho ... it might be. Best regards, Jean-Pierre.
- Open discussion: RE: Show us your themes!
- Since the first time I saw your initial scree ... ate]]-theme, it has lots of visible borders (issuelist, repo, repo-revisions etc.) instead of t ... sers of Redmine... Greetings, Mischa.
- Help: RE: subclassing issues_controller in a plugin getting 403 error now
- Thanks for that tip. After a bit of tinkering ... init.rb file I put in: <pre>project_module :issue_tracking do permission :view_issues_subtasking, :subtasking_issues => :index end</pre> This adds in the perm ... is line: <pre>connect 'projects/:project_id/issues', :controller => 'subtasking_issues'</pre> This way the only thing going thr ... action and the rest goes through the normal issues_controller. So far, this seems to be wo ... o that updating will not be a large chore.
- Help: RE: Plugin to alter Redmine trunk behavior
- Eric, I've got the question_plugin you've ... e>undefined method `pending_question?' for #<Issue:0x4425758></pre> (see file 5.html for more d ... 've got the error message : <pre> Showing issues/_sidebar.rhtml where line #7 raised: Assoc ... tml for more details) * while creating an issue, on submit, I've to the message: <pre> und ... ore details) I'm on the r2253 of trunk
- Help: RE: subclassing issues_controller in a plugin getting 403 error now
- > The simple simpe fix is to replace params[:controller] with 'issues' , but I'm looking for a better way to writ ... d_optional_project params[:controller] = 'issues' super end </code></pre> Eric
- Help: RE: Redmine Receiving Emails - IMAP Issue
- You can run @rake --trace@ to get more verbose messages. Eric
- Hello, My config is a bit Windows centric ... start using the send-to-redmine feature for issues. I've configured (and run in command windo ... new to 'read', but it is not removed, and no issue is created. According to the docs, this mea ... rectory and don't see anything. Any ideas?
- Open discussion: RE: Agile methodologies and Redmine
- It looks like the scrumalliance has been deve ... mine_backlogs * redmine_burndown * redmine_issue_grouping * redmine_story_decomposition * redmine_task_board Eric
- Help: RE: subclassing issues_controller in a plugin getting 403 error now
- I found what is causing the 403 error, but ca ... s to replace @ params[:controller] @ with @ 'issues' @, but I'm looking for a better way to write that out.
- Open discussion: RE: Assign Issues to more than one user
- This topic is being discussed now, see #408 for details
- Help: RE: Redmine down sometimes
- Sorry it looks like server issue than redmine issue.
- hi in Redmine, can I assign a Issues to more than one user? Thanks in advance.
- Help: RE: Simple URL rewrite
- *Jean-Baptiste*: Thanks again for the hint! T ... works now, hallelujah! I have a different issue however: I run Redmine via FCGI, and everyth ... e and how to fix it? Tried to find a similar issue or forum entry, but could not. Shall I repor ... (I guess no, if no one had that problem, the issue might come from the web server ... or from peculiar environment...) Thanks in advance!
- About your application's environment Ruby ve ... am creating a plugin to implement subtasking issues and am trying to override the index action on the issues_controller. I put in the route <pre>map.connect 'projects/:project_id/issues/:action', :controller => 'subtasking_issues'</pre> to override the default route to issues_controller and then created the following class <pre> class SubtaskingIssuesController < IssuesController unloadable def index ... it 'id', 'desc' sort_update({'id' => "#{Issue.table_name}.id"}.merge(@query.columns.inject ... m { } format.csv { limit = Setting.issues_export_limit.to_i } format.pdf { limit = Setting.issues_export_limit.to_i } end statement = @query.statement + "and #{...
- I created issue #2466 initially as a defect. I've subsequen ... m to be able to do that. Cheers Russell
- I would like to change the ordering (and most ... ne will have their own idea of the order) of issues assigned to me. Prehaps even being able to sort like the normal issue view. I have modified _issuesassignedtome.rhtml (/app/views/my/blocks) and added to the begining of the order clause (ln 6) '#{Issue.table_name}.due_date DESC,' however this doe ... on how to make the table sortable. thanks
- I tried to uupgrade my redmine 0.7.3 insatlla ... fc_0.MYI' (Errco de: 13): SHOW FIELDS FROM `issue_categories` My system is Windows Vista, ( ... fc_0.MYI' (Errco de: 13): SHOW FIELDS FROM `issue_categories` C:/Development/redmine-0.8.0/ve ... 16:in `load' C:/Development/ruby/bin/rake:16
- Help: RE: redmine +svn complete integration : configuration problem
- Dear all, First of all, have a nice and ha ... y problem. I think I have solved most of my issues. As a summary I would say : # Be very c ... t Regards, and happy new year again :) J-L
- Help: RE: Plugin to alter Redmine trunk behavior
- Yes, you can do that from a plugin using modu ... ine-question-plugin/tree/master/lib/question_issue_patch.rb * http://github.com/edavis10/redmi ... plugin/tree/master/lib/query_patch.rb Eric
- Hi all, Is there a way to have the permiss ... rstand the user what they can do and how the issues can be changed. They could also see what ar ... unsynchronized ... many thanks, gabriel
- Hi all, and happy new year ! Does someone ... I defined a custom field named "version" for issues, field that should be automatically increme ... r example is to create a log of what are the issues that have been viewed (but not modified - t ... uld be then to overload the method "Show" of issue_controller Thanks in advance
- Open discussion: RE: Targeted date for Redmine 0.8.1 and 0.9
- The private projects feature does not fit my requirements because I would like to select which issues are viewable for each customer.
- Help: RE: Access Ticket Context Menu with Opera
- Check http://www.redmine.org/wiki/redmine/RedmineIssueList#Shortcut-menu. With Opera you have to use <ALT> + leftclick to open the context-menu.