Search
Results (31861)
- Open discussion: RE: How difficult is it to E ... it into a Separate Redmine Instance(Install)?
- Hi Calvin, Happy to see that you still are ... an ORM: since a project is the "root" of the issues, news, etc. it's possible to extract every ... t response suit you? Regards, Thomas.
- Defect #1681 (Closed): NoMethodError in WikiController#index
- Called the only wikipage (startpage called "w ... "=>[], "Cache-Control"=>"no-cache"} </pre>
- Patch #1680 (New): Make version description multiline and textilizable
- Made Version description support Textile mark ... #1256. Contributed by Texuna Technologies.
- Feature #1679 (Closed): Enhancement request WRT login
- Enhance login / sign on action so that after ... this facility as a user configurable option.
- Hi guys, I have been using redmine for som ... g how to handle all these server side set-up issues. My only concern is regarding the DATA MIGRATION.... extricating all issues, notes etc related to that specific Project ... e an easy way to do this? Regards, Calvin
- Hi all, Ruby implementation and version - ... environment, I've search the forum / wiki / issues / config files but can't see a way of defin ... mysql Database schema version 0
- Patch #1678 (Closed): Include Estimated Time in issue filters
- We wanted to be able to see what issues are not estimated (and have it as saved que ... fine. Contributed by Texuna Technologies.
- Patch #1677 (Closed): Plugin hook API
- This patch to adds support for Plugin hooks i ... ook_name@. <pre> # Run puts whenever the issue_show hook is called add_hook :issue_show, Proc.new { puts 'Hello' } </pre> < ... ethod+ passing in all the context add_hook :issue_show, Proc.new {|context| MyPlugin.my_method ... I added a few to some areas I needed: * Issue show view * Issue edit form * Issue bulk edit view * Issue bulk edit save (in IssuesController) * Issue update view * The Project's members page * IssueHelper#show_details helper New hooks can b ... ll call `my_new_hook` with the @project and @issue objects Redmine::Plugin::Hook::Manager.call_hook(:my_new_hook, {:project => @project, :issue => @issue...
- Help: RE: Watchers of the particular issue
- Thank you very much Eric for the good explana ... ow and where to use it): <pre> <% w = @issue.watchers.collect(&:user).collect(&:name).uni ... watchable/ 2. Then it appears in app/models/issue.rb - so it says that issue is watchable 3. In app/models/watcher.rb - ... n lead me into the right direction. Thanks.
- Help: RE: Watchers of the particular issue
- If you want a basic read-only list this will work: <pre> <p> <%= @issue.watchers.collect(&:user).collect(&:name).uni ... ngish that will: # Get the watchers on an issue # Collect their user accounts # Collect th ... re done in terms of backend database. Eric
- Help: RE: Add "Watched Issues" To Home Page?
- My apologies. There were sub-projects I wa ... t the blocks like described above? Thanks.
- Hi all, I noticed this post: http://www.re ... the "Latest Projects" block with a "Watched Issues" block? Since it's already implemented i ... jects on the Home Page, eh? Thanks, Lee
- I'd like to be able to see the list of watchers of the particular issue. So I wrote this in views/issues/_edit.rhtml: <pre> <p> <% i = @issue %> <% s = i.watchers%> <%= text_field_ta ... cher:0x2199be4>, #<Watcher:0x2199928>" (this issue is really watchable by two users at the mome ... so that it adds or removes watchers from the issue? Thanks in advance.
- Help: RE: Separate Project Issue Numbers
- My apologies, Just noticed this posting: h ... though other alternatives. Thanks, Lee
- Hi, I'm realizing that all projects add into an overall issue count. Is there a way to separate issue numbers from being incremented via the addition of issues in other projects? Thus, it would look l ... e 1 outstanding ticket: #44 Thanks, Lee
- Open discussion: RE: Start/stop counter for t ... cket and simple custom reports defined as SQL
- Hi Anna! I think that custom fields could be ... when in edit mode (when you are updating an issue) is traduced in a combobox. A date is traduc ... om a combobox or an autocomplete textbox the issue among the open issues assigned to me (or better a specific custom ... I need also the other custom timelog fields.
- Patch #1676 (Closed): Only show incomplete target versions
- This is based on patch by Nick Read at http://www.redmine.org/issues/show/1666, extends it to 2 more usage place ... incomplete ones in following places: * New issue form * Edit issue form * Issues list - context menu for single issue * Bulk edit issues form Contributed by Texuna Technologies.
- Help: RE: Emailing With Latest Redmine, Rails 2.1, and Gmail
- Thanks for the quick reply, Thomas. I remember going back and forth on another email issue with either you or JP last year and the issue was that I had a filter that bypassed my inb ... environment.rb to see if that still works.
- Help: RE: Error when added date to roadmap version
- Think I've come across this as well, but I've ... unning against Sql Server 2005. I've had issues with the calendar / gantt chart views (do y ... . I'm wondering if this is something similar.
- Feature #1675 (Closed): Add 'affected version' as a standard field
- As described in this forum "post":http://www. ... . That way you can easily do a query on all issues that exist in a particular release.
- Help: RE: Unable to upload file under "Files" tab
- Yes, you need to some version to your project ... settings "version" tab. I ran into the same issue. File uploads worked fine then.
- Open discussion: RE: Oracle error ORA-01451 in migration
- Another one, when I clik on a project (projec ... acker_id AS tracker_id FROM (SELECT DISTINCT issues.id FROM issues LEFT OUTER JOIN projects ON projects.id = issues.project_id LEFT OUTER JOIN issue_statuses ON issue_statuses.id = issues.status_id LEFT OUTER JOIN trackers ON trackers.id = issues.tracker_id WHERE (((projects.id = 10000 OR projects.parent_id = 10000)) AND issue_statuses.is_closed=0) AND (projects.status=1 ... _controller.rb:94:in `show' /app/models/issue.rb:250:in `visible_by' /usr/lib/ruby/ge ... ase.rb:1852:in `with_scope' /app/models/issue.rb:249:in `visible_by' /app/controllers ... troller.rb:93:in `show' ...etc </pre>
- Open discussion: RE: Oracle error ORA-01451 in migration
- I had to put ENV['NLS_LANG']='american_amer ... 1ff31135b Parameters: {"commit"=>"Save", "issue_status"=>{"10001"=>["10007"], "10002"=>["100 ... .rb:94:in `workflow' ...etc Guilherme
- Open discussion: RE: Start/stop counter for t ... cket and simple custom reports defined as SQL
- Hi Anna. Consider the issue #772 which could resolve the problem in a mo ... ack time quickly. What do you think about?
- Open discussion: RE: Oracle error ORA-01451 in migration
- OK. I commented change_column of migration 48 ... ========================= -- change_column(:issue_statuses, :position, :integer, {:default=>1, ... NULL cannot be modified to NULL: ALTER TABLE issue_statuses MODIFY position NUMBER(38) DEFAULT ... ata was not loaded. Any clue? Guilherme