Changeset 1631
- Timestamp:
- 12/04/06 16:43:18 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
timingandestimationplugin/trunk/setup.py
r1627 r1631 8 8 description='Plugin to make Trac support time estimation and tracking', 9 9 keywords='trac plugin estimation timetracking', 10 version='0.3. 0',10 version='0.3.1', 11 11 url='', 12 12 license='http://www.opensource.org/licenses/mit-license.php', timingandestimationplugin/trunk/timingandestimationplugin/htdocs/linkifyer.js
r1119 r1631 77 77 78 78 79 return function linkify( atag, basehref ){79 return function ( atag, basehref ){ 80 80 var query = ""; 81 81 var haveAdded = false;
