Project

General

Profile

Search

Results (18279)

Open discussion: API for activities
Hi, I would like to get a list of all my activites for a specific day. Something like GET /issues.xml?created_on=%3E%3D2012-03-01 but with th ... ith some kind of workaround (like taking the issues.xml with someting like upedated_on and updated_by? Regards, Vanessa 2016-02-07 19:01
Help: Substute current integrate calendar to another script
Hello as you know persian (jalali) calendar ... m exit about 5 years http://www.redmine.org/issues/12889 http://www.redmine.org/issues/7711 to solving this we can use full cal ... ImenDabaParsian/fullcalendar no updates in issue tracker so decide to post a question here an ... endar to this calendar ? thank you 2016-02-06 09:00
Open discussion: RE: Automatically add user as watcher for issues created via email.
Any news on this feature? 2016-02-05 12:55
Open discussion: RE: Based on login user filter the issues
please reply any one 2016-02-04 13:22
Open discussion: Based on login user filter the issues
Hi Team, how can i filter issues based on login user with assignee id. Suppose i logged in redmine tool. i will view only my issues. Thanks Selva 2016-02-04 12:32
Open discussion: Making Redmine friendly to page caches like Varnish
Hi all, With this post I'm trying to start ... indexing the web pages, especially when the 'issue tracker' and the 'repository' modules are en ... be based on the module that has changed, eg issue tracker, and other related modules (example ... uest: http://example.org/projects/MYPROJECT/{issues,roadmap,activity}/*), or project based (htt ... 'd be grateful! Thanks in advance, George 2016-02-04 09:05
Help: Unable to launch Webrick for test
Receiving the following, as if the syntax is ... d from ~15 days ago from today with the same issue, but no responses to the problem. This is ... t * SELinux disabled * `redmine` User:group 2016-02-03 20:01
Help: Redmine Plugins Help
I know there are already a couple posts about ... ttps://github.com/arkhitech/redmine_mentions/issues). I was able to download from the git r ... . Any help would be greatly appreciated. 2016-02-03 19:17
Help: Multiple NoMethodError errors after upgrade
Hi, After migrating from redmine 2.3.1 and R ... d_versions' for nil:NilClass): app/models/issue.rb:753:in `assignable_versions' app/models/issue.rb:597:in `validate_issue' app/controllers/issues_controller.rb:286:in `block in bulk_update' app/controllers/issues_controller.rb:273:in `each' app/controllers/issues_controller.rb:273:in `bulk_update' Und ... in installed Any ideas? Best regards. 2016-02-03 12:04
Plugins: Time & Attendance 2.1
We are happy to announce the release of Time ... ion is included. Bugs: - Fixed SQL Server issue. - Fixed time entering format issue. - Fixed issue forbidden error on "Enter issue as ID/Subject". We would like to thank Lu ... German Translation and for fixing a currency issue. For any Customization/Support, please co ... tps://www.youtube.com/watch?v=cTZ2FCqgdwQ 2016-02-02 14:53
Development: RE: Automatic version for subtasks (issues #9875, #9972)
I Agree, could be very usefeully 2016-02-02 13:09
Help: RE: nokogiri.so LoadError
right, didn't know (or read) it so far any ... orking!!! Setting up redmine is always an issue, if you don't have to do with ruby (and is n ... e. anyway, for now, working, thanks 2016-02-01 19:04
Open discussion: Users viewing and editing only their own issues
Hi! I installed a Redmine for internal issues here in our company. However, the legal dep ... in their project and they want that only the issue opener can view and edit his own task. If an ... he/she will see anything but only his opened issues or the new issue option. Is this possible? Do we need and plu ... ssions. Thanks for your reply! João 2016-02-01 14:37
Open discussion: Apply patch on Windows
Hi there, I need some help to apply a patch on Windows. I have found an issue with a diff file and 4 rb files. I'm new o ... p me, I'm lost. Thanks in advance, Regards 2016-02-01 14:35
Plugins: Development: How can I use own functions in hooks partial
I am writing a Little plugin to add some information to my Issue view using the view_issues_show_details_bottom-hook. Right now I re ... define my function in the view or to extend Issue-Class with an extra method. (my code: https://github.com/braini75/redmine_inherit_issue) I appreciate any hint! 2016-02-01 11:22
Help: nokogiri.so LoadError
Dear all, I just tried to redmine on an ub ... ay, does some have an Idea what might be the Issue here? regards Arne 2016-01-31 22:11
Open discussion: workflow at redmine.org
I made a chart of number of issues for status vs tracker at Redmine.org. This ... ------- 4502 -- 10654 -- 15156 Almost all issues appear to go directly from "new" to "closed ... s of status for all trackers at redmine.org. Issues are either OPEN or CLOSED. But we know that ... oes anyone know what the actual status of an issue really is. Which issues are "accepted to be worked on"? Which issues are "in the process of being worked on"? Wh ... keep track of this, if we are not using the issue status to do this. And if I wanted to contri ... ures" stands any chance of being implemented? 2016-01-30 15:45
Help: Redmine is down :(
Hello, All was OK with redmine and since o ... lugins Redmine Gitosis plugin 0.0.5alpha Issue Importer 0.9 2016-01-29 09:24
Help: Issues with Logging and delete or attaching files
I've recently migrated from an old turnkey se ... n to the files folder and is attached to the issue ticket. But if I try to attach a file throug ... a generic error. Also, If I try to delete an issue that I submitted by email, I get an error: ... details about the error. When I submit an issue by email, they are attributed to the same user I'm logged in with, and I can delete other issue, just not ones that I've emailed in. I al ... Redmine plugins: no plugin installed 2016-01-29 02:29
Help: Problem to upgrade version
Hi, I need help to upgrade the version 2.5 ... in `add_custom_fields_filters' app/models/issue_query.rb:238:in `initialize_available_filter ... .rb:247:in `build_from_params' app/models/issue_query.rb:124:in `build_from_params' app/h ... b:219:in `retrieve_query' app/controllers/issues_controller.rb:46:in `index' lib/redmine/sudo_mode.rb:63:in `sudo_mode' 2016-01-28 04:33
Plugins: Plugin to retrieve history of issues or to version issues
Hi, Let's say I have a set of issues for a version X.Y of my software. With the next release, I need to update theses issues. Is there a plugin to retrieve the status/attributes values/description of the issues for initial version ? In other words, is there a plugin to version issues ? Thank you for your help. Best 2016-01-27 21:20
Help: RE: incorrect redmine installation
**SOLVED THE ISSUE:** I did `gem install passenger`. And I u ... Views </Directory> </VirtualHost></pre> 2016-01-27 07:26
Plugins: RE: Where is the Redmine plugin generator? How to create a new plugin?
Thank you very much! This indeed fixed the issue for me as well! 2016-01-26 17:00
Help: limitation between subtasks and related tasks
Hello! I have a problem with some issues in Redmine. My project has and issue (42165) which is related to another one (42166). Issue 42164 is parent of 42166. When I try to put issue 42164 as parent of 42165 too, I get the next message "Parent Issue is not valid". My question is, Could two issues be children of another one at the same time they are related? Thank you very much 2016-01-26 15:45
Help: Open files within Redmine
When I add a file to my Project's issues, I cannot open the file within Redmine. I ... ument instead of making me download the file? 2016-01-25 19:37
(4326-4350/18279)