Search
Results (18291)
- I've just spent too much time upgrading Redmi ... les & Permissions (had to add Manage Related Issues), and checked that repositories were ok. ... and mongrel.rb files I modified are attached.
- Help: RE: undefined method `match' for nil:NilClass in mail_handler.rb:132
- Did anybody of you find a solution or workaro ... Would be glad if you could help me with this issue.
- Plugins: RE: Plugin 404 Errors
- Well, being that it doesn't seem to matter wh ... o took a look at the change logs and found 2 issues that dealt with plugins. > #11533 (fi ... peared in (and possibly which fix caused it).
- Plugins: RE: Plugin 404 Errors
- Really strange, my setup is on Ubuntu and neither I am getting any plugin loaded. The issue is the same - Controllers aren't loaded by the Redmine core.
- Plugins: RE: Plugin 404 Errors
- Moshin, Thanks for the advice. I was hopef ... ministrator to rule out a Windows permission issue, but it didn't make any difference. Note ... ingle plugin to function in 2.1.2 on Windows.
- Open discussion: RE: Redmine edit issue diffs
- I have created a feature request for that in #12388.
- Plugins: RE: Plugin 404 Errors
- Exaclty same is the issue with me but I am trying to develop a plugin instead of installing one. Not sure if that's the issue with latest redmine 2.1.2 release or what. ... ment this line and let me know if it works.
- Help: RE: Redmine sending notification emails to old email address
- Oops. Should have updated this. It was a silly alias on my system causing the issue. Not related to Redmine at all. Thanks for the help though!!
- Hi, Just created a bug report which has be ... t same problem. http://bugs.ruby-lang.org/issues/7374 In short: a bug in File.expand_path ... rror. Solution was to go back to 1.9.3p194
- Help: RE: Painfully slow?
- Did you manage to improve performance eventually? I am facing the same issue under same ruby/rails config. Upgrading t ... ) Based on "this":http://www.redmine.org/issues/4796#note-42 it appears that Rails-3.2/Ruby ... uch better on a reasonable powerful hardware.
- Help: RE: How is pass hashed?
- Hi! Currently it is hashed using salt. ... e whole concatanated string. The original issue can be found here: http://www.redmine.org/issues/7410 I hope that helped. I think you should implement this user creating issue using Redmine REST API, this way you can sta ... good description of the API on the site.
- Help: RE: Adding a note via Redmine API
- Hi! I am not sure that I got what you exac ... ould you like to change note for an existing issue? This can be done using PUT method. It is ... n the REST API documentation. <pre> PUT /issues/[id].json { "issue": { "notes": "Changing the subject" } } </pre> This way you can add note to an issue with specified ID. (I haven't used this feature before, I think this should be working like this.)
- Hi! I am very new to redmine. I want to us ... plication. It works fine, I can get all the issues or projects, but when I request users.xml c ... ng. Any help would be greatly appreciated!
- I am new in redmines and I have requirements ... ject. Please anyone help me to resolve this issue.
- Help: RE: How to make a new Project copy of an entire project and sub-project with issues?
- I think it's worth asking this question again with Redmine 2.1...
- I am new in redmines and I have requirement ... ject. Please anyone help me to resolve this issue.
- Help: RE: Files/attachments can be downloaded ... ithout permissions (by using tools like wget)
- Yes,I have the same issue,It is required to read-only users just view the documnet on redmine pages NOT download and view.
- Help: RE: email notification for every commit and https
- I know this topic is old but because I had th ... not add another email option but checks the Issue Updated notification event permission before sending emails.
- I am trying add a note containing text to an existing issue in Redmine using the REST API. I have looked ... tion how to add a note to a existing Redmine issue. I was wondering if anyone knows if this is possible and if so how to do it? Thanks in advance
- Plugins: RE: Redmine Issue History Tabs Plugin
- Installed commit ID 03f2d1c012 and worked on my RM 2.1.2 Ubuntu Server 12.04
- Help: RE: Problem viewing issue after migration.
- I have solved my problem. Allthe issues that were giving me problem, it had a status_id that doesn't exist. I have updated this issues with <pre> update issues set status_id=2 where status_id=7 </pre> And all come to work again. --Roberto
- Help: RE: Problem viewing issue after migration.
- More info about my deploy: <pre> About yo ... abase schema version 20120301153455 </pre>
- What I am looking for is the ability to see a ... ing. I may have missed it though. Thanks.
- Plugins: RE: Redmine preview attach column/image gallery
- uncaught exception: script.aculo.us requires ... framework >= 1.6.0.3 @http://svn.bidule.com/issues/78 Line 23@ i get this trouble , am i a ... dmine_preview_attach_column 0.1.7@
- Help: RE: SVN doesn't work on Redmine. (with IIS 7.5)
- Thanks C F ! I've solved this issue!!!! It's really big help to me!