Activity

From 2008-07-22 to 2008-07-25

Today

16:38 Redmine Feature #1629: Public User Profile
I believe that being able to create a "personal" wiki page and then being able to place it somewhere on "My page" would help my use of the system. I find myself bookmarking some project pages or reports that I use all of the time to make it easy d... Curtis Stewart
16:02 Redmine Feature #1139: Being able to sort the issue list by custom fields
I just had a request from one of my customers to be able to sort by the custom fields also. +1 Curtis Stewart
05:19 Redmine Patch #1651: Hack to make redmine use pygmentize instead of CodeRay
Youssef Abou-Kewik wrote: > We're going to be using Redmine internally with lots of Python code involved. Thought I'd share this patch with you guys. > I never wrote in ruby before, and I used some of the code mentioned here: http://matt.tarbit... Calvin Cheng
01:06 Redmine Patch #1677: Plugin hook API
Hey eric, I think you're doing the exactly right thing with your work for the redmine plugin architecture! Rock on! :) Martin Herr

2008-07-24

22:10 Redmine Feature #1679: Enhancement request WRT login
+1 This would be a nice feature for public Redmine projects. Sometimes you don't realize you aren't logged in until you want to comment on an issue. Stephanie Collett
21:09 Redmine Defect #1682: Show error if SCM executable is not in rails PATH (ENV['PATH'])
Redmine should log a message if the scm executable cannot be found in the user's path that the redmine app is running under. For our case, the svn command was not in the user's PATH, but there was no way to figure this out without custom logger... Adam Grant
21:07 Redmine Feature #1679: Enhancement request WRT login
Jean-Philippe Lang wrote: > I agree that redirecting to the previous page (if any) would be more convenient. > What do think others ? +1. I use the restful_authentication plugin on my Rails applications all the time and it includes this feat... Eric Davis
20:46 Redmine Feature #1679: Enhancement request WRT login
Seeing how I had to login, hit the back button twice, and reload the page, I'd say +4 Carl Nygard
19:40 Redmine Defect #1681: NoMethodError in WikiController#index
Yes, I did restart the app. Also, I installed another webserver (lighttpd) via ... A. Ni.
18:36 Redmine Patch #1680: Make version description multiline and textilizable
> What do think others ? I'm also for longer and formatted descriptions. We've been using descriptions in Trac and found it useful to have a brief summary directly on the Roadmap and Milestone (Version) pages. Forcing to have all version descr... Anna Labinskaya
18:29 Redmine Patch #1680: Make version description multiline and textilizable
Jean-Philippe Lang wrote: > What do think others ? I like the idea of having the version description be separate from the wiki. My reason is because someone could edit the wiki and then the Version on the Roadmap might be completely different... Eric Davis
18:22 Redmine Feature #1679: Enhancement request WRT login
I agree that redirecting to the previous page (if any) would be more convenient. What do think others ? Jean-Philippe Lang
18:20 Redmine Feature #656: Roadmap with wiki page
See #1680 Jean-Philippe Lang
18:16 Redmine Patch #1680: Make version description multiline and textilizable
Actually, you can link a wiki page to each version (edit the version and enter wiki page name). This wiki page is displayed on the roadmap. Example: http://www.redmine.org/projects/roadmap/redmine displays this wiki page: [[0 8]] Maybe a diffe... Jean-Philippe Lang
18:10 Redmine Feature #1609 (Closed): Add Ruby 1.8.7 Support
Trunk is full compatible with ruby 1.8.7. Jean-Philippe Lang
18:07 Redmine Feature #1656 (Closed): Adding page for screenshots
As Eric said, you can use a wiki page (example here: [[Features]]) Jean-Philippe Lang
18:06 Redmine Defect #1652 (Closed): migrations 91 and 92 fail against SQL Server 2005
Please note that SQLServer database is not supported. Jean-Philippe Lang
18:05 Redmine Defect #1674 (Closed): Error on Repository tab when using SQLServer as db
Please note that SQLServer database is not supported. Jean-Philippe Lang
17:06 Redmine Defect #1681: NoMethodError in WikiController#index
Did you restart the app ? Jean-Philippe Lang
15:48 Redmine Defect #1681: NoMethodError in WikiController#index
OK, updated the databases (had to use this "fix":http://rubyresponse.wordpress.com/2006/07/22/cant-find-mysqldsock/ though), but the error remains. Though the message is shorter: ... A. Ni.
15:17 Redmine Defect #1681: NoMethodError in WikiController#index
that's smell that you forgot to run ... Thomas Lecavelier
15:10 Redmine Defect #1681: NoMethodError in WikiController#index
Called the only wikipage (startpage called "wanganui") and got this with #r1694: ... A. Ni.
14:44 Redmine Defect #1256: redmine:migrate_from_trac doesn't convert milestone content to textile
Simone Carletti wrote: > I'm going to attach a patch for this issue, but I've just noticed that description field in Redmine Version model is just simple text and doesn't allow textile markup. > Is it a choice or simply this feature has not been... Artem Vasiliev
14:43 Redmine Patch #1680: Make version description multiline and textilizable
Made Version description support Textile markup to be in-sync with Trac milestone description (supporting its Wiki markup). We needed this for migrating our projects from Trac, and it appears others need it also, e.g. #1256. Contributed by Tex... Artem Vasiliev
14:23 Redmine Feature #1679: Enhancement request WRT login
Enhance login / sign on action so that after logging in the user is returned to the page displayed at the time of selecting the sign on action instead of redirected to their home page. Alternatively, provide this facility as a user configurable ... James Byrne
12:19 Redmine Patch #1678: Include Estimated Time in issue filters
We wanted to be able to see what issues are not estimated (and have it as saved query). For this I made 2 things: * added Estimated Time to query's available filter columns list * added "none" option for integer filter type. Actually it could be... Artem Vasiliev
09:13 Redmine Defect #996: CVS view ends up with "duplicate key violates unique constraint" after 0.7.0RC1 update
Is there anybody working on this bug because it's very important for us ? Some of our repositories doesn't work anymore and there is no workaround. Sandrine LEAL
08:07 Redmine Feature #1658 (Resolved): Custom user fields are not available in My account pages
duplicate of #524 Mak Babu
07:22 Redmine Feature #1018: Group or company feature.
May I ask how things are going with this feature? It seems to have been implemented in the working branch, but when will it be rolled back into trunk? Is there some sort of issue which is holding this up? Thanks... Milton Taylor
06:17 Redmine Patch #1677: Plugin hook API
I have a large plugin getting ready to be Open Sourced that can serve as an example of the working API. I'll update this issue with it's details after it's released. Eric Davis
06:15 Redmine Feature #1143: Hooks for plugins
I've just added a patch for the Plugin hook API on #1677. Eric Davis
06:14 Redmine Patch #1677: Plugin hook API
This patch to adds support for Plugin hooks into Redmine. By providing Plugin hooks, users can create custom plugins to modify Redmine's behavior without modifying the core. This patch includes a new Plugin API method, a few hooks in the Redmine... Eric Davis
00:28 Redmine Feature #513: Different behavior for deployments or users with only one project
Any news related to this feature? Has it been addressed elsewhere? It'd be great to replace the Latest Projects widget with the Latest Issues pertaining to that user's projects. Thanks, Lee Lee Taylor

2008-07-23

23:27 Redmine Feature #1501: New module : display doxygen documentation
i'm still not able to install the plugin though : from the redmine dir : ... Thomas Capricelli
21:19 Redmine Revision 1694: Fixes link in README.
Fixes link in README. jplang
21:18 Redmine Feature #1501 (Closed): New module : display doxygen documentation
Eric, the link *inside* this file was wrong. It's fixed in r1694. Jean-Philippe Lang
21:14 Redmine Feature #1501: New module : display doxygen documentation
I was able to install and setup the embedded plugin on my Redmine. I'm using it with rcov reports and RSpec html reports and it's working nicely. Thomas Capricelli wrote: > (Note that the file http://redmine.rubyforge.org/svn/plugins/embedded... Eric Davis
20:32 Redmine Feature #924 (Closed): Extend time tracking to actually track begin to end times
Thanks for the feedback :-) Jean-Philippe Lang
19:23 Redmine Feature #772: Custom fields for timelogs too
Eric Davis wrote: > Hey that's a screenshot of my Redmine! :) Hi Eric! Yes it is! Thanks for your plugin! I spoke about your plugin here: http://www.redmine.org/boards/1/topics/show/1027#message-1764 Paolo Sulprizio
18:18 Redmine Patch #1666: explicitly mark versions as complete and restrict target versions
> Nick, thanks for the patch, I like it! It doesn't work for new issues however, so condition should be like > > {|v| !v.completed? || @issue.fixed_version && v.id == @issue.fixed_version.id} I refactored Nick Read's patch, applied it ... Artem Vasiliev
18:15 Redmine Patch #1676: Only show incomplete target versions
This is based on patch by Nick Read at http://www.redmine.org/issues/show/1666, extends it to 2 more usage places, refactors it and adds unit tests. It limits target versions list to only incomplete ones in following places: * New issue form ... Artem Vasiliev
15:07 Redmine Feature #772: Custom fields for timelogs too
Wow, this is cool. Helps a lot! What about showing custom fields (if there are any) in the timelog table? I dont know how this is handled with custom fileds for tickets. But it would be cool to have the custom fields in the table and eg. sort (the... Daniel Netzer
15:01 Redmine Feature #924 (Resolved): Extend time tracking to actually track begin to end times
Resolven in r1690 - just what I needed :-) Daniel Netzer
14:37 Redmine Patch #1666: explicitly mark versions as complete and restrict target versions
Nick Read wrote: > I have attached the latest version of the patch we are using. It relies on implicit closing of versions based on all issues being closed, but I'd much rather use this patch with a explicit "completed" option. Nick, thanks f... Artem Vasiliev
14:20 Redmine Feature #528: Wiki Page Hierarchy and Breadcrumbs
+1 Sascha Egerer
12:19 Redmine Feature #1675: Add 'affected version' as a standard field
Related this to issue 1245 as the issue came up in the comments for that issue too. Russell Hind
12:18 Redmine Feature #1245: close versions
Patrick Oppenlander wrote: > Your board topic makes sense, I have come across the same issue. Have you already entered a feature request for this? I couldn't find one. I think it's related to this issue of closing versions but is probably a separ... Russell Hind
12:17 Redmine Feature #1675: Add 'affected version' as a standard field
As described in this forum "post":http://www.redmine.org/boards/1/topics/show/1170 , the way the Redmine project uses affected versions isn't usable by any redmine installation that has multiple projects. Because custom fields are not on a per-... Russell Hind
01:12 Redmine Feature #1157: Gantt chart for a user across all projects
Yes, this is an important part of managing a project portfolio. As a team, we are never just working on a single project at time, or we have end stages of projects overlapping with start stages of other projects mark bailey

2008-07-22

23:57 Redmine Feature #1043: "My Calendar" page to show assigned items (patch incl)
Hi Carl, Thanks for the patch. Have been using it and it works great. I've made use of Jean-Philippe's improvements to the plugin API in trunk and packaged your patch as a plugin, ready for unzipping under {$Redmine}/vendor/plugins. I also ad... Peter Van den Bosch
23:20 Redmine Defect #1673: Passing full URI for file for svn doesn't work
I've had actually already just read that faq, but I've had the ra_local module already installed and recognised by svn and I get a different error; ... Marc Broekhuis
22:19 Redmine Defect #1674: Error on Repository tab when using SQLServer as db
I get the following error when I navigate to my repository tab. redmine 0.7.3 is running on Windows 2k3, SQL Server 2005 under mongrel (1.1.5), mongrel_service (0.3.4), and ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32]. I have verified... Jason Morris
21:44 Redmine Defect #1673: Passing full URI for file for svn doesn't work
... Jean-Philippe Lang
21:40 Redmine Revision 1693: TOC rendered as an unordered list.
TOC rendered as an unordered list. jplang
21:39 Redmine Defect #1672 (Closed): Exporting wiki page containing a table of contents to HTML produces incorr...
Fixed in r1693. Jean-Philippe Lang
21:07 Redmine Revision 1692: Fixes hard-coded table names in queries.
Fixes hard-coded table names in queries. jplang
21:06 Redmine Revision 1691: Adds boolean and list custom fields for time entries as criteria on timelog report.
Adds boolean and list custom fields for time entries as criteria on timelog report. jplang
21:02 Redmine Revision 1690: Adds custom fields to the time entries csv export.
Adds custom fields to the time entries csv export. jplang
21:00 Redmine Defect #1673: Passing full URI for file for svn doesn't work
Marc Broekhuis wrote: > I've passed it with three slashes in total like: file:///path/to/repo and that doesn't work. When I enter the command svn list --xml file:///path/to/repo manually on the commandline it doesn't work either, but when i leave... Marc Broekhuis
20:57 Redmine Defect #1673: Passing full URI for file for svn doesn't work
I've passed it with three slashes in total like: file:///path/to/repo and that doesn't work. When I enter the command svn list --xml file:///path/to/repo manually on the commandline it doesn't work either, but when i leave out the file:/// part on... Marc Broekhuis
20:54 Redmine Defect #1673: Passing full URI for file for svn doesn't work
I'm sorry about the subject, it should be; passing full URI for a local svn repository doesn't work, but I can't change the subject. Marc Broekhuis
20:54 Redmine Defect #1673 (Closed): Passing full URI for file for svn doesn't work
It works fine with svn 1.5 but the syntax is @file:///@ (3 slashes), not @file://@ Could you try and give feedback please. Jean-Philippe Lang
20:52 Redmine Revision 1689: Adds custom fields on time entries (#772).
Adds custom fields on time entries (#772). jplang
20:51 Redmine Feature #772 (Closed): Custom fields for timelogs too
Custom fields added on time entries in r1689. Jean-Philippe Lang
20:42 Redmine Defect #1673: Passing full URI for file for svn doesn't work
The full URI including 'file://' gets passed to the command 'svn list --xml' with a local svn repository and subversion 1.5.0 doesn't like the 'file://' part. It will only work with an absolute path without 'file://', so just like 'svn list --xml ... Marc Broekhuis
20:24 Redmine Revision 1688: Removed unused exception definition (r1678).
Removed unused exception definition (r1678). jplang
20:12 Redmine Feature #1245: close versions
It seems a couple distinct issues are addressed in this discussion. About marking a version as closed and hiding them when appropriate (the original issue): I've created a patch in #1666. It applies against current trunk (r1684). Please give it... Peter Van den Bosch
19:59 Redmine Revision 1687: Adds mailto link on the user administration list (#1670).
Adds mailto link on the user administration list (#1670). jplang
19:58 Redmine Patch #1670 (Closed): Link user email addresses in User Administration
mailto link added on administration user list in r1687. Jean-Philippe Lang
19:55 Redmine Feature #1649 (Closed): Nice human-friendly URL for the file module
Committed in r1686. Jean-Philippe Lang
19:55 Redmine Revision 1686: Appends the filename to the attachment url so that clients that ignore content-dis...
Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename (#1649). jplang
19:20 Redmine Revision 1685: Move VersionsController#download to AttachmentsController.
Move VersionsController#download to AttachmentsController. jplang
16:15 Redmine Feature #1245: close versions
Patrick Oppenlander wrote: > > Your board topic makes sense, I have come across the same issue. Have you already entered a feature request for this? I couldn't find one. I think it's related to this issue of closing versions but is probably a s... Russell Hind
16:14 Redmine Patch #1635: Plural form for ru.yml
Patch to r1684. Added missed plural form and localized time and date format Azamat Hackimov
15:21 Redmine Feature #1011: Add voting to tickets
I believe simple model of voting will be the best.. Coz 5 stars and -1,0,+1 are weird.. Victor B
15:12 Redmine Feature #1245: close versions
Russell Hind wrote: > > There is an issue with the way Redmine uses affected version that I posted about here: http://www.redmine.org/boards/1/topics/show/1170 which I think adds more weight to the need for affected version to be a standard fie... Patrick Oppenlander
11:57 Redmine Defect #1672: Exporting wiki page containing a table of contents to HTML produces incorrect output
The original link in the wiki is http://www.redmine.org/wiki/redmine/FAQ Russell Hind
11:56 Redmine Defect #1672: Exporting wiki page containing a table of contents to HTML produces incorrect output
If a wiki page containing a {{toc}} tab is exported to HTML (using the 'Other formats: HTML' option at the bottom) then then output of table of contents part of the page is incorrect. The table of contents items aren't placed on separate lines an... Russell Hind
11:05 Redmine Patch #1671: Show a breakdown of estimated/spent/remaining time for a version
Eric Davis wrote: > Looks like the content of @test/unit/version_test.rb@ is duplicated several times in the patch. Yes, right, occasionally version_test.rb contained the same class several times. Attached fixed version. Artem Vasiliev
08:20 Redmine Feature #1245: close versions
Patrick Oppenlander wrote: > +1 Would love to see this feature too. I think Russell might be onto something with his idea that 'Affected Version' could become a standard field where the versions are automatically populated. > There is an iss... Russell Hind
04:48 Redmine Patch #1670: Link user email addresses in User Administration
Jean-Philippe Lang wrote: > Javascript encoding could be applied in account/show but I'm not sure that's worth on the user administration screen. You'd be in trouble if your admin pages are crawled. A simple mail_to should be OK. But I *really... Eric Davis
01:10 Redmine Feature #1245: close versions
+1 Would love to see this feature too. I think Russell might be onto something with his idea that 'Affected Version' could become a standard field where the versions are automatically populated. -Patrick Patrick Oppenlander
00:07 Redmine Feature #1555 (Resolved): Open vs. Closed Issues in Calendar / Activity
A recent commit, r1680, does this, so it should be in release 0.8. You can change the style of closed issues by editing following line in application.css ... Peter Van den Bosch
« Previous
 

Also available in: Atom