Search
Results (12665)
- Feature #7481 (New): Add to project and issue map support
- The general idea is to be able to create proj ... Maps or Google Maps or something else). Each issue gets just 2 new attributes: lon and lat. Th ... e serving services (traffic, utilities, etc.)
- Defect #7477 (Closed): Blank page when I delete a log time
- I have a blank page when I try to delete (bin icon) the log time on a issue (in the timesheet plugin). The url is : htt ... tries/172 The log time is not deleted.
- Defect #7476 (Closed): Migration from Mantis (1.0.6) to Redmine (1.0.3) failed
- Hi, I have trouble migrating a Mantis data ... each time. I have the infamous latin1/UTF-8 issue with mantis, so the mantis database was conv ... should upgrade? (perhaps upgrading to 1.1 ?)
- Defect #7474 (Closed): Internal error
- Hi, if I update an issue while the 'time spent' wealth, I get the fol ... elease of Redmine. Thanks for your help!
- Patch #7469 (Closed): Adds some strings into ru.yml - Defect #7464
- Adds some missing strings and translates some ... whole ru.yml file. I hope this will help :)
- Defect #7468 (Closed): Not scroll in issues list
- If a put more columns in the issues list, display is not correct should be a scroll bar
- Defect #7464 (Closed): Not all items are translated into Russian in New Issue page
- Steps to reproduce: 1. Create a new account ... e a new project and hit save. 3. Choose New Issue. Expected Result: All items in every drop-d ... Tracker, Status and Priority are in English.
- Defect #7463 (Closed): adding related to issue broken in trunk r4761
- I updated my redmine codebase from 0.9 stable ... Everything runs well except the related to issue seems to be broken, after I add/delete an related issue, the page won't show me the effect, I had to ... edhat-linux-gnu (x86_64) using readline 5.1
- Defect #7462 (Closed): after upgrade to Redmine 1.1.0 - Can not create new issue(s)
- Nothing shows in the logs as an error. Processing IssuesController#new (for 216.155.127.45 at 2011-0 ... vUfYVvDixftcVlOttFN/C+KpdQcGcc=", "id"=>"", "issue"=>{"start_date"=>"2011-01-26", "estimated_hours"=>"", "priority_id"=>"4", "parent_issue_id"=>"", "done_ratio"=>"0", "assigned_to_id" ... id"=>"1", "description"=>""}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}} ... 11, DB: 2) | 200 OK [http://www.ozeanded.com/issues/new?id=&project_id=version] However, when adding an issue, it will not throw an error AND it will not show up as an issue. I have double checked all permissions in w ... to recreate: sign into redmine create new ...
- Defect #7461 (Closed): Special chars / umlauts broken in CSV / PDF export
- If you have some special chars / umlauts inside your issue(s) (title, content, ...) or project name and export the issues via CSV or PDF there are broken characters. ... o):+ http://demo.redmine.org/projects/hankr/issues.csv http://demo.redmine.org/projects/hankr/issues.pdf http://demo.redmine.org/projects/tdmarketing/issues.csv http://demo.redmine.org/projects/tdmarketing/issues.pdf
- Feature #7458 (Closed): Test Issue 1
- Seeing how redmine handles issues
- Defect #7457 (Closed): Progressbar in Roadmap does not work correct.
- If one or more ticket open then the progress ... entage and status calculation in the setting.
- Patch #7456 (New): Gantt filters
- This patch fixes a number of issues related to Gantt display (#6300, #6605, #70 ... rs fine the project / version / subproject / issue, etc. hierarchy * does not render anymore empty versions or projects * issues are sorted by start_date (issue without any start_date are listed after the ... DBs. Comments and feedback are welcome.
- Feature #7455 (New): Search for issues that are behind schedule
- Our PM team really likes the new red/green pr ... Gantt chart that indicates whether or not an issue is on schedule. They would like the ability ... lculated field would need to be added to the Issue object using the same calculations that are ... chart screen. This could be visible on the issue's page as well as a sortable and searchable ... nus points "will slip behind schedule today")
- Defect #7452 (Closed): German Translation: please do not translate word by word
- Some words should stay like the original (Eng ... Patch: http://paste.pocoo.org/raw/327163/
- Defect #7451 (Closed): Send email
- When I create a new issue Redmine not send an email to the person who has been assigned
- Feature #7450 (New): Subtask : automatic status
- Hello I would like to use redmine in such ... my father task switches to Done. Thank you
- Patch #7446 (Closed): Patch for bulk-edit of parent-id
- We often use the a parent task to track the p ... lity to edit the parent-id when bulk editing.
- Patch #7445 (Closed): Patch for improved repository commit auto-updates
- I found a need to have multiple forms of auto-updates for issues through repository commits. This patch chan ... ry commit messages can automatically move an issue through the following an advanced flow if th ... used to indicate that work has started on an issue implements --> move to 'Implemented' used to indicate that an issue has been implemented integrates --> move to 'Integrated' used to indicate that an issue has been integrated back into an integration ... to 'Released' used to indicate that an issue has made it into a release that has passed a ... tem, while still allowing a useful number of issue states from a management and lead perspective.
- Patch #7444 (Closed): Patch for improved issue edit permissions
- This patch creates two new issue editing permissions: h3. Edit Own Issues With this permission, as an author, you can edit the issue until the issue has been assigned. With this permission, as an assignee, you can edit the issue until the issue is de-assigned or assigned to someone else. ... r role (i.e. non software lead). h3. Edit Issue Planning With this permission, you may edit issue planning attributes (assignee, start date, d ... ssigned unless the user has the global 'edit issues' permission (this is to prevent the subject ... to mark progress (done% and estimated hours)
- Patch #7443 (Closed): Found-in-version patch
- Adds an issue attribute, 'Found in version'. 'Found in version' is the version the issue was found in, and is filled in by the submit ... a single-selection. This field is useful for issue reproduction purposes. You can only select ' ... de it past integration and internal release).
- Defect #7430 (Closed): Log time page broken after 1.1 update
- When I try to access this link after upgrading: @https://redmine.coformatique.com/issues/###/time_entries/###/edit@ I get a 404 error. Here's the log: <pre> Processing IssuesController#show (for xx.xx.xx.xx at 2011-01- ... action"=>"show", "id"=>"###", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml Completed in 437ms (View: 305, DB: 72) | 200 OK </pre>
- Feature #7429 (New): Reposman.rb different way to deal with repo creation
- Hi, I've trying to implement the reposman.rb here in my site, but I'm facing some issues: a) I need to create the repository with ... some clues what could be done to address the issues related above. I'm not a subversion expe ... he repository with the default structure.
- Feature #7428 (Closed): Enabaling edit of issue custom field
- It would be great to allow users to modify issue custom fields. Whether the custom field is e ... field" form, exactly as it has been done for issue #1332 Thanks!
- Defect #7427 (Closed): Use one xml schema per entity type
- Would be better if find (GET) and create/upda ... ntity type. For example, the xml schema for issue creation are: <pre> <issue> <subject>Example</subject> <project_id>1</project_id> <priority_id>4</priority_id> </issue> </pre> But should be: <pre> <issue> <subject>Example</subject> <project> ... <priority> <id>4</id> </priority> </issue> </pre>