Activity
From 2008-11-25 to 2008-11-27
2008-11-27
-
22:34 Open discussion: RE: Some problems with Redmine
- Hi,
you should install the sqllite3 part and use sqlite3 during the migration, cause trac 0.11 uses sqlite3 AFAIK..... -
21:10 Open discussion: RE: Search not finding all issues
- We have the same issue with Redmine 0.7.3. There are keywords I can see in an issue description when I view the issu...
-
19:11 Open discussion: RE: Show us your themes!
- > For the icons in my stylesheet we only need a unique css class added to each LI element.
A css class was added o... -
15:35 Open discussion: RE: Show us your themes!
- Hey Wynn
Thank you very much for your effort to bring your great theme back into Redmine.
By the way, I have no... -
15:10 Open discussion: RE: Show us your themes!
- Thanks for summarizing, Mischa!
So, JP, Eric, or any core guy, how do we resolve this? Do you need a patch? For th... -
14:10 Open discussion: RE: Show us your themes!
- Wynn Netherland wrote:
> If you've customized Redmine, show it off here to show folks how flexible this bad boy is!
... -
19:10 Help: RE: Can't create links to other wiki pages
- Oops... forgot to escape chars:
so I meant, add   ; before the [[ -
19:07 Help: RE: Can't create links to other wiki pages
- This trick gives good looking results:
[[MyLink]]
norguir - hallo everyone
I have just installed redmine for the first time, and have runned the automatic enviroment in to th... - * In the svn repository view there is a 'Browse' section before the 'Latest Revisions' section.
* The git repository... -
08:13 Help: RE: Stubborn error while trying to develop a simple plugin
- Add the following to your controller class:...
- I am following the [[http://www.redmine.org/wiki/redmine/Plugin_Tutorial|only reference I found]] on developing plugi...
- The trunk already support Quotes for issues, that's a very important function for us, because we'v used to trac alrea...
-
00:48 Open discussion: RE: Improved Repository Plugin - Implementation Help!
- ponto andré wrote:
> so, looking at the code all i've to do is write a object that inherit Redmine::Hook::ViewListen... -
00:10 Open discussion: RE: Improved Repository Plugin - Implementation Help!
- so, looking at the code all i've to do is write a object that inherit Redmine::Hook::ViewListener. and add it to init...
2008-11-26
-
23:56 Help: RE: IMAP connects okay but no insertion into Redmine (ideas?)
- Thanks for the support guys. I have created Feature #2230.
-
23:30 Help: RE: IMAP connects okay but no insertion into Redmine (ideas?)
- Regarding SPAM, I would just have the server administrator do that before it reaches the IMAP box. That way the admi...
-
21:33 Help: RE: IMAP connects okay but no insertion into Redmine (ideas?)
- I agree that would be a great feature. We might later find out we need a way to filter SPAM.
Jeff -
20:26 Help: RE: IMAP connects okay but no insertion into Redmine (ideas?)
- Brad Rushworth wrote:
> Emails from other email addresses are marked READ then ignored. This annoys me, because it s... -
00:31 Help: RE: IMAP connects okay but no insertion into Redmine (ideas?)
- I thought I might suggest that only emails FROM a registered user's email address are processed by Redmine.
Emails... -
22:11 Help: RE: How to redirect to another forum ?
- No, idea ?
I thought it could be done by editing the css but their is nothing about thant in application.css
any cl... - Hi,
i searched a little, but i didn't find a way to make the forum buton redirect to a forum in another website.
Is... -
21:29 Help: RE: Merging two databases
- I'd never been asking, if that was easy :)
I'm interested in issues and files attached to issues mostly. But other... -
20:23 Help: RE: Merging two databases
- Merging two databases would be difficult like you said becasue of the different trackers, statuses, etc. Depending o...
-
20:19 Open discussion: RE: Improved Repository Plugin - Implementation Help!
- ponto andré wrote:
> is there any documentation that could me explain the use of hooks in detail? i've found the hoo... -
20:15 Open discussion: RE: Improved Repository Plugin - Implementation Help!
- ponto andré wrote:
> i think i've found the solution to this. i was lookin' at base.rhtml a hook said said hello to ... -
20:12 Help: RE: Change a lot of "assign to"
- Did you delete the account or archive it? If it's deleted, you will need to go into the database and edit all the re...
-
20:04 Help: RE: How do I configure https using redmine?
- You need to add a Request Header so mongrel knows to generate https links:...
-
14:32 Open discussion: RE: Oracle error ORA-01451 in migration
- Hi, just to you know... I'm maintaining a git repository at Github (http://github.com/edsono/redmine-jruby-oracle/tre...
-
05:24 Open discussion: RE: Oracle error ORA-01451 in migration
- Hi!
Based upon this thread i could configurate the redmine 0.7.3 to work with Oracle XE Database.
The entire ex... - Thanks to this forum support I've managed how to redirect
from default page to My Page in Redmine.
Can anybody h... -
10:58 Help: RE: Custom folder for attachments. How?
- And as I later found out symbolic links are also not ideal when updating Redmine through svn: one has to temporarly r...
-
04:35 Help: RE: Custom folder for attachments. How?
- But not the ideal answer to this problem - see #2231
-
09:43 Help: solved :-|
- the problem as gone when i've used a replication of the main Active Directory ... (same configuration, just change th...
-
08:37 Open discussion: RE: Show us your themes!
- Mischa, this is exactly my problem.
Thank you very much for summarizing it. -
00:55 Help: RE: How do I create a relationship between issues?
- I found it...
For those searching... after adding an issue, there is a "Related Issues" section on the issue summa... - There seems to be some feature to relate issues together... (related to, duplicate) from what I read on the forums, b...
2008-11-25
-
23:22 Open discussion: RE: Show us your themes!
- Martin Bächtold wrote:
> menu_manager.rb was changed in r2022.
> What do I have to change there in order to get you... -
21:49 Open discussion: RE: Show us your themes!
- I might add, trying this with the 0.7.3 was not fruitful for me. The modifications to menu_manager.rb for tabs didn'...
-
21:31 Open discussion: RE: Show us your themes!
- Hi, Martin,
I think that commit was for a different purpose. My code changes added a css class to the <li> element... -
16:37 Open discussion: RE: Show us your themes!
- Hey Wynn
menu_manager.rb was changed in r2022.
What do I have to change there in order to get your tab icons disp... -
21:42 Help: RE: Can't create links to other wiki pages
- The entry for the wiki article in question...
-
14:09 Help: RE: Can't create links to other wiki pages
- Thomas,
I have the same problem.
However, I have found that the link is recognized if there is a non whitespace... -
21:37 Help: RE: undefined method `[]' for :engines:Symbol
- Hmmm seems like you can't edit your own posts.
Forgot to mention that I'm using mongrel 1.1.5.
-
17:15 Help: RE: undefined method `[]' for :engines:Symbol
- For the environment I'm using Ruby Enterprise Edition 1.8.6 20080810, I have Rails 2.2.2 and 2.0.2 (using 2.0.2 in RA...
-
01:50 Help: RE: undefined method `[]' for :engines:Symbol
- Can you provide the full stack trace of the error and your "Redmine environment":http://www.redmine.org/boards/2/topi...
- Hello, everyone.
Does anybody have experience in merging two redmine databases?
I keep an instance of redmine. ... -
19:14 Open discussion: RE: Improved Repository Plugin - Implementation Help!
- i'm new to rails, and ruby too. i officially start to use them last saturday.
is there any documentation that coul... -
18:34 Open discussion: RE: Improved Repository Plugin - Implementation Help!
- i think i've found the solution to this. i was lookin' at base.rhtml a hook said said hello to me: <%= call_hook :vie...
-
18:19 Open discussion: RE: Improved Repository Plugin - Implementation Help!
- this worked : >
it's almost done. i've wrote a little js code using prototype to add the line(s) highlight funcion... -
01:46 Open discussion: RE: Improved Repository Plugin - Implementation Help!
- If all you did was change the views, you can just create a plugin and put your own version of the repositories views ...
-
18:55 Open discussion: RE: SVN Access
- Alex Chep wrote:
> I forgot to do
>
> rake db:migrate_plugins
rake db:migrate
-
18:50 Open discussion: RE: SVN Access
- I forgot to do
rake db:migrate_plugins
-
18:21 Help: RE: Improved Repository Plugin - Implementation Help!
- i'm sorry. i realize that the another's category post could not be the right one. so i post this here and then i coul...
-
01:48 Help: RE: Improved Repository Plugin - Implementation Help!
- I posted an easier solution to your first message, http://www.redmine.org/boards/1/topics/show/3055. Try not to cros...
- I have been trying to figure out if there is a way to create a sub-project using a svn branch and assign users to tha...
- Hi, I got a lot of ticket assign to an old employe, I delete this account and hope for the possibility to assign all ...
-
13:31 Help: RE: Redmine hangs
- Erm...
My crystal ball is still broken and the Prophetess don't answer on her phone. Could you provide some useful... - Hi!
One of our Redmine users reported that Redmine would hang after browsing different pages.
What do you think w... -
12:30 Help: RE: Textile problem > Numbered list in a table
- It's cutting table cells here off at all so I am even more confused. The example was like this:...
- I can't figure out how to add numbered list in table as closing numbered list requires line brake, but Redmine Textil...
-
12:25 Help: I configure that. but i have troubles
- You should configure your apache to use SSL.
After that:... - Hi there,
We are interested in doing the following, but are unaware if the functionality is already available in t... -
01:49 Help: RE: Reposity access settings per project
- Yes, one way I'm doing it is to mark the internal projects as "private" and the Open Source ones as "public".
Eric
Also available in: Atom