Search
Results (31864)
- Feature #2478 (Closed): Creation automatic ticket in Redmine by interface
- Hello, Please, could you indicate me if it ... tation. Thanks for your help Sincerely,
- 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.
- Feature #2477 (New): mail reminder for watchers
- Please add an option to the watchers if they ... ng something and it's already possible to do?
- Defect #2476 (Closed): JRuby: Cannot start redmine
- No problems starting and using redmine (HEAD) ... evelopment Database adapter mysql
- 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!
- Feature #2475 (Closed): Hooks for IssuesController
- I have been tasked with providing a plugin to ... roller for a 3rd party VCS system's built in issue tracker. In order to reduce situations where orphaned issue records could be created in the 3rd party tool, Hook events need to be called After issues have been saved in Redmine. At present, I have modified my own Redmine installation's @issues_controller.rb@ file to provide hooks in the @new()@ and @edit()@ methods of the @IssuesController@ class, directly after the @redir ... I have done the following: <pre> ... if @issue.save attach_files(@issue, params[:attachments]) flash[:notice] = l(:notice_successful_create) Mailer.deliver_issue_add(@issue) if Setting.notified_events.include?('issue_added') redirect_to :controller => 'issue...
- Wiki: PluginCollapse
- h1. Redmine Collapse plugin {{>toc}} Co ... occur between different browsers. Some known issues are listed in the following table: |_.Re ... ischa_The_Evil@). h2. Attached screenshots
- 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 #{...
- Feature #2472 (Closed): Administration > Custom fields (list) > Possible values should be a textarea
- The current way of filling in possible values ... features: adding multiple users or multiple issues at once, for instance. What do you think?
- Feature #2471 (Closed): Add my activities to my page
- I would like to see my user activities in my page.
- Defect #2470 (Closed): redmine with WebKit browsers
- Hello, WebKit is one of the most promising ... Works with Firefox, Konqueror. Thanks!
- Feature #2467 (New): To control the permissions of users against 'Tracker', 'Category' and so on.
- For tracker: User A and B only can raise 'Fe ... own list, they can choose 'UI' or 'Database'.
- I created issue #2466 initially as a defect. I've subsequen ... m to be able to do that. Cheers Russell
- Patch #2466 (Closed): [PATCH] Details time lo ... port doesn't honour date format from settings
- Our date format is set to UK (dd/mm/yyyy) in ... orts) Ruby-1.8.6 Rails-2.1.2 SVN-1.5.4
- 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
- Defect #2465 (Closed): Spent time error
- There is problably a bug, when entering spent ... ome invalid value which results in 0 hours.
- Defect #2462 (Closed): Incorrect Week Number in Spent Time Report
- Whilst using the Spent Time Report, I have no ... that the third week ought to show as *2009-1*
- Feature #2460 (New): List files on version page
- I would like to have a list of all the files ... are listed. Now there is only the list of issues shown there (/versions/show/id).
- Feature #2458 (Closed): add “closed” html class to closed entries in issue list
- At the moment all entries get added a class value of the IssueStatus-id (i.e. status-4). It would be great ... ith a strike-out. This is similar to #2337
- Patch #2457 (Needs feedback): Different style of new issue/timelog interface
- For my own Redmine instance I modified the interface regarding the "entry-links" for new issues and new timelogs a long time ago. I used se ... direct-access to the new-links for both the issues and the timelogs (the only two things which ... nd at the same time removes the default "New issue"-tab on the project-menu * Added new-issue link right above the main issuelist (view: issues/index) which get rendered @if_authorized@ * Added JavaScripted top-menu items for new issue and new timelog (only rendered when the visi ... * Patch #1022 (Patch for #1003 [Allow "New Issue" from anywhere]) by Rocco Stanzione; This wa ... new timelog-liks integrated just as the new issue-links. This also gave me the insights about ... e the idea and basic-code for adding the new issue...
- Patch #2456 (Closed): Dont require a Description for every issue
- On our projects we like to create very fine-grained issues that sometimes don't need a description. An ... hopefully increasing the number of reported issues and fixed bugs in the process. A technic ... a full-blown detailed description with every issue need policies in place and enforce them manu ... I'd be interested in hearing other opinions.
- 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
- Feature #2451 (Closed): Watch / Unwatch / Add Watcher consolidation
- Now you can add yourself to watch list in two ... et description box, you can Watch/Unwatch an issue * at the bottom of box, you can add yoursel ... hat this should be connected, isn't it right?
- Feature #2450 (Closed): Remove Watchers
- Maybe I just don't see it, but us there a way to remove a watcher?