[Trac] Re: Can a user be specified in the evaluation?

2017-03-21 Thread RjOllos


On Sunday, December 25, 2016 at 10:20:44 PM UTC-8, Mingxing Tian wrote:
>
>
>
> 在 2016年12月25日星期日 UTC+8下午3:57:37,RjOllos写道:
>>
>>
>>
>> On Wednesday, December 21, 2016 at 6:21:20 PM UTC-8, Mingxing Tian wrote:
>>>
>>>
>>>
>>> 在 2016年12月21日星期三 UTC+8下午11:57:25,RjOllos写道:

 On Monday, December 19, 2016 at 7:37:34 PM UTC-8, Mingxing Tian wrote:
>
> If I published a comment in the current task list, could you remind me 
> of a specified user query, I hope he can receive the email notification. 
> This user is anyone else except other CC and master the.
>
> example:
> @Allen, I think you need to check this question.
>

 It sounds like you are looking for something like trac-mentions:
 https://github.com/trac-hacks/trac-mentions

 - Ryan
  

>>>
>>> I got a lot of warnings after installation and there seemed to be 
>>> something wrong!
>>>
>>> 2016-12-22 10:19:52,164 Trac[web_ui] WARNING: MentionsModule can't work 
>>> because of missing configuration
>>> 2016-12-22 10:19:52,333 Trac[web_ui] WARNING:
>>>
>>> Entered pre_process_request
>>>
>>>
>>> 2016-12-22 10:19:52,333 Trac[web_ui] WARNING:
>>> req.args: {}
>>>
>>> 2016-12-22 10:19:52,575 Trac[web_ui] WARNING:
>>>
>>> Entered pre_process_request
>>>
>>>
>>> 2016-12-22 10:19:52,576 Trac[web_ui] WARNING:
>>> req.args: {u'timestamp': u'1482373200703', u'type': u'\u4e8b\u52a1'}
>>>
>>>
>>
>> The plugin was coded poorly. Please try to install the latest.
>>
>>
>> https://github.com/trac-hacks/trac-mentions/commit/73fa8587e7c1fd6351ae0eba6973a27d7c3b2612
>>
>> - Ryan 
>>
>
> I got a new error
>
> 2016-12-26 14:18:49,250 Trac[main] ERROR: Internal Server Error: 
> , referrer '
> http://trac.xxx.com/trac/xxx/newticket'
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 613, in 
> _dispatch_request
> dispatcher.dispatch(req)
>   File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 220, in 
> dispatch
> chosen_handler = self._pre_process_request(req, chosen_handler)
>   File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 422, in 
> _pre_process_request
> chosen_handler = filter_.pre_process_request(req, chosen_handler)
>   File "build/bdist.linux-x86_64/egg/tracmentions/web_ui.py", line 103, in 
> pre_process_request
> comment_users = re.findall('(?<=@)[\w]+', comment)
>   File "/usr/lib64/python2.6/re.py", line 177, in findall
> return _compile(pattern, flags).findall(string)
> TypeError: expected string or buffer
>
>

I fixed some issue. Please try again with the latest.

The plugin wants to get a gif for the user avatar from the path 
/contacts/.gif. I guess this depends on another plugin, but I'm 
unsure which plugin.

- Ryan
 

-- 
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 https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: Can a user be specified in the evaluation?

2016-12-25 Thread Mingxing Tian


在 2016年12月25日星期日 UTC+8下午3:57:37,RjOllos写道:
>
>
>
> On Wednesday, December 21, 2016 at 6:21:20 PM UTC-8, Mingxing Tian wrote:
>>
>>
>>
>> 在 2016年12月21日星期三 UTC+8下午11:57:25,RjOllos写道:
>>>
>>> On Monday, December 19, 2016 at 7:37:34 PM UTC-8, Mingxing Tian wrote:

 If I published a comment in the current task list, could you remind me 
 of a specified user query, I hope he can receive the email notification. 
 This user is anyone else except other CC and master the.

 example:
 @Allen, I think you need to check this question.

>>>
>>> It sounds like you are looking for something like trac-mentions:
>>> https://github.com/trac-hacks/trac-mentions
>>>
>>> - Ryan
>>>  
>>>
>>
>> I got a lot of warnings after installation and there seemed to be 
>> something wrong!
>>
>> 2016-12-22 10:19:52,164 Trac[web_ui] WARNING: MentionsModule can't work 
>> because of missing configuration
>> 2016-12-22 10:19:52,333 Trac[web_ui] WARNING:
>>
>> Entered pre_process_request
>>
>>
>> 2016-12-22 10:19:52,333 Trac[web_ui] WARNING:
>> req.args: {}
>>
>> 2016-12-22 10:19:52,575 Trac[web_ui] WARNING:
>>
>> Entered pre_process_request
>>
>>
>> 2016-12-22 10:19:52,576 Trac[web_ui] WARNING:
>> req.args: {u'timestamp': u'1482373200703', u'type': u'\u4e8b\u52a1'}
>>
>>
>
> The plugin was coded poorly. Please try to install the latest.
>
>
> https://github.com/trac-hacks/trac-mentions/commit/73fa8587e7c1fd6351ae0eba6973a27d7c3b2612
>
> - Ryan 
>

I got a new error

2016-12-26 14:18:49,250 Trac[main] ERROR: Internal Server Error: 
, referrer 
'http://trac.xxx.com/trac/xxx/newticket'
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 613, in 
_dispatch_request
dispatcher.dispatch(req)
  File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 220, in 
dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 422, in 
_pre_process_request
chosen_handler = filter_.pre_process_request(req, chosen_handler)
  File "build/bdist.linux-x86_64/egg/tracmentions/web_ui.py", line 103, in 
pre_process_request
comment_users = re.findall('(?<=@)[\w]+', comment)
  File "/usr/lib64/python2.6/re.py", line 177, in findall
return _compile(pattern, flags).findall(string)
TypeError: expected string or buffer


 

-- 
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 https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: Can a user be specified in the evaluation?

2016-12-24 Thread RjOllos


On Wednesday, December 21, 2016 at 6:21:20 PM UTC-8, Mingxing Tian wrote:
>
>
>
> 在 2016年12月21日星期三 UTC+8下午11:57:25,RjOllos写道:
>>
>> On Monday, December 19, 2016 at 7:37:34 PM UTC-8, Mingxing Tian wrote:
>>>
>>> If I published a comment in the current task list, could you remind me 
>>> of a specified user query, I hope he can receive the email notification. 
>>> This user is anyone else except other CC and master the.
>>>
>>> example:
>>> @Allen, I think you need to check this question.
>>>
>>
>> It sounds like you are looking for something like trac-mentions:
>> https://github.com/trac-hacks/trac-mentions
>>
>> - Ryan
>>  
>>
>
> I got a lot of warnings after installation and there seemed to be 
> something wrong!
>
> 2016-12-22 10:19:52,164 Trac[web_ui] WARNING: MentionsModule can't work 
> because of missing configuration
> 2016-12-22 10:19:52,333 Trac[web_ui] WARNING:
>
> Entered pre_process_request
>
>
> 2016-12-22 10:19:52,333 Trac[web_ui] WARNING:
> req.args: {}
>
> 2016-12-22 10:19:52,575 Trac[web_ui] WARNING:
>
> Entered pre_process_request
>
>
> 2016-12-22 10:19:52,576 Trac[web_ui] WARNING:
> req.args: {u'timestamp': u'1482373200703', u'type': u'\u4e8b\u52a1'}
>
>

The plugin was coded poorly. Please try to install the latest.

https://github.com/trac-hacks/trac-mentions/commit/73fa8587e7c1fd6351ae0eba6973a27d7c3b2612

- Ryan 

-- 
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 https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: Can a user be specified in the evaluation?

2016-12-21 Thread Mingxing Tian


在 2016年12月21日星期三 UTC+8下午11:57:25,RjOllos写道:
>
> On Monday, December 19, 2016 at 7:37:34 PM UTC-8, Mingxing Tian wrote:
>>
>> If I published a comment in the current task list, could you remind me of 
>> a specified user query, I hope he can receive the email notification. This 
>> user is anyone else except other CC and master the.
>>
>> example:
>> @Allen, I think you need to check this question.
>>
>
> It sounds like you are looking for something like trac-mentions:
> https://github.com/trac-hacks/trac-mentions
>
> - Ryan
>  
>

I got a lot of warnings after installation and there seemed to be something 
wrong!

2016-12-22 10:19:52,164 Trac[web_ui] WARNING: MentionsModule can't work 
because of missing configuration
2016-12-22 10:19:52,333 Trac[web_ui] WARNING:

Entered pre_process_request


2016-12-22 10:19:52,333 Trac[web_ui] WARNING:
req.args: {}

2016-12-22 10:19:52,575 Trac[web_ui] WARNING:

Entered pre_process_request


2016-12-22 10:19:52,576 Trac[web_ui] WARNING:
req.args: {u'timestamp': u'1482373200703', u'type': u'\u4e8b\u52a1'}


 

-- 
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 https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: Can a user be specified in the evaluation?

2016-12-21 Thread RjOllos


On Wednesday, December 21, 2016 at 7:57:25 AM UTC-8, RjOllos wrote:
>
> On Monday, December 19, 2016 at 7:37:34 PM UTC-8, Mingxing Tian wrote:
>>
>> If I published a comment in the current task list, could you remind me of 
>> a specified user query, I hope he can receive the email notification. This 
>> user is anyone else except other CC and master the.
>>
>> example:
>> @Allen, I think you need to check this question.
>>
>
> It sounds like you are looking for something like trac-mentions:
> https://github.com/trac-hacks/trac-mentions
>
> - Ryan
>
>
See also: https://trac.edgewall.org/ticket/11871

- Ryan
 

-- 
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 https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: Can a user be specified in the evaluation?

2016-12-21 Thread RjOllos
On Monday, December 19, 2016 at 7:37:34 PM UTC-8, Mingxing Tian wrote:
>
> If I published a comment in the current task list, could you remind me of 
> a specified user query, I hope he can receive the email notification. This 
> user is anyone else except other CC and master the.
>
> example:
> @Allen, I think you need to check this question.
>

It sounds like you are looking for something like trac-mentions:
https://github.com/trac-hacks/trac-mentions

- Ryan
 

-- 
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 https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.