Project

General

Profile

Search

Results (31856)

Open discussion: RE: Associate revision to issue in issue update?
With SVN and CVS (and probably git etc.) yo ... re-commit hook that can check for the proper issue reference, and spit out an error if it doesn ... way your developers are forced to supply an issue for every commit. 2008-06-02 17:07
Feature #1349 (New): SVN Deployment managed by Redmine
In some other hosted system there is function ... A stage further would be to then update the issues which should be impacted by the revision so issues can then be verified as being fixed. 2008-06-02 14:29
Open discussion: RE: Add a highly visible notice to top of 'new issue' page...
bq. PS: blink make you blind, don't use them ... use it in combination with the Marquee tag :) 2008-06-02 14:14
Help: Images not displayed for text formatting help under apache using an alias
Hi, we have our redmine-0.7.1 installation ru ... /favicon.ico, referer: http://server/redmine/issues/show/844 [Mon Jun 02 10:59:27 2008] [error ... e. Anyone any ideas? Cheeres Russell 2008-06-02 12:09
Patch #1347 (Closed): Russian sync to 1482
<pre> Index: lang/ru.yml ================== ... nd its subprojects -mail_body_reminder: "%d issue(s) that are assigned to you are due in the next %d days:" -mail_subject_reminder: "%d issue(s) due in the next days" -text_user_wrote: ... дни" +text_user_wrote: '%s написал:' </pre> 2008-06-02 11:55
Open discussion: Link_to for Custom field - Skype integration
Hi, I would like to add a link_to for any issue. The reason: I want to have a skype chat for every Project an Issue like: <pre> <a href="skype:xxx;xxx?chat>open chat for Issue"</a> </pre> It´s a little bit complicated ... idea? :-) Thanks for comments! Matthias 2008-06-02 11:55
Open discussion: RE: Add a highly visible notice to top of 'new issue' page...
I'm damn ok for that :) Just a little hack to ... nt dumb people to use redmine as a sandbox... 2008-06-02 11:38
Open discussion: Touching issue when adding relation?
Hello there, Here a thread to discuss an i ... otice that when I add a relation between two issues, the issues are not "touched" as it doesn't set an "upd ... but it add a significant information to the issue. Don't you think adding a relation should "touch" the concerning issues? Thanks for your advice. 2008-06-02 10:55
Open discussion: RE: assigning issues to multipile users...?
@Nick: thank you for pointing out the duplicate, I'll add relations between them. 2008-06-02 10:50
Open discussion: RE: Customize project page in Redmine
You can already apply custom themes to Redmin ... with a theme that adds priority colouring to issue lists. Can't remember where I found it though as it was several months ago. 2008-06-02 10:46
Open discussion: RE: assigning issues to multipile users...?
This has been asked for a number of times, fo ... ugh, so I don't know what's going on with it. 2008-06-02 10:26
Defect #1346 (Closed): Link to PDF doesn't work after creating new issue
After creating a new issue I get redirected to the issue's page. The URL of the page ends with "/issues/show?id=xxx" like in: http://demo.redmine.org/projects/sandbox/issues/show?id=604 When I try to download the issue as PDF I get an error 404 because the PDF do ... s: http://demo.redmine.org/projects/sandbox/issues/show?format=pdf I'd suggest that the @redirect_to@ in @IssuesController#new@ should omit the @project_id@ ... ction/:id@ like in: http://demo.redmine.org/issues/show/604 Please see the attached patch. 2008-06-02 10:26
Open discussion: Add a highly visible notice to top of 'new issue' page...
...stating that this is not a test/demo site! ... reduces the constant ticket opening/closing. 2008-06-02 00:15
Feature #1342 (New): Global versions roadmap
Similar to the approach used with "My assigne ... user a general idea of what's to be released. 2008-06-01 14:11
Feature #1341 (Closed): keep consistency between browser encoding and mysql database encoding
Hello, after trying to lazily import issue directly in mysql database (I know it's very ... by importation script via redmine API) I see issue subject (and description too) badly utf-8 en ... rt record via SQL using <pre> INSERT INTO `issues` (`tracker_id`, `project_id`, `subject`, `d ... dump for this record is <pre> INSERT INTO `issues` (`id`, `tracker_id`, `project_id`, `subjec ... '�' char in place of 'é' If I insert an issue via browser with subject='é' and description='é' the dumped database is <pre> INSERT INTO `issues` (`id`, `tracker_id`, `project_id`, `subjec ... mysql database dump but a correct é char in issue My knowledge in ruby are not sufficient t ... ring can be source of problem in future ... 2008-06-01 13:24
Open discussion: assigning issues to multipile users...?
Is it possible, if so how ? if now, am I making a feature request? Thanks ! :) 2008-06-01 10:19
Defect #1340 (Closed): Trac migration task - user issues
When migrating from Trac the rake task select ... _user class or a separate migration task. 2008-05-31 17:51
Feature #1339 (New): Comments on revisions
As described in the forum: message#1077 - I t ... scussion) on tickets would be more intuitive. 2008-05-31 11:20
Feature #1338 (Closed): Allow review watch list
Hello, Just browsed the issue list, I am missing the list of people who watch the issue. It is important so you know how many people interested in an issue/feature. It also important so you can discuss related issues offline. Can you please consider showing the current watchers to the issue view? Thank you! 2008-05-31 09:43
Defect #1337 (Closed): konqueror browser support and javascript
Hello, Great work! Was not aware of your ... is not shown? Your Wiki help page is missing. 2008-05-31 09:37
Defect #1336 (Closed): After 0.6.3 -- 0.7.1 u ... fail with SQL error about "tracker_id" column
When installing Redmine, I initially checked ... ing worked fine and I set up a few projects, issues, news items and even a forum. Then I viewe ... acker_id AS tracker_id FROM (SELECT DISTINCT issues.id FROM issues LEFT OUTER JOIN projects ON projects.id = issues.project_id LEFT OUTER JOIN issue_statuses ON issue_statuses.id = issues.status_id LEFT OUTER JOIN trackers ON trackers.id = issues.tracker_id WHERE (projects.status=1) AND (((projects.id = 1 OR projects.parent_id = 1)) AND issue_statuses.is_closed='f') GROUP BY tracker_id ... oject's main page is kind of a showstopper... 2008-05-31 07:57
Help: RE: created issue status not displaying
ok, i had defined the status, and i was alrea ... to any of the workflows. thanks for the help. 2008-05-30 21:07
Help: RE: What's the purpose of the checkboxes in issue lists?
See: [[RedmineIssueList]] 2008-05-30 20:12
Help: RE: created issue status not displaying
Admins don't have automatic permissions on wo ... roject settings -> members and add your user. 2008-05-30 20:11
Help: created issue status not displaying
I created a new Issue Status in the admin area, but when I create or update an existing issue, the status is not available. I just did ... lped. Is this a bug, or did I miss something? 2008-05-30 19:48
(30801-30825/31856)