Re: [th-users] OdtExportPlugin: cannot be compiled because of uTidylib

2014-10-20 Thread RjOllos
Franz wrote
 Hi,
 
 I would like to try OdtExportPlugin, but when running setup it always
 shows:
 
 No local packages or download links found for uTidylib
 error: Could not find suitable distribution for 
 Requirement.parse('uTidylib')
 
 I haven't found any uTidylib package, which will work on my environment 
 (Win 7, Python 2.7).
 
 How can I setup this plugin, so I can build and test it?
 
 Thanks in advance,
 Franz
 
 ___
 th-users mailing list

 th-users@.trac-hacks

 https://lists.trac-hacks.org/mailman/listinfo/th-users

It looks like the project was moved from SourceForge, but the links to the
new site are dead.

Maybe this will help you?:
http://blog.cihar.com/archives/2012/01/04/utidylib-dead/

I was able to install on Ubuntu 14.04:

$ sudo aptitude install python-utidylib
[sudo] password for user:
The following NEW packages will be installed:
  libtidy-0.99-0{a} python-utidylib
0 packages upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 127 kB of archives. After unpacking 474 kB will be used.
Do you want to continue? [Y/n/?]


In the long run it looks like we should modify the plugin to remove the
utidylib dependency. 



--
View this message in context: 
http://th-users.32086.n3.nabble.com/OdtExportPlugin-cannot-be-compiled-because-of-uTidylib-tp4024771p4024773.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Internal error when trying to register on trac-hacks.org

2014-04-27 Thread RjOllos
Steffen Hoffmann-2 wrote
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 10.04.2014 13:27, Paul Tobias wrote:
 AttributeError: 'FakeRequest' object has no attribute 'authname'
 
 My investigation uncovered, that TracHacksPlugin did not adapt to
 extended requirements of new tag change recording in tractags-0.7.
  It must have hit even before updating t-h.o to current stable release,
 but this is the first report about it. Thank you very much for
 notification about this issue.
 
 A patch to fix this is attached to a new ticket against TracHacksPlugin
 [1]. I would rather not interfere with the work lead by Ryan to update
 the Plugin, so I'll stand back unless invited to assist further on.
 
 Steffen Hoffmann
 
 
 [1] https://trac-hacks.org/ticket/11698


Thanks Steffen and Paul. The patch has been applied to TracHacksPlugin and
deployed to the site.



--
View this message in context: 
http://th-users.32086.n3.nabble.com/Internal-error-when-trying-to-register-on-trac-hacks-org-tp4024767p4024769.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] I cannot create new OpenSearchPlugin, why

2014-04-10 Thread RjOllos
Jun Omae wrote
 Hi,
 
 On Sun, Apr 6, 2014 at 5:53 PM, matobaa lt;

 matobaa@

 gt; wrote:
 I tried to register new plugin named OpenSearch, but
 error occurs with following message;

 Resulting path /opensearchplugin already exists in authz file.

 there is no plugin named as above, please check authz file.
 
 Seems that a plugin named OpenSearchPlugin has existed until 2010 in
 trac-hacks.org.
 
 http://wayback.archive.org/web/20100116090529/http://trac-hacks.org/wiki/OpenSearchPlugin
 
 I guess that someone has removed the wiki page (maybe because cannot
 access the source in external repository for the plugin) and forgot to
 remove the entry from svnauthz file at that time.
 
 
 -- 
 Jun Omae lt;

 jun66j5@

 gt; (大前 潤)
 ___
 th-users mailing list

 th-users@.trac-hacks

 https://lists.trac-hacks.org/mailman/listinfo/th-users

matobaa,

Please try again. The issue should be fixed now.



--
View this message in context: 
http://th-users.32086.n3.nabble.com/I-cannot-create-new-OpenSearchPlugin-why-tp4024762p4024765.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Committing to TicketTeamDispatcherPlugin

2014-01-18 Thread RjOllos
Adam Dorsey - NOAA Affiliate wrote
 HI,
 I have a change to
 http://trac-hacks.org/wiki/TicketTeamDispatcherPlugin that will close
 ticket http://trac-hacks.org/ticket/6237.  Would it be possible for me
 to receive commit access to the TicketTeamDispatcher plugin SVN?  If
 this is not possible, a diff of the changes is included in the ticket.
 
 Thanks,
 Adam Dorsey

You can receive commit access by following the steps at AdoptingHacks:
http://trac-hacks.org/wiki/AdoptingHacks#HowtoAdoptUnmaintainedHacks

There's no activity on TicketTeamDispatcherPlugin since 2009, so most likely
the author of the plugin is no longer around or not maintaining it anymore.



--
View this message in context: 
http://th-users.32086.n3.nabble.com/Committing-to-TicketTeamDispatcherPlugin-tp4024760p4024761.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] new hack form

2013-11-15 Thread RjOllos
Felipe G. Nievinski wrote
 Is lt;http://trac-hacks.org/wiki/NewHackgt; broken?
 clicking on the NewHack(NewHackTemplate)? link
 leads to lt;http://trac-hacks.org/wiki/NewHackTemplategt;
 which is just a blank page.
 the template itself seems okay:
 lt;http://trac-hacks.org/wiki/NewHackTemplategt;
 
 ___
 th-users mailing list

 th-users@.trac-hacks

 https://lists.trac-hacks.org/mailman/listinfo/th-users

Yes, it's broken since the upgrade to Trac 1.0.1. We hope to have it fixed
soon, however.

Sorry for the delayed reply, I seemed to have missed this message.




--
View this message in context: 
http://th-users.32086.n3.nabble.com/new-hack-form-tp4024751p4024755.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


[th-users] Tag cloud on t-h.o ignoring closed tickets

2013-11-15 Thread RjOllos
I noticed today while looking for the tag setuptools in the Tag cloud that
we have TagsPlugin setup to ignore closed tickets. I changed the
configuration just now:

[tags]
ignore_closed_tickets = false

But I wonder if this is the more useful configuration in general, or if I
should revert it back so that the Tag cloud ignores closed tickets?

It might be useful to have a filter on the tag cloud page for
including/excluding closed tickets.

- Ryan



--
View this message in context: 
http://th-users.32086.n3.nabble.com/Tag-cloud-on-t-h-o-ignoring-closed-tickets-tp4024756.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] TracFormsPlugin

2013-07-18 Thread RjOllos
Matt Cole wrote
 I'd like to track released builds (for internal testing / sent to
 customers 
 / etc) with a simple table, and input to that table with a Trac Form using 
 TracFormsPlugin.  However, I am at a total loss to actually get this done. 
  Here is what I have so far, though it is sadly incomplete:
 
 {{{
 #!TracForm
 #! submit_label Add build
 #! track_fields
 
 || '''Date''' || '''config''' || '''zipfile with set of build''' ||
 '''sent 
 to x for y (use)''' || '''SVN label or rev''' || '''Comments''' ||
 || [tf.input:Date] || [tf.input:config] || [tf.input:file] || 
 [tf.input:usage] || [tf.input:rev] ||[tf.input:comment] ||
 
 last input:
 by [tf.form_updater:]
 on [tf.form_updated_on:]
 
 }}}
 
 I get the form I want, but when I use Add build with data, I get an 
 error, listed blow.  Additionally, I don't believe what I've set up will 
 actually add rows to the table, and grow the release list, merely provide
 a 
 static text input row.  I'm stuck, though.  Any help or comments?
 
 *Trac detected an internal error:*
 
 FormTooManyValuesError: ERROR: Too many values for TracForms form variable
 'checklist' (maybe the same field is being used multiple times?)
 
 
 Python Traceback
 Most recent call last:
 
 File
 /opt/bitnami/.tmp/Trac-1.0.1-py2.7.egg-tmp/trac/wiki/templates/wiki_view.html,
 line 49, in 
 Expression u'wiki_to_html(context, text)'
   
 div id=wikipage class=trac-content py:content=wiki_to_html(context,
 text) /
 File build/bdist.linux-x86_64/egg/trac/wiki/formatter.py, line 1546, in
 format_to_html
   return HtmlFormatter(env, context, wikidom).generate(escape_newlines)
 File build/bdist.linux-x86_64/egg/trac/wiki/formatter.py, line 1501, in
 generate
   escape_newlines)
 File build/bdist.linux-x86_64/egg/trac/wiki/formatter.py, line 1244, in
 format
   self.handle_code_block(line, block_start_match)
 File build/bdist.linux-x86_64/egg/trac/wiki/formatter.py, line 1134, in
 handle_code_block
   processed = self.code_processor.process(code_text)
 File build/bdist.linux-x86_64/egg/trac/wiki/formatter.py, line 356, in
 process
   text = self.processor(text)
 File build/bdist.linux-x86_64/egg/trac/wiki/formatter.py, line 343, in
 _macro_processor
   text)
 File build/bdist.linux-x86_64/egg/tracforms/macros.py, line 48, in
 expand_macro
   return processor.execute()
 File build/bdist.linux-x86_64/egg/tracforms/macros.py, line 154, in
 execute
   text = tfRE.sub(self.process, text)
 File build/bdist.linux-x86_64/egg/tracforms/macros.py, line 403, in
 process
   raise FormTooManyValuesError(str(op))
 
 
 
 ___
 th-users mailing list

 th-users@.trac-hacks

 https://lists.trac-hacks.org/mailman/listinfo/th-users


For help on a specific plugin, it is recommended that you post to
trac-users. You'll reach a much larger audience there.

http://trac.edgewall.org/wiki/MailingList



--
View this message in context: 
http://th-users.32086.n3.nabble.com/TracFormsPlugin-tp4024738p4024739.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] adoption-request LdapAuthStorePlugin

2013-07-15 Thread RjOllos
Immo Goltz wrote
 I did merge together the different patches from #1147 and #1600
  This plugin now works in Trac 1.0.1.
  Dependencies are LdapPlugin and TracAccountManager.
  It does support listing users, changing passwords, session cache.
 
  I'd like to contribute the work. As this plugin is abandoned i would
 adopt
 it to keep it alive.
 
 Best regards,
 
 Immo

Great! I expect that k0s will be happy to have you take over. Please follow
all of the steps listed here:
http://trac-hacks.org/wiki/AdoptingHacks




--
View this message in context: 
http://th-users.32086.n3.nabble.com/adoption-request-LdapAuthStorePlugin-tp4024733p4024734.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


[th-users] Adoption Request - FineGrainedPageAuthzEditorPlugin

2013-01-09 Thread RjOllos
I'd like to adopt the FineGrainedPageAuthzEditorPlugin if the maintainer no
longer wishes to maintain it. See [1] for more details.

[1] https://trac-hacks.org/ticket/10780



--
View this message in context: 
http://th-users.32086.n3.nabble.com/Adoption-Request-FineGrainedPageAuthzEditorPlugin-tp4024711.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Adoption Request - PeerReviewPlugin

2012-12-27 Thread RjOllos
Olemis Lang wrote
 Hi,
 
 I'd like to adopt the following plugins :
 
 PeerReviewPlugin ( https://trac-hacks.org/ticket/10728 )
 
 It's tagged needsadoption . I will investigate all open tickets, of
 course .
 
 Happy holidays !
 o|:)

Done!




--
View this message in context: 
http://th-users.32086.n3.nabble.com/Adoption-Request-PeerReviewPlugin-tp4024706p4024707.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] How to edit user information via admin interface

2012-10-20 Thread RjOllos
Adeel Asghar wrote
 I would like to edit the user information via the admin panel.
 I would also like to verify user email manually since the user hasn't got
 the verification email and his verification is pending.
 Can anyone help me with this?

Take a look at the AccountManagerPlugin (1).

For better responses, address your question to the trac-users mailing list.
See (2) for more details.

(1) http://trac-hacks.org/wiki/AccountManagerPlugin
(2) http://trac.edgewall.org/wiki/MailingList




--
View this message in context: 
http://th-users.32086.n3.nabble.com/How-to-edit-user-information-via-admin-interface-tp4024699p4024700.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Adoption Request - 5 plugins

2012-10-05 Thread RjOllos
Olemis Lang wrote
 Hi,
 
 I'd like to adopt the following plugins :

Hi Olemis,

Permissions changes have been made for those 5 plugins. Please complete the
remaining steps in AdoptingHacks:

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



--
View this message in context: 
http://th-users.32086.n3.nabble.com/Adoption-Request-5-plugins-tp4024686p4024687.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


[th-users] Adoption Request: VirtualTicketPermissionsPlugin

2012-04-16 Thread RjOllos
I'd like to adopt the VirtualTicketPermissionsPlugin, or collaborate with the
maintainer in pooling our efforts towards a single plugin, since
VirtualTicketPermissionsPlugin and PrivateTicketsPlugin are the same, or
nearly the same, with the exception of some differences in how the
permissions are named.

I'll follow up in 2 weeks, if there is no response from the author.

--
View this message in context: 
http://th-users.32086.n3.nabble.com/Adoption-Request-VirtualTicketPermissionsPlugin-tp3913647p3913647.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Adoption request - WikiStatsPlugin

2012-03-01 Thread RjOllos

RjOllos wrote
 
 I'd like to adopt the WikiStatsPlugin:
 
 http://trac-hacks.org/ticket/7630
 
 I'll follow-up in two weeks.
 

I've transferred maintainership, since there was no response.

--
View this message in context: 
http://th-users.32086.n3.nabble.com/Adoption-request-WikiStatsPlugin-tp3698898p3792296.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] [TH] t-h.org SSL cert

2012-01-17 Thread RjOllos

anatoly techtonik wrote
 
 On Sun, Jan 15, 2012 at 11:24 AM, Michael Renzmann
 lt;mrenzmann@gt;wrote:
 Michael, the trac-hack.org is still 0.10.6
 Do you have a roadmap with current status about what is required to switch
 to 0.12 (or 0.11 FWIW)?
 Seems like the process wedged again. I remember people were offering help,
 so it is worthy to remind how can they help again.
 -- 
 anatoly t.
 

My sense from email exchanges is that Michael is way too busy to make this
happen in the near future. he and I discussed recently how I can get
elevated permissions and help more with admin work on t-h.o, and when that
happens maybe there is a way that I can coordinate the work of people that
are offering to help. I'd of course need some walking instructions from
Michael on what we have permission to move forward with.

- Ryan

--
View this message in context: 
http://th-users.32086.n3.nabble.com/TH-t-h-org-SSL-cert-tp3657525p3668147.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Adoption request - SimpleTicketPlugin

2011-12-03 Thread RjOllos
I got a friendly email from CodeRanger giving the go ahead.

I'd also like to take over the NewsFlashMacro and IncludeMacro, if that is
okay.

http://trac-hacks.org/wiki/NewsFlashMacro
http://trac-hacks.org/wiki/IncludeMacro

--
View this message in context: 
http://th-users.32086.n3.nabble.com/Adoption-request-SimpleTicketPlugin-tp3556268p3558635.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


[th-users] Adoption request - SimpleTicketPlugin

2011-12-02 Thread RjOllos
Requesting to adopt the SimpleTicketPlugin.

https://trac-hacks.org/ticket/9573

--
View this message in context: 
http://th-users.32086.n3.nabble.com/Adoption-request-SimpleTicketPlugin-tp3556268p3556268.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] inquiring as to maintainer-ship status

2011-05-28 Thread RjOllos

Anders, Marc R. wrote:
 
 I know the normal procedure is to wait a few weeks for a response but
 based on the activity and rjollos' comment i was wondering if it has been
 long enough.
 
 Please let me know and thank you for your time,
 

Either way it has been nearly 2 weeks now so we should be able to give you
commit access.

I'd be interested in talking with you guys more about the work you are
doing, so please ping me if you are interested in discussing. My contact
information is on http://trac-hacks.org/wiki/rjollos.

- Ryan

--
View this message in context: 
http://th-users.32086.n3.nabble.com/inquiring-as-to-maintainer-ship-status-tp2959407p2997653.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Plugins with no license attached

2011-02-23 Thread RjOllos


Michael Renzmann wrote:
 
 Agreed. But that would become effective only for such hacks which are
 uploaded AFTER that rule has been published. How to deal with existing
 hacks that have no license attached?
 

If we can make a decision on what the default license would be, would the
'accept these terms' page become an enhancement for the TracHacksMacro [1]?

As for existing hacks, I've found it possible to get in touch with the
author about half the time, and many already have licenses attached. With
the way stuff gets deprecated over time I don't think it wouldn't be a huge
issue, but I think its important to have a policy in place going forward and
to document what was discussed here somewhere on t-h.o, such as in [2].

I like Anatoly's suggestion of marking plugins as proprietary / no license
were appropriate.

[1] http://trac-hacks.org/wiki/NewHackMacro
[2] http://trac-hacks.org/wiki/AdoptingHacks
-- 
View this message in context: 
http://th-users.32086.n3.nabble.com/Plugins-with-no-license-attached-tp2530297p2558976.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


[th-users] Plugins with no license attached

2011-02-18 Thread RjOllos

I have some questions about licenses:
 1. If there is no license attached to a plugin and the author does not
reply during an adoption request, is it appropriate for the maintainer to
attach a license to the plugin? An example of this can be found in [1].
 2. Perhaps there should be some text on the plugin creation page that says
if no license is attached to this plugin and it is hosted on t-h.o, then by
uploading the plugin the author is granting that it be distributed under the
terms on license X. Any thoughts?

[1] http://trac-hacks.org/browser/anchormacro/0.11

-- 
View this message in context: 
http://th-users.32086.n3.nabble.com/Plugins-with-no-license-attached-tp2530297p2530297.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Adoption Request (TracTicketStatsPlugin)

2010-12-15 Thread RjOllos


Michael Renzmann wrote:
 
 Please let me know if you also want to take over maintainership.
 

Thanks, I'll get back to you after I spend some time with the source code.

-- 
View this message in context: 
http://th-users.32086.n3.nabble.com/Adoption-Request-TracTicketStatsPlugin-tp2017108p2091053.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Adoption Request (TracTicketStatsPlugin)

2010-12-10 Thread RjOllos

I've also been given permisson to adopt the IncludeMacro:

http://trac-hacks.org/ticket/8271
-- 
View this message in context: 
http://th-users.32086.n3.nabble.com/Adoption-Request-TracTicketStatsPlugin-tp2017108p2067482.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Migration of t-h.o to Trac 0.12 (was: Re: TracForms: call for action)

2010-12-05 Thread RjOllos


Michael Renzmann wrote:
 
 If your interested, please speak up and feel free to raise any questions
 you may have. Same goes if you have other ideas or suggestions how this
 problem could be resolved.
 

I'm not sure I want to take the lead on this, or even need SSH access, but
I'm willing to contribute where possible and I suspect based on previous
discussion threads that there is a small group of people willing to
contribute in various ways.

-- 
View this message in context: 
http://th-users.32086.n3.nabble.com/TracForms-call-for-action-tp1992845p2022444.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


[th-users] Adoption Request (TracTicketStatsPlugin)

2010-12-04 Thread RjOllos

I'd like to adopt the TracTicketStatsPlugin and opened a ticket about 3
months back with no response from the author. I'll follow up in 2 weeks
since I didn't post to the mailing list at that time:

I'd also like to give gnarvaja commit access to TracTicketStatsPlugin (Note
to self), per [2].

 [1] http://trac-hacks.org/ticket/7537
 [2] http://trac-hacks.org/ticket/8140
-- 
View this message in context: 
http://th-users.32086.n3.nabble.com/Adoption-Request-TracTicketStatsPlugin-tp2017108p2017108.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] TracForms: call for action

2010-12-04 Thread RjOllos


Michael Renzmann wrote:
 
 You are now set as the new maintainer of TracFormsPlugin. While at it, I
 gave rjollos read/write access to the repository of that plugin.
 

Excellent, thanks!

(the way things are going, Steffen and I will soon be maintaining 90% of
trac-hacks ;)

-- 
View this message in context: 
http://th-users.32086.n3.nabble.com/TracForms-call-for-action-tp1992845p2017115.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Adoption Request (TracTicketStatsPlugin)

2010-12-04 Thread RjOllos

echo0101 followed-up on the ticket and has approved the request. Please also
give gnarvaja commit-access.

Thanks!
-- 
View this message in context: 
http://th-users.32086.n3.nabble.com/Adoption-Request-TracTicketStatsPlugin-tp2017108p2017835.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] TracForms: call for action

2010-12-04 Thread RjOllos


Steffen Hoffmann-2 wrote:
 
 Sure, same thoughts occur to me several times a week lately. While it's
 nice to have access for driving development, it's not so nice to end
 with just a handful of power developers to be in charge for anything.
 
 I know that's common that 80 % of users contribute 20 % of time, while
 20 % throw in the remaining 80 % for support, bringing others daydreams
 into  life and, if possible afterwards even hang on and work towards
 their own ideas for improvements. And I fear figures are most likely
 even worst (more towards 95/5). I'd really love to see more developers
 actively maintaining and responding to tickets, at #trac and the
 mailing-lists. I'll do my best to continue my work started this year,
 but it's at least more fun with more people, both idealistic and
 capable, joining in.
 
 

The 95/5 sounds about right to me as well.  A thought occurred to me
recently that, “The world doesn’t need yet another trac-hacks plugin.”  What
I mean is that, for almost every need I have had, there has been an
unmaintained plugin that just needs a little bit of work to satisfy the
requirement.

Towards improving collaboration, if we stick with our goal of merging
codebases and packaging plugins together, we might get quite a ways towards
having more high quality plugins on t-h.o, and hopefully more people will
contribute to those rather than working separately on new plugins that have
much of the same functionality as existing plugins.
 
It does feel as if the number of active developers has fallen off in the
past 2 years.  I wonder why that might be?


Steffen Hoffmann-2 wrote:
 
 
 I feel that I still have to learn so much about Python in general, Trac
 internals, jQuery, just to name some. But at least collaboration with
 you and a few others (osimons at #trac comes to mind instantly) is what
 I have, and I'm grateful to have all of you around. Please remind me, if
 I don't behave like that.
 

I’ve learned a lot from Osimons as well, and collaboration with you has
always been great, so I don’t think I’ll ever need to do any reminding ;)

Each patch is a learning experience, and I find the hardest thing is
figuring out whether I’m doing things right. The nice thing about submitting
a patch to Trac is that there is great feedback from Christian and Remy. 
However, there is a lot of less-than-perfect code on trac-hacks, some of it
produced by myself, no doubt, and it’s a bit harder to forge ahead without
that feedback, but the more code review we do amongst ourselves, the better.

Contrary to some recent criticism I’ve seen, I feel that the Trac developer
documentation is pretty good, particularly for an open source project. Yet,
I think the learning curve is still pretty steep for developing a plugin. 
I’ve seen some slides from Noah, introducing the Trac API, and then there
are plenty of examples on t-h.o, but it’s often difficult to get started.
And, as mentioned previously, some of the plugin on t-h.o are doing things
not so correct, so one can get led astray. For example, I feel like I had to
spend way too long on a ticket from earlier today (1) to determine what was
the right way to use the Trac API (and still hoping I got it right, but not
entirely sure).

I’ve been taking lots of notes with the thought that it might be worthwhile
to eventually produce a tutorial on developing a plugin for Trac. Perhaps it
would be in a cookbook style, with code snipets on how to do this or that. 
I haven’t seen anything like that … maybe it would be a good thing?

For example, posts like this (2) are really helpful ... but I don't see too
many of them around. 

Thanks for sharing your thoughts, as always!

(1) http://trac-hacks.org/ticket/5825
(2) https://pacopablo.com/blog/pacopablo/blog/set-assign-to-drop-down

-   Ryan

-- 
View this message in context: 
http://th-users.32086.n3.nabble.com/TracForms-call-for-action-tp1992845p2018317.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] TracForms: call for action

2010-12-02 Thread RjOllos


Steffen Hoffmann-2 wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 So I ask you, if you'd be willing to ask Michael (otaku42) to grant SVN
 write access to your plugin's repository part, so I could assist in
 fixing existing tickets as well as adding my own development to trunk.
 
 

Steffen,

I'm also interested in getting this plugin working with Trac 0.11.  Last I
tried it to get it working I encountered a number of issues.

If the author agrees or does not respond, I'm ready to collaborate with you
on getting this working.

- Ryan

-- 
View this message in context: 
http://th-users.32086.n3.nabble.com/TracForms-call-for-action-tp1992845p2008035.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Change to new ticket submission

2010-10-30 Thread RjOllos


Steffen Hoffmann-2 wrote:
 
 AccountManager trunk still has some weaknesses but has been much
 improved by already fixing various long-standing issues. Provided you
 get notification setup working correctly as it already does, you could
 even use the new default email required and verification procedure.
 
 The administrative part (resetting user passwords to preliminary random
 one) is not ready yet, but I feel it's not absolutely necessary and will
 be done soon anyway. Just drop me a note, if you have questions
 regarding such an application.
 

That sounds useful, but I imagine it would have to wait for the 0.12
upgrade. Do you think AccountManager trunk is likely to work with 0.10?

My thought was to grant TICKET_CREATE privilege to the authenticated group,
but not the anonymous group, and have the 'New Ticket' main nav direct to a
wiki page explaining what a user needs to do in order to create a ticket,
like they've done on t.e.o.:
http://trac.edgewall.org/wiki/NewTicket

-- 
View this message in context: 
http://th-users.32086.n3.nabble.com/Change-to-new-ticket-submission-tp1779836p1813650.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Change to new ticket submission

2010-10-28 Thread RjOllos

Hi Michael,

I was just wondering why we don't require registration in order to create a
new ticket. Doing that may also improve follow-up on tickets, as it seems
like many people post tickets as anonymous and never revisit the ticket
again even if the plugin author/maintainer has replied.

- Ryan
-- 
View this message in context: 
http://th-users.32086.n3.nabble.com/Change-to-new-ticket-submission-tp1779836p1788910.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Greetings and a question

2010-09-19 Thread RjOllos


Itamar O wrote:
 
 Sounds reasonable :-)
 Is there an upgrade plan somewhere, specifying what hacks needs porting,
 and other tasks?
 I'm asking in order to see whether I can assist in the process.
 

As far as I know, most of the discussion took place in a mailing list thread
[1].

[1]
http://th-users.32086.n3.nabble.com/Preview-track-hacks-org-on-Trac-0-11-td41457.html#a41457

-- 
View this message in context: 
http://th-users.32086.n3.nabble.com/Greetings-and-a-question-tp1439304p1527234.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Getting ticket data in a plugin

2010-07-15 Thread RjOllos


Matt Crinklaw wrote:
 
 I'm writing a plugin that adds some features when displaying a ticket. 
 I've
 added some static html, using my plugin, that shows up on the ticket page,
 but I need to populate it with information from the ticket.  The main
 things
 of interest to me are the keywords and description of the ticket, but I
 don't know how to get these.  Does the env have anything I could use?
 

You might take a look at the database schema [1] and ask on the trac-users
list [2].  I don't know much about this, but I think you typically do
something like this:
db = env.get_db_cnx()
curs = db.cursor()
curs.execute()
With your database query string as the argument to curs.execute.

[1] http://trac.edgewall.org/wiki/TracDev/DatabaseSchema
[2] http://groups.google.com/group/trac-users

-- 
View this message in context: 
http://th-users.32086.n3.nabble.com/Getting-ticket-data-in-a-plugin-tp968333p970476.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


[th-users] Requesting repository write permission

2010-05-19 Thread RjOllos

I'd like to request repository write permission for the TracMetrixPlugin. 
I've opened a ticket [1] and started an email discussion with the author.

[1] http://trac-hacks.org/ticket/7143
-- 
View this message in context: 
http://th-users.32086.n3.nabble.com/Requesting-repository-write-permission-tp828470p828470.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Plugin for repeating tasks

2010-05-03 Thread RjOllos


Natalia Bottaioli wrote:
 
 Hi!
 
 Does anybody know of a plugin that I can install on trac so as to manage
 tasks that need to be done, for example, once a month or once a week?
 

You might take a look at this plugin:

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

-- 
View this message in context: 
http://th-users.32086.n3.nabble.com/Plugin-for-repeating-tasks-tp698436p774485.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


[th-users] Requesting commit permission

2010-04-29 Thread RjOllos

Hello,

I'm maintainer of the WikiTicketCalendarMacro.  I'd like to have user
hasienda be given write permission to the repository for this plugin.

Thank you.
- Ryan
-- 
View this message in context: 
http://th-users.32086.n3.nabble.com/Requesting-commit-permission-tp764536p764536.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Adoption Request: SmallSearchMacro

2010-02-07 Thread RjOllos

Also have permission of author to adopt the WikiTicketCalendarMacro:

http://trac-hacks.org/ticket/6559
-- 
View this message in context: 
http://n3.nabble.com/Adoption-Request-SmallSearchMacro-tp131124p191911.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Adoption Request: SmallSearchMacro

2010-02-06 Thread RjOllos

Also have permission of author to adopt the RepoSearchPlugin:

http://trac-hacks.org/ticket/6549
-- 
View this message in context: 
http://n3.nabble.com/Adoption-Request-SmallSearchMacro-tp131124p190962.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] Adoption request: S5 Slideshow Plugin (have permission from author)

2010-01-23 Thread RjOllos

Hello,

I also have permission to adopt the FullBlogAnnouncerPlugin,
http://trac-hacks.org/ticket/6484

Thanks,
- Ryan
-- 
View this message in context: 
http://n3.nabble.com/Adoption-request-S5-Slideshow-Plugin-have-permission-from-author-tp135325p136003.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


Re: [th-users] MasterTicketsPlugin

2010-01-19 Thread RjOllos


Laszlo Papp-2 wrote:
 
 Hello,
 
 Can someone fix this plugin please ?
 

You should post to the trac-users mailing list, but I agree that this plugin
needs some work and hold out hope that someone will adopt it and deal with
some of the 40+ open tickets.  It provides a nice feature, but definitely
needs some work.
-- 
View this message in context: 
http://n3.nabble.com/MasterTicketsPlugin-tp126263p130625.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


[th-users] Adoption Request: SmallSearchMacro

2010-01-19 Thread RjOllos

Posting notice that I would like to adopt the SmallSearchMacro.  I have
opened up a ticket for this and will follow up in 2 weeks.

http://trac-hacks.org/wiki/SmallSearchMacro
-- 
View this message in context: 
http://n3.nabble.com/Adoption-Request-SmallSearchMacro-tp131124p131124.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


[th-users] Adoption Request

2009-12-31 Thread RjOllos

Posting notice that I'd like to adopt the ChangeLogPlugin [1].  I have opened
a ticket here [2].  Will follow up in two weeks.

[1] http://trac-hacks.org/wiki/ChangeLogPlugin
[2] http://trac-hacks.org/ticket/6371
-- 
View this message in context: 
http://n3.nabble.com/Adoption-Request-tp104940p104940.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users


[th-users] Adoption Request

2009-11-28 Thread RjOllos

Following the procedure  http://trac-hacks.org/wiki/AdoptingHacks
AdoptingHacks , I am requesting to adopt the WikiCalendarMacro and
UserStatsMacro.

http://trac-hacks.org/ticket/6088
http://trac-hacks.org/ticket/6143

I will follow-up in 2 weeks.

Thank you.
-- 
View this message in context: 
http://n3.nabble.com/Adoption-Request-tp42231p42231.html
Sent from the th-users mailing list archive at Nabble.com.
___
th-users mailing list
th-users@lists.trac-hacks.org
https://lists.trac-hacks.org/mailman/listinfo/th-users