Project

General

Profile

Search

Results (18317)

Help: RE: Redmine locks on the redirect page
I managed to install Redmine 1.3.1 in windows server 2008 r2 and I'm encountering the very same issue - I can't login as admin, because it's stuck on "you are being redirected" page... 2012-02-15 16:54
Plugins: RE: Send new issue URL to custom email field
My plugin is nearly finished. Just one pro ... It returns [] (and should return "ip/path") 2012-02-15 11:28
Open discussion: RE: Showing issues for owner (and watcher) only
Hi Ran, you can use the field "Issues visibility" in the detail of the role. Setting it to "Issues created by or assigned to the user" should ... ist once you select this option... Laurent 2012-02-15 11:23
Help: Comments under issues invisible for non-admin users
Dear forum members. I'm having a bizarre issue with a redmine installation, that has been w ... the non-admin users can't see comments under issues (even those which they've typed a second ag ... by all other users. This happens for some issues, not all of them. I've looked in the logs ( ... 0110818135620 About your Redmine plugins Issue Importer 0.3.1 Redm ... Advanced report plugin 0.2.0 2012-02-15 11:12
Open discussion: Showing issues for owner (and watcher) only
Hi Is it possible that users in a project will see only the issues they created themselves? Is it possible t ... well as the owners as well? Thanks, Ran. 2012-02-15 03:33
Help: RE: Mysterious blanket e-mail notifications after upgrading to redmine 1.3
Yeah, you are right... these are all cases where the commit was tagged with an #issue_id. However, in that case only those who ar ... member of the project is receiving an e-mail. 2012-02-15 02:50
Help: RE: Mysterious blanket e-mail notifications after upgrading to redmine 1.3
AFAIK, there's no email notification when a commit is fetched. Maybe these commits update some issues and you get notified about that. 2012-02-15 00:04
Help: Mysterious blanket e-mail notifications after upgrading to redmine 1.3
I've recently upgraded a Redmine instance of ... which makes me think that might be an actual issue. Any ideas? Anything I can do to debug this? Thanks, -Ben 2012-02-14 23:14
Plugins: Release notes plugin
I have been working on a release notes plugin ... or where more detailed information than the issue's subject is required. More information is a ... o do) I'd be happy to accept pull requests. 2012-02-14 20:29
Plugins: RE: Easy Agile not working with SQLite3 based Redmine?
I had a "similar problem":http://www.redmine. ... ://github.com/SphereConsultingInc/easy_agile/issues/26 someone else had and posted on the Easy Agile GitHub site. 2012-02-14 15:39
Development: Path a function in a plugin
'Im making a plugin based in the last path of the issue http://www.redmine.org/issues/8488, and I have problems patching the meth ... n I write: <pre> require_dependency 'issue' module IssuePatch def self.included(base) # :nodoc: ... :conditions => Issue.visible_condition(args.shift || User.current ... rns a SQL conditions string used to find all issues visible by the specified user def ... Project.allowed_to_condition(user, :view_issues, options) do |role, user| case role.issues_visibility when 'all' ... (usr || User.current).allowed_to?(:view_issues, self.project) do |role, user| case role.issues_visibility when 'all' ... atchable default to allow any user with view ... 2012-02-14 11:50
Help: issue relations not displaying
I installed a fresh version of redmine 1.3.0. I don't see any section for issue relations on the new issue page. I even created an issue and then tried again, but still no issue relations. I searched the wiki, forums, and issues, but my situation didn't match anything I f ... er role which has every permission including issue relations. So, why aren't the issue relations showing on the new issue page? Ruby version 1.8.7 ( ... l Database schema version 20110902000000 2012-02-14 08:06
Open discussion: PDF-Export of the Roadmap
Is there a possibility to make a PDF-Export o ... dmap? I only found http://www.redmine.org/issues/5125; seems to be outdated and not integrated into 1.x. Cheers 2012-02-14 00:40
Help: RE: Huge change sets and out of memory conditions
Actually in deeper review, issue #7699 is a different problem. The problem ... amount of data collected from the command. 2012-02-13 16:49
Development: Receive email notification only is allowed status
I want to program this functionatity and I th ... an # event. # # TODO: only supports Issue events currently def notify_about?(object ... tion when 'all' if object.is_a?(Issue) if object.allowed_statuses? ... d_statuses don't exist, could you help me ??? 2012-02-13 15:47
Help: Workflow doesn't work in a project
Hello, I have correctly set some trackers, issue statuses and workflow. But the workflow d ... ans in a project I can't change status of an issue from new to fixed. This happens in only one ... know where I messed up... Thank you guys! 2012-02-13 12:54
Help: help this problem.. db:migrate
Hello. I can't install Redmine 1.3.0 (with ... ake aborted! Object is not missing constant Issue! /usr/local/redmine-1.3.0/vendor/rails/acti ... How resolve this problem? :( Thank you. 2012-02-13 10:17
Help: Missing Template
Hi, I've updated Redmine from v1.2.3 to v1.3 ... information/app/views:vendor/plugins/redmine_issue_checklist/app/views:vendor/plugins/redmine_issues_backlighter/app/views:vendor/plugins/redmin ... llection/app/views:vendor/plugins/redmine_newissuealerts/app/views:vendor/plugins/redmine_opens ... pp/views </pre> What can I do to fix ist? 2012-02-11 16:05
Help: RE: Default Assignee and/or specify assignee in email-created issue
I am also interested in that... does this: http://www.redmine.org/issues/5573 http://www.redmine.org/projects/redmine/repository/revisions/3764 solved the issue? thanks, d. 2012-02-10 15:58
Plugins: RE: Weekly Timesheet Plugin (wk-time)
Hi, the plugin is really improving day by day ... he plugin with these 2 mods: *views/_edit_issues2.rhtml* - line 24. Add an extra empty element <pre> issues << [" "] </pre> *views/edit.html.erb* - ... // Add an empty element for allowing blank issue logging dropdown[row-1].options[i] = new ... verview-details-log", that is, with an empty issue. Finally, it would be great filtering bu ... ing a filter without user... Best Regards 2012-02-10 13:13
Development: RE: which REST API format (JSON or XML) will be supported in the future?
1. Redmine rely on formats supported by Rails ... for long 2. I know there are some Rails 2.3 issues with JSON supporting collection so I'd reco ... ut it can differ from one test to the other 2012-02-10 10:56
Plugins: RE: Show Issue Descriptions plugin
I think a good option to add to this plugin is add the description option when I save a query. 2012-02-10 10:45
Development: RE: Can I create/update a subproject by REST api?
take a look at this test code: /* Th ... SES after Redmine bug http://www.redmine.org/issues/8229 was fixed */ @Test pu ... return mgr.createProject(project); } 2012-02-10 05:03
Help: RE: Huge change sets and out of memory conditions
Issue #7699 seems to be what is happening, but it appears to be resolved without any resolution.... 2012-02-09 23:32
Help: Viewing all issues for all users
Hi, We are a small company and have implemen ... istrators who are the only one's able to add issues and both need to see all issues assigned to every user. It appears this ca ... nd doesn't give us an overall picture of the issues per user. We'd like to see all issues that have been started and assigned by eith ... deally we'd then like to filter to a list of issues per user. How can we do this? Any help greatly appreciated. 2012-02-09 16:41
(10101-10125/18317)