Search
Results (12567)
- 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...
- 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'.
- 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
- 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.
- 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?
- Defect #2449 (Closed): Custom query result does not create horizontal scrollbar (too wide)
- My custom query has many more columns that I ... 6 Rails 2.1.2 on openSuse 10.3 (X86-64)
- Feature #2448 (New): Graphviz of ticket dependencies (with example)
- I found the output of this (admittedly very h ... ssword= -Dredmine -e "select id,subject from issues where status_id != 5 and fixed_version_id = ... s -uredmine --password= -Dredmine -e "select issue_from_id, issue_to_id from issue_relations ir join issues i1 on ir.issue_from_id = i1.id join issues i2 on ir.issue_to_id = i2.id where relation_type = 'precede ... /www/space/redmine_graph.png </code> </pre>
- Defect #2447 (Closed): Plugins Used for Excel Export
- Can u please specify some of the plugins that ... rsion.. Could u please guide me in this issue
- Patch #2445 (Closed): Updated Dutch translations
- Today I managed to update, correct and sort t ... common and equally allowed plural_ * *label_issue_tracking* _introduced hyphen, actually shoul ... from English and looked awkward_ * *setting_issue_list_default_columns* _corrected translation ... text_mail* * *text_diff_truncated* * *text_issue_added* and *text_issue_updated* _completed translation_ * *text_re ... -nl.js+* (from r2099) Complete translation
- Defect #2444 (Closed): manny internal server errors in 0.8.0 …
- h1. add project if i klick the *add-projec ... ternal Server Error)</pre> --- h1. add issue if i click to „ass issue” i can fill in the form - but if i click *cr ... eload the page the same behavior. *but* the issues are created … <pre>Processing IssuesController#new (for 84.190.183.247 at 2009-0 ... "=>"Create", "action"=>"new", "controller"=>"issues", "issue"=>{"start_date"=>"2009-01-05", "estimated_ho ... :in `body' /app/models/mailer.rb:33:in `issue_add' /vendor/rails/actionmailer/lib/act ... 83:in `method_missing' /app/controllers/issues_controller.rb:147:in `new' /vendor/rai ... re a way to downgrade to 0.7.3 - without the issue-management redmine is not usable ?
- Feature #2443 (Closed): Reciprocal relationships for Blocks and Precedes
- I often set up relationships between tasks us ... to set them from the blocking (or preceding) issue. About 50% of the time the issue I am looking at is at the other end of that ... et this up without having to go to the other issue first please?
- Defect #2441 (Closed): Upgrade rake migration ... tialized constant ActiveSupport::Dependencies
- I'm trying to upgrade from the previous relea ... ke:28 </pre> am I missing something here?
- Patch #2439 (Closed): Traditional Chinese language file (to r2225)
- * Added tags: *text_plugin_assets_writable*, ... anged tags: *text_file_repository_writable*
- Feature #2438 (Closed): Will any Opensource Instant Message System embed into Redmine?
- Like some flash or online chatting system.
- Defect #2436 (Closed): strip variables from received mail body (in receive_mail)
- I just tested sending an email to redmine, wi ... : rake redmine:email:receive_imap ... The issue was created using that method, but the Project: foo line is left in the issue body. I guess other variables would still b ... cts theses variables to be stripped from the issue body.
- Feature #2435 (Closed): Plugin API to check that a plugin is correctly installed
- Both Redmine and Engine migrations follow a s ... an incorrect directory. This causes several issues including: * migrations get named after ... * https://projects.littlestreamsoftware.com/issues/show/1930 * https://projects.littlestreamsoftware.com/issues/show/1858 * https://projects.littlestreamsoftware.com/issues/show/1801 * https://projects.littlestreamsoftware.com/issues/show/1487