Search
Results (12601)
- Defect #9680 (Closed): Issue filters "Public" and "For All Projects" cannot exist together
- When creating a new filter on Issues, selecting the "Public" flag is not possibl ... Screenshot is attached showing these fields.
- Defect #9679 (Closed): Subversion: 404 on diff of renamed files
- This can be turned into a ??Better handling o ... amed file revision history, e.g. "/app/views/issues/show.html.erb":/projects/redmine/repository/changes/trunk/app/views/issues/show.html.erb which has been renamed with r ... >" after r7043 line. The @404@ is the bug.
- Defect #9676 (Closed): Reminder emails also includes overdue issues
- After I noticed #5058 I finally could test th ... First thing I ran into is that also overdue issue are included. This happens with and without the days option. In my case the included overdue issue were due on 31-10-2010. I already took a ... let me know if more information is required.
- Defect #9674 (Closed): Section-edit buttons n ... s provided (even if it's the current version)
- While investigating #9673 I came around another issue in the section-editing feature. When I was b ... let me know if more information is required.
- Defect #9673 (Closed): Angle brackets within ... named HTML entities during wiki section-edit
- I noticed this issue while working offline (read on my own test-b ... n-edited "Enabling anonymous users to create issues by email"-section and saved the page Now ... s in the "Enabling anonymous users to create issues by email"-section. This resulted in the correct behavior and made it sure to me that this issue is related to / happens only while using the ... let me know if more information is required.
- Defect #9672 (Closed): Message-quoting in forums module broken
- After redmine.org got an update (I believe so ... t in the understanding that this might be an issue on r.o only, I tried to reproduce this behav ... 't find anything. FTR, the quoting in the issues module works fine. Environment: * Redmi ... let me know if more information is required.
- Patch #9671 (Closed): Bulgarian translation (r7926)
- Added: * error_attachment_too_big Changed ... ch_changesets * setting_display_subprojects_issues * setting_diff_max_lines_displayed
- Defect #9669 (Closed): Issue list doesn't sort assignees/authors regarding user display format
- When sorting the issue list by author or assignee, users are always ... ir logins instead of firstname,lastname, the issue list should be sorted by author/assignee logins.
- Feature #9668 (Closed): Automatic redmine update resp. Redmine Self Update
- Currently the server administrator needs to s ... in redmine itself by simply pressing "UPDATE"
- Feature #9667 (Closed): Check attachment size before upload
- When submitting an issue with attachments that are too big, the issue is created but the attachments are not saved ... e size when a user selects a file for upload.
- Feature #9664 (New): CRUD operations for "custom field definitions" (not setting custom fields on issues!)
- my Redmine Java API tests check that a new Issue has some custom fields set. to do that, I h ... setting already defined custom fields on an Issue. I understand that this operation would probably require an admin permission - that's fine.
- Defect #9662 (Closed): Start date setted to 5000-01-01
- I don't know why, but sometimes when i woun't ... oesn't set start date to current date in new issues. _Server: Windows 2008 R2_
- Defect #9660 (Closed): Issues counters in roadmap only link to issues in the same project
- h3. Steps to reproduce # in a project, cre ... on with sharing set with all projects # add issues from different projects to the version # g ... ected behaviour The full list open/closed issues in the project is shown. h3. Actual behaviour Only the matching issues in the _same project_ are shown. Others are ... edit the URL: change @/projects/projectname/issues?@ to just @/issues?@. h3. Server information OS: Ubuntu ... 1.8-1.8.7.249-2 Redmine: 1.2.0.stable.6069
- Patch #9659 (Closed): Indexing rows in auth_sources/index view
- The proposed patch adds ID to every row of 'auth_sources' table (similarly to 'issues' table). This makes working with that table much easier.
- Defect #9655 (Closed): I have a problem when i send an e-mail with attachments
- I have a problem when i send an e-mail with ... know how to fix the problem ,please help me.
- Feature #9649 (Closed): allow grouping issues By "User" custom field
- database: postgres 9.0.5 ruby: 1.8.7 (x86_64 ... le Created a "User" type custom field for Issues. This field does not show up in the "Group results by" dropdown in the issue query screen. Had to convert the custom fie ... e then it showed up in the group by list.
- Feature #9642 (Closed): Duplicate issue search on new issue submit
- When a user is creating a new issue, it would be helpful to search for duplicate issues to prevent multiple issues being created for the same reasons. Site ... ever a 'on submit' option would also suffice.
- Defect #9639 (Closed): Bulk Edit/update fails with "Proxy Error"
- Redmine 1.2.1 Windows XP SP3 When I try to do a bulk update/edit (select all issues, right click, select Status, select Closed ... proxy error. This is regardless of how many issues I select, or whether I run off the local ma ... xy server could not handle the request POST /issues/bulk_edit. Reason: Error reading from re ... ver at northstarsupport.magnasoft.com Port 80
- Feature #9634 (Closed): Show locked badge for locked wiki pages
- At the moment, wiki pages (such as the http:/ ... about it. This is the greyed-out-menu-items issue in UI usability all over again, only worse. ... to do about it. Regards, — Shlomi Fish
- Defect #9633 (New): Some typos on the front page.
- <pre> "Written using Ruby on Rails framework ... "Read more about Redmine’s features." </pre>
- Feature #9632 (New): add a 'poke' button to issues
- Rather than doing an update with a message li ... ould get an update from a transaction on the issue, would be handy. e.g. Issue #227: "issue title" requires your attention - <X> sent yo ... is link to display or participate: <link to issue> I don't think having the poke recorded in the activity is needed, but could be considered.
- Feature #9630 (Closed): show list of version related files in version view
- If files module is active you can assign file ... wn box ("related files") similar as "related issues" shown in the version view, e.g. http://ww ... re are documents availabe for this version.
- Feature #9629 (Closed): New custom field format 'progress bar' (like the %-done field).
- Hi, I need some support to add custom fiel ... 0, 10, 20 ....90, 100% but when we list the issues, it looks just a number not like progress b ... kind of feature. Best Regards Ajay Soni
- Defect #9620 (Closed): error after updating t ... private method `split' called for nil:NilCl$
- Sun Nov 20 19:50:30 -0800 2011: Error calling ... /usr/lib/ruby/1.8/mongrel.rb:285:in `new'
- Feature #9618 (New): create several issues in one REST API request
- my application creates many issues in Redmine. here's my performance testing r ... ble to add "bulk save" to Redmine's REST API?