Activity
From 2010-02-02 to 2010-02-04
2010-02-04
-
23:47 Defect #4499: Upgrade redmine to 0.9 gives error msg "uninitialized constant ActionController::AbstractRequest"
I also had this error for a fresh install of redmine 0.9.1.
The link Jack mentioned also solved the problem for ...-
23:47 Defect #4731: If I click the Update link too soon the update form is shown without the issue
- [Homer Simpson: Duh!] Yes I do. Sorry.
-
20:30 Defect #4731: If I click the Update link too soon the update form is shown without the issue
- > [Aside - also PLEASE reconsider duplicating those action links at the bottom of the page as well as the top. What i...
-
00:23 Defect #4731 (New): If I click the Update link too soon the update form is shown without the issue
- We all know the problem - you think the issue has finished loading, hit the update link, and only get the update form...
-
23:30 Feature #3071: connect ecm systems to redmine
- +1
-
22:47 Patch #4739 (Closed): Russian translation update
- Agreed, commited.
-
15:11 Patch #4739: Russian translation update
- +1.
The patch is correct. -
13:50 Patch #4739 (Closed): Russian translation update
- More correctly translated strings.
-
22:47 Patch #4738 (Closed): Japanese Translation for r3363
- Commited, than you.
-
13:41 Patch #4738 (Closed): Japanese Translation for r3363
- * added keys
** label_close_versions
** label_board_locked
** label_board_sticky -
20:44 Defect #4737 (Resolved): An invalid issue query returns a DoubleRenderError
- Fixed in r3366.
-
11:25 Defect #4737 (Closed): An invalid issue query returns a DoubleRenderError
- If you try to get an unknown format for the issues (i.e. http://redmine/issues.abc), the controller throws a double r...
-
20:33 Defect #4708 (Closed): export to PDF do not work correctly with Czech language
-
19:59 Defect #4735 (Closed): Update from 0.8.7 to 0.9.1
-
19:56 Defect #4735: Update from 0.8.7 to 0.9.1
- Please try to run:
ruby script/runner -e production 'Project.rebuild!' -
16:32 Defect #4735: Update from 0.8.7 to 0.9.1
- Yes.
root@ruby:/opt/redmine/redmine-0.9.1# rake db:migrate RAILS_ENV=production
(in /opt/redmine/redmine-0.9.1)
... -
16:28 Defect #4735: Update from 0.8.7 to 0.9.1
- Have you made all the "upgrading":http://www.redmine.org/wiki/redmine/RedmineUpgrade steps correctly?
Especially, "... -
11:07 Defect #4735: Update from 0.8.7 to 0.9.1
- root@ruby:/opt/redmine/redmine-0.9.1/log# gem list
*** LOCAL GEMS ***
actionmailer (2.3.5)
actionpack (2.3.5)
... -
11:06 Defect #4735: Update from 0.8.7 to 0.9.1
- Processing ProjectsController#index (for 192.168.22.16 at 2010-02-04 11:13:26) [GET]
Parameters: {"action"=>"index... -
11:05 Defect #4735 (Closed): Update from 0.8.7 to 0.9.1
-
19:59 Defect #4721: Subprojects list error after redmine update(0.8.7-->0.9.1)
- Please try to run:
ruby script/runner -e production 'Project.rebuild!'
from your Redmine directory. -
19:57 Defect #4712 (Closed): Redmine 0.9.1 upgraded from 0.8.7 (and gem to 1.3.5, rails to latest): redmine install down: dependencies.rb:440:in `load_missing_constant': uninitialized constant ActionController::AbstractRequest (NameError)
-
19:57 Defect #4740 (Closed): update from 0.8x to 0.9x problem
-
17:03 Defect #4740: update from 0.8x to 0.9x problem
- hmm...
after updating passenger - all ok -
16:36 Defect #4740: update from 0.8x to 0.9x problem
- Thanx.
And a further question:
installing rack - ok
migration - ok
restart passenger - ok
try to login... TA... -
16:10 Defect #4740: update from 0.8x to 0.9x problem
- From whatever reason, you seem to need exactly rack 1.0.1, which I was able to install with
gem install rack -v ... -
14:28 Defect #4740 (Closed): update from 0.8x to 0.9x problem
- $rake db:migrate
(in /var/www/vhosts/ror/redmine_tracker/current)
rake aborted!
RubyGem version error: rack(0.4.0 ... -
19:55 Defect #4725: Error displaying Project's Settings when repository configured
- I can't reproduce. Project settings with a svn repository configured display just fine.
> How can I help you ?
... -
19:47 Defect #4734 (Closed): Test Emai generated, not send
- Please, no support request here.
I have no way to guess why you're not receiving the email that is sent by Redmine. -
10:30 Defect #4734 (Closed): Test Emai generated, not send
- *Please help me on this. Its really important.
My test email is getting generated but not getting send to my domain.... -
17:10 Feature #1077: ICS view of Calendar
- Hi all,
I am running the current stable version of Redmine (0.8.7). I have changed the 3 files according to path #... -
17:10 Defect #4503: unable to browse git repositories since move to 0.9
- Someone could tell me how to debug it?
-
15:38 Feature #4741 (New): Improve Bazaar repositories error message in case to use shared repository
- This was originally miscategorized as Feature #2799.
This is a common use case as it prevents the standard trunk/bra... -
11:23 Patch #4736 (Closed): deprecation warning in extra/svn/reposman.rb
- I get this message when running reposman.rb:
@DEPRECATION WARNING: require "activeresource" is deprecated and will... -
09:28 Feature #4722 (Closed): Display spent time in issues overview
-
09:09 Feature #4722 (Resolved): Display spent time in issues overview
- I just found out that this is already possible. At the project overview you can see the spent time for all issues (ht...
-
08:32 Defect #4688: Email Notification
- Please help me with this.
What all different steps are needed to enable email notification.
I made an entry in the ... -
06:43 Feature #2799: Support for Bazaar's shared reposetories (created with init-repo)
- There are 2 ways to identify the shared repository:
* *bzr info* will list 'shared repository: .'
* .bzr/repository... -
03:25 Patch #2173: Update the Git repository automatically
- Found a couple of errors in my last submission. Added even more error checks and a call to modify the hooks director...
-
02:26 Patch #2173: Update the Git repository automatically
- I added bare repo creation via ssh or file and the ability to set a global redmineGitBase from within the script. I ...
-
00:33 Defect #4733 (Closed): Slow SQL Queries
- Since updating to 0.9 Redmine has been showing up in my mySQL slow log every day. This is todays entry:...
-
00:30 Feature #4210 (Closed): View subproject description in Projects page
-
00:26 Patch #4732 (Closed): Make login case-insensitive also for PostgreSQL
- When using MySQL as the backend, it will automatically do case-insensitive comparisons.
For a PostgreSQL database, h... -
00:19 Defect #4726 (Closed): Trackers Screen Information Garbled after 0.9.1 Upgrade
-
00:01 Feature #4719 (Closed): Set Manager projects and subprojects
2010-02-03
-
23:32 Defect #4726 (Resolved): Trackers Screen Information Garbled after 0.9.1 Upgrade
- Yes, tried it from a browser that has never logged into our instance and it was good. Thank you for the assistance.
-
22:53 Defect #4726: Trackers Screen Information Garbled after 0.9.1 Upgrade
- Clear your browsers cache and I think your problem will be gone
-
17:26 Defect #4726: Trackers Screen Information Garbled after 0.9.1 Upgrade
- Sorry I forgot to choose Affected version 0.9.1. Could someone with permissions to change that, correct my oversight...
-
17:25 Defect #4726 (Closed): Trackers Screen Information Garbled after 0.9.1 Upgrade
- I upgraded from 0.8.3 according to the wiki documentation, which is how I have upgraded from .7 versions forward. Al...
-
18:05 Feature #4730: Add Closed Date to Issue Filter
- This request is similar to the forum entry here: http://www.redmine.org/boards/2/topics/9513
-
18:03 Feature #4730 (Closed): Add Closed Date to Issue Filter
- I can query/filter issues by created, updated, and due dates. However, I cannot query by when the issue was actually...
-
17:57 Feature #4729 (Closed): Add Date-Based Filters for Issues List
- It would be great to be able to filter the issue list by specific dates for date based fields in addition to xx days ...
-
17:44 Defect #4728 (Closed): Bugs in Version sharing
- * closed versions are still listed in Target version field, when adding/editing ticket
* shared versions are visible... -
17:36 Patch #4727 (Closed): Include user-specified field selection issues CSV export
- This is an extension of #3614, which only dealt with making exported columns in PDF documents match the output of a c...
-
16:49 Defect #4725 (New): Error displaying Project's Settings when repository configured
- After the migration from 0.8.7 to 0.9.1, Redmine display a 500 Internal Error when I click "Settings" on a project th...
-
16:29 Feature #4210 (Resolved): View subproject description in Projects page
- This issue is resolved in Redmine 0.9.1
-
16:13 Feature #3082: Repository Search
- Another alternative could be creating a plugin for indexing the repository on each project, using Ferret (Lucene port...
-
15:33 Feature #3082: Repository Search
- +1
-
15:49 Defect #4724: Page goes blank for large item listings
- Amil Waduwawara wrote:
> ... the page becomes blank ...
It's actually not the entire page goes blank; it's the li... -
15:32 Defect #4724: Page goes blank for large item listings
- Sorry, I forgot to mention the version I'm using. It's Redmine v0.8.4 Final.
-
15:31 Defect #4724 (Closed): Page goes blank for large item listings
- When showing a large item list (in *Overall Activity*) the page becomes blank after some number of items on Firefox v...
-
13:27 Feature #4719: Set Manager projects and subprojects
- Yes, Ok I upgraded to 0.9.1 and it is what i need. Verry good. Thank
-
09:45 Feature #4719: Set Manager projects and subprojects
- This should already be available in 0.9: Give the manager role the permission to create subprojects, make one "parent...
-
02:08 Feature #4719 (Closed): Set Manager projects and subprojects
- I need this function:
I am administrator in my redmine application, but I need set project manager for some projects... -
12:45 Feature #3071: connect ecm systems to redmine
- +1
-
11:29 Defect #4723: HTML is shown while the target version selection
- Looks very similar to #4376. Make sure you're using the appropriate Rails version for 0.9.1, which is Rails 2.3.5.
-
10:45 Defect #4723: HTML is shown while the target version selection
- I'm using Debian and installed redmine by the debian packages manager.
The following code is that I think to be th... -
10:22 Defect #4723 (Closed): HTML is shown while the target version selection
- With Chrome and iceweasel web brower and the 0.9.1-1 redmine version,
on the target version selection, HTML is shown... -
11:07 Feature #4601: Issue spent time recording
- I have already resolved that problem - the method name is day_name(wday). I still do not understand how could it be, ...
-
09:39 Feature #4601: Issue spent time recording
- The localization function is @l()@ in redmine, but I don't know if it'd work for dates. Maybe this would better be as...
-
02:56 Feature #4601: Issue spent time recording
- Frfgh... please help: How can I localize the day names?
date.strftime('%A')
produces the english day names. I n... -
10:05 Defect #4716: Git repository performance fall on parsing new commits after 0.9.1 update
- Parsing a new commit (maybe it was 4 new commits this time, not one) takes around 1700 seconds (28 minutes). For that...
-
09:48 Defect #4720 (Closed): Testando
- Please use the "demo redmine":http://demo.redmine.org for testing purposes.
-
02:45 Defect #4720 (Closed): Testando
-
09:06 Feature #4722 (Closed): Display spent time in issues overview
- Currently it's possible to show the estemated time of an issue in the issues overview. It be nice if the actual spent...
-
07:57 Defect #4721 (Closed): Subprojects list error after redmine update(0.8.7-->0.9.1)
- After upgrade(0.8.7-->0.9.1), the tab "Projects" produces an error:
NoMethodError in Projects#index
Showing app/vi... -
02:02 Defect #61: Broken character encoding in pdf export
- > Doing this means that I can output PDF files. HOWEVER these files can only display Hiragana and Katakana and cannot...
-
02:00 Defect #61: Broken character encoding in pdf export
- Ok, so this is how I have managed to get it (half) working on 0.9.1
# Update RFPDF with ... -
00:40 Feature #2852: Clean Incoming Email of quoted text "----- Reply above this line ------"
- @James: If you want to put the line at the top of the mails you generate for issues, edit @app/views/mailer/issue*@ a...
2010-02-02
-
23:23 Feature #1077: ICS view of Calendar
- Hi,
Is there any plan to update the patch files for Redmine 0.9.1 ? It does not seem a big work to edit the patch,... -
20:52 Defect #4718 (Closed): MenuManager dies if you delete all items and then re-add
- If you delete all items for :top_menu and try to push new ones back, it errors out. An easy workaround is to delete ...
-
20:52 Defect #4704 (Closed): ActionController::AbstractRequest error
- Jeffrey, you were not running a fresh 0.9.1.
Eg. @vendor/plugins/actionwebservice@ has gone for a while. -
17:31 Defect #4704: ActionController::AbstractRequest error
- Johannes Koch wrote:
> Jeffrey Jones wrote:
> > Which plugins did you remove?
> > Were they third-party?
> > Were... -
08:42 Defect #4704: ActionController::AbstractRequest error
- Jeffrey Jones wrote:
> Which plugins did you remove?
> Were they third-party?
> Were they possibly mandatory in 0.... -
05:26 Defect #4704: ActionController::AbstractRequest error
- Hi guys,
Take a look at #4499
For me, deleting old files following step 3, and then applying steps 4 and 5 from... -
04:41 Defect #4704: ActionController::AbstractRequest error
- I'm not sure if our bug #4712 is related, and if the blind edit/fix proposal there can help you here.
Would also k... -
01:09 Defect #4704: ActionController::AbstractRequest error
- Which plugins did you remove?
Were they third-party?
Were they possibly mandatory in 0.8.7 and are now optional?
D... -
19:12 Feature #2964: Ability to assign issues to groups
- +1
Eric Davis wrote:
> Should there be a setting to enable/disable assigning to a group?
It might be also bene... -
16:47 Feature #2852: Clean Incoming Email of quoted text "----- Reply above this line ------"
- Felix Schäfer wrote:
> Won't be possible even with @--- Respond above here ---@, because even if you put it right at... -
14:19 Feature #2852: Clean Incoming Email of quoted text "----- Reply above this line ------"
- Won't be possible even with @--- Respond above here ---@, because even if you put it right at the beginning of the em...
-
02:14 Feature #2852: Clean Incoming Email of quoted text "----- Reply above this line ------"
- Yeah, that new feature works great but I still need to be able to add something this in order to set the option withi...
-
01:53 Feature #2852: Clean Incoming Email of quoted text "----- Reply above this line ------"
- I think this may be achievable with configuration now that #4409 is in.
-
16:39 Defect #4499: Upgrade redmine to 0.9 gives error msg "uninitialized constant ActionController::AbstractRequest"
- I got the same error. I did download redmine from sourceforge and made a new installation. Every thing works fine, un...
-
15:21 Feature #4717 (New): Make wiki tab link use the actual link that contains the page name.
- *Observed*:
Direct link: http://www.redmine.org/projects/redmine/wiki
*Desired*:
Actual link with *page name*: ... -
14:18 Defect #4565 (Resolved): settings : stack level too deep
- removed code review plugin, then it works
i upgraded to http://r-labs.googlecode.com/files/redmine_code_review-0.2... -
14:15 Feature #4711 (Closed): can redmine assign a issue to many persion?
- Your best bet at the moment would be to work with the watchers.
-
08:33 Feature #4711: can redmine assign a issue to many persion?
- duplicated by #408
-
02:07 Feature #4711 (Closed): can redmine assign a issue to many persion?
- i need this function...
-
13:19 Defect #4716 (Closed): Git repository performance fall on parsing new commits after 0.9.1 update
- I recently updated Redmine from 0.8.7 to 0.9.1.
Everything works ok, just the git repository seems really slow (when... -
11:31 Feature #700: Home: Latest Projects
- +1
I would love to see this feature especially mixed with the similar feature requests of issues #805 and #2117. I... -
11:30 Feature #2355: add a link to diff page to wiki item in activity page
- Yes, I also think this would be a better way to link to Wiki activity.
mediawiki goes one step further and sends the... -
10:46 Defect #4503: unable to browse git repositories since move to 0.9
- The same problem for me with 0.9.1.
-
10:27 Defect #4715 (Closed): Error message shown duplicated when creating a new group
- When creating a invalid group (eg, duplicated name) the error message is displayed twice.
-
09:02 Feature #4714 (New): hide "Projects" from the main menu for anonymous users, when there are no public projects
- When Redmine is used as a public web site and as an intranet, it would be necessary to hide the projects link from th...
-
08:46 Feature #4713 (New): Project members can log time on others issues
- Recently we have started using redmine to track the software projects and we are planning to implement it for the non...
-
05:24 Defect #4712 (Resolved): Redmine 0.9.1 upgraded from 0.8.7 (and gem to 1.3.5, rails to latest): redmine install down: dependencies.rb:440:in `load_missing_constant': uninitialized constant ActionController::AbstractRequest (NameError)
- After a little more research found this one:
#4499
which was my issue:
update with virtualminPro failed due ... -
04:38 Defect #4712 (Closed): Redmine 0.9.1 upgraded from 0.8.7 (and gem to 1.3.5, rails to latest): redmine install down: dependencies.rb:440:in `load_missing_constant': uninitialized constant ActionController::AbstractRequest (NameError)
- Although this looks similar to #4704, it's different. We don't run any special plugins, and tried to remove most core...
Also available in: Atom