From jblauer at tp1.ca Thu Feb 1 10:35:39 2007 From: jblauer at tp1.ca (Joe Blauer) Date: Thu, 01 Feb 2007 10:35:39 -0500 Subject: [Retrospectiva-general] New to Retrospectiva Message-ID: <45C208CB.8040608@tp1.ca> Hi Folks, I'm new to this list, and to open source development. Have been programming in Rails for about a year. We just loaded up and have started to make use of Retrospectiva, and really like it. We will me making modifications and would like, as far as possible, to share them with the community, which I expect to see start growing. I was wondering about the Retrospectiva extension architecture. Is there something written somewhere that can give me a head start understand it (which I've been unable to find) or am I to gain an understanding straight from the source (so to speak ;-). Any pointers would be much appreciated. thanks, Joe From contact at dvisionfactory.com Mon Feb 5 16:22:22 2007 From: contact at dvisionfactory.com (Dimitrij Denissenko) Date: Mon, 05 Feb 2007 21:22:22 +0000 Subject: [Retrospectiva-general] New to Retrospectiva Message-ID: <45C7A00E.4070803@dvisionfactory.com> Sorry, no written extension documentation yet, I will try to write one before the actual 1.0 release. Some general hints: - Look into the code of the currently existing extensions (e.g retro_blog && retro_wiki, both are quite advanced). - Database migrations go into db/migration.rb and must have the following module structure Retrospectiva::Extension::ExtName::Migration - New models (non-existing) go into the models/ directory - Views are in views/ - Tests are in test/ - Images/Stylesheets/CSS are in sub-directories of public/ - Extensions to existing models go into ext/ directory. Please refer to existing extensions for code style and further details. - Controllers & helpers go into the root directory. - Controllers must include the "retrospectiva_extension('ext_name')" directive - Also in the root directory: ext_info.rb includes the hook-up code. routes.rb may contain additional routes ext_settings.yml may contain additional configuration I hope that helps a little. Cheers Dimitrij From fakeleft at imapmail.org Thu Feb 8 23:59:12 2007 From: fakeleft at imapmail.org (fakeleft at imapmail.org) Date: Thu, 08 Feb 2007 23:59:12 -0500 Subject: [Retrospectiva-general] motivation to fork from collaboa Message-ID: <1170997152.5203.1173715123@webmail.messagingengine.com> Hi Dimitrij, I've done a fair bit of looking around and comparing (open source) bug tracking systems in the last couple of days due to a sudden need for one (shame on me for not using something formal beforehand). There's a neat evolution that you at least get a hint of when you compare the "New Ticket" page in Bugzilla, Mantis, Trac, Collaboa, and Retrospectiva - in that order - your creation is certainly the slickest, and i'm keen to give it a shot (i have it installed and running on a Windows box as an initial trial, so i'll either have to get the svn bindings up and running down the road, or just install linux on what I intend to be the production server). Anyway, aside from a congrats and thank you, there is one thing I wanted to find out: why did you choose to fork from Collaboa? A cursory glance in kdiff3 on the latest releases of both shows that you've made a ton of changes, but could those not be made as part of a collaboa contribution? I guess i'm trying to decide which one's better to go with down the road. On a related note, how will you be handling contributions from other developers (i'm a rails/ruby newbie, but after delivering a tomcat/java/jaxor alpha of a reasonably sized app, i get good vibes from rails, so maybe i'll be of some use down the road). Keep up the good work, Raphael -- fakeleft at imapmail.org -- http://www.fastmail.fm - Or how I learned to stop worrying and love email again -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/retrospectiva-general/attachments/20070208/edbf6df5/attachment.html From contact at dvisionfactory.com Fri Feb 9 03:04:20 2007 From: contact at dvisionfactory.com (Dimitrij Denissenko) Date: Fri, 09 Feb 2007 08:04:20 +0000 Subject: [Retrospectiva-general] motivation to fork from collaboa Message-ID: <45CC2B04.5020806@dvisionfactory.com> Hi Raphael! Thanks for the compliments. I already described my reasons for making a fork in http://lists.collaboa.org/pipermail/collaboa-talk/2006-December/000465.html. If you are really interested, you can also have a look on the following thread: http://lists.collaboa.org/pipermail/collaboa-talk/2006-November/000426.html. My general plan for releasing and packaging: Once Retrospectiva 1.0 is released I will create a stable tag in the SVN repository, so experienced users can keep their installations up-to-date simply by running 'svn update'. Of course they could also switch their installations according to version tags if they want to be more in control of updates and changes (e.g. svn sw svn://host/retrospectiva/tags/1.0.1) . On the other hand I also plan to create installation-packages for newbies (similar to the approach used by the mephisto blog), containing everything the user needs to run retrospectiva. My other goal is to create a more detailed documentation, but due to a lack of time (I need to make a priority decision: coding or documenting) I would really appreciate any help from the users of Retrospectiva, so here, once again, my appeal: --- Please, please, please take just a few minutes of your time and commit your useful experiences with Retrospectiva to the Wiki. Many thanks! --- Best regards Dimitrij From m.zecko at gmail.com Fri Feb 16 21:09:48 2007 From: m.zecko at gmail.com (m.zeckinger) Date: Sat, 17 Feb 2007 03:09:48 +0100 Subject: [Retrospectiva-general] no subversion support problem with svn-ruby? Message-ID: <8be6656c0702161809w1f411b6cy7f53b11667f14aeb@mail.gmail.com> hi list, i am trying to get retrospectiva running on a debian sarge system. no success yet. the subversion linkings seem to not work. after trying the following command $ irb irb(main):001:0> require 'svn/core' as suggested in http://collaboa.org/docs/svnbindings/install - it looks like if the subversion bindings are not working. i tried everything as stated in the retrospectiva wiki (quick install) -- installing via backports and apt-get -t sarge-backports install libsvn-ruby anyone has this running on debian? any hints? thanks a lot! mz From kou at cozmixng.org Fri Feb 16 21:51:51 2007 From: kou at cozmixng.org (Kouhei Sutou) Date: Sat, 17 Feb 2007 11:51:51 +0900 (JST) Subject: [Retrospectiva-general] no subversion support problem with svn-ruby? In-Reply-To: <8be6656c0702161809w1f411b6cy7f53b11667f14aeb@mail.gmail.com> References: <8be6656c0702161809w1f411b6cy7f53b11667f14aeb@mail.gmail.com> Message-ID: <20070217.115151.147998850.kou@cozmixng.org> Hi, > i am trying to get retrospectiva running on a debian sarge system. no > success yet. the subversion linkings seem to not work. after trying > the following command > $ irb > irb(main):001:0> require 'svn/core' Could you show us the result of the statement? Thanks, -- kou From eric at extremeboredom.net Sun Feb 18 04:28:42 2007 From: eric at extremeboredom.net (Eric Butler) Date: Sun, 18 Feb 2007 01:28:42 -0800 Subject: [Retrospectiva-general] [PATCH] OpenID support Message-ID: <45D81C4A.7050807@extremeboredom.net> Hi everyone, Attached is a preliminary patch that adds OpenID login support to Retrospectiva. ------------------- What is OpenID? OpenID is a light-weight, decentralized authentication mechanism that allows you to have one login that you can use anywhere on the Internet. http://iwantmyopenid.org/about/openid ------------------- One issue I ran into has to do with terminology. Retrospectiva uses the term "login" to represent a user's username/nickname. When logging in using OpenID, this doesn't really makes sense, because it was not used to log in. Right now, I've changed the UI to say "nickname" instead. What are your thoughts on this? Regards, Eric -------------- next part -------------- A non-text attachment was scrubbed... Name: retrospectiva_openid_1.patch Type: text/x-patch Size: 18865 bytes Desc: not available Url : http://rubyforge.org/pipermail/retrospectiva-general/attachments/20070218/e44cc28f/attachment-0001.bin From n.chalon at gmail.com Mon Feb 19 10:49:04 2007 From: n.chalon at gmail.com (Nicolas Chalon) Date: Mon, 19 Feb 2007 16:49:04 +0100 Subject: [Retrospectiva-general] sybtax coloring Message-ID: Hi all, Is there any already-made-easy way that I can use to enable syntax coloring for C-Sharp files in retrospectiva. Thanks in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/retrospectiva-general/attachments/20070219/07d31eef/attachment.html From peter.fastre at gmail.com Mon Feb 19 17:51:17 2007 From: peter.fastre at gmail.com (=?ISO-8859-1?Q?Peter_Fastr=E9?=) Date: Mon, 19 Feb 2007 23:51:17 +0100 Subject: [Retrospectiva-general] New to retrospectiva Message-ID: <4eb3d2620702191451q2dc538a6p30169a43f7dfb91a@mail.gmail.com> Hello I'm new to retrospectiva, and I think it's a very decent application. I've tried trac, and found it horrible to manage, tried collabo but didn't seem to find a way to host multiple project. So I think I will stay with Retrospectiva, thanks guys! As I'm not a Rails programmer, I don't think I can contribute very much to the project. But I do have a question. First, is it possible to have Retrospectiva send an email to me, each time someone changes something? It would be nice if I was warned by mail when something's changed. That way, I wouldn't need to open each project every day, to check if the users filed some new tickets. I've seen an email option in the preferences, but I'm not sure what's the purpose about that. Can you please clarify this? Another nice option (which would make the email option superstitious) is the RSS feed. It is working, but only when you're logged in. I didn't succeed in creating the RSS feed in my RSS reader, because the RSS url renders an HTML page when not logged in. The RSS reader can't recognize this as an XML string, and returns an error. Is this behaviour normal? Maybe there should be built something like you can pass the username/password on the url as querystring parameters? Would that be the solution? thanks in advance for your reply Peter Fastr? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/retrospectiva-general/attachments/20070219/fa1a414d/attachment.html From contact at dvisionfactory.com Tue Feb 20 03:08:30 2007 From: contact at dvisionfactory.com (Dimitrij Denissenko) Date: Tue, 20 Feb 2007 08:08:30 +0000 Subject: [Retrospectiva-general] sybtax coloring In-Reply-To: References: Message-ID: <45DAAC7E.3080906@dvisionfactory.com> Unfortunately not! I currently use the CodeRay library for syntax colouring, but the project seems to be a little bit "pending" at the moment. I am also not very happy with this solution, because currently only a few languages are supported. Nevertheless, there are four what YOU personally can do: - Contact the author of CodeRay (http://coderay.rubychan.de/) and ask him to implement C# (and Java, please !!! ;-)), or - implement C# support for CodeRay on your own (and provide it to the community ;-)), or - find for me an other existing syntax highlighting library I could use for Retrospectiva, or - port an existing very well working solution to Ruby (e.g.: http://search.cpan.org/~hanje/Syntax-Highlight-Engine-Kate/) Cheers Dimitrij Nicolas Chalon wrote: > Hi all, > > Is there any already-made-easy way that I can use to enable syntax > coloring for C-Sharp files in retrospectiva. > > Thanks in advance > ------------------------------------------------------------------------ > > _______________________________________________ > Retrospectiva-general mailing list > Retrospectiva-general at rubyforge.org > http://rubyforge.org/mailman/listinfo/retrospectiva-general > From n.chalon at gmail.com Tue Feb 20 08:26:05 2007 From: n.chalon at gmail.com (Nicolas Chalon) Date: Tue, 20 Feb 2007 14:26:05 +0100 Subject: [Retrospectiva-general] sybtax coloring In-Reply-To: <45DAAC7E.3080906@dvisionfactory.com> References: <45DAAC7E.3080906@dvisionfactory.com> Message-ID: Hi, I am currently looking at implementing the second solution as soon as i get something working i will send it to you Regards Nicolas On 2/20/07, Dimitrij Denissenko wrote: > > Unfortunately not! I currently use the CodeRay library for syntax > colouring, but the project seems to be a little bit "pending" at the > moment. I am also not very happy with this solution, because currently > only a few languages are supported. > > Nevertheless, there are four what YOU personally can do: > - Contact the author of CodeRay (http://coderay.rubychan.de/) and ask > him to implement C# (and Java, please !!! ;-)), or > - implement C# support for CodeRay on your own (and provide it to the > community ;-)), or > - find for me an other existing syntax highlighting library I could use > for Retrospectiva, or > - port an existing very well working solution to Ruby (e.g.: > http://search.cpan.org/~hanje/Syntax-Highlight-Engine-Kate/) > > Cheers > Dimitrij > > > Nicolas Chalon wrote: > > Hi all, > > > > Is there any already-made-easy way that I can use to enable syntax > > coloring for C-Sharp files in retrospectiva. > > > > Thanks in advance > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Retrospectiva-general mailing list > > Retrospectiva-general at rubyforge.org > > http://rubyforge.org/mailman/listinfo/retrospectiva-general > > > > > _______________________________________________ > Retrospectiva-general mailing list > Retrospectiva-general at rubyforge.org > http://rubyforge.org/mailman/listinfo/retrospectiva-general > -- Nicolas CHALON n.chalon at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/retrospectiva-general/attachments/20070220/95669738/attachment.html From contact at dvisionfactory.com Wed Feb 21 02:44:40 2007 From: contact at dvisionfactory.com (Dimitrij Denissenko) Date: Wed, 21 Feb 2007 07:44:40 +0000 Subject: [Retrospectiva-general] New to retrospectiva In-Reply-To: <4eb3d2620702191451q2dc538a6p30169a43f7dfb91a@mail.gmail.com> References: <4eb3d2620702191451q2dc538a6p30169a43f7dfb91a@mail.gmail.com> Message-ID: <45DBF868.5020209@dvisionfactory.com> Peter Fastr? wrote: > Hello > > I'm new to retrospectiva, and I think it's a very decent application. > I've tried trac, and found it horrible to manage, tried collabo but > didn't seem to find a way to host multiple project. > So I think I will stay with Retrospectiva, thanks guys! As I'm not a > Rails programmer, I don't think I can contribute very much to the project. > > But I do have a question. > > First, is it possible to have Retrospectiva send an email to me, each > time someone changes something? It would be nice if I was warned by > mail when something's changed. That way, I wouldn't need to open each > project every day, to check if the users filed some new tickets. > I've seen an email option in the preferences, but I'm not sure what's > the purpose about that. Can you please clarify this? There is already a ticket for that. Please have a look at http://retrospectiva.org/ticket/37. The problem with integrating a notification system in 1.0 is, that several people need to be notified as soon as a ticket has been changed (author, the assigned user, any other interested, etc.). This situation adds a requirement for background processor (either cron or something like backgroundDRb). > > Another nice option (which would make the email option superstitious) > is the RSS feed. It is working, but only when you're logged in. I > didn't succeed in creating the RSS feed in my RSS reader, because the > RSS url renders an HTML page when not logged in. The RSS reader can't > recognize this as an XML string, and returns an error. > Is this behaviour normal? Maybe there should be built something like > you can pass the username/password on the url as querystring > parameters? Would that be the solution? Are your projects private or public? Usually RSS is available to public only (e.g. to enable RSS for tickets, the 'Default' group needs to include the 'View tickets' permission). To see what feeds are available, just go (in a web browser) to retro.yourpage.com/projects/project_name/rss. The page will display you all available RSS feed for the selected project. Regards Dimitrij From grimm at grimmwerks.com Wed Feb 21 05:24:11 2007 From: grimm at grimmwerks.com (grimmwerks) Date: Wed, 21 Feb 2007 05:24:11 -0500 Subject: [Retrospectiva-general] getting it up and running with apache? In-Reply-To: <45DBF868.5020209@dvisionfactory.com> References: <4eb3d2620702191451q2dc538a6p30169a43f7dfb91a@mail.gmail.com> <45DBF868.5020209@dvisionfactory.com> Message-ID: <3C921E3C-981A-41AE-8890-741477B874FF@grimmwerks.com> hey - trying to get retro up and running on an osx box with apache and fastcgi, but it just doesn't seem to be working. Can you give a quick writeup on the best way to get that going? Also, the component/plugin architecture -- how possible would it be to add a phpBB type of interface to it as well? I'm thinking about the way our developers have a lot of inter-office communication using email; it'd be great if there was just one place they can post items seperated by projects, so that new devs can get up to speed by just going to that area... From grimm at grimmwerks.com Tue Feb 27 13:19:24 2007 From: grimm at grimmwerks.com (grimmwerks) Date: Tue, 27 Feb 2007 13:19:24 -0500 Subject: [Retrospectiva-general] getting retrospectiva up with apache / fastcgi? In-Reply-To: <45DAAC7E.3080906@dvisionfactory.com> References: <45DAAC7E.3080906@dvisionfactory.com> Message-ID: <3C7F18CE-D9FB-43BF-9B8A-D433B0325578@grimmwerks.com> Does anyone have a tutorial on how to get this setup this way? From n.chalon at gmail.com Tue Feb 27 14:55:01 2007 From: n.chalon at gmail.com (Nicolas Chalon) Date: Tue, 27 Feb 2007 20:55:01 +0100 Subject: [Retrospectiva-general] getting retrospectiva up with apache / fastcgi? In-Reply-To: <3C7F18CE-D9FB-43BF-9B8A-D433B0325578@grimmwerks.com> References: <45DAAC7E.3080906@dvisionfactory.com> <3C7F18CE-D9FB-43BF-9B8A-D433B0325578@grimmwerks.com> Message-ID: Hi, I did it using an apache 2.X -->pound--> mongrel_cluster setup so i cant help you. But if you have question about the above mentionned setup i can try to help you. Cheers On 2/27/07, grimmwerks wrote: > > Does anyone have a tutorial on how to get this setup this way? > > > _______________________________________________ > Retrospectiva-general mailing list > Retrospectiva-general at rubyforge.org > http://rubyforge.org/mailman/listinfo/retrospectiva-general > -- Nicolas CHALON n.chalon at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/retrospectiva-general/attachments/20070227/15eba694/attachment.html From grimm at grimmwerks.com Tue Feb 27 15:58:14 2007 From: grimm at grimmwerks.com (grimmwerks) Date: Tue, 27 Feb 2007 15:58:14 -0500 Subject: [Retrospectiva-general] getting retrospectiva up with apache / fastcgi? In-Reply-To: References: <45DAAC7E.3080906@dvisionfactory.com> <3C7F18CE-D9FB-43BF-9B8A-D433B0325578@grimmwerks.com> Message-ID: <95572A08-6AE3-428E-AB31-7587CC438C96@grimmwerks.com> Thanks - but even testing with webrick I'm getting errors: => Booting WEBrick... /opt/local/lib/ruby/1.8/fileutils.rb:243:in `mkdir': Permission denied - script/../config/../tmp/cache (Errno::EACCES) from /opt/local/lib/ruby/1.8/fileutils.rb:243:in `fu_mkdir' from /opt/local/lib/ruby/1.8/fileutils.rb:217:in `mkdir_p' from /opt/local/lib/ruby/1.8/fileutils.rb:215:in `reverse_each' from /opt/local/lib/ruby/1.8/fileutils.rb:215:in `mkdir_p' from /opt/local/lib/ruby/1.8/fileutils.rb:201:in `each' from /opt/local/lib/ruby/1.8/fileutils.rb:201:in `mkdir_p' from /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.2/lib/ commands/server.rb:38 from /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.2/lib/ commands/server.rb:38:in `each' from /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.2/lib/ commands/server.rb:38 from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/ custom_require.rb:27:in `gem_original_require' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/ custom_require.rb:27:in `require' from /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.1/ lib/active_support/dependencies.rb:495:in `require' from /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.1/ lib/active_support/dependencies.rb:342:in `new_constants_in' from /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.1/ lib/active_support/dependencies.rb:495:in `require' from script/server:3 From grimm at grimmwerks.com Tue Feb 27 16:24:37 2007 From: grimm at grimmwerks.com (grimmwerks) Date: Tue, 27 Feb 2007 16:24:37 -0500 Subject: [Retrospectiva-general] customizing dropdown fields In-Reply-To: References: <45DAAC7E.3080906@dvisionfactory.com> <3C7F18CE-D9FB-43BF-9B8A-D433B0325578@grimmwerks.com> Message-ID: hey - got the webrick one to run. Is it possible to a) edit the existing values for the ticket dropdown menus (for both ticket assigning as well as filtering) b) create NEW dropdowns and add our own custom values which will also be available for filtering? I'm assuming a) might not be too bad (though I imagine some ruby code) but think b) might not be possible right now? From grimm at grimmwerks.com Tue Feb 27 17:00:25 2007 From: grimm at grimmwerks.com (grimmwerks) Date: Tue, 27 Feb 2007 17:00:25 -0500 Subject: [Retrospectiva-general] customizing dropdown fields In-Reply-To: References: <45DAAC7E.3080906@dvisionfactory.com> <3C7F18CE-D9FB-43BF-9B8A-D433B0325578@grimmwerks.com> Message-ID: One more thing - though I do like the seperation of each project having it's own blog/wiki/tickets, is there a way of a user seeing all the items assigned to them across projects? RSS feeds of those, etc? From contact at dvisionfactory.com Wed Feb 28 03:14:01 2007 From: contact at dvisionfactory.com (Dimitrij Denissenko) Date: Wed, 28 Feb 2007 08:14:01 +0000 Subject: [Retrospectiva-general] customizing dropdown fields In-Reply-To: References: <45DAAC7E.3080906@dvisionfactory.com> <3C7F18CE-D9FB-43BF-9B8A-D433B0325578@grimmwerks.com> Message-ID: <45E539C9.1070104@dvisionfactory.com> Hi! Ad a: Yes, but only through manually changing the database field. It is currently also not recommended to add/remove items. Both will be changed in v.1.1 (see http://retrospectiva.org/ticket/104). Ad b: Not right now, but it will be in v.1.1, if you create an "Enhancement" ticket for that. Regards Dimitrij grimmwerks wrote: > hey - got the webrick one to run. > > Is it possible to > > a) edit the existing values for the ticket dropdown menus (for both > ticket assigning as well as filtering) > b) create NEW dropdowns and add our own custom values which will also > be available for filtering? > > I'm assuming a) might not be too bad (though I imagine some ruby > code) but think b) might not be possible right now? > _______________________________________________ > Retrospectiva-general mailing list > Retrospectiva-general at rubyforge.org > http://rubyforge.org/mailman/listinfo/retrospectiva-general > From contact at dvisionfactory.com Wed Feb 28 03:16:46 2007 From: contact at dvisionfactory.com (Dimitrij Denissenko) Date: Wed, 28 Feb 2007 08:16:46 +0000 Subject: [Retrospectiva-general] customizing dropdown fields In-Reply-To: References: <45DAAC7E.3080906@dvisionfactory.com> <3C7F18CE-D9FB-43BF-9B8A-D433B0325578@grimmwerks.com> Message-ID: <45E53A6E.8000002@dvisionfactory.com> Currently not, but again: propose any of your ideas in detail as a ticket to Retrospectiva. You could also implement the changes yourself and provide a patch to the code, any help is appreciated. Regards Dimitrij grimmwerks wrote: > One more thing - though I do like the seperation of each project > having it's own blog/wiki/tickets, is there a way of a user seeing > all the items assigned to them across projects? RSS feeds of those, etc? > _______________________________________________ > Retrospectiva-general mailing list > Retrospectiva-general at rubyforge.org > http://rubyforge.org/mailman/listinfo/retrospectiva-general > From n.chalon at gmail.com Wed Feb 28 03:14:57 2007 From: n.chalon at gmail.com (Nicolas Chalon) Date: Wed, 28 Feb 2007 09:14:57 +0100 Subject: [Retrospectiva-general] getting retrospectiva up with apache / fastcgi? In-Reply-To: <95572A08-6AE3-428E-AB31-7587CC438C96@grimmwerks.com> References: <45DAAC7E.3080906@dvisionfactory.com> <3C7F18CE-D9FB-43BF-9B8A-D433B0325578@grimmwerks.com> <95572A08-6AE3-428E-AB31-7587CC438C96@grimmwerks.com> Message-ID: seems that you have permission problem on tmp folder maybe check your permission settings by re-reading the quick-install tutorial on retrospectiva wiki theres a part concerning permissions On 2/27/07, grimmwerks wrote: > > Thanks - but even testing with webrick I'm getting errors: > > => Booting WEBrick... > /opt/local/lib/ruby/1.8/fileutils.rb:243:in `mkdir': Permission > denied - script/../config/../tmp/cache (Errno::EACCES) > from /opt/local/lib/ruby/1.8/fileutils.rb:243:in `fu_mkdir' > from /opt/local/lib/ruby/1.8/fileutils.rb:217:in `mkdir_p' > from /opt/local/lib/ruby/1.8/fileutils.rb:215:in `reverse_each' > from /opt/local/lib/ruby/1.8/fileutils.rb:215:in `mkdir_p' > from /opt/local/lib/ruby/1.8/fileutils.rb:201:in `each' > from /opt/local/lib/ruby/1.8/fileutils.rb:201:in `mkdir_p' > from /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.2/lib/ > commands/server.rb:38 > from /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.2/lib/ > commands/server.rb:38:in `each' > from /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.2/lib/ > commands/server.rb:38 > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/ > custom_require.rb:27:in `gem_original_require' > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/ > custom_require.rb:27:in `require' > from /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.1/ > lib/active_support/dependencies.rb:495:in `require' > from /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.1/ > lib/active_support/dependencies.rb:342:in `new_constants_in' > from /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.1/ > lib/active_support/dependencies.rb:495:in `require' > from script/server:3 > -- Nicolas CHALON n.chalon at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/retrospectiva-general/attachments/20070228/29228134/attachment.html From n.chalon at gmail.com Wed Feb 28 03:19:22 2007 From: n.chalon at gmail.com (Nicolas Chalon) Date: Wed, 28 Feb 2007 09:19:22 +0100 Subject: [Retrospectiva-general] customizing dropdown fields In-Reply-To: References: <45DAAC7E.3080906@dvisionfactory.com> <3C7F18CE-D9FB-43BF-9B8A-D433B0325578@grimmwerks.com> Message-ID: Just to make thinks clear, i am not part of the retrospectiva team at all, i am just a user that installed retrospectiva a month ago and trying to help if i think that i can ;) For enhancement things you could maybe check in the ticketing system on http://retrospectiva.org siteto see if the problem/change request is not already listed there. Cheers On 2/27/07, grimmwerks wrote: > > One more thing - though I do like the seperation of each project > having it's own blog/wiki/tickets, is there a way of a user seeing > all the items assigned to them across projects? RSS feeds of those, etc? > -- Nicolas CHALON n.chalon at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/retrospectiva-general/attachments/20070228/03d558b5/attachment.html