Stephen Moretti | 9 Oct 23:47

[Trac-dev] Presenter wanted......

Folks,

On top of my day job I'm also an Adobe ColdFusion User Group manager for Scotland.
I recently forced the UG members to fill in a survey on various aspects of User Group. Part of that was topics that they would like to see presentations on. Subversion and Trac came top of the list... 

I was wondering if anyone would be up to giving a presentation on using and abusing Trac for managing software development. 

The presentation would be via Adobe Connect (http://www.adobe.com/products/acrobatconnectpro/) and would last no longer than one hour.

Please feel free to give me a shout offline if you'd prefer.

Regards

Stephen
--
Stephen Moretti
Blog : http://nil.checksite.co.uk/
Twitter : http://twitter.com/mr_nil

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Development" group.
To post to this group, send email to trac-dev <at> googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Thomas Moschny | 8 Oct 09:57

[Trac-dev] custom ticket field


Hi!

Here we'd like to add a custom field to each ticket the contents of
which can be selected from a list (for example a list of customers).
This would be a custom ticket field of type 'select'. However, the
list of values should not be configured statically, in the trac.ini,
but generated dynamically, for example fetched from a wiki page.

Any ideas/hints how to implement that? Would it be better to listen on
Wiki changes to update the value list, or to hook into the 'new
ticket' request? And how would one do the latter?

Thanks,
Thomas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Development" group.
To post to this group, send email to trac-dev <at> googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Filipe Correia | 7 Oct 15:45

[Trac-dev] Making components inactive


Hi,

I would like to suggest an enhancement to the way components are
currently managed.
In our projects there are a few components that no longer make sense,
mostly because the architecture as gone through some turnarounds... It
would be great being able to mark a component as inactive, so that it
would no longer be available in the creation of tickets, but it would
be kept associated with the old tickets for that component, for
historic purposes.

Cheers,
Filipe Correia
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Development" group.
To post to this group, send email to trac-dev <at> googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

[Trac-dev] Trunk needs Genshi trunk?


Using trunk for a demo install at work here with Genshi 0.5.1 caused this
traceback http://paste.pocoo.org/show/87295/ on selecting the login link:

{{{
  File "build/bdist.linux-i686/egg/genshi/filters/i18n.py", line 170, in __call__
    search_text=False, msgbuf=msgbuf)
  File "build/bdist.linux-i686/egg/genshi/filters/i18n.py", line 201, in __call__
    msgbuf.append(kind, data, pos)
  File "build/bdist.linux-i686/egg/genshi/filters/i18n.py", line 379, in append
    param = self.params.pop(0)
IndexError: pop from empty list
}}}

Using Genshi trunk allows me to use the login link.

I haven't been able to keep up to date lately, but did we require Genshi 0.6
now and is 0.5 inadequate? If so, why hasn't setup.py been adjusted to
reflect this? If not, we need to see what's happening.

--

-- 
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
For dust thou art, and unto dust shalt thou return.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Development" group.
To post to this group, send email to trac-dev <at> googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Omry Yadan | 2 Oct 07:45

[Trac-dev] wsgi + trac + rouge bots = apache down?

Schmiedlin, Joshua | 29 Sep 14:07

[Trac-dev] Conditiona Field Plugin for 0.11.x

Hello All,

I believe this is my first posting, although I have been following this group for over a year now. 

My managers have expressed an interest in having conditional fields for tickets in Trac.  I know there was a plugin written by coderanger/Noah for 0.10.x, but it was never ported to 0.11.  Rather than wait for someone else to do it I wrote my own for 0.11.  It modifies the Genshi stream slightly when loading a ticket.html page.  After that it uses jquery to perform hide and show operations on the various elements related to ticket fields.  I'm not a web programmer by trade, so I may not have done all this in the best way possible, but it seems to work like a champ in both FF3 and IE6.

So my question is this…  There already exists a plugin on Trac-hacks.  My plugin uses different config syntax, so it is slightly different from an end-users perspective.  Should I simply create my own trac-hack page and put up my plugin, or should both versions live on the same page?  I have PM Noah, but haven't gotten any responses, so I thought I would email everyone and see what everyone else thought about this?   I've noticed a fair amount of interest out there for this sort of plugin, so I didn't want to just sit on it without sharing.

Thanks,

Joshua L. Schmiedlin



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Development" group.
To post to this group, send email to trac-dev <at> googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Jonas Borgström | 28 Sep 19:12

[Trac-dev] Preparing 0.11.2


Hi,

We're a bit behind schedule so it's time to prepare our next maintenance 
release 0.11.2:

http://trac.edgewall.org/query?milestone=0.11.2&status=assigned&status=n 
ew&status=reopened&group=priority

There's currently 22 open tickets but only 3 marked as priority "high":

#6532 - "email addresses leaked to users on ticket's CC list":
A working patch seems to be available.

#4336 - "New _group_lines doesn't check for empty text node":
Not really sure what this is about but a patch seems to be available.

#5516 - "Improve semi-automatic bug reporting":
Not sure about the state of this one.

Is there any other pending changes that you'd like to get into 0.11.2?

/ Jonas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Development" group.
To post to this group, send email to trac-dev <at> googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Remy Blank | 26 Sep 18:42

[Trac-dev] wiki_to_text() ?

While trying to solve #925, I felt the need for a wiki_to_text() 
function that would work the same as wiki_to_html(), but return plain 
text. Is there already a way to do this, or should I write a new 
formatter? Or any other ideas?

-- Remy

Richard Liao | 25 Sep 04:14

[Trac-dev] Scoped repository with none ASCII path name errors


When I config trac using scoped repository, which path name contains
non-ascii characters, will raise UnicodeDecodeError in trac-admin
resync and browser:

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position
8: ordinal not in range(128)

Test in trac 0.10.4, 0.11 and 0.12, all have the same problem.

Don't know whether this problem is fixed by others, I just make a
patch:

Index: svn_fs.py
===================================================================
@@ -111,7 +111,7 @@
     """Check whether the given `fullpath` is within the given
`scope`"""
     if scope == '/':
         return fullpath is not None
-    fullpath = fullpath and fullpath.lstrip('/') or ''
+    fullpath = to_unicode(fullpath and fullpath.lstrip('/') or '')
     scope = scope.strip('/')
     return (fullpath + '/').startswith(scope + '/')

@@ -404,7 +404,7 @@
         Repository.__init__(self, name, authz, log)

         if self.path != path:
-            self.scope = path[len(self.path):]
+            self.scope = to_unicode(path[len(self.path):])
             if not self.scope[-1] == '/':
                 self.scope += '/'
         else:

Shall I create a ticket for this problem?

Regards

Richard
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Development" group.
To post to this group, send email to trac-dev <at> googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Stephen Moretti | 17 Sep 15:24

[Trac-dev] trac trunk and importing plugins error (can't import "cannot import name sorted|set")

I just updated our server to use the latest trunk.
I noticed that the iniadmin plugin had vanished and was writing an email to that affect, but upon further investigation (and remembering where all the log files are) I've realised that actually a few plugins are affected.

In each case in the log files I'm seeing cannot "import name sorted" or "cannot import name set".  Any thoughts what might be causing this or how to fix it?

Extract from log file is : 
2008-09-17 14:11:29,095 Trac[loader] ERROR: Skipping "iniadmin = iniadmin": (can't import "cannot import name sorted")
2008-09-17 14:11:29,157 Trac[loader] ERROR: Skipping "mastertickets.web_ui = mastertickets.web_ui": (can't import "cannot import name set")
2008-09-17 14:11:29,157 Trac[loader] ERROR: Skipping "mastertickets.api = mastertickets.api": (can't import "cannot import name set")
2008-09-17 14:11:29,157 Trac[loader] ERROR: Skipping "goodies = goodies": (can't import "cannot import name sorted")
2008-09-17 14:11:29,299 Trac[loader] ERROR: Skipping "tractoc.macro = tractoc.macro": (can't import "cannot import name sorted")
2008-09-17 14:11:29,641 Trac[loader] ERROR: Skipping "acct_mgr.admin = acct_mgr.admin": (can't import "cannot import name sorted")

For me personally the most important and urgent one's to fix are the acct_mgr.admin and mastertickets plugin, but would be handy to have the other working too.  Just not sure where to start...

TIA for your helps

Regards

Stephen



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Development" group.
To post to this group, send email to trac-dev <at> googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

[Trac-dev] autocomplete milestones, instead of drop down: like AutoCompleteUsers?


hi,

http://trac-hacks.org/wiki/AutocompleteUsersPlugin allows ajax
selection of users. should somethign like this:
http://trac-hacks.org/browser/autocompleteusersplugin/0.11/autocompleteusers/htdocs/js/autocomplete_newticket_cc.js
also work with milestones?

here the drop down does not change to anything which allows typing the
milestone name.

rupert.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Development" group.
To post to this group, send email to trac-dev <at> googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Gmane