~ubuntu-branches/ubuntu/karmic/trac/karmic-security

« back to all changes in this revision

Viewing changes to debian/README.debian

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador, Otavio Salvador, Luis Matos
  • Date: 2007-06-04 17:39:51 UTC
  • Revision ID: james.westby@ubuntu.com-20070604173951-wrpmujbo1od6tz3m
Tags: 0.10.4-2
[ Otavio Salvador ]
* Remove trac/siteconfig.py on package clean up
* debian/control: Add XS-VCS-{Git,Browser} fields.
* Change maintainer to Debian Trac Team and move Jesus to uploaders
  field.

[ Luis Matos ]
* Add php5-cli to Suggests field (Closes: #407118)
* changed README.Debian. (Closes: #405903)
* Trac shouls at least suggest postgresql-client or mysql-client
  (Closes: #393933)
* Moved python-psycopg2 from depends to suggests
* workaround for instance.__dict__ not accessible in restricted mode
  (Closes: #389826)

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
        Require valid-user
73
73
</location>
74
74
 
75
 
Note: When creating a new environment, trac-admin will print a config snippet
76
 
customized for your project.
77
 
 
78
75
Using Trac
79
76
----------
80
77
You should now have a working Trac installation at:
100
97
Visit the Trac open source project at <http://trac.edgewall.com/>
101
98
 
102
99
Jonas Borgstrom <jonas@edgewall.com>, Sat, 22 May 2004 20:49:22 +0200
 
100
 
 
101
 
 
102
Known Issues
 
103
------------
 
104
 
 
105
--> instance.__dict__ not accessible in restricted mode
 
106
 
 
107
this is a mod_python's known bug.
 
108
 
 
109
there is a workaround for it, just add the PythonInterpreter in your Apache's config:
 
110
 
 
111
<Location>
 
112
...
 
113
PythonInterpreter main_interpreter
 
114
...
 
115
</Location>
 
116
 
 
117
more information in:
 
118
 
 
119
http://bugs.debian.org/389826
 
120
http://trac.edgewall.org/wiki/TracSubversion#TracandSubversion1.3.1
 
121
 
 
122
--> Using Mysql backend
 
123
 
 
124
There are still issues in trac 0.10.4 when using Mysql.
 
125
A list of those issues and more info in: http://trac.edgewall.org/wiki/MySqlDb
 
126
 
 
127
Luis Matos <gass@otiliamatos.ath.cx>, May 2007