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
- 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.
- 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
- 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
- First of all... Happy new year, folks! ... changes were made on tables, despite of new issues. Tkx!
- 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
- Help: RE: Single project setup
- See issue #2421