[Trac] links to local file system - a workaround

2015-07-15 Thread MalaclypsedJ
 

I try to use the trac wiki to link to certain foulders on windows file 
system, where project information is stored.

Example:

[file:///c:/windows c:\windows] generates a link in the wiki page.

If I click on this link, nothing happens. Researching made me understand, 
that this is an security feature of my browser (IE11 blocks as well):

*https://groups.google.com/forum/#!searchin/trac-users/local$20link$20filesystem/trac-users/1By-Uqi1OSk/pGay3r2ZUJIJ*
 


 

A possible workaround could look like that:

Having a “copy link” button beside the link.

The user klick on it and can paste the link into windows explorer window.

 

Does a feature like this maybe already exists?

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Create new users

2015-07-15 Thread Steffen Hoffmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 15.07.2015 15:34, Nuno Ranito wrote:
> I checked the trac.htpasswd file and I see that some users have lines like
> userName:password  (this one accesses trac)
> and others have
> username:/home/trac/trac.htpasswd:password* (this one cannot access trac)
> 
> What is the difference, and why this happens??
> 
> *something encrypted?

The first type of entries is expected for htpasswd auth file store
(user:passwd-hash), the second line is clearly an accident, maybe
something related to htdigest (user:realm:passwd-hash), like was
suggested before, at best.

You should be able to update each users entry via the users admin web-ui
provided by account manager plugin. Your trac.ini settings regarding
account manager components and plugin related section [account-manager]
are mandatory to help resolving the mystery around these wired entries.

Can you remember and explain a bit more, how these entries have been
created in that file? Some history with concurrent HtDigestStore would
explain a lot, albeit it has been fixed for ages now.

Steffen Hoffmann
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlWm2C8ACgkQ31DJeiZFuHdhDACfUQs+edwWbZqTwKOqLmTLzOPd
3psAnRHEs/RrlYfFsLjF2g7XDuJFQGJq
=3iun
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Create new users

2015-07-15 Thread RjOllos
On Wednesday, July 15, 2015 at 6:34:43 AM UTC-7, Nuno Ranito wrote:
>
> I checked the trac.htpasswd file and I see that some users have lines like
> userName:password  (this one accesses trac)
> and others have
> username:/home/trac/trac.htpasswd:password* (this one cannot access trac)
>
> What is the difference, and why this happens??
>
> *something encrypted?
>

Please share the [account-manager] section from trac.ini. You may have it 
configured for htdigest authentication. Did you upgrade to 0.4.4 of 
AccountManagerPlugin?

>From the command line, the htpasswd file can be edited using the apache 
htpasswd tool that you can install through your package manager. 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Resolve as duplicate

2015-07-15 Thread Ryan Ollos
On Wed, Jul 15, 2015 at 4:01 AM, Mo  wrote:

> Hi,
>
> when resolving a ticket as duplicate I wonder that there is no duplicate
> reference if not writing a comment.
> Isn't that a basic feature to have duplicate references between tickets,
> also informing in the original ticket that there was a duplicate closed?
>
> Best regards.
>

AdvancedTicketWorkflowPlugin (1) may be your best option at the moment.
There is also DupTicketPlugin (2), but I'm less sure of its capabilities.
The feature may eventually be implemented in Trac, perhaps via a backport
of BloohoundSearch plugin (3, 4).

(1) https://trac-hacks.org/wiki/AdvancedTicketWorkflowPlugin
(2) https://trac-hacks.org/wiki/TracDupPlugin
(3) http://trac.edgewall.org/ticket/31
(4) http://trac.edgewall.org/ticket/1395

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Create new users

2015-07-15 Thread Nuno Ranito
I checked the trac.htpasswd file and I see that some users have lines like
userName:password  (this one accesses trac)
and others have
username:/home/trac/trac.htpasswd:password* (this one cannot access trac)

What is the difference, and why this happens??

*something encrypted?

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Create new users

2015-07-15 Thread Nuno Ranito
Thank you for the help, and sorry for not replying sooner

I am just using the admin console, so I didn't access directly to the 
files. To update the passwords, I would need to access the files with a 
text editor?

I don't get what you mean by password store, but this is what I see in 
console. 
filename: 
hash_type: 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Resolve as duplicate

2015-07-15 Thread Mo
Hi,

when resolving a ticket as duplicate I wonder that there is no duplicate 
reference if not writing a comment.
Isn't that a basic feature to have duplicate references between tickets, 
also informing in the original ticket that there was a duplicate closed?

Best regards.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.