Project

General

Profile

Search

Results (18291)

Help: RE: Want to create issues which should be closed in hours !!
Hello Avinash, I've no knowledge of such plugin. Cheers, 2014-05-05 10:14
Help: Want to create issues which should be closed in hours !!
Currently you can only select start date and ... suggest a plugin so I can mention time also . 2014-05-05 09:34
Help: Redmine Java Api - org.json.JSONExcept ... bject text must begin with '{' at character 1
When I try run this code (The Issue example is taken from this web http://www.re ... ojects().size()); //this works fine Issue issueToCreate = new Issue(); issueToCreate.setSubject("This is the summary line 123"); Issue newIssue = redmineManager.createIssue("test-project", issueToCreate); //this line throws exception </pr ... .taskadapter.redmineapi.RedmineManager.createIssue(RedmineManager.java:135) at javaapplicatio ... thrown in "parseRespone" part of application. 2014-05-05 00:22
Help: Customizing "My page" and default "My page" presets
I would like to slightly change default colum ... limit 10 items per block - display all open issues. + sorting issues by priority on My page - change default columns to, |#issue № |project |issue name (status) |updated_on | I have tried ... lumns setup for each block on my page: for issuesassignedtome: *grouping by priority, columns: |#issue № |project |issue name (status) |updated_on | for issueswatchedbyme: *grouping by assigned to, columns: |#issue № |project |priority |issue name (status) |updated_on | for issuesrepoortedbyme: *grouping by assigned to, columns: |#issue № |project |priority |issue name (status) |updated_on | *for issue... 2014-05-04 12:16
Help: RE: Redmine install breaks on any attempt to run bundle install
We spoke too soon. Another update: Anythin ... ule activated for it. Meanwhile, the redmine_issue_checklist plugin, which affects all issues and the creation thereof, causes all issue related pages to also have this 500 error. ... to be loaded. So we're closer, but not there. 2014-05-03 21:04
Help: RE: Redmine install breaks on any attempt to run bundle install
OK, so issue_patch.rb is doing something strange: <pre ... the redmine install is functioning correctly. 2014-05-03 20:50
Help: RE: Redmine install breaks on any attempt to run bundle install
It should be noted that the new error in question is specific to redmine_agile. Trying with redmine_issue_checklist does not appear to have this issue, but considering the aforementioned "fix", it sort of looks like an issue with looking in the correct require paths. The new error, I feel, just highlights that problem. 2014-05-03 20:43
Help: RE: Redmine install breaks on any attempt to run bundle install
I'm working with Luna on this project and hav ... gins/redmine_agile/lib/redmine_agile/patches/issue_patch.rb:21:in `<top (required)>' /usr/lib/ ... 2:in `block in <class:Engine>' [...] </pre> 2014-05-03 20:39
Plugins: Issue Materials Used Plugin
I'm looking for a plugin that enables material expenses by issue, so I can track what materials and how much was used to solve the issue. Does anyone know of a plugin that does it? Example: Issue title: "Slow computer and flickering screen" ... R3 Desktop Memory 2un $50,00 Total: $100,00 Issue total: $300,00 2014-05-02 19:28
Help: Revert changes performed by specific author
Hello, I was trying to move some issues from a subproject to the main project, whil ... s I took were the following: - selected all issues on the main project - added filter for the subproject + open issues This is where it gets interesting - I was returned a list, altough the issues in this subproject had already been moved.. I did not check if the issues returned were the correct ones, so I just went on: - selected all open issues - right click + copy ( I now know I shoul ... here everything went horribly wrong: all the issues that were already in the main project and t ... . BUT, right now all I want is to get my issues back, without losing any more data. Is ther ... the easiest way, as I am talking of about 70 issues. If not, could anyone please help me to fin ... y? (it doesn't make any sense at all for the issue... 2014-05-02 09:21
Help: Ubuntu 14.04 - Redmine install breaks on any attempt to run bundle install
I am using Ubuntu 14.04 Server. This server h ... attachable' /usr/share/redmine/app/models/issue.rb:48:in `<class:Issue>' /usr/share/redmine/app/models/issue.rb:18:in `<top (required)>' /usr/lib/ruby ... gins/redmine_agile/lib/redmine_agile/patches/issue_patch.rb:20:in `<top (required)>' /usr/li ... .rb /usr/lib/ruby/vendor_ruby/openid/yad 2014-05-01 23:50
Open discussion: RE: feature request: properties of issue dynamically available in wiki
@Jean; I added a link to your profile and to github page of the plugin to the issue I created so people who read that issue also know of the plugin you've created. (see http://www.redmine.org/issues/16729) 2014-05-01 10:33
Open discussion: RE: feature request: properties of issue dynamically available in wiki
I've tested it and it works very well. I have ... t encountered any bugs. Thank you very much!! 2014-05-01 10:27
Help: RE: unable to browse SVN, redmine auth is failing
Nope I have that linked properly already and ... l last time I installed redmine there was an issue with sha1_hex() call inside Redmine.pm on ub ... there some way to get a better error message? 2014-04-30 19:15
Help: RE: Custom field regular expression not validating on issue update
We want any entry that is a-zA-Z0-9 and the d ... : <pre> this-is-fine andsoisthis </pre> 2014-04-30 18:49
Help: RE: Custom field regular expression not validating on issue update
<pre> $ irb 1.9.3-p545 :001 > /^[a-zA-Z0-9- ... /^[a-zA-Z0-9]+$/.match("-") => nil </pre> 2014-04-30 18:14
Help: RE: Custom field regular expression not validating on issue update
Can you elaborate on how it is the wrong regex? 2014-04-30 18:08
Help: RE: Custom field regular expression not validating on issue update
> ^[a-zA-Z0-9-]+$ This is wrong regexp. I h ... regexp on Redmine 2.4 and I cannot reproduce. 2014-04-30 17:54
Help: RE: Problem Install App_Timecheets
Thanks for your response. I find the problem. ... "UPDATE time_entries SET fixed_version_id = issues.fixed_version_id FROM issues WHERE time_entries.id IN ( SELECT time_entries.id FROM time_entries INNER JOIN issues ON issues.id = time_entries.issue_id WHERE time_entries.in_timesheet = 't' AND ... LL));" connection.update(sql) it's work ! 2014-04-30 14:19
Plugins: amartel/redmine_meetings: Not working with Redmine 2.5
Hello, in Redmine 2.3 I was using the meet ... d. I was trying to get a hint, what's the issue, but I cannot find an answer in the logs. Ev ... work fine. Can anybody help me with this issue? Thanks in advance! Dustin 2014-04-30 10:41
Help: RE: Deploying redmine on Heroku
Hi Mohamed So i finally achieved to instal ... see my Tutorial ;) http://www.redmine.org/issues/16712 Cheers 2014-04-30 08:28
Help: RE: Maximum value for issue number
ok, I will be probably dead! ;o) Thanks a lot. 2014-04-29 12:57
Help: RE: Maximum value for issue number
Issue's field *Id* has type integer with length 11 ... each the limit when you get over 12345678901 issues. 2014-04-29 12:39
Help: Changed server root password and now can't access Redmine
First of all, I am not the person who set up ... d trying numerous actions have not fixed the issue. Any assistance would be appreciated. 2014-04-28 17:57
Open discussion: auto-close resolved issues
Hi All Any Help TO Make Redmine close the issues after 30 min from i received the issues 2014-04-28 13:32
(6151-6175/18291)