Re: [Trac] Weird Problem

2010-01-26 Thread Ice Polar
Hi Frank, have a look at Basic-Settings URL. If there is something weird you will run into troubles. Good Luck and Peace Ice 2010/1/26 Frank Maker > When I go to my trac page, the first page looks fine. I click Login, > still looks fine. But after I typed in my username and password and >

Re: [Trac] importing from csv

2010-01-01 Thread Ice Polar
Hi, i think there is also missing a ticket-id as a field-name. - summary 1 isn't that meaningfull With the tipps from my predecessor a test-file like the following makes more sense: ID, summary, priority, reporter, type, status, milestone 1, "This is a Ticket", 1, Administrador, task, new, 1.0.5

Re: [Trac] trac error..

2010-01-01 Thread Ice Polar
Hi, have a look at the ADMIN Tab, if you can't find it at the right side of the menu you are not logged in as a user with the apropriate rights: Follow the installation quide where this aspects are discussed and fix it. Please give us an idea on which OS you are working and the brand of your brows

Re: [Trac] Re: Trac Wiki won't display images

2009-12-25 Thread Ice Polar
Hi, it's all case-sensitive! And of cause you (or better the trac daemon) must have enough rights to access the desired folders. Ice 2009/12/23 zlacelle > It's actually not an attachment, since for some reason attachments > aren't working (I go to attach something, and it goes through with

[Trac] Re: (MS-window) browsers and trac

2009-11-11 Thread Ice Polar
Hi Andre, what if you run a RDP-Session either with your Admin-Login or the User-Login. I prefere to administrate the user-pc with Remote Desktop and so i am able to drive distinguish loggin even from different machines. May be this tipp helps. Peace, Ice 2009/11/11 Andre Steenveld sr > > ..

[Trac] Re: can't find my custom logo, getting a 404

2009-10-28 Thread Ice Polar
Hi there, For example put the following in your trac.ini: [header_logo] alt = (please configure the [header_logo] section in trac.ini) height = 80 link = http://www.ubuntuusers.de src = site/ubuntu.png Place the logo file ubuntu.png in the folder htdocs. It's all case-sensitive, the filename o

[Trac] Re: Search runs into Error

2009-10-27 Thread Ice Polar
...to be mor precise: but the tree characters "/3GB"in the search- field and klick the button search. you will see an error message... On Oct 27, 9:06 pm, Ice Polar wrote: > Hi folks, > i'm using trac now in the version 0.11.2 on Linux (Ubuntu 8.04) and > annother in

[Trac] Search runs into Error

2009-10-27 Thread Ice Polar
Hi folks, i'm using trac now in the version 0.11.2 on Linux (Ubuntu 8.04) and annother instance on a windows 2008 Server. If i search for the boot.ini switch /3GB to see if some wiki articles exists i get an Error "No node /3GB at revision 8717" You can test that also in http://trac.edgewall.org/

[Trac] Re: Uploading attachments in Wiki or tickets doesn't work

2009-10-24 Thread Ice Polar
Hi, You drive trac on windows, right? What version please? Peace Ice 2009/10/24 Ionel Roiban > > From trac.ini: > > trac.attachment.attachmentmodule = enabled > trac.attachment.legacyattachmentpolicy = enabled > > Plus that, if I delete everything in the attachments directory I can > actual

[Trac] Re: Finding broken wiki links

2009-06-23 Thread Ice Polar
Hi, what about a SQL query directly on the database? What would be the problem? Ice --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.co

[Trac] Re: Trac 0.11 so slow!!!!!

2009-06-20 Thread Ice Polar
Hi, I drive two instances of trac 0.11.2.1 on ubuntu 8.04 with apache. One computer is a Intel Pentium D 2,8GHz Dual Core with 1 GB Ram, the other is a Pentium 4 2.00 GHz and 1 GB RAM. There are no such troubles. For now i can't say if CGI or mod_python is running - how to check that? On the othe

[Trac] Re: Deduplicating the timeline

2009-06-20 Thread Ice Polar
Hi is this not a question of how to build the appropriate SQL-Query? It should be like the Reports on Tickets... Ice --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send e

[Trac] Re: Wiki download formats (HTML, text, PDF etc.)

2009-06-02 Thread Ice Polar
Hi, i would appreciate such a solution too, if there where the images printed... Ice 2009/6/1 David Starr > > > On 19-Feb-09, at 4:30 PM, W. Martin Borgert wrote: > > * saving the HTML in the web browser gives me the complete page, but > > it would be more useful without the trac headers

[Trac] Re: Export charts to PDF

2009-06-02 Thread Ice Polar
Hi, Me too, would appreciate such a solution. Ice 2009/6/1 mona > > Hi, > >We are using Flashgantt plugin to display Gantt chart in trac > 0.11. Is there any way to export the chart to PDF or same image in > jpeg or png format? > > Thanks, > Mona > > > --~--~-~--~~---

[Trac] Re: Trac on Windows Vista

2009-05-30 Thread Ice Polar
Hi there, Why must it be a vista - do you want a single-user trac? i wonder to wich directory you are installing trac? By the way: wich user-account do you use to install trac? Under Vista there is a very stricte UAC (User Access Control) working. This thing-a-magic is going to copy everything af

[Trac] Re: synchronize a ticket between two trac instances?

2009-05-12 Thread Ice Polar
Hi, what a platform do you have (Linux / Windows) and wich db (SQLite / MySQL). Dependnig on that there will be different possibilities for a solution. sincerley Ice 2009/5/11 W. Martin Borgert > > Hi, > > I would like to synchronize some tickets between two trac instances. > > Background: Th

[Trac] Re: Logout

2009-04-04 Thread Ice Polar
Hi Steve, it is much more simpler: Delete the Private Data in FireFox and there you go an login as another user... No need to delete someones password and restart trac over and over again. If IE is used then go for deleting Cookies and thats all. sincerely Ice 2009/4/3 Steve Strobel > > O

[Trac] Re: Logout

2009-04-04 Thread Ice Polar
Hi Ted, I dont think so. Use the AccountManagerPlugin with all the very goog features which goes further than just giving a function to that 'Logout'-Link. You controle the access of anonymous-users (e.g. restrikt everything but register). Users can register on the trac-side. The Administrator is

[Trac] Re: Logout

2009-04-03 Thread Ice Polar
Hi there, why bother with that http login/logout-stuff? I use this Account Manager Plugin and have no Questions left: http://trac-hacks.org/wiki/AccountManagerPlugin It just works as expected. The only issue could be that it is not in trac-kernel but so what - install the Plugin and forget it.

[Trac] Re: http://trac-hacks.org/wiki/TracWikiToPdfPlugin : Images won't find their way to the PDF

2009-03-27 Thread Ice Polar
Hi Olemis, thanx for your reply. I wondered if my request is lost or something like that. Don't rush it is no problem of life. It would be nice if this PDF-stuff is coming into home straight. Beside of WikiToPDF-Plugin i also use the PageToPDF-Plugin but with the same troubles. i even don't know i

[Trac] Re: http://trac-hacks.org/wiki/TracWikiToPdfPlugin : Images won't find their way to the PDF

2009-03-25 Thread ice . polar
Hi Olemis, Is there a chance to get that WikiToPdf-Macro fixed? I stuck here and don't know how to come out, please help. Thx Ice On Mar 13, 1:23 pm, Olemis Lang wrote: > On Thu, Mar 12, 2009 at 6:23 PM,   wrote: > > > Hello, > > Hi there ... > > > as i said last time. It's not working prop

[Trac] Re: http://trac-hacks.org/wiki/TracWikiToPdfPlugin : Images won't find their way to the PDF

2009-03-12 Thread ice . polar
of loose ends. Sorry to bother you again. sincerely Ice On Mar 9, 2:16 pm, Olemis Lang wrote: > On Sun, Mar 8, 2009 at 3:08 PM, Ice Polar wrote: > > Hi, > > > My posted solution has a disadvantage: Apache2 error.log shows: > > > [Sun Mar 08 20:34:14 2009] [erro

[Trac] Re: http://trac-hacks.org/wiki/TracWikiToPdfPlugin : Images won't find their way to the PDF

2009-03-08 Thread Ice Polar
ving the Pictures with [[Image(wiki:file)]] (the short form [[Image(file)]] doesn't work) in the PDF-Download! There musst be an error in the path's of WikiToPDF-Plugin i think, but can't find out where to look. sincerely Ice 2009/3/6 Ice Polar > Hi, > > i got a

[Trac] Re: Center an image

2009-03-05 Thread ice . polar
Hi, in my trac 0.11.3 installation the Help shows this: [[Image]] Embed an image in wiki-formatted text. The first argument is the file specification. The file specification may reference attachments in three ways: * module:id:file, where module can be either wiki or ticket, t

[Trac] Re: WikiToPDF-Plugin don't work as expected

2009-03-05 Thread ice . polar
Hi, i got a solution for my trac 0.11.3 ubuntu 8.04 apache2 single project installation to run the WikiToPDF-Plugin with the images show up. First of all i set in file: /etc/apache2/sites-available/trac SetEnv TRAC_ENV "/var/trac/wiki" SetHandler mod_python PythonHandler trac.web.mod

[Trac] Re: http://trac-hacks.org/wiki/TracWikiToPdfPlugin : Images won't find their way to the PDF

2009-03-05 Thread Ice Polar
#x27;ve tested the following Image-Macro's in some wiki-sides: 1 .[[Image(wiki:TicketSystem:basic-workflow.png)]] 2.[[Image(TicketSystem:basic-workflow.png)]] 3.[[Image(basic-workflow.png)]] The first two are working the thrid throws an error-print-out in the PDF. sincerely Ice 2009/3/

[Trac] Re: http://trac-hacks.org/wiki/TracWikiToPdfPlugin : Images won't find their way to the PDF

2009-03-05 Thread Ice Polar
ngs. sincerely Ice 2009/3/5 yoheeb > > On Mar 4, 4:18 am, Ice Polar wrote: > > Hi, > > > > thanks for replying. > > It is definitvely not a problem of the third image which throws an error. > > Without this third image the Log looks like this (the workin

[Trac] WikiToPDF-Plugin don't work as expected

2009-03-05 Thread ice . polar
Hi there, i've installed the WikiToPDF-Plugin from http://trac-hacks.org/changeset/latest/tracwikitopdfplugin?old_path=/&filename=tracwikitopdfplugin&format=zip on my trac 0.11.4 instance on ubuntu 8.04.2. It's a single instance running with apache2, no big thing. Trac project is located at /var/

[Trac] Re: Trac Installation

2009-03-04 Thread Ice Polar
Hi, is it set correct, the permission to read and write to the project folder? "sudo chown -R www-data /var/trac " or something like that if you use apache2 which works with user 'www-data'. Good luck Ice 2009/3/4 sachin > > Hi All > > I am trying to install trac on centOS-5.2 system. I did

[Trac] Re: http://trac-hacks.org/wiki/TracWikiToPdfPlugin : Images won't find their way to the PDF

2009-03-04 Thread Ice Polar
wiki PythonOption TracUriRoot /trac AuthType Basic AuthName "Trac" AuthUserFile /etc/apache2/trac.passwd # Require valid-user Any suggestions about that issue? Ice 2009/3/4 yoheeb > > On Mar 3, 11:38 am, Ice Polar wrote: > > Hi there, > > &

[Trac] Re: List all Wiki pages

2009-03-04 Thread Ice Polar
Hi, have a look at WikitoPdf Plugin ( http://trac-hacks.org/wiki/TracWikiToPdfPlugin). Good Luck. Ice 2009/3/4 Mihamina Rakotomandimby (R12y) > > Hi, > I would like to list all Wiki Page _we_ _made_ on a trac. > I dont talk about the "built-in" documentation pages, juste those we made. > Is

[Trac] http://trac-hacks.org/wiki/TracWikiToPdfPlugin : Images won't find their way to the PDF

2009-03-03 Thread Ice Polar
Hi there, i've installed the WikiToPDF-Plugin from http://trac-hacks.org/changeset/latest/tracwikitopdfplugin?old_path=/&filename=tracwikitopdfplugin&format=zipon my trac 0.11.4 instance on ubuntu 8.04.2. It's a single instance running with apache2, no big thing. Trac project is located at /var/tr

[Trac] Re: Where is my 'Custom Query' link gone?

2009-03-03 Thread Ice Polar
Hi Christian, What about the permissions? If you don't have the appropriate permissions on REPORT_ADMIN, _CREATE, _SQL_VIEW or something like that, there is no such link. Let us know. Ice 2009/3/2 Christian Unger > > I would be happy to know where this link is generated. > > Somebody help

[Trac] Re: annoying problem with the easy_install (solved with tar.gz)

2009-03-03 Thread Ice Polar
Hi, I'v installed trac from paket-sources (version 0.10.x or something like that with the wiki-article about trac from http://wiki.ubuntuusers.de/Trac or http://doc.ubuntu-fr.org/trac or https://help.ubuntu.com/community/Trac) and upgraded to trac 0.11.4. Every wiki sets a different focus on ins

[Trac] Re: Wiki download formats (HTML, text, PDF etc.)

2009-02-23 Thread Ice Polar
Hi there, i agree with W. Martin Bogert and i'm not satisfied either. In addition i have found the following caveats. I hope we speak about trac 0.11.x. * the PDF cannot handle the output of the [[TOC]] Macro. It's too bad about the missing Table of Contens. * i don't know any possibilities to

[Trac] Re: Deutsche Anleitung ?

2009-01-29 Thread Ice Polar
Hi, Guckst auf www.ubuntuusers.de im wiki und suchst mit dem Suchbegriff 'trac' den Artikel. Bye, Bye Ice 2009/1/26 Michael Renzmann > > Hey guys, > > how about creating a german-language mailing list for Trac (given that > there is enough interest for such a list, of course)? > > Bye, Mike

[Trac] Re: Installation

2009-01-19 Thread Ice Polar
Hi, on which OS do you want to run trac? What do you think, is sqlite enough or must it be mysql? Any further wishes? Ice 2009/1/19 hemant > > Can someone pls help in installing Trac with all required > preliminaries. > > > > > --~--~-~--~~~---~--~~ You recei

[Trac] Re: Encoding special characters for queries

2008-12-27 Thread Ice Polar
Hi, i have no idea, because i don't use XmlRpcRplugin. But i work with several databases and specialcharacters are most enclosed by [special charatcert] or 'special character' maybe "special character " e.g. [=], [&] . I think it depends on your database : sqlite, MySQL or Postgress - very special

[Trac] Re: Installation of Trac on Linux

2008-12-26 Thread Ice Polar
Hi there - merry christmas, i have trac 0.11.2 on my ubuntu-box 8.04 LTS. The repos deliver only 0.10.3 but then i upgraded this installation with the upgrade from edgewall. Annother way is to use the ebian 0.11.0 package but there you have to install so additional components, all from standard ub

[Trac] Re: Notification mail has wrong links inside

2008-12-18 Thread Ice Polar
Thx, i got it for myself: fix it in trac.ini and set the base-url = ... parameter Ice 2008/12/17 jevans > > Ice Polar wrote: > > Hi there, > > the notification mails from modified tickets have two links. > > - one points to the trac startside and shows up correct

[Trac] Notification mail has wrong links inside

2008-12-16 Thread Ice Polar
Hi there, the notification mails from modified tickets have two links. - one points to the trac startside and shows up correct (something like http://mytrac/trac). - the other one is a direkt link to the ticket with its number but this link uses an internal IP-address (http://192.168.0.2/trac/tic

[Trac] Re: how to identify completed milestones

2008-12-16 Thread Ice Polar
Hi, go on an aktivate the ROADMAP. If your version do not have this a upgrade to at least 0.10.4 is suggested. The Roadmap shows the percentage of fullfillness of each Milestone. i think this is simple an clear. good luck Ice 2008/12/9 Pramila > Hello All, > > I use trac version 0.10.3.1

[Trac] Re: external access

2008-12-16 Thread Ice Polar
Hi, be sure that Port 8000 is not blocked for some reasons. it's useless to forward port 8000 if this traffic never reaches your firewall. think about to setup a apache and then you will work with port 80, which your ISP surely won't block. good luck ICE 2008/12/5 Mads Pedersen > > I have in

[Trac] Re: Oops...Trac detected an internal error: (0.10.3)

2008-12-04 Thread Ice Polar
Moin, moin it is realy like that. but first look at this output in a terminal: [EMAIL PROTECTED]:~$ sudo chown -R www-data /var/trac [EMAIL PROTECTED]:~$ sudo su www-data -c "tracd --port 8123 /var/trac/wiki" /usr/lib/python2.5/site-packages/trac/web/clearsilver.py:128: RuntimeWarning: Python C A

[Trac] Re: Deinstall Trac 10.4

2008-12-04 Thread Ice Polar
Moin, moin Noah, that's what i've done and so i messed up my ubuntu-box... after a triy to upgrade from the ubuntu packet with version 0.10.3 to 0.11.2 with a download from trac's homepage. Target is to install a trac (0.10.3) again. Every attempt to do this shows the mess. trac can't run anymore

[Trac] Deinstall Trac 10.4

2008-12-03 Thread ice . polar
Moin, moin, I want to deinstall a trac installation - completely, manualy! What have i to do? Please help. ICE --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email

[Trac] Re: How to use square brackets?

2008-12-03 Thread Ice Polar
Howdi, Put this {{{ around [The Square Bracket Text] }}} and trac will show it as expected, i think. Ice. 2008/12/3 Marco <[EMAIL PROTECTED]> > > Hi all, > > sorry, I cannot find an answer to this silly question: I can I show > [SomeThing that is not a link] as is, without having it interprete

[Trac] Oops...Trac detected an internal error: (0.10.3)

2008-12-03 Thread ice . polar
Hello, when starting the http://localhost/trac site version 0.10.3 on my local apache2 trac stated an Oops...Trac detected an internal error: Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req)

[Trac] trac installation 0.10.3 or better deinstallation

2008-12-01 Thread ice . polar
Hi everybody, i messed up my installation. i had run a ubuntu-box (feisty) as a testsystem with a trac 0.10.3 out of the packet-system. everything worked as expected but now i can't remove not reinstall trac anymore. I finaly deleted all the files listet in the packet-source but: sudo apt-get in