Menu

Trac Commit Log


Commit Date  
[r2181] by mrowe

Prevent exception being thrown in Pool.__del__ on application shutdown due to self._core being have destroyed by stuffing the three needed methods into the Pool class object. The apr_initialize call in Pool.__init__ has also been moved into a more logical place to ensure it gets called before svn_pool_create when creating the application-level Pool object.

2005-09-04 22:06:44 Tree
[r2180] by cmlenz

Add TracPlugins to default pages.

2005-09-04 21:14:20 Tree
[r2179] by cboos

The plain text renderer would normally render as text anything that's not binary.

However, there are a few formats (mainly PDF, RTF, etc.) that are not
detected as binary, but not human readable either...

For the time being, we maintain a list of this kind of format
which should be treated as binary.

Fixes #1920.

2005-09-04 21:08:29 Tree
[r2178] by jonas

Added trac.fcgi to MANIFEST.in

2005-09-04 20:41:04 Tree
[r2177] by jonas

Updated wiki pages and bumped version number.

2005-09-04 20:36:55 Tree
[r2176] by cmlenz

Trac requires Python 2.3.

2005-09-04 20:19:04 Tree
[r2175] by cmlenz

s/GPL/BSD

2005-09-04 20:18:17 Tree
[r2174] by jonas

Updated RELEASE, README and ChangeLog

2005-09-04 12:12:28 Tree
[r2173] by cmlenz

Restore the access key for the ''New Ticket'' navigation item.

2005-09-04 11:49:18 Tree
[r2172] by cboos

TracCrossReferences branch: some renamings
* `s/dst/target/`
* `s/dest/target/`
* `s/destination/target/`
* `s/src/source/`

Note: if you already had a `xref` table, simply do the following in sqlite:
{{{
#!sql
drop table xref;
update system set value='13' where name='database_version';
}}}
Then, using `trac-admin`, do an `upgrade` and an `xref`.

PS: also fixed the upgrade process (one statement at a time)

2005-09-04 08:49:59 Tree
Older >
MongoDB Logo MongoDB