Search
Results (18292)
- Hello, I finally decide to post my problem ... never really go. Here is the log : Mailer#issue_add: processed outbound mail in 12.7ms Se ... understand what is going on here. Any ideas?
- Help: RE: "project cannot be archived" message
- You probably do not need this information anymore, but just for the record, I fell on the issue myself today. The explanation is most pro ... ersions defined in the project is used by an issue of another project. In order to check this, ... ject that you can't archive, and see if some issues are listed, which would not be in the proje ... moved to another parent project, for example.
- Hello All, I am having trouble getting a n ... or. When searching I could not find the same issue. Thank you, Dan <pre> [root@ip-172 ... from bin/rails:4:in `<main>' </pre>
- I have an app that integrates with my redmine ... r the project gets updated: project renamed, issue created/updated/removed, new member added, e ... ution using the @Etag@ header from the @GET /issues.json@ request, but since redmine 1.1.0 I have to paginate my results and for 100+ issues on a project this isn't reliable. Any suggestion would be more than welcomed. Thanks!
- Plugins: RE: Custom_Workflows: Change Custom Field value when a specific Status is set?
- Sorry about this late reply. <pre><code class="ruby"> if status.name == 'Closed' icf = IssueCustomField.find_by_name('Approved') self. ... ithub.com/anteo/redmine_custom_workflows/
- Help: RE: Subtasks Not Indented in Issues Screen - see Demo Big Project
- For me the child issues were indented only when the child issue numbers continuous and followed the parent issue ID. If the child issues were not sub-sequent, the indenting was mis ... (I didn't want the parent column to show up).
- Help: RE: "index of /" displayed instead of homepage
- Hello ! I am having the same issue as Igor Rybak. Server and especially Apache ... any help will be greatly apreciated ! Nebu
- Hi to all, I have been trying to import ad ... mine_contacts 4.0.2 redmine_issue_checklist 2.0.5 redmine_time_track ... [2] via http://www.redminecrm.com/questions
- Development: RE: How to authenticate with Redmine REST API using regular login/password
- I respond to my self: that is supposed to be using issues.json. Thanks
- Hi, I'm new in redmine and I logged in with a ... roject. There are only two buttons "View all issues" and "overall activity". On every redmine d ... uld set up on my local machine? any advise?
- Help: RE: Change project identifier
- Since this is still a "issue" with Redmine, I'll just leave this here for ... a new project, there shouldn't be any [risk]
- Help: RE: upgraded to 3.2 (from 2.3) and can't view projects/issues get SystemStackError
- turns out to be redmine_redminder...
- Help: RE: upgraded to 3.2 (from 2.3) and can't view projects/issues get SystemStackError
- ok.. so it is definitely a plugin.. I deleted them all and the project and issues load fine.. not time to figure them out one by one..
- it occurs when I try to view a project or a project's issues. both times fails in the #rolled_up_tra ... oard_image_paste 1.10 csv_import_issues 0.0.2 event_notifications ... mine_impasse 1.3.0 redmine_issue_checklist 2.0.5 redmine_issue_templates 0.0.8 redmine_planning ... 6.0 sidebar_hide 0.0.7
- I got this error in production log when try to update some issues. NoMethodError (undefined method `>' fo ... date_custom_field_values' app/controllers/issues_controller.rb:470:in `block in save_issue_with_child_records' app/controllers/issues_controller.rb:458:in `save_issue_with_child_records' app/controllers/issues_controller.rb:184:in `update' Redmine 2. ... abase adapter: MySQL no plugin installed
- Facing issue to restart redmine after plugin installation ... it.d/apache restart service apache restart
- Hi, how can i hide some fild in issue for one (or certain) role/roles? is it po ... ould use plugin? do you know it? Ewelina
- Help: RE: Db migrate problems
- Hi, I'am getting the same issue, did you resolve it? I'm upgrading from 1.x to 2.x
- Help: RE: Import from 2.2.3 to 2.6 failed
- Hi, I'am getting the same issue, did you resolve it? I'm upgrading from 1.x to 2.x
- We currently have the following environment: ... using thin as server. We have the following issue: Roles different to manager or users without Admin permission can't see any issue on the list. They can access the issues directly (knowing the link). I tried changing the role permission for "issues visibility" and if set to: * all issues: it works ok, the user can see all issues. * all non-private issues: doesn't work, the user can't see any issue. * issues created by or assigned to: doesn't work either. I also tried creating an issue and assigning it to the same user, and that ... g on here and how to solve it? Thanks.
- I am currently trying to get the REST API up ... post working correctly, but I am having some issues. I know in the API, it says you can create an issue by using <code>POST /issues.[format]</code>, but I can't seem to get it ... t on the form. <pre> <%= form_tag('MyURL/issues.xml?project_id=2&tracker_id=18&subject=test ... more simple the explanation is, the better.
- I followed the guide from http://www.redmine. ... ppreciated if someone can help to solve this issue , thanks very much.
- Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
- Hi guys, Is it possible to use this to inc ... e on the first reply of the helpdesk plugin ?
- Help: RE: Need help updating a plugin page on redmine.org plugins directory
- Please create issue with "Website (redmine.org)" category.
- Plugins: RE: Testing plugins in Redmine 2.x
- Thanks Akiko Takano, that worked perfect. Jus ... ude main and custom fixtures here fixtures :issues, :projects, :users, :time_entries, ... (:projects_001) etc...... </code></pre>