You cannot post messages because only members can post, and you are not currently a member.
Description:
The Trac development list
|
|
|
Proposing Ryan J Ollos for the Trac Team
|
| |
Hello list,
It's hard to find anything more overdue these days than the 0.12.6 and
1.0.2 releases, but I think that adding Ryan J Ollos to the Trac team
qualifies ;-)
Ryan has been a long time member of the community, active in all areas,
from Trac-Hacks to Trac-Users and more recently contributing a growing... more »
|
|
Functional tests of admin panels
|
| |
Hi!
...
I've been rewriting Trac functional testing infrastructure (mostly
test environments) so as to run the test suite against other component
managers (namely product environments [1]_) .
The fact is that some tests are failing in there (while still running
them against global Trac environment). I've started to focus on tests... more »
|
|
t.e.o maintenance
|
| |
Hi all,
the t.e.o server will soon be offline for some maintenance work. I expect the server to be back online in around 1-3 hours if things go according to plan.
Cheers,
Jonas
|
|
Trac l10n not available after setup.py develop
|
| |
After installing Trac with setup.py develop translations are not
available . Nevertheless I noticed that there are some l10n distribute
commands at hand ...
{{{
...
$ /srv/venv/python/trac/trac-mq/ bin/python setup.py --help-commands
[...]
Extra commands:
update_catalog_tracini update message catalogs from a POT file... more »
|
|
Error building Trac API docs in PDF format
|
| |
How could I generate API docs in PDF format . At present I noticed the
following error . Is this possible at all ? Do I need to install
something else ? ... Or is it that api apidoc-pdf make target is not
working ?
{{{
...
$ make apidoc-pdf
It looks like you don't have a Makefile.cfg file yet.... more »
|
|
Debugging functional tests using Eclipse PyDev
|
| |
Hi !
I'm running the Trac XmlRpcPlugin test suite (i.e. functional tests)
using Eclipse PyDev . I'm able to intercept execution by setting
breakpoints in test code itself . Nevertheless they will not work
neither in plugin code nor in Trac core because it's executed in
another (tracd) process .... more »
|
|
IResourceChangeListener listener interface
|
| |
Hi everyone,
We are implementing a free-text search plugin as a part of Apache™ Bloodhound. The approach we use is based on AdvancedSearch [1] and uses similar approach as TracAdvancedSearchPlugin [2] and FullTextSearchPlugin [3] plugins. In short: listening for ITicketChangeListener events and updating... more »
|
|
simm (a new changeset visualisation tool)
|
| |
Hi, I've implemented a proof of concept tool called "simm", which as opposed to diff, is focused on showing similarities between two files, instead of exposing differences. You can see a web demo at [link] (it simply runs simm and diff -y on the two text snippets).... more »
|
|
ticket custom fields
|
| |
Hi !
I have created a ticket-custom field in the ticket view. This field is
defined in the conf/trac.ini .
I would like a trac user to be *unable* to edit this field (this field
should be something like a title). How can i do this?
Thanks in advance!
|
|
|