Search
Results (18279)
- Hi All, I just met the Redmine product. We ... em. We get an error in the step of creating "Issue" in the project. The window (URL) that opens after the confirmation of creating "Issue" falls into error. I would appreciate if any of you could help the issue... *Error message:* Internal error A ... edmine/htdocs/log/production.log"* Rendered issues/_sidebar.html.erb (4.8ms) Rendered watch ... R] The original source for 'show-projects-in-issue-description' has changed, this override shou ... R] The original source for 'show-projects-in-issue-description' has changed, this override shou ... Rendered plugins/mega_calendar/app/views/issues/show.html.erb within layouts/base (276.7ms) ... 0.0.18 redmine_multiprojects_issue 4.1.0 redmine_people 1 ... 8 that_meeting 0.0.1
- Help: RE: Can't upload files
- The files should not have to be world writabl ... ll don't know why the 3.4 install was having issues, I know it's not related to the version of Redmine.
- Plugins: Remove feature: checklists pluginn integration
- As I posted above 2 years ago, I'm going to r ... t to maintain the basic functionality of the Issue template. If you want to use the function ... lf. h3. 20200715 Update: I created the issue related to this topic. Please see for more details. * https://github.com/akiko-pusu/redmine_issue_templates/issues/363
- Hello, I've tried to configure "Receiving ... cut rdm-mailhandler.rb and create/update the issue ? Kind Regards
- Hello, I have installed Redmine by docker- ... I can't find a file log to investigate the issue. I tried to change the character set in MySQ ... but it's not working. Pls, help me. !!!!
- I have to do some development in redmine to c ... o hide the side bar when we open the list of issues. I find call_hook function throughout the a ... . For example: <pre> <%= call_hook(:view_issues_sidebar_issues_bottom) %> <%= call_hook(:view_issues_sidebar_planning_bottom) %> <%= render_sidebar_queries(IssueQuery, @project) %> <%= call_hook(:view_issues_sidebar_queries_bottom) %> </pre> Where to find (:view_issues_sidebar_issues_bottom) in the app. It will help me to understand what this hook is doing.
- We are happy to announce the release of ERPmi ... cation module - Start/Stop log time for issue - Disposed Assets - Add permission ... setting page error - Asset detail save issue - Change gem source - Cells are no ... bhrVF4k For more: https://erpmine.org
- When I open the issues page with the issues been listed as status is open, then I click the "save" button to save the issues report, then will get Internal error page. ... 6725 #6590] INFO -- : Started GET "/redmine/issues?skip_issues_tree_redirect=true" for 110.50.159.45 at 20 ... 29:26.588953 #6590] INFO -- : Processing by IssuesController#index as HTML I, [2020-07-06T04:29:26.589034 #6590] INFO -- : Parameters: {"skip_issues_tree_redirect"=>"true"} I, [2020-07-06T04: ... 6590] INFO -- : Rendering plugins/redmine_issues_tree/app/views/issues/index.html.erb within layouts/base I, [202 ... #6590] INFO -- : Rendered plugins/redmine_issues_tree/app/views/issues_trees/_issue...
- Plugins: Issue Template Plugin 1.0.4 Released (Add watcher / category / Assignee fields support)
- Hi, I've just released version 1.0.4 :) https://www.redmine.org/plugins/redmine_issue_templates https://github.com/akiko-pusu/redmine_issue_templates/releases/tag/1.0.4 Still using ... * https://www.youtube.com/watch?v=EAStH40gG14
- Hi All, I have upgraded lighttpd from 1.4. ... , I am not able to login from the webui, the issue is mod_websocket is replaced by mod_wstunnel ... =============================================
- Redmine version 4.1.1.stable ... "We're sorry, but something went wrong. The issue has been logged for investigation. Please try again later" -> Whats Wrong? thx for answer
- Hello everyone! A week ago I upgraded redm ... erything seems to be ok but there're several issues I would like you to help me with. {{coll ... n "Step 3" I chose "Option 2" }} So, the issues: # There're messages in production.log <p ... I see "Filters" and "Options" when I open an issue list (/issues): !rm.png! An arrow near "Options" indica ... 1.17.3 [root@redmine log]# </code></pre>
- Hello All, I am new to Redmine , we have a ... line.so.5) so , i need a help to fix this issue asap on new server, so please suggest asap.
- Hi Everyone, I really need some help ... ... to do ? :'( Thanks for your help. Amir.
- Have migrated from 2.1.4 to 4.1.1 running on ... AILS_ENV=production == 20161010081301 ChangeIssuesDescriptionLimit: migrating ===================== -- change_column(:issues, :description, :text, {:limit=>16777216}) ... r column 'due_date' at row 358: ALTER TABLE `issues` CHANGE `description` `description` longtex ... Redmine plugins: no plugin installed
- Help: RE: Add an issue via PHP form
- Update: I found a version of PHP ActiveResour ... code runs but doesn't create any new Redmine issue: <pre> require_once ('ActiveResource/lib/ActiveResource.php'); class Issue extends ActiveResource { var $site = 'https://www.ourserver.com/redmine/issues.xml?key=12345689'; var $request_format = 'xml'; } // create a new issue $issue = new Issue (array ('subject' => 'XML REST API issue creation test', 'project_id' => '17')); $issue->save (); </pre> Anyone have any idea why the above doesn't create a new issue?
- Hi. I need to create a new server with redmi ... . What should I do in order to solve this issue?
- Hello Team, I want to integrate redis cach ... end and store all the data into redmine. Now issues we are facing for performance as we have lo ... e are not using redmine UI only redmine apis.
- yesterday it was running, today not - nth. ch ... "We're sorry, but something went wrong. The issue has been logged for investigation. Please try again later" -> Whats Wrong? thx for answer
- yesterday it was running, today not - nth. ch ... "We're sorry, but something went wrong. The issue has been logged for investigation. Please try again later" -> Whats Wrong? thx for answer
- We are facing a situation, that Story Points ... ther setting that needs to be set or it's an issue with the plugin? We need to have this so ... in Jira. https://i.imgur.com/P8e4BbC.png
- Open discussion: RE: Where is issue_url() defined?
- Yeah, I'm a newbie with Rails and redmine (ob ... nto the routes guide more deeply. Rich
- Open discussion: RE: Where is issue_url() defined?
- Rich Kay wrote: > Oh, so it sounds like the "issue" in issue_url is a verb, not a noun. No, the "issue" in @issue_url@ is a noun. It refers to the singular form of the (Redmine core) _issues resource_ (source:/trunk/config/routes.rb@1 ... linked Rails guide carefully. HTH, Mischa.
- Open discussion: RE: Where is issue_url() defined?
- Oh, so it sounds like the "issue" in issue_url is a verb, not a noun. That would clears up that mystery. Thanks, Rich
- Open discussion: RE: Where is issue_url() defined?
- Rich Kay wrote: > Can anyone point me to whe ... provide out-of-the-box search functionality.