Search
Results (12477)
- Patch #3264 (Closed): Allow issue edit exceptions to choke nicely
- The attached patch allows issues raised by controller_issues_edit_before_save and controller_issues_edit_after_save to choke nicely, instead of ... s is so that a plugin can use the controller_issues_edit_before_save hook and deny editing on specific conditions (e.g. an issue can't have it's assigned_to revoked after it ... ithout this modification, plugins can't stop issues from saving.
- Feature #3262 (New): Email Verbosity Levels
- A complaint I'm receiving from my users is th ... h a better implementation or more examples...
- Feature #3261 (Closed): support attachment images in PDF export
- When an issue is exported to PDF by using the "PDF" link a ... the inline images which are attached to the issue and displayed on screen are not on the print ... s don't become incomprehensible. See this issue as an example: With inline images: http://www.redmine.org/issues/3100 No inline images: http://www.redmine.org/issues/3100.pdf It would be great to get this ... with screenshots back to external developers.
- Defect #3259 (Closed): remove "main-menu" div when the menu is empty
- On some pages, like *Home* or *My page*, the ... ntify an empty menu ? Thank you very much.
- Feature #3258 (New): Link to custom query from wiki
- Add the ability to link to a custom query fro ... propriate behaviour is if query is not public
- Defect #3253 (New): LDAP Auth : Alias Dereference
- Hello, I'm using last stable release of Re ... > Sorry for my english, french user here ;)
- Defect #3252 (Closed): Calendar is unreadable
- The calendar view is unreadable (please see a ... ot). This is due to r2568 which adds the @issue@ CSS class to the calendar entry. So either @Issue#css_classes@ shouldn't use the @issue@ CSS class or @application.css@ should define other styles for @issue@ when inside @table.cal@. "trunk" is probably also affected but I didn't test that.
- Defect #3249 (Closed): Activity page disables subprojects on Apply
- On the activity page, subprojects are display ... eads: with_subprojects=1&&with_subprojects=0.
- Defect #3246 (Closed): NoMethodError (undefined method `group_by=' for #<Query:0x2aaaafdfa960>)
- Hi, after upgrading this morning, I have an error in issues controller : <pre> Processing IssuesController#index (for ww.xx.yy.aa at 2009-04 ... "=>"xxxx", "action"=>"index", "controller"=>"issues"} NoMethodError (undefined method `gro ... 55:in `method_missing' /app/controllers/issues_controller.rb:497:in `retrieve_query' /app/controllers/issues_controller.rb:47:in `index' /usr/lib/r ... (500 Internal Server Error) </pre> Thanks
- Patch #3245 (New): Roadmap - show Estimated Time and Spent Time
- I have edited the versions/show.rhtml page, s ... reciate, if this would be a standard feature.
- Feature #3244 (Closed): Shorten git commit ids in Atom feeds and on activity page
- Git commit ids are very long (something like ... ong ids is the commit page itself. Thanks!
- Defect #3243 (Closed): Error when seach issue have many images
- When I access the detail screen of issue that have many images (> 10 images), http 500 return.
- Feature #3239 (Closed): Show related issues on the Issues Listing
- It would be nice to have the ability to see all the related issues in a column when listing all the issues. The idea here is to have quickly all t ... easily. Sure we can get it going to each issue but it would be nice to see them all at once ... rts of Feature x Feature's Bugs this way.
- Feature #3237 (Closed): Include into comment information about revision
- When somebody commit something and include link of the issue, it should appear in specified issue as well.
- Feature #3235 (New): Watched topics on My page
- On http://www.redmine.org/my/page we can see our *Watched issues*, but there's no way for me to see a list o ... on them in the future if there's no replies.
- Feature #3234 (New): Specify activity set for each tacker
- Currently there are extra activities in PM issues. For example: developing, etc. Moreover act ... to limit list of activities for each tracker.
- Defect #3233 (Closed): Wrong version in trunk
- I use the trunk of Redmine but i looks like t ... eral plugins (redmine-graph i.e.) don't work.
- Patch #3231 (Closed): patch for broken character problem on png-exported gantt on 0.8 branch
- * for 0.8.3 on linux * related to non-ascii ... we can improve it or write something like it.
- Defect #3227 (Closed): Unable to remove 'status' filter in issues
- This might not be a defect, but it's annoying nevertheless. The only way to show ALL issues is by selecting 'status all'.
- Feature #3224 (Closed): Better project list
- As project managers, we are going to project ... oxes like on "My page". What others think?
- Defect #3222 (Closed): inline html not supported
- The wiki formatting help for textile states t ... formatters to substitute for html. If the issue is sql injection via a wiki page then I sugg ... caped but that basic html still be permitted.
- Feature #3221 (Closed): Fetch Emails : ability to set Start Date
- We are using the redmine receiving emails fun ... ble to set the "Start date & due date" of an issue. I tried adding the allow_override=Start, ... only use the current time when creating new issue.
- Feature #3216 (Closed): Reference to a revision from an other project
- Add, in a wiki page, an issue or an another wiki zone, a reference to a re ... that : <pre> myOtherProject:r342 </pre>
- Feature #3214 (Closed): Provide a way to format the list of issues on the Roadmap page.
- The list of issues found with each version in the Roadmap will put a line through the issue number if it is closed. I would like to be a ... atus. I want to be able to see quickly which issues are resolved but not closed. A way this ... theme to include formatting for my different issues status types based on that class name.
- Defect #3210 (Closed): Create new issue
- Parameters: {"project_id"=>"ets", "action"=>"new", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/new ActionView::TemplateError (wrong constant name '') on line #3 of app/views/issues/_form_custom_fields.rhtml: 1: <div class="splitcontentleft"> 2: <% i = 0 %> 3: <% split_on = @issue.custom_field_values.size / 2 %> 4: <% @issue.custom_field_values.each do |value| %> 5: <p><%= custom_field_tag_with_label :issue, value %></p> 6: <% if i == split_on -%>