Project

General

Profile

Search

Results (31855)

Defect #1174 (Closed): Thai Character Not Display Correctly Using PDF Export
I'm using Redmine 0.7.devel.1415 (MySQL) The problem occur when i export pdf file from issue module, that the character not display corre ... se see attach redmine.pdf and fineprint.pdf 2008-05-05 06:30
Defect #1173 (Closed): Internal error at Issues page
Encounter 500 error when select specific parameter at Issues page. Environment: Postgres 8.2.5 + Redmine 0.7.0 To reproduce the issue, select Status = All, Author = Me, press apply, will return a 500 page. Afterwards the Issues page cannot be shown. Workaround: clear all cookies of the browser. <pre> Processing IssuesController#index (for x.x.x.x at 2008-05-05 ... _id"=>"x", "action"=>"index", "controller"=>"issues"} ActiveRecord::StatementInvalid (PGEr ... tax for integer: "" : SELECT count(DISTINCT issues.id) AS count_all FROM issues LEFT OUTER JOIN issue_statuses ON issue_statuses.id = issues.status_id LEFT OUTER JOIN projects ON projects.id = issues.project_id WHERE (... 2008-05-05 04:47
Feature #1171 (New): Add workflow for custom fields
It will be good to have 'workflow' for custom ... le) and to have default value for each state. 2008-05-04 21:51
Patch #1170 (Closed): export issue to pdf will messup when use Chinese language
When using Chinese language, exporting issue to pdf will messup when the issue description is too long to be auto line brok ... hem because I cann't read japanese or korean. 2008-05-04 18:08
Defect #1169 (Closed): NoMethodError in IssuesController#new
+Redmine 0.6.3 update to Redmine 0.7.0 RC1+ . when click "New issue" ,system reply : @NoMethodError in IssuesController#new @ 2008-05-04 15:05
Wiki: HowTo_Mylyn
h1. HowTo connect a Mylyn repository to Redmi ... stance Task URL: ${serverUrl}/issues/ New task URL: ${serverUrl}/projects/foo/issues/new -- Replace foo with the identifier of t ... tasks Query request URL: ${serverUrl}/issues Query pattern: <td class="subject">.*?<a href="/issues/(\d+)">(.+?)</a></td> Login request URL: ... th the following if you want to get only the issues that are assigned to you: ${serverUrl}/issues?set_filter=1&assigned_to_id=me The follo ... )</td>.+?<td class="subject">.*?<a href=".*?/issues/({Id}\d+)">({Description}.+?)</a></td>({Opt ... nfiguration_ <pre> Task URL: ${serverUrl}/issues/ New Task URL: ${serverUrl}/projects/${projectId}/issues/new Query Request URL: ${serverUrl}/... 2008-05-03 19:37
Wiki: FrRedmineIssueTrackingSetup
h1. Système de suivi de demandes {{>toc}} ... lies ne peut être modifié par le Développeur. 2008-05-03 17:45
Wiki: FrRedmineSettings
h1. Configuration de Redmine {{>TOC}} h ... s activée la fonction, un nouveau [[FrRedmineIssueTrackingSetup#Statuts des demandes |menu est ... ur référencer une demande: refs, references, IssueID * Mots-clés de résolution d'une demande: ... être séparés par un espace, une virgule ou &. 2008-05-03 17:44
Wiki: FrRedmineUpgrade
h1. Mise à jour p{color:red}. La documenta ... e * "Notes about our 0.8.6 to 0.9.3 upgrade issues and how to resolve them":http://www.cybersp ... -0-9-6-to-1-0-0/ --cybersprocket (2010-08-14) 2008-05-03 17:43
Defect #1168 (Closed): No Mehod Error
After upgrade from redmine 0.4 to 0.7 I've go ... Error (undefined method `display_subprojects_issues?' for #<Class:0xb73d76d0>): /var/www ... tml (500 Internal Server Error) </pre> 2008-05-03 00:10
Wiki: FrRedmineIssueList
h1. La liste de demandes {{>toc}} h2. V ... r toutes les demandes. !bulk-edit.png! 2008-05-02 22:56
Wiki: FrRedmineProjectSettings
h1. Configuration d'un projet {{>toc}} ... tivé/désactivé les trackers (voir [[FrRedmineIssueTrackingSetup#Trackers]]) pour ce projet. ... avoir un ou plusieurs forums de discussion. 2008-05-02 22:56
Wiki: FrGuide
h1. Redmine guide {{>toc}} h2. Guide d' ... neRoles|Rôles et permissions]] * [[frRedmineIssueTrackingSetup|Système de suivi de demandes]] ... eActivity|Activité du projet]] * [[frRedmineIssues|Demandes]] ** [[frRedmineIssueList|Liste de demandes]] *** [[frRedmineChan ... en [[Guide|anglais]] (version de référence). 2008-05-02 22:49
Defect #1165 (Closed): filtering issue problem
Hello. Im using redmine 0.7, which was migrated from a previous 0.5.0 version. When I go to Issues and filter by "Status => All", it gives an ... the generated SQL: SELECT count(DISTINCT issues.id) AS count_all FROM issues LEFT OUTER JOIN issue_statuses ON issue_statuses.id = issues.status_id LEFT OUTER JOIN projects ON projects.id = issues.project_id WHERE (issues.project_id = 17 AND (issues.status_id IS NOT NULL AND issues.status_id <> '')) Since status_id is an ... o do with this line in the Redmine code? @issue_count = Issue.count(:include => [:status, :project], :cond ... gresql 8.2.4 backend on a Centos 5 (RHAS5) 2008-05-02 18:17
Open discussion: RE: Translations
> Are there any page naming conventions ? I ... i'm talking about custom properties for the issues of the project (not the custom proporties o ... you can send me the raw pages if you prefer. 2008-05-02 17:09
Defect #1162 (Closed): An Internal error wehn use an UPCASE language name in coderay
when I new an issue and input some codes like <pre><pre><code c ... 37:in `compile_and_render_template' </pre> 2008-05-02 07:52
Help: RE: RE: Trac import into an Existing Redmine Site
In that case, since it doesn't seem that you have any commits that reference your issue ids, you can probably use the stock trac imp ... s the trac importer figures out what the new issue id will be in redmine, and makes efforts to ... h an empty redmine install is because of the issue id rewriting problem I mentioned earlier. I ... ems (like users) if they don't already exist. 2008-05-02 06:38
Help: RE: Trac import into an Existing Redmine Site
Thanks for the reply! Luckily, my requirem ... m hoping to move the codebase to SVN and the issue/feature tracking for that project from Trac ... dmine+SVN platform and rescue my sanity :) 2008-05-01 21:31
Feature #1159 (Closed): Allow issue description to be searchable as a filter
Currently, we can add one or many filters to search issues, including Subject. I would love to see the ability to search the Description field of an issue in the same way we can search the Subject field. 2008-05-01 20:29
Help: RE: how to connect a ticket with a repository-revision
either you have to mention the issue id in the commit description text when you make the commit, or you can make a comment to the issue and reference the revision with e.g. r1234. ... ds for the commit message (refs, references, IssueID, resolves, fixes) that when combined with the issue id will automatically create a reference bet ... n -> Settings -> Repository for more details. 2008-05-01 20:23
Help: RE: Trac import into an Existing Redmine Site
One of the problems is that the id's of internal issue links, and especially subversion commit mess ... your redmine installation is using the same issue ids, you'll get massive confusion. I had the same issue with importing an existing bugzilla, and I solved it by resetting the current issue id in the redmine database above the last bugzilla issue id, then did the import. Of course, I had t ... myself, so I had control over some of these issues, but if I hadn't set the redmine issue id, it would have been impossible. YMMV 2008-05-01 18:17
Feature #1158 (New): Polls
I think it will be very useful to have polls ... d maybe to have a link between a poll and an issue(and vice-versa). Or it could be an attribute of an issue. Of course, what would be a poll without ... e chart with the poll result is necessary. 2008-05-01 15:37
Feature #1157 (Reopened): Gantt chart for a user across all projects
Hi, first off can I say what a great tool you ... view across would be good. Thanks Nick 2008-05-01 15:24
Help: RE: Internal Error after svn update to upgrade from 0.6.3 to 0.7.0
Check line 24 in base.rhtml file does not yie ... he forums did not yield anyone with the same issue. 2008-05-01 13:20
Feature #1151 (New): Open Links in New-Window
actualy each detetected link in ticet-descrip ... ll if this behavior will be added to redmine. 2008-05-01 11:14
(31001-31025/31855)