Search
Results (12716)
- Feature #10169 (New): Custom Query Sort Order
- A handy small UI improvement, a sort-order fi ... has public queries as part of his collection)
- Defect #10168 (Closed): CSV export breaks custom columns
- The CSV export gained the ability to display ... stom columns (e.g. provided by plugins). @issues_to_csv@ calls @value = issue.send(column.name)@ for non-custom-field columns, even though @QueryColumn@ defines @#value(issue)@ to retrieve the column's value, if I understand that correctly.
- Feature #10167 (New): Project Import/Export
- Make it possible to import/export one or more ... keep number, b) add offset, c) add to end of issues Benefit: * it would be possible to merg ... ect' * redmine would be more cloud-ready
- Defect #10166 (Closed): Add a feature to change tracker (Bug<->Feature) after the issue is created.
- After the issue is created there is no option (and no plugin i could locate) to change the tracker of the issue. I do not know what the logic behind making it immutable is, but sometimes people file issues under wrong tracker for various reasons. So ... ake tracker changeable (update tracker_id in issues table is sufficient), there is just no opti ... ct on purpose to demonstrate the problem **
- Feature #10165 (New): Issue created by email assigning issue to the project the user is member of
- I patched mail_handler.rb to put the issue in the first project the user is member of when processing emails for new issues. Maybe it can be useful to anybody. Redmine 1.3.0
- Defect #10163 (Closed): Spent Time Permissions Issue - Cannot access them at all
- I am having an issue with Spent Time reports - the system refuses ... r4, `roles`.`permissions` AS t2_r5, `roles`.`issues_visibility` AS t2_r6 FROM `members` LEFT OU ... p://xxx/projects/st-backend/timelog/report]
- Feature #10162 (New): require notes on specific fields getting set to specific values
- This may be covered in #8050, or relates to i ... us to duplicate without specifying the other issue #.
- Patch #10160 (Closed): Bulgarian translation (r8777)
- Changed: * setting_repositories_encodings * ... ct_ref Added * permission_manage_related_issues
- Feature #10159 (New): Possibility to ask anon ... in/register instead of submitting anonymously
- Often even project authors misses that they a ... completion, thrown back to create the ticket.
- Feature #10158 (Closed): default value for SpentTime.activity should be task.activity
- User Story I made a ticket and set up task.a ... I spent 5 hrs today and wanna track it. /issues/3437/time_entries/new and Id like to have ... lugin 0.5.1 Timesheet Plugin 0.6.0 Redmine Issue Control Panel plugin 0.3.0 mysql Ver 14.1 ... i386 GNU/Linux Redmine 1.3.0.stable.8247
- Defect #10157 (Closed): formatting problem w/ FF & IE
- When I am updating an issue I see this problem. I have seen it on FF10 and IE9 but not Chrome.
- Defect #10156 (Closed): Logout on Safari takes you to home screen (1.3.0)
- Some colleagues have a problem when they clic ... irefox and Chrome are working like a charme.
- Defect #10153 (Closed): Missing "add new file" in Files section after upgrade from 1.0.0 to 1.3.0
- After upgrading from redmine 1.0.0 to 1.3.0 ( ... n (Manage Files), why ? How can i solve this issue ? Ruby Version : ruby 1.8.7 (2010-06-23 ... 86_64-linux] Redmine Version : 1.3.0.stable
- Defect #10150 (Closed): CSV export and spent time: rounding issue
- When I export to CSV and include spent time i ... w/ Redmine Spent Time Column 1.1.0 plugin.
- Defect #10148 (Closed): Private issue in public projects
- We realize that in public projects, when you mark an issue as private you can see publicly. An example here: http://projek.psico.edu.uy/issues/2092 Information about my environment: ... thanks ! (I apologies for my English)
- Defect #10146 (Closed): Can't view file trough SVN repository
- After upgrading from redmine 1.2.0 to 1.3.0 I ... attached the log file. Thanks in advance.
- Defect #10144 (Closed): repository view bug
- revisions view first column
- Feature #10143 (New): Abuse Reporting Method
- It would be great to have a way to mark a pos ... d be hidden automatically. I noticed this issue on this Redmine instance: http://www.redmine.org/issues/1739#note-41 http://www.redmine.org/users/ ... s/28821 http://www.redmine.org/users/49051
- Feature #10142 (Closed): Add quick filter "Assigned to me" to saved issue filters
- We have created some predefined filters at issue page (by Category, by Status, by Target version). By default they show issues assigned to all users. If I would like to use this filters to show issues assigned to me, I can: # add new filter As ... to me", otherwise they will work as defined.
- Feature #10140 (Closed): Allow certain fields in an issue to be designated as uncommon for display purposes
- There are certain fields, regular or custom, that while needed as part of an issue are not needed regularly, or are used infreq ... sting 'Change properties'. Except that these issues would typically be found in the lower part ... hich fields would be in the uncommon area by issue type and role.
- Feature #10139 (New): extend ability to associate settings based on initial category
- Much like the selection of a category can lin ... have a tester field of type user. When a new issue of a certain category is created I can curre ... categories would be really cool. e.g. if an issue gets assigned to Bob then allow me conditionally set another field(s) to a value.
- Feature #10138 (Closed): Video Player
- It would by nice to have ability to play video in Redmine (wiki, issues, documents) I would prefer to have HTML5 video player, but Adobe Flash would be ok too.
- Defect #10136 (Closed): Error rake db:migrate in BuildsProjectsTree
- I've got this error: <pre> == BuildProje ... I follow this guide http://www.redmine.org/issues/2272
- Defect #10135 (Closed): ActionView::TemplateError (can't convert Fixnum into String)
- Hi I have migrated my Redmine 1.0.2 to 1. ... 1.8/webrick/server.rb:82:in `start' </pre>
- Defect #10134 (Confirmed): Case insensitive search is not working with postgres 8.4 and umlauts
- We are using Redmine 1.3.0 with postgres 8.4 ... e collation is UTF-8. When I create a new issue, for example titled "Ämber", and try to sear ... cope=all&all_words=&all_words=1&titles_only=&issues=1&submit=Submit I have found a fix for it though: http://www.redmine.org/issues/1608 After modifying the relevant file and installing the unicode gem the problem is solved.