Project

General

Profile

Search

Results (18327)

Help: RE: Issue Reminder
Milan Stastny wrote: > Hi in our company we ... for the one user(assigned, created, watched issues in one mail - not 3 mails for each) > > ... annot work/test/use the cron functionality :( 2010-08-26 16:40
Help: RE: Issue Reminder
Hi in our company we just tried the send_remi ... for the one user(assigned, created, watched issues in one mail - not 3 mails for each) the ... e it, fix it, and INCLUDE IT IN REDMINE TRUNK 2010-08-26 16:37
Open discussion: RE: Shared Issues and Milestones (or "MetaProjects") - best feature request ever
+1 for this. We have several "library" pro ... pplication 3 What can happen is that an issue gets reported on Application 1. Closer inves ... aving mechanism" library. Ok, let's raise an issue in that library and fix it. But also Applica ... Data saving mechanism" library, so the fixed issue should be seen also from there. Any ideas ... that's why we would need some kind of formal issue management in the first place. Best Regards, Joonas 2010-08-26 16:28
Help: RE: How to move ticket - from inside the ticket
I have also noticed this and I am assuming it is due to refactoring the issues controller but this is a very important function for my team as well. thanks tony 2010-08-26 16:12
Open discussion: Direct SQL queries to custom values
Hi Folks, No doubt, Redmine is a great too ... there a way of using SQL only, to query the issues and custom values so that we have an output equivalent to the one exported to CSV? ("std issue fields and custom fields as columns" x data as rows} Cheers 2010-08-26 14:48
Open discussion: RE: Multiple instances of redmine on Debian squeeze
Hi, i am maintaining the debian package of redmine, and will deal with that issue. BTW it does not seem to be a redmine issue at all. Jérémy. 2010-08-26 14:10
Open discussion: RE: PGError: FEHLER: Spalte issues.lft existiert nicht
Hello, I have the solution: I use the si ... 1: all and now I have all fields. Gio 2010-08-26 14:02
Help: RE: Installing Redmine in SourceForge's projects' web space
Hi Miguel The error is thrown by the FCGI- ... I found another post regarding a similar issue: http://www.justskins.com/forums/socket-acce ... raid I can't help you more for now. Muriel 2010-08-26 10:57
Help: RE: What cool can I do if integrate Redmine with SVN?
It's a matter of integration that makes your ... ck the source code changes that relate to an issue and instantly diff from the Redmine interfac ... w to lower-level of source code is priceless. 2010-08-26 10:22
Plugins: RE: Redmine Backlogs
Update on the URLs * Website: http://www.redminebacklogs.net * Issue tracker: http://bugs.redminebacklogs.net * Live demo site: http://demo.redminebacklogs.net 2010-08-26 08:41
Help: RE: REST API Using C#
Hi, I was wondering how far you got with thes ... ally like to be able to automatically create issues from my application and store them in our n ... also like to include attachments with those issues... Any thoughts 2010-08-26 02:36
Help: export/import/transfer a project between redmine installations
Hello, I have two redmine installations on ... een two machines, but I ran into quite a few issues getting the copied redmine running on the n ... advance for any help you can provide. -John 2010-08-25 22:38
Open discussion: RE: Change "status" or "assigned to" for several issues
Great!! thank you!! 2010-08-25 22:13
Open discussion: RE: Change "status" or "assigned to" for several issues
See [[RedmineIssueList#Bulk-editing-issues]]. 2010-08-25 22:08
Help: RE: What cool can I do if integrate Redmine with SVN?
I believe you mean that: [[RedmineSettings#Referencing-issues-in-commit-messages]], and that works wherever redmine can read the repository. 2010-08-25 22:07
Help: RE: Creating Subtasks
With a recent enough redmine (1.0 I think) an ... u click on the "more" link at the top of the issue edition block? 2010-08-25 21:54
Open discussion: Change "status" or "assigned to" for several issues
Hi there. I would like to know if there's an option or plugin to do this: given the list of issues, select multiple issues and change the "status" or "assigned to" fi ... on. Is this possible? Thanks in advance 2010-08-25 17:37
Open discussion: RE: Versions vs Milestones
> > If you were to follow the discussion, you ... mple search and replace will not address the issue. Holger and his merry band of brilliant hac ... ch and replace *does* solve *this particular issue*. > As it works fine here, I thought I shar ... ople are following up here, thanks a million. 2010-08-25 17:05
Open discussion: RE: Versions vs Milestones
Pieter Smith wrote: > Michael Aye wrote: > ... mple search and replace will not address the issue. Holger and his merry band of brilliant hac ... ch and replace *does* solve *this particular issue*. As it works fine here, I thought I share ... y, if it leads to confusion in the matters. 2010-08-25 16:39
Open discussion: RE: Versions vs Milestones
Michael Aye wrote: > Actually, I speak no Ru ... mple search and replace will not address the issue. Holger and his merry band of brilliant hac ... grating the requirements as part of a plugin. 2010-08-25 15:57
Help: RE: Installation Issues on Dreamhost
Paolo Sulprizio wrote: > Probably can be use ... omain.com # *rm -rf public* # svn checkout 2010-08-25 14:49
Open discussion: unable to create / submit / update issues
sorry as i'm new to supporting redmine i have an issue, which i can't work out how to fix this ( ... rnoon) I select any project click "new issue" enter detail I can click preview and se ... * I then receive an email like below Issue #792 has been reported by James Matthews. ... ------------------------ trying to update issues I select any project click "update" ... ase help or advise kind regards James 2010-08-25 14:26
Plugins: RE: Best Agile plugin today?
Hi. I installed your plugin, but found several issues with it. Please give a look on your site, I filled out the issues there. Thanks. 2010-08-25 12:34
Help: How to move ticket - from inside the ticket
Hi. On older versions (< 1.00) the Move fu ... et between projects is to find the ticket in issues list, right-click and select move, which is ... from inside as in order versions? Regards. 2010-08-25 12:30
Help: RE: POST request example to create Issue through REST API
Alexey Skor wrote: > I also tried advice fro ... ure -X POST -H "Content-Type: text/xml" -d "<issue><subject>api</subject><project_id>taskconnec > tor-test</project_id></issue>" https://293a64eef15b452047a0315ecc6eff2a9bbd4a9c:X@www.hostedredmine.com/issues.xml > > this does not print any errors, ... I run the above, I get: <pre> Processing IssuesController#create to xml (for 174.136.100.19 ... ters: {"format"=>"xml", "action"=>"create", "issue"=>{"project_id"=>"taskconnector-test", "subject"=>"api"}, "controller"=>"issues"} Filter chain halted as [:authorize] rend ... Unauthorized [https://www.hostedredmine.com/issues.xml] </pre> I seem to get this [:author ... scussion here: https://www.hostedredmine.com/... 2010-08-25 11:06
(13701-13725/18327)