RE: [Trac] A video about Trac

2012-02-08 Thread Voelker, Bernhard
Gebb wrote: 

 I'm trying to convince my colleagues that Trac as a bugtracker is
 superior to TFS which we're currently using, and I made this video
 http://www.youtube.com/watch?v=g0RONl7LtH4 . 
 Excuse the high tempo, it was intended to help me conduct a Trac
 presentation at work at which I was supposed to make pauses and
 explain things. Just thought I might share it with you.

Thanks!

Have a nice day,
Berny

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



Re: [Trac] Trac 0.12.3 released

2012-02-08 Thread victoria
On Mon, Feb 6, 2012 at 11:13 PM, Christian Boos christian.b...@free.fr wrote:
 Hello everyone,

 Our long due maintenance release is here at last ;-)


 Trac 0.12.3 Released
 

 We're happy to announce the Trac 0.12.3 release.

 You will find this release at the usual place:

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

 Trac 0.12.3 contains a quite a number of fixes (over 80 tickets)
 and among the important ones, you have:

  - compatibility with Subversion 1.7 (#10414)
  - easier troubleshooting of common startup errors (#10024)
  - jQuery upgraded to 1.4.4 (#10001)
  - improve fine-grained permission handling in the source browser
   (#9976, #10208, #10110)
  - added compatibility with MySQL 5.5.3 utf8mb4 databases (#9766)

 You can find the detailed list of tickets at:

  http://trac.edgewall.org/milestone/0.12.3


 Acknowledgements
 

 Many thanks to the growing number of people who have, and continue to,
 support the project. Also our thanks to all people providing feedback
 and bug reports that helps us make Trac better, easier to use and more
 effective. Without your invaluable help, Trac would not evolve. Thank
 you all.

 Finally, we offer hope that Trac will prove itself useful to like-
 minded programmers around the world, and that this release will be
 an improvement over the last version.

 Please let us know.    :-)

 /The Trac Team  http://trac.edgewall.org/

 (... which since this release is proud to count yet one more active
 developer, in the person of Peter Suter! Welcome Peter!)



Hi,

I just wanted to let you know that we have updated the BitNami Trac
Stack also and the new version already includes  Trac 0.12.3. Also now
that Trac already supports it, it bundles Subversion 1.7.1. I post
this in the list because I know that lot of users (mainly Windows
users) use BitNami. Also it is an easy way of checking the new
features in Trac 0.12.3. Please don't hesitate to let me know your
comments and suggestions if you use it (or why you won't use it :) ),
in BitNami we will be glad of hearing them.

For deploying it using the native installers, virtual appliances and
cloud images check http://bitnami.org/stack/trac

Best regards,

Victoria.




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


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



[Trac] Custom Field Admin Plugin Install

2012-02-08 Thread lcollier
Hello,

I am attempting to install the custom field admin plugin (http://trac-
hacks.org/wiki/CustomFieldAdminPlugin) and am running into some
problems.

Here are the commands and error messages I am getting:

[user@host /]$ cd /opt/trac/
[user@host trac]$ easy_install -U -Z 
http://trac-hacks.org/svn/customfieldadminplugin/0.11
Downloading http://trac-hacks.org/svn/customfieldadminplugin/0.11
Doing subversion checkout from 
http://trac-hacks.org/svn/customfieldadminplugin/0.11
to /tmp/easy_install-gYs2Cb/0.11
Processing 0.11
Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-gYs2Cb/0.11/
egg-dist-tmp-u7el-j
Traceback (most recent call last):
  File /usr/bin/easy_install, line 7, in ?
sys.exit(
  File /usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
setuptools/command/easy_install.py, line 1712, in main
with_ei_usage(lambda:
  File /usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
setuptools/command/easy_install.py, line 1700, in with_ei_usage
return f()
  File /usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
setuptools/command/easy_install.py, line 1716, in lambda
distclass=DistributionWithoutHelpCommands, **kw
  File /usr/lib64/python2.4/distutils/core.py, line 149, in setup
dist.run_commands()
  File /usr/lib64/python2.4/distutils/dist.py, line 946, in
run_commands
self.run_command(cmd)
  File /usr/lib64/python2.4/distutils/dist.py, line 966, in
run_command
cmd_obj.run()
  File /usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
setuptools/command/easy_install.py, line 211, in run
self.easy_install(spec, not self.no_deps)
  File /usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
setuptools/command/easy_install.py, line 422, in easy_install
return self.install_item(None, download, tmpdir, deps, True)
  File /usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
setuptools/command/easy_install.py, line 476, in install_item
dists = self.install_eggs(spec, download, tmpdir)
  File /usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
setuptools/command/easy_install.py, line 655, in install_eggs
return self.build_and_install(setup_script, setup_base)
  File /usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
setuptools/command/easy_install.py, line 930, in build_and_install
self.run_setup(setup_script, setup_base, args)
  File /usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
setuptools/command/easy_install.py, line 919, in run_setup
run_setup(setup_script, args)
  File /usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
setuptools/sandbox.py, line 61, in run_setup
DirectorySandbox(setup_dir).run(
  File /usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
setuptools/sandbox.py, line 105, in run
return func()
  File /usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
setuptools/sandbox.py, line 64, in lambda
{'__file__':setup_script, '__name__':'__main__'}
  File setup.py, line 5, in ?
ImportError: No module named dist

I contacted the plugins author and he pointed me to this group.  Any
help is appreciated!

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



Re: [Trac] Re: Tracking Changes to trac.ini

2012-02-08 Thread Benjamin Lau
I think Craig's approach is a good one (I'll have to try that out with
my next Trac setup).

Even if you're not using a repository attached to trac you could at
least maintain the repository for tracking changes to your config and
make use of the subversionnotify component to tell you things have
changed. The point is to use revision control for Trac's configuration
(and in Craig's case Postgres and Apache as well). This wouldn't even
need to be publicly (or at least to users on your network) if you
didn't want... just a local repository on the machine hosting Trac
that you work with. Though I think it would probably be better to set
it up properly so everyone who needs to access it has an account which
would allow you to know who made the change (or at least I'd think
this is possible based on the description of subversionnotify on their
site) and to make those changes without having to login directly to
the machine hosting Trac (either to dump files in a share or make the
edits on the machine).

Ben

On Wed, Feb 8, 2012 at 6:45 AM, dkl13 dlanches...@gmail.com wrote:
 This is a trac with no matching svn.

 --
 You received this message because you are subscribed to the Google Groups
 Trac Users group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/trac-users/-/iJQ5_SHGRt8J.

 To post to this group, send email to trac-users@googlegroups.com.
 To unsubscribe from this group, send email to
 trac-users+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.

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



Re: [Trac] A video about Trac

2012-02-08 Thread W. Martin Borgert

Quoting Gebb otto.g...@gmail.com:

I'm trying to convince my colleagues that Trac as a bugtracker is superior
to TFS which we're currently using, and I made this  
videohttp://www.youtube.com/watch?v=g0RONl7LtH4


Very nice video, many thanks for sharing!

I don't know TFS. Can you (or somebody else) explain
how it compares to Trac?

It is a little bit unfair to let Trac go unarmed into
the battle. I would suggest to let it use at least
these two tools of the Trac swiss army knife:

 1. The WYSIWYG plugin should be installed. Managers
love it. And it's great for editing tables.

 2. CI: You should show Bitten to demonstrate, that
any code committed, can automatically be linted,
unit-tested, compiled, and even deployed.

Cheers

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



Re: [Trac] A video about Trac

2012-02-08 Thread Gebb


Thanks for the suggestions! I didn't even know about the WYSIWYG plugin.
And I've never tried to integrate Trac with CI, but I will investigate that.

I don't know TFS. Can you (or somebody else) explain how it compares to 
 Trac?

Trac beats TFS even out of the box.
Features of Trac TFS doesn't have: 

   - wiki;
   - ticket description formatting;
   - inserting images in the description;
   - convenient UI (you have to switch between pages to see attachments or 
   the owner/assignee);
   - ticket linking capabilities: in TFS you go to a separate tab and add a 
   ticket to the list visible only from that tab, you can not insert a link in 
   the ticket description;
   - source control integration;
   - text search in comments.

Features of TFS Trac doesn't have:

   - time management;
   - Visual Studio integration (I don't know why some guys like that).

I haven't tried Trac's time management plugins and don't know how good they 
are but I know there are some.

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/trac-users/-/MeAU-EUHf6cJ.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.