Search
Results (18202)
- Open discussion: RE: Mongrel consuming all memory
- One thing I found in some forum was an issue with rails keeping log files in memory. I se ... me debug logging flag set by mistake perhaps?
- Help: RE: Easy way to get to global spent time report?
- On issue #1157 ("tenth journal":http://www.redmine.org/issues/show/1157#note-10) I have attached a patch ... enshot which shows the thing... HTH... ;-)
- Open discussion: RE: how to add more information
- Yukos Vietnam wrote: > Can you help me _site ... n the following link: source:trunk/app/views/issues/_sidebar.rhtml
- Help: RE: Redmine on OSX Server (Leopard)
- I have noticed the same problem trying to fol ... redmine thing or a rails thing, but it is an issue nonetheless. If you come up with a fix ... eantime, I'm going to try lauchd+apache proxy
- Hi all, I've defined a tracker named Actio ... he model) and in one direction only (wiki to issue). I'd like also to have a feature "helpin ... M, that is able to retrieve * the list all issues that have been created, shown and/or modifi ... development of Redmine ? regards gabriel
- Open discussion: RE: how to add more information
- You can hack the Redmine Core yourself; * For the additional content on the [[RedmineIssuelist|issuelist]]-sidebar: You can modify source:trunk/app/views/issues/_sidebar.rhtml * For the footer-modifica ... ews/layouts/base.rhtml#L60. HTH... Mischa.
- Help: RE: Connect Issue list to TortoiseSVN
- Google has an opensource C# plugin for integration with Tortoise and its Issue tracker, named GURTLE: http://code.google ... -in that enables a user to query a project's issue tracking system during a commit. Gurtle is such a plug-in and enables the user to consult issues of a project hosted by Google Code from wit ... alog box. The screenshot below shows how the issue dialog box looks like in Gurtle for the project hosting support project."
- 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