Project

General

Profile

Search

Results (18291)

Help: RE: Updating an Issue via REST-API with Excel VBA
Ok, working fine. The xml is a bit different to PUT then the extracted from the GET: <issue> <status_id>5</status_id> <done_ratio>100</done_ratio> </issue> 2014-09-02 14:03
Plugins: csv_import_issues
Hi, I was trying this plugin. Installation ... nyone with same problem? Thanks, Regards. 2014-09-02 14:01
Help: RE: Updating an Issue via REST-API with Excel VBA
but now i have the problem that status can not be updated. My XML is like: <issue> <status name="Cerrada" id="5"/> </issue> but it doesn´t work. Any ideas? 2014-09-02 13:10
Help: RE: Updating an Issue via REST-API with Excel VBA
At least i´ve got it. Changed httprequest method to "PUT". 2014-09-02 13:09
Open discussion: RE: How to contribute
Jan Niggemann (redmine.org team member) wrote ... native implementation. I'd love to see which issue or improvement requests are the hotest. And ... ld also be interesting for module developers. 2014-09-02 11:36
Open discussion: RE: How to contribute
Tobias Fischer wrote: > it's sad, that this ... am is just too small to handle the amount of issues or forum posts – a vicious cycle. Indeed, ... ones) and if they have good test coverage. 2014-09-02 00:42
Open discussion: RE: How to contribute
Hi Jan, it's sad, that this seems to be th ... am is just too small to handle the amount of issues or forum posts – a vicious cycle. There's ... aited features or patches from the community. 2014-09-01 21:48
Plugins: RE: Error 404 with redmine_xlsx_format_issue_exporter
Hi Joy, I installed the next pluging. Foll ... ps://github.com/two-pack/redmine_xlsx_format_issue_exporter/blob/master/README.md Let me know how it is going. Regards, Carlos. 2014-09-01 15:57
Help: RE: Nginx Configuration (with Phusion Passenger) to set Expiration Headers
THis will also break -because Redmine uses so ... * when editing an existing Journal within an issue Try this nginx config: <pre> location ... pre> Which Etienne suggested in: #13564 2014-09-01 12:58
Plugins: RE: Error 404 with redmine_xlsx_format_issue_exporter
Hi, Carlos C.C. I have the same problem with you when I install the redmine_xlsx_format_issue_exporter. Could you tell me how to resolve this problem. Looking forward to your reply! 2014-09-01 04:59
Help: RE: New Issue Status not showing
Hell, the image showed your URL and - OMG - i ... sorry, but no support for versions that old. 2014-08-29 23:19
Open discussion: RE: Create tool that gets data from excel and insert in ReMine
Where do you want to insert the data from Excel? Do you want to create issues, wiki pages or news? There's the [[Rest_api|REST-API]]... 2014-08-29 23:10
Help: RE: New Issue Status not showing
Yes I'm sure. @Image deleted by moderator.@ 2014-08-29 11:34
Help: RE: Can I load data into redmine database running query?
Hi Jenny, I strongly recommend you don't do ... e runner such as: <pre><code class="ruby"> Issue.create(subject:'My subject',due_date:Date.to ... it is a short, simplified example._ Cheers, 2014-08-29 05:43
Development: Add custom fields and post to a Google service support from plugin
I've checked help and some other plugins, but ... or example, I need to add a boolean field to Issue. How can I mark get/set and datatype for it? ... ? I'm not sure about standard Ruby functions. 2014-08-28 14:29
Help: RE: New Issue Status not showing
>We run Redmine 1.0.1.stable (SQLite) Are yo ... er supported and has very (!) nasty security issues, see [[Security_Advisories]] 2014-08-28 10:43
Help: RE: Intermittent 500 internal errors
This solved our issue. 2014-08-28 09:52
Help: New Issue Status not showing
I've added a new Issue status and have done everything that I've se ... via Workflow. I've even re-ordered all my Issue Statuses but nothing makes a difference. I ... way helps to assist in resolving my problem. 2014-08-28 09:45
Help: Updating an Issue via REST-API with Excel VBA
Hello, this is my first post so sorry if i miss some info. Im trying to update an issue from excel, with VBA. My code: Dim urlRedmine As String urlRedmine = "http://myurl/redmine/issues/683.xml" '683 is the id of issue im trying to change as an example Set ... deusu:pwd" Dim xml As String xml = "<issue><subject>changed_subject</subject></issue>" req.Send (xml) As response i get an er ... problem. Can anyone help me please? 2014-08-28 09:43
Help: RE: Redmine 2.X Tuning with MySQL
Hi Martin, Thank you for your reply. I'm u ... is tables are InnoDB) to test: * users * issues * journals * journal_details On every ... in set (18.40 sec) mysql> optimize table issues; +----------------+----------+----------+- ... --------------------------------+ | redmine.issues | optimize | note | Table does not supp ... oing recreate + analyze instead | | redmine.issues | optimize | status | OK ... ----------+ 2 rows in set (3.37 sec) </pre> 2014-08-27 18:33
Help: Cannot use LDAP integration
Hi everyone, I have just configured LDAP ... ge. Anyone know how to troubleshoot this issue? Thanks a lot. 2014-08-27 16:53
Help: RE: Internal error when viewing settings page after upgrade from 1.2.1 to 2.4.6
It turns out the issue has nothing to do with the upgrade. Insta ... to get ruby 1.9.3 and redmine 2.4.5 working. 2014-08-27 04:21
Open discussion: RE: Ability to set the date for news and issue comments
Oh sorry, you're right of course... 2014-08-26 18:39
Open discussion: RE: Ability to set the date for news and issue comments
Jan Niggemann (redmine.org team member) wrote ... llowed for such objects : news and notes (on issues). 2014-08-26 16:45
Open discussion: RE: Ability to set the date for news and issue comments
You could create a custom field of type date and use that... 2014-08-26 16:18
(5701-5725/18291)