Changeset 1868
- Timestamp:
- 03/31/09 13:03:20 (16 months ago)
- Location:
- trunk/pylucid_project
- Files:
-
- 10 modified
-
PyLucid/forms/filesystem.py (modified) (1 diff, 2 props)
-
PyLucid/forms/__init__.py (modified) (1 prop)
-
PyLucid/plugins_internal/permalink/permalink.py (modified) (2 diffs, 2 props)
-
PyLucid/plugins_internal/permalink/permalink_cfg.py (modified) (1 prop)
-
PyLucid/plugins_internal/permalink/__init__.py (modified) (1 prop)
-
PyLucid/plugins_internal/tag_navi/tag_navi.py (modified) (1 diff, 2 props)
-
PyLucid/plugins_internal/tag_navi/tag_navi_cfg.py (modified) (1 prop)
-
PyLucid/plugins_internal/tag_navi/__init__.py (modified) (1 prop)
-
PyLucid/system/BaseFilesystemPlugin.py (modified) (1 diff, 2 props)
-
tests/plugin_blog.py (modified) (1 diff, 2 props)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid_project/PyLucid/forms/filesystem.py
- Property svn:eol-style set to LF
- Property svn:keywords set to Author Rev LastChangedDate
r1825 r1868 9 9 Last commit info: 10 10 ~~~~~~~~~~~~~~~~~ 11 $LastChangedDate :$12 $Rev :$13 $Author :$11 $LastChangedDate$ 12 $Rev$ 13 $Author$ 14 14 15 15 :copyleft: 2009 by the PyLucid team, see AUTHORS for more details. -
trunk/pylucid_project/PyLucid/forms/__init__.py
- Property svn:eol-style set to LF
-
trunk/pylucid_project/PyLucid/plugins_internal/permalink/permalink.py
- Property svn:eol-style set to LF
- Property svn:keywords set to Author Rev LastChangedDate
r1844 r1868 7 7 Last commit info: 8 8 ~~~~~~~~~~~~~~~~~ 9 $LastChangedDate :$9 $LastChangedDate$ 10 10 $Rev:$ 11 $Author : JensDiemer$11 $Author$ 12 12 13 13 :copyleft: 2009 by the PyLucid team, see AUTHORS for more details. … … 16 16 17 17 18 __version__= "$Rev :$"18 __version__= "$Rev$" 19 19 20 20 -
trunk/pylucid_project/PyLucid/plugins_internal/permalink/permalink_cfg.py
- Property svn:eol-style set to LF
-
trunk/pylucid_project/PyLucid/plugins_internal/permalink/__init__.py
- Property svn:eol-style set to LF
-
trunk/pylucid_project/PyLucid/plugins_internal/tag_navi/tag_navi.py
- Property svn:eol-style set to LF
- Property svn:keywords set to Author Rev LastChangedDate
r1826 r1868 12 12 Last commit info: 13 13 ~~~~~~~~~ 14 $LastChangedDate :$14 $LastChangedDate$ 15 15 $Rev:$ 16 $Author : JensDiemer$16 $Author$ 17 17 18 18 :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. -
trunk/pylucid_project/PyLucid/plugins_internal/tag_navi/tag_navi_cfg.py
- Property svn:eol-style set to LF
-
trunk/pylucid_project/PyLucid/plugins_internal/tag_navi/__init__.py
- Property svn:eol-style set to LF
-
trunk/pylucid_project/PyLucid/system/BaseFilesystemPlugin.py
- Property svn:eol-style set to LF
- Property svn:keywords set to Author Rev LastChangedDate
r1825 r1868 11 11 $LastChangedDate:$ 12 12 $Rev:$ 13 $Author : JensDiemer$13 $Author$ 14 14 15 15 :copyleft: 2009 by the PyLucid team, see AUTHORS for more details. -
trunk/pylucid_project/tests/plugin_blog.py
- Property svn:eol-style set to LF
- Property svn:keywords set to Author Rev LastChangedDate
r1839 r1868 16 16 Last commit info: 17 17 ~~~~~~~~~~~~~~~~~ 18 $LastChangedDate :$19 $Rev : 1781$20 $Author : JensDiemer$18 $LastChangedDate$ 19 $Rev$ 20 $Author$ 21 21 22 22 :copyleft: 2008 by the PyLucid team, see AUTHORS for more details.