Search
Results (12601)
- Feature #7404 (Closed): REST API additions
- I'm creating an interface that auto creates p ... those things, please correct me if I'm wrong.
- Feature #7403 (Closed): REST API for Versions
- It would be great to have versions available via the REST API.
- Feature #7402 (New): REST API - Enumerations
- it would be great to have access to all enume ... m what I understood, I would have to get all issues and then hope that all Statuses/Resolutions are in there.
- Defect #7400 (Closed): E-mail notifications are only sent when user watches issue
- When someone creates/modifies an issue for a project I am assigned to, the e-mail n ... actually get the e-mail. So SMTP works fine.
- Defect #7399 (Closed): Error exporting issue list to pdf
- When I try to export to pdf a issue list redmine returns an error: Undefined methos `formatted_relations'
- Defect #7398 (Closed): Error when trying to quick create a version with required custom field
- If I have a new custom field required inside ... d I whant to add a new version from the *new issue* page, redmine returns an error. Because re ... of the new version and not the custom field.
- Defect #7396 (Closed): "Internal error" when file upload on some files
- @svn info Path: . URL: http://redmine.rubyf ... /local/www/redmine/public/dispatch.fcgi:24 @
- Defect #7394 (Closed): non-standard date format is used by REST API
- kinda "standard" values: <pre> Time zone ... re's no "GMT" prefix before the "-08:00" part
- Patch #7390 (Closed): Fixes in Czech localization
- Based on 1.1-stable (r4732)
- Defect #7389 (Closed): Error 500 when showing user page with user custom fields
- When I click on an URL like <redmine>/users/x ... custom_value) %></li> 15: <% end %> </pre>
- Defect #7386 (Closed): NoMethodError on pdf export
- When I'm in an issue and click on the bottom on the pdf link, I get a 500 error. Here are the logs : Processing IssuesController#show to pdf (for 192.168.140.5 at ... "action"=>"show", "id"=>"51", "controller"=>"issues"} NoMethodError (private method `gsub' c ... NilClass): lib/redmine/export/pdf.rb:258:in `issue_to_pdf' app/controllers/issues_controller.rb:119:in `show' app/controllers/issues_controller.rb:115:in `show' Rendering /h ... .3.23) Is someone can help me? Thank you.
- Defect #7385 (Closed): Error when viewing an issue which was related to a deleted subtask
- I get this bug against the current Redmine ve ... ble with the following steps: # Create an issue A # Create issue B and make it a subtask of A # Create issue C and add B as a related issue # Delete A (Redmine normally also deletes subtasks) # Now try to view issue C and you get Redmine internal error. Expected: You should be able to view the issue with no problems Actual Result: You get an internal Error 500 Note: * Issue C is still accessible through the Edit action. * Deleting an issue with a simple issue relation doesn't trigger this. Error Log: <pre> Processing IssuesController#show (for 10.121.44.164 at 2011-0 ... "action"=>"show", "id"=>"88", "controller"=>"issue...
- Defect #7384 (Closed): Error 404 when trying to create new subprojects
- hi, Trying to create new subprojects returni ... tically with mine http://www.redmine.org/issues/6388 The strange thing is that none of ... me My release is , 1.0.4. Thank you, Ionut
- Feature #7382 (New): Integrated cost tracking module
- h1. Overview Being that Redmine is a proje ... field for each user: "hourly rate" ** Each issue on the project gets two new fields: "estimat ... How estimated cost is determined When an issue is being updated, there will be two relevant ... of the two (for example, an estimate for an issue which includes labor and materials). h2. ... spent cost propagates upwards through parent issues and a summary is displayed on the project overview page.
- Defect #7377 (Closed): Updating an Issue with custom fields set fails in V.1.1.0
- The fix mentioned in related Ticket: #6403 i ... When I enter into the console: <pre> issue = Issue.find(1) issue.custom_field_values[1] = dummy_value issue.save! </pre> I get this error: <pre> ... pport/lib/active_support/callbacks.rb </pre>
- Feature #7376 (New): Allow percent done to be updated via VCS commit message
- Currently, adding time spent entries for an issue doesn't change the percent done field. This ... play the true state of the project until the issue is closed (unless the developer goes in and ... ike this regex: ' +(100|[1-9]?[0-9])%'
- Defect #7375 (Closed): <pre> ... </pre> doesn't escape wiki syntax correctly
- Try this wiki code (see http://demo.redmine.o ... out "see" any wiki code like <code java> tags
- Defect #7373 (Closed): Error with PDF output and ruby 1.9.2
- Ruby version 1.9.2 (i386-mingw32 ... ersion 20101114115359 When exporting an issue to PDF we are getting a string to integer er ... lib/redmine/export/pdf.rb:246:in `block in issue_to_pdf I've tracked the problem down to t ... its pretty close. Is there a "proper" fix?
- Defect #7372 (Closed): 500 error for move issue to another projects
- Me have different trackers for different proj ... s. sorry for my English <pre> Processing IssueMovesController#create (for 192.168.0.254 at ... riority_id"=>"", "notes"=>"", "controller"=>"issue_moves", "assigned_to_id"=>"", "due_date"=>"" ... OR `users`.`type` = 'AnonymousUser' ) ) Issue Columns (0.8ms) SHOW FIELDS FROM `issues` Issue Load (0.2ms) SELECT * FROM `issues` WHERE (`issues`.`id` IN ('4168')) Project Columns (0.8 ... ws` WHERE (`workflows`.`role_id` IN (1)) Issue Load (0.2ms) SELECT * FROM `issues` WHERE (`issues`.`id` = 4168) Journal Columns (0.6ms) SHOW FIELDS FROM `journals` IssueStatus Columns (0.6ms) SHOW FIELDS FROM `...
- Feature #7370 (Closed): Interpret "file://" into issue description
- Only "http://" and "email adress" is interpre ... "file://" to make a link to external file.
- Feature #7366 (Closed): REST API for Issue Relations
- There is no Rest API for create, update, delete und select issue relations.
- Defect #7365 (Closed): HTTP 500 internal erro ... er and annotate action with a Mercurial repos
- * MySQL: <pre>Welcome to the MySQL monitor. ... n_passenger/passenger-spawn-server:61 </pre>
- Feature #7364 (Closed): Make closed issues in archived projects still accessible read only
- We reference issue numbers in our src control systems and in other areas. When an issue gets closed and project layouts get moved around, closed issues end up in dead projects that are archived. ... m is that when you access the link of a dead issue, it's not found with a permission error. Make it so that the issue can be accessed read only, even if the project is archived.
- Defect #7362 (Closed): The proxy server received an invalid response from an upstream server
- hi all, I intalled today redmine, and I'm qu ... lease to put this on again? Thank you, Ionut
- Feature #7361 (Closed): Highlight active query in the side bar
- Mark currently used custom query *bold*, when displaying it in the list (side-panel)