Project

General

Profile

Search

Results (18251)

Plugins: RE: HoptoadServer Plugin (automatically creates issues from exceptions in your app)
I'm using this now, great job. BTW: Some o ... to the master branch. Thanks Eric Davis 2009-07-13 04:37
Open discussion: RE: (Paid) Hosting
Jan Schulz-Hofen wrote: > first of all I wou ... rever you want. With GitHib, where are your Issues stored? Your file uploads? What would happen if GitHub left or they turned off issue tracking for everyone? Eric Davis 2009-07-12 19:16
Help: Applying Redmine with Gitosis patches. Am I doing it right?
There's this lovely thread: http://www.redmine.org/issues/2525 which describes how to patch Redmine ... 0.8.2 Thanks for your assistance, Yitzhak 2009-07-12 16:17
Plugins: RE: Stuff To Do plugin v 0.3.0 Released
Thank you, I'll add the files in the next rel ... hanges or suggestions, feel free to open new issues on my "Bug Tracker":https://projects.littlestreamsoftware.com/projects/redmine-stuff-to-do/issues for Stuff To Do. Eric Davis 2009-07-12 02:10
Open discussion: RE: Order of % in Grid Menu
I'd prefer ascending order (0-100), since that's how an issue should progress. If you want to quickly jum ... utton (jumps to the END of the list). Eric 2009-07-12 01:48
Open discussion: Workflow: Is there a capacity to send email based on tracker state?
Hi guys, Does anyone know of an easy way to ... to specific roles based on the status of an issue? For example, a user submits a feature request issue (i.e. the Feature tracker), but "developers" ... ve notifications if they are assigned to the issue, which is not what we're trying to accomplish. Thanks in advance! 2009-07-12 01:04
Plugins: RE: Ticket grouping plugin
feature request for this plugin (if this is the right place) it would be great if each group of issues had a 'select all issues in group' button 2009-07-11 12:27
Help: Playing w/ Trunk -- Tweak Project Hierarchy Sort
Hello All, First, I must truly commend the ... . Alternative sorting methods include: # of issues within the projects, # of users associated ... aulting to Webrick. Thanks again, Chris 2009-07-10 09:03
Open discussion: Feature #949 Wiki Image Resizing
Hello, could someone solve this issue? I don't understand why image resizing was removed in latest version. Franc 2009-07-10 08:37
Help: RE: is there way to make completed vers ... ear on the drop down menu when you assign an issue to a version?
Thanks 2009-07-09 22:14
Help: RE: is there way to make completed vers ... ear on the drop down menu when you assign an issue to a version?
Marios Timotheou wrote: > It would be good i ... can toggle that in the roadmap page ) See issue #1245 which is currently not resolved / implemented yet. 2009-07-09 22:07
Help: RE: Trouble for adding new themes in redmine 0.8.3
Sylviane A wrote: > I restarted the applicat ... and let me know if this does not solve your issue. Kind regards, Mischa 2009-07-09 21:48
Help: RE: graph of inter-dependency of an issue
This sounds like the functionality should be ... it of work using it and could assist with it. 2009-07-09 21:10
Help: is there way to make completed versions not appear on the drop down menu when you assign an issue to a version?
We have a lot of versions and the drop down l ... w you can toggle that in the roadmap page ) 2009-07-09 19:00
Plugins: importer plugin - where to find a log for failed import ?
Hi all, does someone know where the details on why the importing of an issue via the importer plugin failed ? I've only got the list of not imported issues, but not why. thanks for help ! gabriel 2009-07-09 15:05
Plugins: RE: Proposal for a redmine testboard plugin
(well, only today I found some time for looki ... a testplan is tied to: a sub/project, or an issue (a task, but also a bug) - a testplan is al ... estcase/testsuite/testplan; - as with other issues, for each testcase consider having time est ... hopefully they help. best regards, marius 2009-07-09 14:49
Plugins: RE: Ticket grouping plugin
try this get the plugins revision <pre> git clone git://github.com/Ubik/redmine_issues_group.git ./vendor/plugins/redmine_issues_group </pre> show the remote repositori ... cal <pre> git checkout -b my_local_redmine_issue_group origin:origin </pre> 2009-07-09 11:53
Plugins: GIT clone does not work
Andrew, I tried to get the plugin from two ... re> git clone git://github.com/Ubik/redmine_issues_group.git </pre> and <pre> git clone http://github.com/Ubik/redmine_issues_group.git </pre> fail with the same err ... te promising. Thanks for sharing this plugin! 2009-07-09 10:56
Plugins: RE: Graphs plugin
Hi there, I've just try and install this p ... fox, the frame "label_graphs_total_vs_closed_issues" is very small. On IE, the frame "label_graphs_total_vs_closed_issues" has a height that seems to be the correct ... on my browsers ? thanks for help gabriel 2009-07-09 08:10
Open discussion: "Log time" does not include % complete field?
Is this intentional? When you log time, it is allowing a short cut to updating an issue for time related activity. I.e. hours, com ... one too? Is this a bug that I should file? 2009-07-08 21:11
Help: RE: How to add custom field to issue list
Vitaliy Ganzha wrote: > But what to if I wa ... that at least the option to set the default issue-tracking (default) columns on a global base. ... t should show up there also. So check the issue custom field as "For all projects" and the c ... ineSettings#Default-columns-displayed-on-the-issue-list]]. HTH... 2009-07-08 18:27
Help: Internal Error after upgrading to redmine trunk
Hi all, I have upgraded Redmine to the lat ... {:length=>60}:Hash) on line #20 of app/views/issues/_list_simple.rhtml: 17: <td class="project"><%= link_to(h(issue.project), :controller => 'projects', :action => 'show', :id => issue.project) %></td> 18: <td class="tracker"><%=h issue.tracker %></td> 19: <td class="subject"> 20: <%= link_to h(truncate(issue.subject, :length => 60)), :controller => 'issues', :action => 'show', :id => issue > (<=h issue.status %>) 21: </td> 22: </tr> 23: <% end ... his regard will be great. Regards, Neil 2009-07-08 11:13
Help: URL in e-mail notification
Hi, we run Redmine 0.8.3 and have a problem with the e-mail notifications for issues. The URL is wrong. Here's how the notification mail looks <pre> Issue #39 has been reported by Ziegler, Helmut. ... -- Error #39: test https://https:/redmine/issues/show/39 Author: z, h Status: Neu Prior ... ification comes from (https://https:/redmine/issues/show/39) Is it possible that it has some ... the https protocol. Cheers, Helmut 2009-07-08 10:45
Help: RE: How to add custom field to issue list
Thanks a lot! It's resolves my problem!!! ... ct, which uses Redmine, will finish soon. 2009-07-08 08:45
Plugins: RE: restrict access to specific issue tracker
thanks Andrew - that's perfect! 2009-07-08 06:03
(16301-16325/18251)