[Trac] wysiwyg editor available at http://trac-hacks.org/wiki/TracWysiwygPlugin

2007-10-29 Thread rupert thurner

hi,

an excellent wysiwyg editor is available at 
http://trac-hacks.org/wiki/TracWysiwygPlugin,
thanks to jun66j5!

rupert.

http://sourcing-n-shoring.blogspot.com


--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Few errors on installation... 1st Timer...

2007-10-29 Thread Rainer Sokoll

On Mon, Oct 29, 2007 at 05:10:01AM -, Devon wrote:
 
 Except I don't have a windows server. Not to be rude but this is the
 reason I still have not learned anything about *nix, anytime I ask
 questions people keep telling me to turn around and go back where I
 came from (Windows)... I want to learn but everytime I read a
 documentation on something for *nix it does not get very detailed (I'm
 assuming thats because there are so many versions of *nix)...

Go to your local book store and ask for a book that targets on your
flavour of *nix, or your Linux distribution.

 I've
 looked through google for sites that may help me (including the
 subversion.tigris.com)

If you really have no idea about *nix, the this is a bad idea. Nearly
all *nix related resources in the internet require at least a basic
understanding of *nix.

 and end up getting more confused. Which at the
 same time I am afraid that I'll mess something up and not know how to
 fix it...

You may start with a virtualized installation. There are vmware and co.
(namely virtualbox).
Install your favourite distro into a virtual machine (hint: use bridged
networking, no NAT). You can make snapshots at any time, so it is easy
to roll back any changes you made to your Linux.

Regarding trac: Trac is pure python, so from a technical point of view,
there are no big differences between a windows trac and a *nix trac.
Just tell your OS where to find the shared libraries, and you are set.
But ask yourself: What is your reason for trac?  One great thing with
trac is its interface to subversion, but it is perfectly OK to run a
trac without subversion; you can also use trac as a wiki only - it all
depends on your requirements.
But trac without subversion is only half the fun :-)

Rainer

--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: wysiwyg editor available at http://trac-hacks.org/wiki/TracWysiwygPlugin

2007-10-29 Thread softwarespice

from where i should install this editor on server or local machine.

On Oct 29, 12:49 am, rupert thurner [EMAIL PROTECTED] wrote:
 hi,

 an excellent wysiwyg editor is available 
 athttp://trac-hacks.org/wiki/TracWysiwygPlugin,
 thanks to jun66j5!

 rupert.
 http://sourcing-n-shorfoing.blogspot.com


--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: wysiwyg editor available at http://trac-hacks.org/wiki/TracWysiwygPlugin

2007-10-29 Thread Jani Tiainen

softwarespice kirjoitti:
 from where i should install this editor on server or local machine.

Being a plugin you install it on a server...

-- 

Jani Tiainen


--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Browsing some source files kills tracd

2007-10-29 Thread Simon Martin

As this error occured again, I'm posting it again.
Hopefully somebody has a hint.

BR
Simon

On Sep 25, 7:41 am, Simon Martin [EMAIL PROTECTED] wrote:
 Hi,

 I've got a quite strange error here.

 I use tracd 0.10.4 under Windows with Python 2.4. When I browse some
 source files (actually I've found only one file where it happens),
 tracd doesn't resond anymore (python.exe requires full CPU-load) and
 has to be restarted.

 trac's error-log shows nothing and I don't see any reasons why this
 particular file (java-code) produces the error. Maybe this is a svn-
 issue and not a trac-issue, but I don't know. Other files of the same
 revision can be viewed without an error.

 Maybe someone has a hint.
 BRSimon


--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Browsing some source files kills tracd

2007-10-29 Thread Christian Boos

Simon Martin wrote:
 As this error occured again, I'm posting it again.
 Hopefully somebody has a hint.

 BR
 Simon

 On Sep 25, 7:41 am, Simon Martin [EMAIL PROTECTED] wrote:
   
 Hi,

 I've got a quite strange error here.

 I use tracd 0.10.4 under Windows with Python 2.4. When I browse some
 source files (actually I've found only one file where it happens),
 tracd doesn't resond anymore (python.exe requires full CPU-load) and
 has to be restarted.

 trac's error-log shows nothing and I don't see any reasons why this
 particular file (java-code) produces the error. Maybe this is a svn-
 issue and not a trac-issue, but I don't know.

Hello Simon,

It's not very clear from your description if the problem is intermittent 
or always happen for that problematic .java file.

If the problem is intermittent, I'd rather think about an SVN issue. Is 
your repository on a network share?

In case it's systematic, can you try to download that file using Trac?
Use ?format=raw at the end of the url, or alternatively 
/export/rev/... instead of /browser/... at the beginning of the URL.
If this doesn't work, then can you get that file using another client? 
(e.g. svn cat -rrev file  dump.java)

In any case, when you obtain the raw data saved in a file (say 
dump.java), you should try to attach that file to a page or a ticket and 
view it from there. Does that trigger the same issue?

/me shooting a few bullets in the dark :-)

-- Christian

--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Graphviz Plugin: Graphs Created but Not Displayed.

2007-10-29 Thread Brett

I recently installed the Graphviz plugin.  Below are applicable
sections of my trac.ini file:

[components]
acct_mgr.admin.accountmanageradminpage = enabled
acct_mgr.htfile.htdigeststore = enabled
acct_mgr.web_ui.accountmodule = enabled
acct_mgr.web_ui.loginmodule = enabled
acct_mgr.web_ui.registrationmodule = disabled
graphviz.* = enabled
trac.web.auth.loginmodule = disabled
webadmin.* = enabled

[graphviz]
cache_dir = D:\Servers\Temp\Graphviz
cache_manager = yes
cache_max_count = 1000
cache_max_size = 1000
cache_min_count = 500
cache_min_size = 200
cmd_path = C:\Program Files\ATT\Graphviz\bin
out_format = png
processor = dot


I can see the PNG images being created in D:\Servers\Temp\Graphiz
(along with associated map files), but the images are not being
displayed on wiki or ticket pages.

I am getting the following (example) error in the environment log:

2007-10-29 13:43:25,931 Trac[formatter] DEBUG: Executing Wiki macro
graphviz by provider graphviz.graphviz.GraphvizMacro object at
0x00FC2310
2007-10-29 13:43:26,401 Trac[main] WARNING: 404 Not Found (No handler
matched request to //graphviz/
723ebcf2683904a4728bf79f5c7126427a6c27f7.dot.png)

Any suggestions as to what is going on?  Thanks in advance for any
help you can give.


Brett


--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: wysiwyg editor available at http://trac-hacks.org/wiki/TracWysiwygPlugin

2007-10-29 Thread Dana V. Baldwin
rupert thurner wrote:
 hi,

 an excellent wysiwyg editor is available at 
 http://trac-hacks.org/wiki/TracWysiwygPlugin,
 thanks to jun66j5!

 rupert.
 
 http://sourcing-n-shoring.blogspot.com


   
Many thanks. I think this will be the final piece to green light the 
upgrade to .11 and workflow!

Thanks jun66j5!

Now if I can only get a scrum burndown that shows milestone due date and 
has charts built in to the milestone view... hehe.

Again many thanks.

--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---

begin:vcard
fn:Dana V. Baldwin
n:Baldwin;Dana
org:Playnet Inc.;WWIIOL - Battleground Europe
adr;dom:;;1901 Central Drive Suite 400;Bedford;Texas;76021
email;internet:[EMAIL PROTECTED]
title:Senior Producer
x-mozilla-html:TRUE
url:http://www.wwiionline.com
version:2.1
end:vcard



[Trac] Re: Trac - See PHP code (.php files) properly formatted in browse source

2007-10-29 Thread Martin H

Hello Z!

As an user posts here:

http://trac.edgewall.org/ticket/3886


Thank you very much, cmlenz! The reason is that my PHP version is
4.3.9, maybe is too low, then i update it to 4.4.0 and is ok now.

I have 4.3.9. I'll see about updating and seeing if it works!

Thanks!
Martin

On Oct 24, 7:19 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 hi, Martin.
 i had same problem with .php files in trac.
 it was solved with changing of trac config.
 on the host installed php4 and php5.
 in the trac config
 was
 [mimeviewer]
 php_path = php

 i change it to
 [mimeviewer]
 php_path = /usr/local/php5/bin/php

 and problem was solved

 On 16 окт, 18:03, Martin H [EMAIL PROTECTED] wrote:

  Hello,
Is there any way to see .php files (PHP code) in trac?
When i browse to a .php file, i get:

  HTML preview not available. To view, download the file.

  Thank you very much!
  Martin


--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Linking To Headings

2007-10-29 Thread ResumeWriter


One more question. Using the same instructions I'm not able to link to
a heading unless it's on the same page. I try to use /#heading but
that doesn't do the trick. What's the syntax for MainPage#Heading?
Thank you.

Angela

On Oct 22, 4:44 pm, Olaf Meeuwissen [EMAIL PROTECTED] wrote:
 ResumeWriter [EMAIL PROTECTED] writes:
  The WikiFormatting doesn't seem to explain how to link to headings. Do
  you have any idea how to link to aheading? I know how to link to a
  page: I don't know how to link to aheading(== MyHeading ==).

 It is explained but not all that explicitly.  See the following pages
 in the default wiki pages.

   WikiPageNames
   WikiFormatting#using-explicit-id-in-heading

 So, it's just a # followed by theheading, stripped of all spaces.  If
 you hover near the end of aheading(in the preview or final page),
 the link should be shown by your browser somewhere.

 Hope this helps,
 --
 Olaf Meeuwissen FLOSS Engineer -- EPSON AVASYS Corporation
 FSF Associate Member #1962   sign up athttp://member.fsf.org/
 GnuPG key: 6BE37D90/AB6B 0D1F 99E7 1BF5 EB97  976A 16C7 F27D 6BE3 7D90
 Penguin's lib!   -- I hack, therefore I am --   LPIC-2


--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: SVG macro

2007-10-29 Thread Chris Lee

I've posted on http://trac-hacks.org/wiki/SvgMacro.
I'm a green hand, hope someone can improve it.


--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Linking To Headings

2007-10-29 Thread Olaf Meeuwissen

ResumeWriter [EMAIL PROTECTED] writes:

 One more question. Using the same instructions I'm not able to link to
 a heading unless it's on the same page. I try to use /#heading but
 that doesn't do the trick. What's the syntax for MainPage#Heading?

Sorry for not being clear.  That would just be

  MainPage#Heading

just like the

  WikiFormatting#using-explicit-id-in-heading

I refered to earlier.  If you want to link to something on the default
start page of the wiki, that would be

  WikiStart#Heading

 Thank you.

 Angela

 On Oct 22, 4:44 pm, Olaf Meeuwissen [EMAIL PROTECTED] wrote:
 ResumeWriter [EMAIL PROTECTED] writes:
  The WikiFormatting doesn't seem to explain how to link to headings. Do
  you have any idea how to link to aheading? I know how to link to a
  page: I don't know how to link to aheading(== MyHeading ==).

 It is explained but not all that explicitly.  See the following pages
 in the default wiki pages.

   WikiPageNames
   WikiFormatting#using-explicit-id-in-heading

 So, it's just a # followed by theheading, stripped of all spaces.  If
 you hover near the end of aheading(in the preview or final page),
 the link should be shown by your browser somewhere.

Hope this helps,
-- 
Olaf Meeuwissen FLOSS Engineer -- EPSON AVASYS Corporation
FSF Associate Member #1962   sign up at http://member.fsf.org/
GnuPG key: 6BE37D90/AB6B 0D1F 99E7 1BF5 EB97  976A 16C7 F27D 6BE3 7D90
Penguin's lib!   -- I hack, therefore I am --   LPIC-2

--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---