Search
Results (12716)
- Feature #11515 (Closed): CSS-classes for field values in issue list
- The subject sounds worse than it is. I used to run a modified theme in which I highlight the issues in the issue list by status. I did this by modifying the @/app/views/issues/_list.html.erb@Line31@: @<%= raw query.c ... es} #{ column.name == :status ? column.value(issue).to_s.downcase.gsub(' ','_') : ''}\">#{column_content(column, issue)}</td>"}.join %>@ See also: https://github. ... version, so I can get rid of my patching. :)
- Defect #11511 (Closed): Confirmation page has ... when a project folding sub project is deleted
- I created a new project in Redmine (In "Home" ... en HTML. I use ruby 1.9.3 and Rails 3.2.6.
- Defect #11508 (Closed): Projects not ordered alphabetically after renaming project
- I have several projects on my Redmine databas ... lphabetically. Attached are some screenshots.
- Defect #11506 (Closed): Versions that are not ... be assignable when selecting another project
- Steps to reproduce: # Create a project with a version that is not shared # Create an issue in that project with that target version # Update the issue, select a different project # Save Not o ... dropdown, it is also still present after the issue has been saved resulting in an incoherent st ... way the version could have been set on that issue.
- Defect #11504 (Closed): While an issue is assigned to a group changing the issue status generates an error
- If an issue is assigned to a group and not to user and o ... p to a user, the status is updated correctly.
- Feature #11502 (Closed): Expose roles details via REST API
- I recently needed a read-only access to the r ... dmine.org/projects/redmine/wiki/Rest_Roles.
- Feature #11501 (Closed): More filters on page admin -> users
- It wood be a good to have more filters on the ... 'd like them to be a bit like the filters on issues: * Admin=yes * Last Login = empty * eMail contains = xxx * ...
- Patch #11499 (New): Fixed attachments handling when receiving a new issue by mail
- When a new issue is received by email, any attachments it might be carrying are not making it into the "new issue reported" mail. In attempt to fix this problem, this patch issues a separate mail update for any issue created by mail with attachments, which lists the usual "File added: ..." lines.
- Feature #11498 (Closed): Add --no-account-notice option for the mail handler script
- Sometimes you want to set up a project which ... s mail handler script option just for that.
- Patch #11495 (New): Reopen closed issues on reply by email
- This patch adds a setting to enable automatically reopening closed issues if a new reply by email is received. The new status to assign to a reopened issue can be also set in the global settings.
- Feature #11494 (Closed): Don't turn #nnn with leading zeros into links
- Sometimes a user would post an issue containing something like "#01234" in the description/update. If there happen to be an issue with that number (and it is visible by the ... 234" w/o the leading zero when rendering the issue on the web. This was a problem when a user didn't mean to refer to an issue numbered 1234, but was using it in some other environment-specific context.
- Patch #11493 (New): Show URL to attached file in plain text issue email
- Currently, only HTML issue updates contain full URLs to the attached fi ... hment URLs to plain text email notifications.
- Patch #11492 (Closed): Added :view_projects_index_activity_menu hook
- This patch adds a project index menu hook. ... //github.com/commandprompt/redmine_pastebin
- Defect #11489 (New): Redmine is not able to show wiki images properly
- Hi. My redmine installation (Ubuntu 12.04, re ... they show up, and sometimes they do not. My issue seams related to this: http://www.redmine ... attachments/download/2/buildconsole.png!@
- Defect #11488 (Closed): rake db:migrate:plugin NAME=redmine_scrumbler Issue
- Hi, I got the following error while try ... ons in redmine 1.3.2. Thanks in advance.
- Defect #11486 (Closed): Searching for issues closed in the last week
- We are trying to do reporting to show closed issues in the last week. This seems to not work pr ... ago: 7 days We are seeing this only show issues that were created in the last week AND marked closed. I see the updated_on in the issues table for issues not update from the created_on no matter what we do to the issue. Is this expected behavior? $ RAILS_E ... l Database schema version 20120422150750
- Defect #11482 (New): Output inconsistency during issue creation
- When you create a issue throw REST API, returned body can be one of two types: - body with data like: created issue ID and etc. - empty body. The body is em ... ody contain data (first of all ID of created issue) independently from input data size. We have confirm this problem in Redmine 2.0.0 & 2.0.3.
- Defect #11481 (Needs feedback): Copying Projects (with Tickets) not working
- When i try to copy a project, that has ticket ... atabase adapter MySQL
- Defect #11476 (Closed): No redirect when after logged in
- When I go on project page unauthorized, my re ... to "my page", not to project page. Is it bug?
- Feature #11475 (Closed): Redmine.pm: Allow fallback to other Apache auth providers
- The goal was to allow other auth modules to c ... he2::Const::OK or Apache2::Const::DECLINED...
- Defect #11474 (New): issues created with redmine:email:receive_pop3 cat ... assignee> won't send mails for newly created issues
- we have a redmine 1.4.4 I've created an email so we can auto create support issues. I need the new issues to be auto assigned to one of our developer ... l:receive_pop3 task to process the emails. issues are create without problem with the designa ... tification are not sent to the assignee upon issue creation. It does work and the system sends notifications when I create the issue manually.
- Feature #11473 (New): Trim ending quotes when posting comments from email
- Almost all email clients leave quoting of ori ... these overquotings when replying to Redmine issue emails, this commonly useless text will be p ... ding quotes when posting comments from email.
- Feature #11469 (Closed): JSONP support
- Please enable "JSONP":http://en.wikipedia.org ... #10761 for an example of the expected output.
- Defect #11467 (Closed): Internal error on Admin/Settings without trackers
- How to reproduce: * Start with empty db (db: ... gs" WHERE "settings"."name" = 'cross_project_issue_relations' LIMIT 1 Setting Load (0.3ms) ... * FROM "settings" WHERE "settings"."name" = 'issue_group_assignment' LIMIT 1 Setting Load (0 ... settings" WHERE "settings"."name" = 'default_issue_start_date_to_creation_date' LIMIT 1 Sett ... * FROM "settings" WHERE "settings"."name" = 'issue_done_ratio' LIMIT 1 Setting Load (0.3ms) ... * FROM "settings" WHERE "settings"."name" = 'issues_export_limit' LIMIT 1 Setting Load (0.3m ... * FROM "settings" WHERE "settings"."name" = 'issue_list_default_columns' LIMIT 1 IssueCustomField Load (0.4ms) SELECT "custom_fiel ... om_fields" WHERE "custom_fields"."type" IN ('...
- Defect #11466 (Closed): Repository.fetch_changesets warnings
- Since upgrade to 2.0 I get warnings from Repo ... ing scope :open. Overwriting existing method Issue.open. </pre>