Search
Results (12706)
- 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>
- Defect #7426 (Closed): Cannot add issue with numeric value
- I have just upgraded Redmine to 1.0.4 (instal ... ne stack v0.9.6). When I try to add a new issue, I get an error page (500). The problem o ... .7 (2010-01-10 patchlevel 249) [i686-linux]
- Defect #7425 (Closed): Update of issues should provide at least the same features as context menu on issues table
- If the mouse is moved over a table row on the issues table a context menu opens after a right mo ... o find this way of changing properties of an issue. I had expected to be able to do this via the "update" action of an issue. But at least the tracker cannot be changed ... ugh it should be possible to change it there.
- Defect #7424 (Closed): Email integration problem, tracker is not preserved
- When replying via email to an issue with a subject like: Re: [Project Initiation - Task #46] UI of the Team's Queue the issue's tracker keeps switching to the tracker 'Bu ... dler.rb --url http://[url] --key [secret]
- Defect #7423 (Closed): Spent time reported via SVN not editable and not available in reports
- I close an issue using commit message: <pre> * Closes #3384 @1.0 </pre> Issue is closed. Time is somewhat reported but in a strange way: * I *can* see it on issue page. * When I click a time I *cannot* see ... page. * I *cannot* see time in reports. Issue is from project which has one parent project ... ed plug-in: Redmine Code Review plug-in 0.3.1
- Defect #7421 (Closed): no email sent with 'Notifiy for any event on the selected projects only'
- I just upgraded from trunk (r4744) and I have ... t A and project B * Another user created an issue in project *C* and assigned it to me => No notification is sent to me * Another user created an issue in project *B* and assigned it to me => A n ... things you watch or you're involved in (eg. issues you're the author or assignee)." +A poss ... an # event. # # TODO: only supports Issue events currently def notify_about?(object ... when 'only_my_events' if object.is_a?(Issue) && (object.author == self || object.assigne ... andled by the Project if object.is_a?(Issue) && (object.author == self || object.assigne ... re working again...) Kind regards, Arnaud
- Feature #7420 (Closed): Rest API for projects members
- There is no Rest API for add, delete und select projects members.
- Patch #7418 (Closed): Redmine Persian Translation
- Persian translation for Redmine is attached.
- Defect #7417 (Closed): parent issue display problem
- i am using parent issue mode ,but i find it is impossible to display relationship tree of the issues correctly when you create son issue before parent issue. it can only be displayed when its issue number is bigger than parents',but if issues sorted by issue number this problem will be reverted just like the picture below: !pic.JPG!
- Defect #7416 (Closed): Issues list: Filters do not persist in common ticket viewing usage scenario
- In a common usage scenario, applied ticket fi ... or example. Steps to reproduce: # Go to issues page, e.g., http://www.redmine.org/projects/redmine/issues # Apply "Closed" ticket filter # Click on ... n both redmine.org and redmine.ruby-lang.org.