Search
Results (18279)
- Help: RE: Making Redmine read-only for part of the day
- Pavel, I have taken your suggestions and a ... my interpretation correct? Q2)When you issue this command: GRANT SELECT ON `rm`.* TO 'r ... as "redmine" and not a "rmuser"?
- Plugins: RE: Redmine Ldap Sync
- hi luis, did you solved the problem? we are having the same issue thanks
- I'm looking for a plugin that will allow a user to update an issue using date-time, summary/title (optional), a ... to be an expandable sub-view to the primary issue view, located at the bottom of the main issue view, but before the issue "History" sub-view. I've done a lot of s ... eate what I need. Thanks in advance, Ron
- Hi folks, i kindly need your assistance aft ... xyPassReverseCookiePath / / </pre> h2. Issues: Whether the links does not work because ... a lot in advance for your help!! Cheers!
- Help: RE: Calculate how long issue is in current status
- "issues_controller.rb"
- Help: RE: Calculate how long issue is in current status
- 1) I am not a database expert but writing a t ... you probably need to extend functionality of issues_controller.Rob - Specifically, you may need to look at save_issue_with_child_records
- Help: RE: Calculate how long issue is in current status
- I have take a look at computered_custom_field ... iest solution: 1. Create a new table called issue_last_status_change with two fields: - id => This will be the same as issues.id - date => type of datetime and this would be updated when an issue is created and updated when the status is changed for the issue I am having trouble determining how I can enhance the issue save to update the date in the new table whe ... helps would be appreciated. Thanks much
- Help: RE: Calculate how long issue is in current status
- Welcome. Sounds good. Good luck. Also check t ... www.redmine.org/plugins/computed_custom_field
- Help: RE: Calculate how long issue is in current status
- Thanks so much for the information. I am goi ... e the solution if I get it working. Thanks
- Help: RE: Calculate how long issue is in current status
- Hi Adam, May be computed custom field might ... ive you the ability to achieve what you want.
- Open discussion: RE: Thin timing out Nginx cannot connect
- The problem was out of memory on the server. ... g. No error logs was a hint it was a memory issue. And the "free -h" command was a big clue. ... WS t2.mircro for more memory and all is fine.
- Help: RE: "Project" option on "new issue"
- https://redmine.host/issues/new should do it for you. Replace redmine.h ... mation, please check https://www.redmine.org/issues/16067#change-69817
- Help: RE: How to add additional information to issues list?
- No worries. Glad it worked :). Cheers Kush
- Hi all, I would like to ask you for your help with the following issue I have encountered while "Advanced sidebar q ... ions are, I`m receiving Redmine 500 error on Issues page in all projects. Production log shows: <pre> Rendered issues/index.html.erb within layouts/base (26.1ms) ... 0000053c91c8>): 21: <%= call_hook(:view_issues_sidebar_issues_bottom) %> 22: <%= call_hook(:view_issues_sidebar_planning_bottom) %> 23: 2 ... ebar_queries %> 25: <%= call_hook(:view_issues_sidebar_queries_bottom) %> plugins/extra_queries/lib/extra_queries/issues_helper_patch.rb:22:in `render_sidebar_queries_with_eq' app/views/issues/_sidebar.html.erb:24:in `_app_views_issues__sidebar_html_erb__2758027787465424533_70258535412620' app/views/...
- Help: RE: How to enable/disable "copy" issue functionality
- "Copy issues" permission was implemented in r13985 (Redmine 3.0.0).
- Hi! I'm starting to use the redmine and woul ... is possible "Project"option appears on "new issue" (like when I click edit the "issues" in "change properties") . Instead of fi ... anging the project, I wanted to enter a "new issue" to choose which project it is related. ... to do that? how can I do it?? Thank you!!
- Help: RE: Redmine in a sub-URI, with nginx + Unicorn
- Hi Frederic, a little late I, nonetheless, ... edmine/redmine -> . I took some advise from Issue #11881#note-20 and the postings before it. Regards, Jörg-Volker.
- Hello, We just rolled out redmine to our org ... umentation. We need to know how long each issues that is open has been in its current state. ... routes come to a dead end. Thanks much
- When a watcher is added to an issue, we would like to see that watcher notified. ... like joeuser@bar.com has been added to issue #NNNN. Please go to SOMEURL. And we woul ... iority updated Checklist item edited </pre>
- The trackers can't be imported Related issue: #22355
- Hi, I noticed there are some tips and tric ... hich is then being added as a comment to the issue. What I couldn't find, and I am not sure if ... ld I configure at Google? Thanks! Peter
- Development: RE: How to get history of changes made to a redmine ticket
- You can use GET /issues/2.xml?include=attachments,journals to get the history details.
- Help: RE: Redmine API : How to get and put issues history
- You can use GET /issues/2.xml?include=attachments,journals to get the history details.
- Help: RE: How to add additional information to issues list?
- Hello Kush, was on holiday... thanks for y ... d perfectly for me! Best regards Peter
- This code is not working: var newIssue = new Issue { Subj ... }; manager.CreateObject<Issue>(newIssue); beacause of an "Internal server error". ... e conexion (api key) by reading the previous issues.