|
Last change
on this file was
1908,
checked in by Emmanuel Blot, 17 years ago
|
|
RevtreePlugin:
Bye bye ClearSilver: RevtreePlugin is now using Genshi
- Fix up a lot of issues with revtree parameter management - and simplifies it
- Remove custom
jquery.js as it now comes with Trac core
- Minor presentation fixes (CSS)
- Add a (not-so) hidden URL parameter to clean-up the revtree data from the user session:
?reset=1
- Backport fixes for Python2.3 from RevtreePlugin for milestone:0.10.3
- Remove obsoleted test files
|
-
Property svn:eol-style set to
native
|
|
File size:
539 bytes
|
| Rev | Line | |
|---|
| [1633] | 1 | # -*- coding: utf-8 -*- |
|---|
| 2 | # |
|---|
| 3 | # Copyright (C) 2006 Emmanuel Blot <emmanuel.blot@free.fr> |
|---|
| 4 | # All rights reserved. |
|---|
| 5 | # |
|---|
| 6 | # This software is licensed as described in the file COPYING, which |
|---|
| 7 | # you should have received as part of this distribution. The terms |
|---|
| 8 | # are also available at http://trac.edgewall.com/license.html. |
|---|
| 9 | # |
|---|
| 10 | # This software consists of voluntary contributions made by many |
|---|
| 11 | # individuals. For the exact contribution history, see the revision |
|---|
| 12 | # history and logs, available at http://projects.edgewall.com/trac/. |
|---|
| 13 | |
|---|
| [1908] | 14 | from revtree.api import * |
|---|
Note: See
TracBrowser
for help on using the repository browser.