Rainer Sokoll | 1 Feb 09:37
Picon
Favicon

[Trac] Re: Checkboxes twice


On Wed, Jan 31, 2007 at 01:45:52PM -0500, Noah Kantrowitz wrote:

> On Jan 31, 2007, at 9:21 AM, Rainer Sokoll wrote:
> > In this particular environment, I have no source browser, since I have
> > no repository.
> > In other environments with source browser everything is fine.
> > Is that a known bug?
> 
> Are you using Tags?

No, it was (again) tinymcewiki.

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

Gergely Buday | 1 Feb 11:27
Picon

[Trac] putting authentication for trac


Hi there,

is it possible to permit seeing trac pages only to authenticated
users? How? I'm using lighttpd.

- Gergely

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

Stian Grytøyr | 1 Feb 12:25
Picon

[Trac] 404 Not Found (No handler matched request to %s)


Hi all,

All of a sudden, I get "404 Not Found (No handler matched request to
%s)" when I go to /timeline.
This worked just fine yesterday, and I am pretty sure I haven't
changed anything about the config
since then. The rest of the Trac installation seems to work just fine.

Any ideas? I'm using 0.11dev.

--
Stian Grytøyr

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

Martin Tomes | 1 Feb 12:37

[Trac] Re: putting authentication for trac


Gergely Buday wrote:
> is it possible to permit seeing trac pages only to authenticated
> users? How? I'm using lighttpd.

If you were using Apache you would change the LocationMatch directive to 
"/" rather than "/[^/]+/login" which forces a login before anything is 
accessed. I guess there must be an equivalent in lighttpd.

-- 
Martin Tomes
echo 'martin at tomes x org x uk'\
  | sed -e 's/ x /\./g' -e 's/ at /@/'

Visit http://www.subversionary.org/

--

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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

Christian Boos | 1 Feb 13:12
Picon

[Trac] Re: 404 Not Found (No handler matched request to %s)


Stian Grytøyr wrote:
> Hi all,
>
> All of a sudden, I get "404 Not Found (No handler matched request to
> %s)" when I go to /timeline.
> This worked just fine yesterday, and I am pretty sure I haven't
> changed anything about the config
> since then. The rest of the Trac installation seems to work just fine.
>
> Any ideas? I'm using 0.11dev.
>   

No, but what revision are you using?
What do you see in the logs?
Does updating to the latest fix the issue?
Does going back to the "last known working revision" fix the issue?

If there's no quick resolution for your issue, the best thing to do is 
probably to create a new ticket containing the information requested above.

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

(Continue reading)

Stian Grytøyr | 1 Feb 14:07
Picon

[Trac] Re: 404 Not Found (No handler matched request to %s)


On Feb 1, 1:12 pm, Christian Boos <c...@...> wrote:

> No, but what revision are you using?
> What do you see in the logs?
> Does updating to the latest fix the issue?
> Does going back to the "last known working revision" fix the issue?
>
> If there's no quick resolution for your issue, the best thing to do is
> probably to create a new ticket containing the information requested above.

Apologies for the noise, this was in fact my bad. It was caused by
faulty
Apache access rules. I didn't see the connection since I didn't expect
a
Trac error message to an Apache problem (I expected the request to
either succeed entirely or produce an Apache error message). I still
don't
quite understand it, but at least it had nothing to do with Trac.

Thanks for the effort, anyway.

--
Stian Grytøyr

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
(Continue reading)

Garrett McGrath | 1 Feb 15:25
Picon

[Trac] Re: Slow Performance


Right now It's just a simple 'Basic' Authentication via the standard
authentication plugins provided by Apache.  The strange thing thou is
that even if i'm already logged in and I just ignore the trac window
for a while, when i return to it I get the same sluggish performance.
I'm getting the impression it may be a data caching issue but I'm not
sure.
-Garrett

On 1/31/07, Emmanuel Blot <manu.blot@...> wrote:
>
> Which kind of authentication back end are you using?
>
> On 1/31/07, Garrett McGrath <gmcgrath815@...> wrote:
> >
> > I'm sure this isn't a trac specific issue but unfortunately it's
> > affecting my trac execution.  I'm running apache 2.2.3 with Python 2.4
> > and Mod_python.  The problem arrises when the system hasn't been used
> > for a while.  The trac system crawls taking up to a minute to load,
> > afterwards it becomes typically very responsive (at least once you've
> > logged in, as i've configured it to be useless if your no logged in.).
> > -Garrett McGrath
> >
> > >
> >
>
>
> --
> Manu
>
(Continue reading)

Allen Bierbaum | 1 Feb 17:00

[Trac] XMLRPC plugin and notification


I have been writing a GUI to connect to trac using XMLRPC.  It is all up 
and running now but I seem to have problems with notification.

When I use the XMLRPC interface to make a change to a ticket, it changes 
the ticket correctly, but it does not trigger the associated 
notification code to be called.

Can anyone point me in the right direction to fix this?

I am using the head of the 0.10-stable branch right now.

-Allen

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

Gergely Buday | 1 Feb 18:04
Picon

[Trac] authentication problem


Hi there,

my lighttpd authentication for trac does not work.

I have in /etc/lighttpd/modules.conf

server.modules = (
  "mod_access",
  "mod_auth",
  [...]
)
#########################################################################
include "conf.d/auth.conf"

--- end of quote

auth.conf contains:

auth.backend                 = "htpasswd"
auth.backend.htpasswd.userfile  = "/srv/trac/ssw/ssw.htpasswd"

that file has the following rights:

 # ls -l /srv/trac/ssw/ssw.htpasswd
-rw-r--r--  1 root root 42 Feb  1 17:25 /srv/trac/ssw/ssw.htpasswd

So it's readable by lighttpd. What could go wrong? I've used htpasswd2
to create the password file.

(Continue reading)

Fernan Aguero | 1 Feb 18:08
Picon

[Trac] flexjs plugin working / .egg install problem?


Hi,

I have a private 0.10.2 trac running fine in FreeBSD under
Apache-2.2.4 (mod_python)
(thanks for this great piece of software!). The look and feel of the
site is customized
through stylesheets.

Now, I'd like to go a step further and use custom javascript code.

I've found the FlexJS plugin in track-hacks, and installed it using
python's easyinstall
script (easy enough), but the plugin does not seem to be working.

http://trac-hacks.org/wiki/FlexJsPlugin

I already followed the instructions and added the recommended
incantations to trac.ini (both to the global trac.ini and to the
trac.ini within
my local environment), and the .js files to both the global and local
htdocs directories, to no avail.

After restarting apache (don't know if it was necessary) the pages served
from the trac environment only show this:

</style>
 <script type="text/javascript"
src="/trac/portfolio/chrome/common/js/trac.js"></script>
</head>
(Continue reading)


Gmane