Search
Results (12601)
- Defect #12164 (Closed): Error on updating issue
- Ruby 1.9.3-p194 / Redmine 2.0.4 / mysql 5.5 w ... time plugins On updating one of the older issue this error crops up. <pre> NoMethodError (undefined method `<' for nil:NilClass): app/models/issue.rb:731:in `block in save_issue_with_child_records' app/models/issue.rb:718:in `save_issue_with_child_records' app/controllers/issues_controller.rb:182:in `update' </pre> Se ... <pre> Redmine::Hook.call_hook(:controller_issues_edit_after_save, { :params => params, :issue => self, :time_entry => @time_entry, :journa ... re> Any help would be greatly appreciated!
- Defect #12161 (New): Cyclic recursion redirects
- Hello After migrating from 1.3.2 to 2.1.2 ... ActiveRecord: 0.9ms) </pre> Please help!
- Feature #12158 (Closed): More possibilities how to close issue via VCS commit
- Currently there exists only one configuration for changing issue state from VCS commit message. It would be g ... ch configurations. Use case relates to my issue #12156, when we need to close issue various way * in case "fixed" text occurs, ... dy for testing" state should be set ... etc
- Defect #12157 (Closed): Failed to upgrade redmine
- I've tried to upgrade Redmine today from Cano ... GNU/Linux VirtualBox machine with 512Mb RAM
- Feature #12156 (New): Allow to fill out given customfield with specific value via a commit message
- If issue status is changed as result of commit to VCS ... that refines manner of closing: whether the issue is fixed, refused, can't be fixed etc ...
- Defect #12154 (Closed): Redmine pdf error if page contain table
- We use redmine long time ago. Version: Redmin ... 6 and use html table When i copy a table to issue and make pdf from this issue, redmine said 500 Internal Server error. ... Processing IssuesController#show to pdf (for 109.61.100.158 a ... ction"=>"show", "id"=>"5401", "controller"=>"issues"} ... lib/redmine/export/pdf.rb:393:in `issue_to_pdf' ... lib/redmine/export/pdf.rb:379:in `issue_to_pdf' ... app/controllers/issues_controller.rb:125:in `show' ... app/controllers/issues_controller.rb:121:in `show' ... lic/500.html (500 Internal Server Error)
- Defect #12151 (Closed): Problem with two instances of redmine on one serveur
- Hello, I'm trying to install a second redm ... when the both are started that cause strange issues like don't find pages that existed or site ... ks on a server or is it impossible? Thanks
- Defect #12146 (Confirmed): Required (list-, u ... ues allows nil value during status transition
- I created a custom field (type Version) calle ... edmine_inline_attach_screenshot 0.4.2
- Defect #12145 (Closed): Updating Issue parent_id and root_id
- I'm trying to set a parent issue of 765 for my child issue, 753. Here is my code: @# Updating Paren ... t_ticket: #{parent_ticket}\n" updateissue = Issue.find(child) updateissue.root_id = parent_ticket updateissue.parent_id = parent_ticket pp updateissue updateissue.save print "Updated Issue Parent\n" STDOUT.flush end ... 753=>765}} child: 753 parent_ticket: 765 <Issue id: 753, tracker_id: 1, project_id: 3, subje ... REST API and it says i need to update parent_issue_id, how would I do this?
- Feature #12125 (Closed): Set filename used to store attachment updloaded via the REST API
- i upload a lot of jpegs for every project via ... ] </pre> and <pre> payload = dict( issue = dict ( uploads = dict ( upload = di ... ), ) ) r = requests.put(self.__url("issues/"+str(ticketid)+".json"), data = json.dumps(payload), headers = self.header) </pre>
- Feature #12120 (Closed): Could you add a filter to the issues' summary?
- Just like the filters in the issues' list.
- Feature #12119 (Closed): Add a "View as ..." ... dministrator to make workflow testing easier
- It would be great to add a menu that let an a ... role in real time. Perhaps this issue already exist, I didn't found it but I'm not sure what to search for.
- Defect #12116 (Closed): Watchers added as a non-member doesn't receive emails notifications
- In #5159 we can include a project non-members as a watcher to the issue, but this watchers doesn't receive the emails notification when the issues are updated. Versions * Redmine 2.1.2 * ... patchlevel 357) [i586-linux] * Rails 3.2.8
- Feature #12114 (New): Usage of Redmine.pm in combination with an alternative svn config-dir
- A lot has been written about this issue already, but despite all the helpful answers ... m_subversion_command] option. h2. Related issue [[http://www.redmine.org/boards/2/topics/ ... @ @Database schema version 20110902000000@
- Defect #12113 (New): Removing "parent task" f ... ers functionality for other trackers useless.
- I switched off "sub tasks" for our "support" ... ks does not start with the same tracker type.
- Feature #12112 (Closed): Forcing locale (language) on a project
- The entire project is in Hebrew. It looks goo ... would appreciate your help with this matter.
- Defect #12106 (New): Users can easily use any ... ddress for their account (potential security issue)
- When a user registers a new account, Redmine ... omething that has been requested before (see issue #4244). In this model, one cannot "change" t ... ou have to be logged on there to see the UI).
- Defect #12102 (New): Installed Redmine in a sub-URI: Links are generated not correctly
- I have Redmine app installed in a sub-URI on ... page launched by direct URL like "/redmine2/issues/4600", where 4600 is a number of existing t ... uration files are (based on advices given in issue #11881 etc): <pre><code class="ruby"># File ... rosoft Windows Server 2003 [Version 5.2.3790]
- Feature #12097 (Closed): Multi Thread Support
- Are there any plans for making Redmine thread ... erent user performing a concurrent request.
- Feature #12095 (Closed): Per project wiki formatter setting
- Defect #12092 (Closed): Issue "start date" validation does not work correctly
- If "due date" is "2012", "Due date is not a v ... ", no outputs and "start date" becomes *nil*.
- Feature #12089 (New): Hide Issue History
- hello, We are using redmine to manage our ch ... ses. The functional user open end close the issue, other status are dealt by IT team. My probl ... ility to view the history or details of the issue ( what IT team are doing). My questions are ? - Can i hide issue details based on user role or permission ? - Can i disable clickable links to on the issues list view based on role ? If not, what can i do ? Thanks
- Defect #12087 (Closed): no such file to load -- timecop
- When I upgrade redmine from 1.2.1 to 2.1.2 wh ... rake:23:in `load' /usr/bin/rake:23 </pre>
- Feature #12085 (Closed): New user name format: firstname + first letter of lastname
- Now, when you are displaying column with usernames in issue list, the column is too wide. Because user f ... or example: * Anton N. * Sam H. * Mark S.
- Patch #12084 (Closed): assign a issue to over one persion or one group
- hi,I have a problem whether the patch is avai ... to my point, I need the function to assign a issue to over one persion or a group, indeed. Sincerely, hope to get your answer as soon so possible.