Search
Results (18279)
- I have Redmine set up to take in all email fr ... dmine_zenedit 0.0.2 unread_issues 0.0.1 </pre>
- Open discussion: RE: New Docker container for Redmine (with 2.5.2)
- There's a strange Docker issue that appears to affect some users at least. If you have issues, please take a look at "this":https://github.com/docker/docker/issues/7237 Github issue and upvote it.
- Hi everybody, I have an error 500 when accessing issues with a standard user : <pre> App 23902 st ... m_fields` WHERE `custom_fields`.`type` IN ('IssueCustomField') AND `custom_fields`.`is_filter` ... lds_filters' App 23902 stderr: app/models/issue_query.rb:235:in `initialize_available_filter ... from_params' App 23902 stderr: app/models/issue_query.rb:119:in `build_from_params' App 239 ... _query' App 23902 stderr: app/controllers/issues_controller.rb:56:in `index' </pre> For an ... gave no error, but I still have the problem.
- Hi Team, I have a issue. h1. We are using your ticketing Tool. if a ... e help on these. if any think i need to do.
- Help: RE: Maximum call stack size exceeded. non changed attachments.js and jQ
- It's a Chrome issue, see #17151.
- Help: RE: Maximum call stack size exceeded. non changed attachments.js and jQ
- Same here. Using "Choose Files" to add files to issue ends up adding duplicated buttons (screen sh ... eam: Stable System: Mac OS X 10.9.3 64-bit
- We have two team in different place. The netw ... want synchronize the data of two redmine, an issue is created in A redmine, the issue is also show in B redmine, some one update issue in B redmine, the change is also show in A r ... asted this solution? http://www.rubyrep.org/
- Help: RE: Maximum call stack size exceeded. non changed attachments.js and jQ
- Same issue here. Strange thing is that it only appears ... ine... Redmine 2.4.2.stable.12689 This issue appeared out of nowhere a few days ago.
- Hello, I have installed to-do list plugin ... se assist me on this ? Thank You Linson J
- Plugins: Released 0.0.9, Bug Fix version.
- Hello, I've released Redmine Issue Template 0.0.9, fixed some bugs. If you hav ... stall rake task will be failed with 0.0.8.
- Hi ! I have added custom fields for time e ... t see them in the list of time entries of an issue. I only see the default fields (PROJECT, DATE, USER, ACTIVITY, ISSUE, COMMENT, HOURS) but not my own (REMAINING HOURS). Is it possible ? I have found the issue #1766 that talks about something similar, but I am not sure if it fits what I describe.
- Help: RE: This tracker contains issues and can't be deleted.
- Has a bug being filled ? I'm using Redmine 2.3.1.stable and the problem is still here?
- Help: RE: Cannot remove old trackers: "This tracker contains issues and can't be deleted"
- Hi, I have the same problem. Did 'Projects' > 'View all issues' > Added a filter 'Tracker is <My Tracker>' but I don't see any issue in the result. I also deleted archived proj ... he tracer from all my projects. BR, Mat
- Help: RE: 2.1.2 - Create New Issue Fails
- I had this problem again when re-upgrading redmine. I finally ALLOWed NULL values for the field @issues.position@. <pre><code class="sql">mysql> ALTER TABLE issues MODIFY position INT(11);</code></pre> Hoping it won't generate any problem later.
- Help: RE: Redmine mail software not working
- Actually now that I think about this more I d ... had to adjust my security for who can create issues to be anonymous. roles and permissions, anonymous, issue tracking, check add issues. Try that. Oh and you need the unknown_ ... I can not remember but I see mine is checked.
- Hello, :) I try to modify the value of a c ... d. So how, update value of custom field in issue (or other) class. Thanks
- Plugins: RE: patching application helper in redmine 2.3
- Any update on this? maybe a work around? I'm experiencing the same issue!
- Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
- Regards not working in Firefox - a fix has b ... com/credativUK/redmine_image_clipboard_paste/issues/7#issuecomment-49756773
- Hello, I have some strange issue with my Redmine's server: Redmine checks ma ... ine_contacts 3.2.17 redmine_issue_checklist 2.0.5 My Scheduled task: ... wbie in Redmine, how can I troubleshoot this issue? PS: Sorry for my English.
- Plugins: RE: MS Project 2007 Import/Export plugin
- Tasks read successfully. but when i click im ... t tasks: undefined local variable or method `issue' for #
- Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
- > Hi will this plugin work for adding images to Wiki pages? yes it will.
- Help: RE: Add link to view all versions (as "View all issues")
- Please, I need your help, this functionality can be very helpful for my team ...
- Help: RE: Issues list 500 error
- Thank you very much. I updated the plugin and it worked.
- Plugins: RE: MS Project 2007 Import/Export plugin
- Hi all, i tried to install this plugin on ... ows an error and i have to remove the line: "Issue.__send__(:include, IssuePatch)" from init.rb I can upload and anal ... ta. If i click import, all seems fine but no issues will be imported ... Where can i see some ... r reporting ? Thanks a lof for help, Timo
- Help: RE: Change the start date of gantt chart
- I found the definition of retrieve_query, but ... #{@project.id}" if @project @query = IssueQuery.where(cond).find(params[:query_id]) ... a name, required to be valid @query = IssueQuery.new(:name => "_") @query.project ... session @query = nil @query = IssueQuery.find_by_id(session[:query][:id]) if session[:query][:id] @query ||= IssueQuery.new(:name => "_", :filters => session[: ... @query.project = @project end end