Re: [Trac] Strange page load hang

2011-12-19 Thread Matthew Caron

Never mind.

I had another tab open in chromium which was also going to that page, 
and I hadn't accepted the selfsigned SSH cert, so it just sat there.


Browser use fail.

Apologies to the group.

On 12/19/2011 01:47 PM, Matthew Caron wrote:

So, I have a page on my Trac wiki, and whenever I go to it, the page
load never ends. As in, it literally just sits there forever (hours) and
never times out. A random sample of other pages seem to work fine. If I
append a ?version= I can get any version of the page (even the
most recent) without issue. If I add an ?action=edit, I can edit the
current version of the page, and if I copy and paste that into another
page, it renders just fine. I can also dump the contents of the page out
of the DB without a problem.

Anyone have any ideas? It's a very heavily-used page, and if I can't
find a solution soon, I'm likely just going to delete the original and
rename the copy over it.




--
Matthew Caron
Build Engineer
Sixnet | www.sixnet.com
O +1 518 877 5173 Ext. 138
F +1 518 602 9209
matt.ca...@sixnet.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 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



[Trac] Re: RSS feed icon/link not displaying

2011-12-19 Thread Shane Wealti
It turns out, only certain pages provide the RSS feed and I was
looking at a page which did not. For the repository browser you must
be looking at a "revision log" page in order to get the feed link. The
documentation is kind of vague about which pages offer RSS feeds so
that's why it took some trial and error for me to figure this out.


On Dec 16, 3:37 pm, Shane Wealti  wrote:
> I have a basic install of trac 0.12.2 and I can't figure out why none
> of my pages are displaying links to RSS feeds. I googled this but
> didn't find anything. Any ideas?

-- 
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 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



[Trac] Strange page load hang

2011-12-19 Thread Matthew Caron
So, I have a page on my Trac wiki, and whenever I go to it, the page 
load never ends. As in, it literally just sits there forever (hours) and 
never times out. A random sample of other pages seem to work fine. If I 
append a ?version= I can get any version of the page (even the 
most recent) without issue. If I add an ?action=edit, I can edit the 
current version of the page, and if I copy and paste that into another 
page, it renders just fine. I can also dump the contents of the page out 
of the DB without a problem.


Anyone have any ideas? It's a very heavily-used page, and if I can't 
find a solution soon, I'm likely just going to delete the original and 
rename the copy over it.



--
Matthew Caron
Build Engineer
Sixnet | www.sixnet.com
O +1 518 877 5173 Ext. 138
F +1 518 602 9209
matt.ca...@sixnet.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 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Re: Telling trac to ignore svn mime-type

2011-12-19 Thread Matt Shields
I finally found the source of the problem.  It's Microsoft SQL Server
Management Studio.  When it creates .sql files, for some reason Trac thinks
they're binary because it encodes them as "Little-endian UTF-16 Unicode c
program text, with CRLF, CR line terminators" instead of "ASCII c program
text, with CRLF line terminators".  Here are two files that
were committed to svn.  The first with M$ SSMS and the second with notepad.
 The second one you can diff fine in Trac, the first one you can't.
 They're both "text" files and I can diff them either from the Linux
command line's svn or from TortoiseSVN, so this seems like it's a bug in
Trac since it won't let me diff anything encoded with "Little-endian UTF-16
Unicode c program text, with CRLF, CR line terminators"

dbo.Proc_.sql: Little-endian UTF-16 Unicode c program text,
with CRLF, CR line terminators
dbo.Proc_.sql: ASCII c program text, with CRLF line
terminators


Matthew Shields
Owner
BeanTown Host - Web Hosting, Domain Names, Dedicated Servers, Colocation,
Managed Services
www.beantownhost.com
www.sysadminvalley.com
www.jeeprally.com
Like us on Facebook 
Follow us on Twitter 


On Mon, Dec 19, 2011 at 6:02 AM, jtb wrote:

> I've got to get the same thing done.
> In the need to suppress auto-merging many projects at our server uses the
> svn auto-prop to set the mime-type marking files as binaries. And trac
> doesn't diff these anymore...
> Got no satisfying clue until now.
>
> 2011/12/15 Matt Shields 
>
>> Anyone have a solution for this?
>>
>>
>> Matthew Shields
>> Owner
>> BeanTown Host - Web Hosting, Domain Names, Dedicated Servers, Colocation,
>> Managed Services
>> www.beantownhost.com
>> www.sysadminvalley.com
>> www.jeeprally.com
>> Like us on Facebook 
>> Follow us on Twitter 
>>
>>
>> On Wed, Nov 30, 2011 at 3:48 PM, Matt Shields wrote:
>>
>>> I've got some developers who committed their changes in svn using the
>>> wrong mime-type.  We could manually update all the mime-types of all the
>>> files in our repo but this would take forever.  Instead, is there a way to
>>> tell trac to ignore the mime-type when you try to look at the
>>> changeset/diffs?
>>>
>>> Matthew Shields
>>> Owner
>>> BeanTown Host - Web Hosting, Domain Names, Dedicated Servers,
>>> Colocation, Managed Services
>>> www.beantownhost.com
>>> www.sysadminvalley.com
>>> www.jeeprally.com
>>> Like us on Facebook 
>>> Follow us on Twitter 
>>>
>>
>>  --
>> 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
>> trac-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/trac-users?hl=en.
>>
>
>  --
> 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
> trac-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/trac-users?hl=en.
>

-- 
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 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Immediate user notification after creating the accouont

2011-12-19 Thread jtb
Hi Mark,

I create new users in trac after I've created the corresponding email
account.
So, I fill in username email adress and an initial password.
The verification email is sent after the first use of the new user
credentials.

The local trac notifications are not upgraded by any plugin at the moment.
Trac is configured that users get mail for actions on tickets related to
their accounts.

Has anyone a good hint?

Cheers,

   James

-- 
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 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Re: Telling trac to ignore svn mime-type

2011-12-19 Thread jtb
I've got to get the same thing done.
In the need to suppress auto-merging many projects at our server uses the
svn auto-prop to set the mime-type marking files as binaries. And trac
doesn't diff these anymore...
Got no satisfying clue until now.

2011/12/15 Matt Shields 

> Anyone have a solution for this?
>
>
> Matthew Shields
> Owner
> BeanTown Host - Web Hosting, Domain Names, Dedicated Servers, Colocation,
> Managed Services
> www.beantownhost.com
> www.sysadminvalley.com
> www.jeeprally.com
> Like us on Facebook 
> Follow us on Twitter 
>
>
> On Wed, Nov 30, 2011 at 3:48 PM, Matt Shields wrote:
>
>> I've got some developers who committed their changes in svn using the
>> wrong mime-type.  We could manually update all the mime-types of all the
>> files in our repo but this would take forever.  Instead, is there a way to
>> tell trac to ignore the mime-type when you try to look at the
>> changeset/diffs?
>>
>> Matthew Shields
>> Owner
>> BeanTown Host - Web Hosting, Domain Names, Dedicated Servers, Colocation,
>> Managed Services
>> www.beantownhost.com
>> www.sysadminvalley.com
>> www.jeeprally.com
>> Like us on Facebook 
>> Follow us on Twitter 
>>
>
>  --
> 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
> trac-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/trac-users?hl=en.
>

-- 
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 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



[Trac] RSS feed icon/link not displaying

2011-12-19 Thread Shane Wealti
I have a basic install of trac 0.12.2 and I can't figure out why none
of my pages are displaying links to RSS feeds. I googled this but
didn't find anything. Any ideas?

-- 
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 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.