Search
Results (12665)
- Defect #5941 (Closed): error - Don't View message deposed on the forum
- I have deposed a message on the forum (open discussion) and the message don't appear on myPage.
- Feature #5940 (Closed): see the version of redmine
- Could we see the redmine somewhere on the web site intalled ?
- Defect #5939 (Closed): Atom entry URL doesn't contain port
- Host name in settings set to <ip-address>:300 ... ils 2.3.5 Redmine 0.9.4.stable.3810 (SQLite)
- Defect #5937 (Closed): Harmonize french locale "zero" translation with other locales
- French locale is the only one with "zero" wri ... in some entries. For instance, @label_x_open_issues_abbr_on_total_zero@ is @zéro ouvert sur {{t ... at you think. See proposal patch attached.
- Defect #5930 (Closed): Gantt Tooltip Html Escape Error
- I found the tooltip have a html escape problem. Here is the screenshot: !!
- Defect #5925 (Closed): parent task's priority edit should be disabled through shortcut menu in issues list page
- When edit a parent task, the priority is disa ... n't been modified in fact. !enabled.png!
- Feature #5920 (Closed): Unify and improve cross-project views layout
- Recently I started using Redmine with many pr ... tual, but lead to other "sections" (view all issues, overall spent time, overall activity) * w ... ct_layout.png! Let me know what you think.
- Patch #5919 (Closed): Wiki looks trying to strip macro args but no effect
- @execute_macros()@ looks applying @strip@ to ... @Array.map@. Attached patch is for trunk.
- Feature #5918 (New): Adds Prompt for Project Custom Fields in migrate_from_trac task
- The migrate_from_trac task fails if a redmine ... red custom fields on a project. To fix this issue, I added a loop that prompts the user to ent ... t as helpful, and was difficult to debug.
- Defect #5915 (Closed): Invalid form authenticity token for some users
- Some users of my Redmine (0.9.3) encounter th ... this going to be fixed in the next release?
- Feature #5914 (New): Default tracker
- Setup ____________________________________ ... * Projects: MyProject, Project2 * Issue: 12345 in the Support tracker Problem ... port tracker for MyProject, then try to move issue 12345 from MyProject to Project2. Now it can't be done, error is <pre> notice_failed_to_save_issues: "Failed to save {{count}} issue(s) on {{total}} selected: {{ids}}." </pre> ... le check to set tracker to default if source issue's tracker is disabled in target project?
- Feature #5913 (Closed): Authors name in from address of email notifications
- In mail notification created by Redmine 'FR ... is address. You would know who is working on issue without opening mail. I've changed line in ... , but I'm not sure if it wont break anything.
- Patch #5912 (Closed): Translation update for french locale
- I didn't found a correct translation for "fie ... nglish... Does anyone know where it is used ?
- Defect #5909 (Closed): Grouping Results by Tracker appears to only work for open issues.
- Installed 1.0.0 from stable branch and all went well. If I go to my Issues tab and click the Options arrow to group by Tracker, it only seems to work if I filter on Open issues. if I click All issues, the grouping only shows me bugs/defects. Before, I submitted this issue, I checked and the same thing happens in thi ... me. Thanks and great work on this project.
- Defect #5907 (Closed): ActionView::TemplateEr ... for nil:NilClass - missing database migration
- Hi there, I have problems with issues list in 1.0.0. I have a working installati ... e production -p 3001 </pre> Calling the 'issues' tab for any project gives me an 500-error, production.log says: <pre> Processing IssuesController#index (for 172.X.X.X at 2010-07-1 ... roject42", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml ActionView::TemplateError (u ... ' for nil:NilClass) on line #16 of app/views/issues/_list.rhtml: 13: </tr></thead> 14: ... roup = false %> 15: <tbody> 16: <% issue_list(issues) do |issue, level| -%> 17: <% if @query.grouped? && (group = @query.group_by_column.value(issue...
- Defect #5906 (Closed): Changeset scanner doesn't check if status is within trackers workflow
- The current changeset scanner/parser doesn't ... For example, I have a 'Feature' tracker with issue #1337 and a 'fixing keyword' setup of 'Fixed ... I enter in 'Fixed #1337' the status of this issue will be set to 'Fixed'. However, 'Fixed' isn ... ures, we implement them. This has lead to issues when it comes to altering the status of this issue, since I can't change it to anything as 'Fixed' is not within the workflow.
- Defect #5905 (Closed): "Due date" from a tick ... - > 1.0.0 RC is missing in "Affected version"
- "Due date" from a ticket is readonly after ad ... .0.0 RC", which ist missing here in the list.
- Defect #5904 (Closed): Global gantt PDF and PNG should display project names
- When you go to "/issues/gantt" (cross-project gantt), then try to e ... mes are not displayed. They should, both for issues and versions, because issues can come from many projects (94 in our case ... The Evil:_ This also happens on PNG export.
- Feature #5901 (New): REST API to expose the Redmine version
- After reading Alexey Skor's forum post about ... the API requests it needs (e.g. 1.0+ has an issues API, 0.9 doesn't). Thoughts?
- Patch #5897 (New): Use issue/forum title in URLs for search engine optimization
- Google and other search engines really want t ... ed to. For example, rather than "mysite.org/issues/1234" use "mysite.org/issues/1234-use-issue-title-in-URL" The same technique should be used for all references to issues, news, forum items, etc. The wiki doesn't ... names for features such as this. Thanks
- Defect #5896 (Closed): "Assigned to" text in issue comments is "incorrect"
- I was browsing Redmine issues here, and in #5158, I noticed it says "Assi ... incorrect and doesn't sound or look correct.
- Patch #5895 (Closed): API to query user database
- I've attached a patch that adds an API for qu ... times.com</mail> </user> </users> </pre>
- Patch #5894 (Closed): Allow bulk status change
- We run a big Redmine installation with more t ... the ability to change the status of several issues (especially closing issues) at once. For Redmine version 0.9.4 I ma ... s what i did: <pre> File app/controllers/issues_controller.rb, Line 412ff: Old: def context_menu @issues = Issue.find_all_by_id(params[:ids], :include => :project) if (@issues.size == 1) @issue = @issues.first @allowed_statuses = @issue.new_statuses_allowed_to(User.current) end projects = @issues.collect(&:project).compact.uniq @proje ... (@project && User.current.allowed_to?(:edit_issues, @project)), New: def context_menu @issues = Issue...
- Feature #5893 (Closed): Filter issues by notes
- We run a big Redmine installation with more than 20000 issues. What we are missing is the ability to appl ... QueryColumn.new(:subject, :sortable => "#{Issue.table_name}.subject"), New: QueryColumn.new(:subject, :sortable => "#{Issue.table_name}.subject"), QueryColumn.new( ... db_field = 'user_id' sql << "#{Issue.table_name}.id #{ operator == '=' ? 'IN' : ' ... {db_table} WHERE #{db_table}.watchable_type='Issue' A$ sql << sql_for_field(field, '=' ... db_field = 'user_id' sql << "#{Issue.table_name}.id #{ operator == '=' ? 'IN' : ' ... {db_table} WHERE #{db_table}.watchable_type='Issue' A$ sql << sql_for_field(field, '=' ... ') OR (' + sql_for_field(field, operator, v, Issue...
- Defect #5892 (Closed): Changing status from contextual menu opens the ticket instead
- When in an Issue list and using the right-click contextual navigation and trying to change Status of an Issue, redmine opens the ticket instead of simply ... ch we had before, but it does happen in 0.9.5