Project

General

Profile

Search

Results (12391)

Feature #1360 (Closed): Permission for adding an issue to a version.
I have several projects with the customers an ... n this site where the users are adding their issue to whatever target version they wish. I was ... ere could be a permission added, maybe under issue tracking, like "Can Assign/Modify Version". ... rsion. Thanks for such a valuable project. 2008-06-03 13:56
Defect #1359 (Closed): Moving an issue doesn't update associated revisiosn
We had an issue opened in the wrong project. Some commits w ... t they weren't associated as the project the issue was in, wasn't monitoring that repository, as expected. But we then moved the issue in to the correct project but no associated ... Can the associated revisions (and associated issues) be updated for an issue when it is moved? Otherwise things are out ... Redmine-0.7.1 * Ruby-1.8.6 * Rails-2.0.2 2008-06-03 11:55
Feature #1358 (Closed): Link_to for Custom Field
It would be nice to have a link_to field in the custom fields. 2008-06-03 10:11
Feature #1353 (Closed): Please add ability to filter on issue Description field
It would be useful to us if it were possible to add filter rules for the Description field of an issue. 2008-06-02 19:49
Defect #1351 (Closed): Reminder emails shouldn't include archived projects
If issues are still open when a project is archived, ... ality recently added in trunk includes those issues. Since the user can't access the archived project to close the issues, the issues should be excluded from daily reminder emails. 2008-06-02 17:36
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
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
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
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
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
Feature #1332 (Closed): User display/editing of custom fields attached to their user profile
It would be great to allow the user to modify ... heir homepage or potentially an avatar/image. 2008-05-30 17:27
Feature #1330 (New): Copy a Wiki Page
We are trying to document our software projec ... in a consistent format. We then just create issues to test the cases referencing the wiki page ... the paper versions I am doing currently. 2008-05-30 14:06
Feature #1329 (Closed): Search for a file within the repository
It could be very useful to add the possibilit ... search for an element within the repository. 2008-05-30 13:58
Feature #1323 (Closed): Better naming of RSS feeds
I'm just gswitching from e-mail notifications to RSS, I found a few issues. There is inconsistancy in RSS Feeds. Here ... y > Redmine: Forums * Redmine: News (ok) * Issues > Redmine: Issues Am I right? 2008-05-29 11:02
Defect #1322 (Closed): Error on project selection with numeric (only) identifier.
Hi, if an identifier is used which only co ... ce a least one non-numeric character and the issue perhaps noted in the release-notes, as numer ... in the db must be corrected manually. 2008-05-29 10:37
Defect #1318 (Closed): when moving issue to other project time entries dont move with issue
using version 0.6.3.1128: When I move an issue from one project to another, the time entries are left at the old project and the issue id's change to null. I think its more logica ... ntries get the new project_id and keep their issue_id. 2008-05-28 14:53
Feature #1316 (Closed): Feature: It should be possible to set a comment of an issue as "done"
Feature: It should be possible to set a comment of an issue as "done". When discussing issues, we often define a more detailed worktask aftera issue has already been filed. it would be nice to ... about the state and know, which part of the issue is already resolved, when it has ~50% 2008-05-28 09:43
Feature #1313 (Closed): Optionally use ultraviolet for syntax highlighting
ultraviolet (http://ultraviolet.rubyforge.org ... s - no promises though (/me is a rails noob). 2008-05-27 20:50
Feature #1311 (New): Subversion: Show revision histories for branches
It would be great if revision histories could ... fic to the /sandboxes/colan part of the tree. 2008-05-27 07:51
Defect #1310 (Closed): Email notifications not working after a certain point in time
I was using version 0.6.3 and suddenly after ... The strange thing is that i updated some old issues (which were created before the problem star ... just gives more info on the database queries. 2008-05-27 01:44
(11651-11675/12391)