Search
Results (18267)
- Plugins: RE: No data to display in plugins
- I just need a plugin or patch that let users be able to see issues where the are not the "assigned person", but where they are just watchers.
- Plugins: RE: No data to display in plugins
- Hello, I want to do 2 things: - Install a p ... ncionality that watchers are able to see the issue where they are assigned as watchers.I found ... 18-allow_watchers_and_contributers_access_to_issues_3.4.2.patch_ But I get the error: _patching file app/models/issue.rb Assertion failed: hunk, file ../patch-2. ... .c, line 354_ Do you have any ideas?
- Open discussion: RE: I need to hide summary report in issues
- Martin Denizet (redmine.org team member) wrot ... to edit the template, probably in @app/views/issues/show.erb@. > You only have 2 lines to add: ... I just add the lines in app/views/reports/issue_report.html.erb Now it was working
- Open discussion: RE: I need to hide summary report in issues
- Hello, I can be done writing a custom plugin ... to edit the template, probably in @app/views/issues/show.erb@. You only have 2 lines to add: ... here ---> <% end %> </code></pre> Cheers,
- I need to hide the summary in issues from all other users and only visible to admin user. how can i do this ? Is it possible
- Help: RE: Redmine log files location
- This will possibly solve the issue of locating the logs on all types of setup: <pre> find / -name production.log </pre>
- Help: RE: Setting custom_field only for issues created via email by patching mail_handler.rb
- Figured it out Needed to call custom_field ... _values_from_keywords_without_mod(customized)
- Help: RE: difference betwenn redmine-2.2.2 and 3.4.2
- Hello, You could try to: * Install both of ... leted versions_ on the left pane) * Or use "issue filtering":http://www.redmine.org/projects/redmine/issues?utf8=%E2%9C%93&set_filter=1&f%5B%5D=status_ ... tures closed between 2.2 and 3.4.6 Cheers,
- Goal: I want to set a custom_field value only for issues created via Email My Attempt: Patch mai ... l2 OS : Ubuntu </pre> Thanks from n00b
- Hi all, as you can see in the attached image, children issues that are directly under their parent task, ... n the scenario on the picture, if we sort by issue number, the order would be | ^ # | Subject ... ut it being too distracting. Thanks a lot.
- Help: RE: Redmine Stylesheets-not showing levels down
- No different with that change, was already se ... ile It seems to be 3 levels down when the issue occurs. For instance: go from the home ... page and it occurs go from the home page to issues to import and it occurs
- Help: RE: Redmine Stylesheets-not showing levels down
- Thanks for the start! Yes, you are correct, its a 404 issue, as I kinda expected as well. So is this an ... ined at edit:397 (anonymous) @ edit:397
- Open discussion: RE: upgrade redmine-2.2.2 to redmine-3.4.2
- Hello, Please try that: # Edit @/var/www/re ... uld eventually remove the plugin causing the issue (@redmine_custom_workflows@) Let me know how it went, Cheers,
- Help: RE: Redmine Stylesheets-not showing levels down
- Hello Kirk, Please try this: # In Chrome, navigate to a page with the issue # Press F12 (Show Developer Tools) # Press ... a 404 error for CSS files due to Apache conf issue or maybe a mixed content error. Cheers,
- I have my Redmine setup on linux/RedHat 7.4 a ... s. Example is attached. Any ideas on the issue? Let me know what logs or files need to be ... eshoot. Any assistance is appreciated!
- Plugins: RE: No data to display in plugins
- viktor lorin wrote: > okey, thank you. > it ... xed_versions.patch patching file app/models/issue.rb Assertion failed: hunk, file ../patch-2. ... port team for more information. Any ideas?
- Bonjour, je procedais à la mise à jour de re ... m'affiche cet erreur "Migrating latest_issues (Latest Issues plugin)... Migrating redmine_custom_workfl ... tion` `description` text DEFAULT '' NOT NULL"
- Open discussion: RE: Redmine install plus MSSQL
- Hello Sachin, I never personally tried (I'm ... on your screenshot seems to report a syntax issue in the @Gemfile@. Did you edit it? Upload it here and I will get a look. Cheers,
- Help: RE: Certificate
- Martin Denizet (redmine.org team member) wrot ... e here able to help you with your networking issue. > Cheers, It seems the coffee break while editing my post was a bit too long. ;-)
- Help: RE: Certificate
- Hello Kristine, I suggest you posted on the ... e here able to help you with your networking issue. Cheers,
- Help: RE: How to modify a system field to be a required item when updating the issue like "spent time"
- thankyou very much! I really appreciate your help. And it works!
- Help: RE: How to modify a system field to be a required item when updating the issue like "spent time"
- How about this? <pre><code class="js"> jQuery( document ).ready(function() { jQuery('#issue-form #time_entry_hours').prop('required',true); jQuery('#issue-form #time_entry_hours').on("invalid", funct ... put your spent time') }); jQuery('#issue-form #time_entry_hours').on("change", functi ... by plugin. Let me know how it goes. Cheers,
- Help: RE: How to modify a system field to be a required item when updating the issue like "spent time"
- thank you very much! I can install now.Becau ... d need to be filled. Could this be improved?
- Help: RE: How to modify a system field to be a required item when updating the issue like "spent time"
- Hello, I just published a new version today. ... ou have a log entry related to that? Cheers,
- Help: RE: Cannot add a document with File custom field
- The issue has been resolved. It appeared due to Usabli ... . Now it has been fixed in Usability plug-in.