Project

General

Profile

Search

Results (18215)

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 2009-01-10 14:56
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 2009-01-09 23:06
Help: RE: Redmine Receiving Emails - IMAP Issue
You can run @rake --trace@ to get more verbose messages. Eric 2009-01-09 23:00
Help: Redmine Receiving Emails - IMAP Issue
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? 2009-01-09 22:06
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 2009-01-09 21:48
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. 2009-01-09 16:50
Open discussion: RE: Assign Issues to more than one user
This topic is being discussed now, see #408 for details 2009-01-09 14:05
Help: RE: Redmine down sometimes
Sorry it looks like server issue than redmine issue. 2009-01-09 12:06
Open discussion: Assign Issues to more than one user
hi in Redmine, can I assign a Issues to more than one user? Thanks in advance. 2009-01-09 09:29
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! 2009-01-09 04:02
Help: subclassing issues_controller in a plugin getting 403 error now
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 #{... 2009-01-08 16:26
Help: Issue 2466 move from defect to patch
I created issue #2466 initially as a defect. I've subsequen ... m to be able to do that. Cheers Russell 2009-01-08 08:45
Open discussion: changing 'My page' - 'issuesassignedtome' ordering
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 2009-01-08 04:34
Help: upgrade to 0.8.0 failed on MySQL errorcode 13
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 2009-01-07 13:19
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 2009-01-06 16:00
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 2009-01-05 20:56
Help: Workflow & permission visibility to users with no Admin rights.
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 2009-01-05 11:51
Help: Plugin to alter Redmine trunk behavior
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 2009-01-05 11:10
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. 2009-01-03 22:17
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. 2009-01-03 02:02
Help: Problem with Reposman.rb !
Hi, I have installed redmine without probl ... ect it with my svn server but I encounter an issue with reposman.rb script. Whatever I run it ... What's wrong ?? Thanks a lot in advance 2009-01-02 12:41
Open discussion: Report with missing time log for first day
Hello, Wishing everyone a blessed new ye ... g Redmine 0.7.3. Couldn't locate a similiar issue in Redmine.org. Does anyone know if this is ... month of Dec 2008. With regards, Jui Hung 2009-01-02 04:23
Help: Updating Redmine version on production enviroment
First of all... Happy new year, folks! ... changes were made on tables, despite of new issues. Tkx! 2009-01-02 00:10
Open discussion: RE: Problem with last revision (2218) from trunk
here the problem : trunk/lang/sv.yml (revision 2218) 696 696 697 697 enumeration_issue_priorities: Ärendeprioriteter 698 698 ... _writable: Plugin assets directory writable 2008-12-31 14:49
Help: RE: Single project setup
See issue #2421 2008-12-31 01:17
(17301-17325/18215)