Activity
From 2013-03-29 to 2013-03-31
2013-03-31
-
23:47 Defect #13653 (Closed): Keep displaying spent time page when switching project via dropdown menu
- Redmine should keep displaying spent time page when switching project via dropdown menu.
Currently, you land on th... -
23:15 Defect #13632: Empty page attached when exporting PDF
- The internal pdf viewer from firefox (version 19.0.2) breaks when trying to display a pdf that was exported from redm...
-
17:51 Defect #13632: Empty page attached when exporting PDF
- Using the programm PDF-XChange I can confirm this bug. Acrobat Reader or FoxitReader do not add an empty page.
@Jan ... -
22:29 Feature #10559: Add Parent Task to 'Group Results By' drop down
- +1
-
22:28 Feature #9256: Trackers have a description in addition to a name
- +1
-
22:26 Feature #5816: New issue initial status should be settable in workflow
- +1
-
22:22 Feature #6687: Making an issue a subtask leads to loss of issue-property values
- +1
-
20:17 Defect #13652 (Closed): TEST
- TEST TASK
-
20:16 Defect #13651 (Resolved): TEST
-
20:02 Defect #13651 (Closed): TEST
- TEST TASK
-
19:36 Feature #11655: Implementation of a Issue Voting
- +1 (LOL)
Exact behaviour should be configured via roles:
* Voting
** Manage voting
** Can vote
** View votes... -
19:31 Feature #5794: URL custom fields
- +1
-
19:29 Feature #2083: CustomField of type "external-link-to" with configurable URL prefix
- +1, just need this to link Redmine issues to Zendesk tickets
In custom field config, there should be:
* *[x] Open l... -
19:02 Defect #13626: Spent time report. Details: Week
- Your screenshots are not made in 2.3, but I can hope that is looking the same in 2.3.
I can't reproduce this bug. Ma... -
18:54 Defect #13648: unwanted commercial email by Easy Redmine
- Jan Niggemann wrote:
> I hope I'm right in saying that there's no affiliation?
Yes, you're right.
-
08:55 Defect #8366 (Closed): Gantt Version Ordering
- I close this issue as duplicate with #7335 because #7335 has more discussions.
-
08:51 Defect #7335: Sorting issues in gantt by date, not by id
- I confirmed #8366 "Change-Gantt-default-sorting-to-start_date-instead-of-id.patch":http://www.redmine.org/attachments...
-
08:27 Defect #6968 (Closed): Sorting of issues in Gantt
- I close this issue as duplicate with #7335 because #7335 has more discussion.
-
03:16 Defect #2071: Reordering priority-enumerations breaks alternate-theme's issue-colouring
- how about adding additional "css" field to issue priority?
Then you can reorder whatever you like, add any amount of...
2013-03-30
-
22:33 Defect #13648 (Closed): unwanted commercial email by Easy Redmine
- Dear team,
I just came across this "thread":http://www.redmine.org/boards/1/topics/37104.
I hope I'm right in say... -
16:00 Feature #3382: Ability to select only source code without line numbers
- Etienne Massip wrote:
> rm user wrote:
> > I don't want to sound like a b*tch, but why all these new versions for ?... -
15:53 Feature #3382: Ability to select only source code without line numbers
- rm user wrote:
> I don't want to sound like a b*tch, but why all these new versions for ?
What versions are you t... -
11:11 Feature #3382: Ability to select only source code without line numbers
- I don't want to sound like a b*tch, but why all these new versions for ?
If basic bugs like this, cant be fixed an... -
15:19 Feature #13635: Filtering issues by comparing two custom fields against each other
- So you desire a custom query with a filter like: date field A > date field B
Related to: #10999 -
13:58 Defect #13642: PDF bookmark not displayed when contain a non-ascii character
- !issues_no_bookmark.png!
-
00:58 Patch #13646: Fix handling multiple text parts in email
- Oops, forgot to include the test email fixture.
-
00:57 Patch #13646 (Closed): Fix handling multiple text parts in email
- When handling emails consisting of multiple text parts interspersed with attachment parts, Redmine would only conside...
2013-03-29
-
21:20 Defect #13575: Graphic characters not exported
- Ivan Cenov wrote:
> I use pre tags because they preserve character width. The following is without pre-tags:
>
> ... -
20:42 Defect #13575: Graphic characters not exported
- I use pre tags because they preserve character width. The following is without pre-tags:
┌───────────────┐ ... -
19:34 Defect #13575: Graphic characters not exported
- How ever, I regret an font file update, because the font file are much bigger than before. Only an update for the mai...
-
16:38 Defect #13575: Graphic characters not exported
- The font (freesans) can be easily updated from http://sourceforge.net/projects/tcpdf/files/
But you will still ha... -
21:01 Patch #13645 (New): Do not show context menu when right clicking on image.
- Currently, the context menu (class="hascontextmenu") is not shown when right clicking on a link (<a>...</a>), but it ...
-
19:36 Defect #13644 (Closed): Diff - Internal Error
- Received error 500 attempting to view diff. I attached the files being compared....
-
18:59 Feature #13643: Keep displaying issue summary page when switching project via dropdown menu
- Ok, I get it now, sorry for the inconvenience.
-
18:56 Feature #13643: Keep displaying issue summary page when switching project via dropdown menu
- What are you calling "Summery"?
Because being on the Overview page and using the dropdown menu to switch to anothe... -
18:00 Feature #13643 (New): Keep displaying issue summary page when switching project via dropdown menu
- When you are on the gantt page from a project, you can jump to the gantt page of an other project by selecting the pr...
-
17:54 Feature #12388: diffs for editions of issue/notes entries
- +1
I think it's very important. Legally we can need to prove something.
I think also that only my last note of an i... -
17:51 Feature #11159: REST API for getting CustomField definitions
- +1
-
17:50 Feature #9664: CRUD operations for "custom field definitions" (not setting custom fields on issues!)
- +1
-
15:38 Patch #7445: Patch for improved repository commit auto-updates
- this patch saved my life! (And its warking even on 2.3-stable)
should be integrated as a fix!
Thanks -
15:07 Defect #13630: PDF export generates the issue id twice
- You are right.
-
14:35 Defect #13630: PDF export generates the issue id twice
- Looks like @.inject(0) {|s,w| s += w}@ should be replaced by @.inject(0, :+)@ rather than @.inject(:+)@?
-
12:55 Defect #13630: PDF export generates the issue id twice
- Tested on ruby 1.9.2 and 1.9.3. The code improvement should also work on 1.8.7: http://stackoverflow.com/questions/15...
-
12:43 Defect #13630: PDF export generates the issue id twice
- F Schroedter wrote:
> This patch should be complete now. It also includes some code improvements: ... -
12:39 Defect #13630: PDF export generates the issue id twice
- This patch should be complete now. It also includes some code improvements: ...
-
08:41 Defect #13630 (Confirmed): PDF export generates the issue id twice
- Regression.
Not sure the patch is complete? -
14:20 Defect #13634 (Closed): Missing hover effect when dragging (uploading) file into redmine
-
12:46 Defect #13634: Missing hover effect when dragging (uploading) file into redmine
- There was obviously a problem with my computer. This hover effect is working today. Sorry. You can close this issue.
-
08:56 Defect #13634 (Needs feedback): Missing hover effect when dragging (uploading) file into redmine
- Filou Centrinov wrote:
> I remember that redmine once had a hover effect when dragging for upload a file into an iss... -
02:49 Defect #13634 (Closed): Missing hover effect when dragging (uploading) file into redmine
- I remember that redmine once had a hover effect when dragging for upload a file into an issue that I'm editing. But i...
-
13:21 Defect #13642 (Closed): PDF bookmark not displayed when contain a non-ascii character
- When I group issues the pdf export gets bookmarks. But if the bookmark contains a non-ascii character the bookmark is...
-
12:40 Defect #13641 (Closed): No close button
- Please ask the plugin author or post in the forum:Plugins forum, this tracker is for Core bugs and feature requests o...
-
11:33 Defect #13641 (Closed): No close button
- I have installed redmine_close_button successfully!
But when I go back the redmine setting page, I don't see the clo... -
12:38 Feature #3382: Ability to select only source code without line numbers
- Mischa The Evil wrote:
> AFAIK line numbering is removed from CodeRay syntax highlighting completely with r10131 (fi... -
12:17 Feature #3382: Ability to select only source code without line numbers
- AFAIK line numbering is removed from CodeRay syntax highlighting completely with r10131 (first included in Redmine ve...
-
11:57 Feature #3382: Ability to select only source code without line numbers
- installed latest stable 2.2.4
issue is still happening here
any update? -
12:17 Defect #13622 (Confirmed): "Clear" button in Spent Time Report tab also clears global filters
- I can't watch your video right now but I can confirm the bug, I thought you were talking about the ??Details?? tab bu...
-
09:37 Defect #13622: "Clear" button in Spent Time Report tab also clears global filters
- Please, also look at the video I provided in description of the ticket.
-
09:35 Defect #13622: "Clear" button in Spent Time Report tab also clears global filters
- Please, look here: http://screencast.com/t/Bz2eAFz0x I call the area on the top as "Filters area". And area on the bo...
-
09:26 Defect #13622 (Needs feedback): "Clear" button in Spent Time Report tab also clears global filters
- I don't get it:
* details and filters are supposed to be synced, what would mean clearing the details only??
* it... -
11:40 Defect #13632: Empty page attached when exporting PDF
- I try to deactivate the plugins and report again. This may take some days, i am on a trip for the weekend.
-
08:51 Defect #13632 (Needs feedback): Empty page attached when exporting PDF
- Can't reproduce on issue list with 2.3.0, might be caused by a plugin?
-
11:18 Feature #13640 (New): Adding summary information on Issues screen
- It would be very handy to have possibility to generate summary information on Issues screen below(or above) list of i...
-
10:48 Feature #13639 (New): Adding information about date and time of last status change
- Very interesting option is to have information on issue when issue status has been changed last time. Issue field "Up...
-
10:35 Feature #13638 (New): Issue filtering - Adding time (hours) component in date filters with interfield comparison
- This feature extends #13637 (Issue filtering - Adding time (hours) component in date filters)
Another nice feature... -
10:29 Feature #13637 (New): Issue filtering - Adding time (hours) component in date filters
- Nice feature would be interesting to consider for Redmine users that are using Redmine in mission critical environmen...
-
10:14 Feature #4383: Search Names of Files Attached to Issues
- +1 This would be really useful.
-
10:13 Defect #13631: Git 1.8.1.5: Permission denied
- No, but a similar error was displayed in my browser. The @production.log@ isn't very verbose:...
-
09:29 Defect #13631: Git 1.8.1.5: Permission denied
- Joe E wrote:
> When I requested the repository overview, a similar error message like in #13592 was displayed.
If... -
09:18 Defect #13631: Git 1.8.1.5: Permission denied
- When I requested the repository overview, a similar error message like in #13592 was displayed.
-
09:05 Defect #13631: Git 1.8.1.5: Permission denied
- Sorry, I don't see the relation with #13592?
-
09:59 Feature #13636 (New): Filtering issues by comparing issue custom field against project's custom field
It would be nice option to have ability to filter issues (and maybe timelog report) by comparing one issue custom f...-
09:44 Feature #13635 (New): Filtering issues by comparing two custom fields against each other
- It would be nice option to have ability to filter issues (and maybe timelog report) by comparing two issue custom fie...
-
08:12 Feature #13051: Support any macro in (pdf) export for wiki's and issues
- That would be really useful functionality because it will allow us to use redmine wiki as project documentation sourc...
-
07:28 Feature #13627: Allow displaying custom field value in Gantt issue quick information tooltip
- mr trung wrote:
> this comments
Thanks for your reply.
Is there any plugin so that we can install plugin to modi... -
06:14 Defect #13626: Spent time report. Details: Week
- Filou Centrinov wrote:
> Do you have a screenshot for a concrete example?
Hello Filou,
yes, please see the 1st... -
03:00 Defect #13626: Spent time report. Details: Week
- Do you have a screenshot for a concrete example?
-
05:26 Feature #12005: Mightful workflow field enhancement: hide
- It seems, it doesn't work with 2.3 =(
Also available in: Atom