Search
Results (12706)
- Defect #8233 (Closed): 100% done 1-day tasks not green on gantt chart
- Today I realized that tasks with 1-day length ... tp://demo.redmine.org/projects/test-bug-6579/issues/gantt If you change the duration of the ... day, task is not painted with green anymore.
- Defect #8229 (Closed): "project.xml" response does not include the parent ID
- the response from Project REST API does not include "parent ID" field.
- Feature #8227 (Closed): My roadmap
- Allow filter the roadmap with only assigned to me issues. Or add a grouping (version, projects) possibility on the "issues assigned to me" on "my page".
- Feature #8226 (New): Allow "roadmap style" on issue statuses
- It would be very useful to choose each status ... derlined/Deleted. Also color or a css id.
- Defect #8225 (New): Revisions that reference issues are duplicated if their repository is listed for a project and its subprojects
- If you have a project with a configured SCM r ... ion in the SCM repository that references an issue by its number will be duplicated in the list of revisions referencing that issue. The reason for this is that Changeset::scan_comment_for_issue_ids in app/models/changeset.rb does not check whether the changeset and issue belong to the same project, so the revision will end up being referenced to the issue once in the project that owns the issue and once in each other project that shares the SCM repository, even though they do not own the issue. This problem exists in the current 1.1-s ... st change to 1.1-stable appears to be r5503).
- Defect #8224 (Closed): Menu does not show on IE 9 beta
- Menu shows up on Chrome and FireFox but not on IE 9 beta. Actually, its a pretty big issue for me since I use a biometric fingerprint r ... this quick vid I captured demonstrating the issue: http://screencast.com/t/gEqjM2lOaY1
- Patch #8222 (Needs feedback): Setting model should use Rails.cache instead of class variable
- The @Setting@ model uses two local class vari ... nism, like memcached. A patch is attached.
- Patch #8219 (Closed): Traditional Chinese language file (to r5546)
- * Translations added: ** field_scm_path_enco ... ory_note * Planed Translation change: ** issue -> 議題 (?)
- Defect #8214 (Closed): Wiki text area scrolling when typing
- When I type a text in scrolls down till it th ... with a bottom of a textarea. It is annoying.
- Defect #8213 (New): Reminder emails contain "Emails header"
- Emails header were added in #2852. They are useful for the single issue email. But I'm not sure is it really needed in reminders.
- Patch #8210 (Closed): Russian translation for 1.2.0
- Feature #8209 (Closed): I18n YAML files not parsable with psych yaml library
- https://www.chiliproject.org/issues/346
- Feature #8205 (Closed): Combine Search and Filter
- It would be usefull for me if I could specify ... y my opened tickets. We use short tags in issue description and use them fultext search for ... ld via some syntax in the current Search box?
- Patch #8204 (Closed): Traditional Chinese language file (to r5506)
- * Translations added: ** text_issues_destroy_descendants_confirmation * Trans ... k -> 子任務 * Planed Translation change: ** issue -> 議題 (?)
- Feature #8203 (Closed): User's Guide (Japanese) on Redmine.org
- I have been translated Redmine Guide to Japan ... please create a jaGuide page on Redmine.org?
- Defect #8201 (Closed): Displaing locked users in Administration raises an error
- I've just got current trunk version(Redmine 1 ... ract_server_collection.rb:80:in `synchronize'
- Feature #8200 (New): Do not remove start date from parent issue when subtasks are removed from parent
- If I clear the parent of the issue then the start date is removed. I suggest no ... ttp://forge.ispras.ru":http://forge.ispras.ru
- Defect #8199 (Closed): Unable to change the status of an issue regardless of workflow
- When I access admin, I can see that for my user group, when an issue is in the status of 'Resolved', I should be ... e the status to 'Closed'. When I open an issue at status 'Resolved' the status field doesn't contain the option 'Closed'.
- Feature #8198 (Closed): Lost target version when moving ticket around
- When I move a ticket with a target version fr ... ct specific. However, it might be good to issue a warning message (instead of silently delet ... copy the version info into the other project.
- Feature #8195 (Closed): Create an issue with custom fields values
- I need the custom field tag for a post action ... //www.redmine.org/projects/redmine/wiki/Rest_Issues
- Feature #8192 (New): Make a global category filter available from issues list at All Issues level
- category is not available as a filer criteria when I am search issues from the view all issues page. It is displayed, and present in the grouping options, just not as a filter.
- Defect #8191 (Closed): Overall spent time
- Hi, I'm not using Time Tracking on any of ... ign? If so, how can I hide that link? Thanks!
- Defect #8182 (Closed): SQLite3::CantOpenException: unable to open database file: DROP TABLE "issue_histories"
- Checked out current head... <pre> $ svn co ... rce=>true}) -> 0.0020s -- create_table("issue_categories", {:force=>true}) -> 0.0020s -- add_index("issue_categories", ["project_id"], {:name=>"issue_categories_project_id"}) -> 0.0010s -- create_table("issue_histories", {:force=>true}) -> 0.0030s -- add_index("issue_histories", ["issue_id"], {:name=>"issue_histories_issue_id"}) -> 0.0000s -- create_table("issue_statuses", {:force=>true}) -> 0.0010s -- create_table("issues", {:force=>true}) -> 0.0040s -- add_index("issues", ["project_id"], {:name=>"issue...
- Feature #8180 (Closed): Include project members in project API response
- I am creating Chrome Extension to Redmine and ... to get project data with associated trackers.
- Defect #8178 (Closed): SQLite3::CantOpenException: unable to open database file: DROP TABLE "issue_histories"
- Failure in DB migration during installation ... journal_id"}) -> 0.0020s -- drop_table(:issue_histories) rake aborted! An error has occu ... n: unable to open database file: DROP TABLE "issue_histories"