trac-customfieldadminplugin-0.2.6+r10460/ 0000755 0001750 0001750 00000000000 11677670171 016215 5 ustar wmb wmb trac-customfieldadminplugin-0.2.6+r10460/0.10/ 0000755 0001750 0001750 00000000000 11677670171 016573 5 ustar wmb wmb trac-customfieldadminplugin-0.2.6+r10460/0.10/setup.py 0000644 0001750 0001750 00000001211 10624306774 020274 0 ustar wmb wmb from setuptools import setup setup(name='TracCustomFieldAdmin', version='0.1', packages=['customfieldadmin'], author='CodeResort.com & Optaros.com', description='Expose ticket custom fields using Trac 0.10 config option API', url='http://trac-hacks.org/wiki/CustomFieldAdminPlugin', license='BSD', entry_points={'trac.plugins': [ 'customfieldadmin.api = customfieldadmin.api', 'customfieldadmin.customfieldadmin = customfieldadmin.customfieldadmin']}, package_data={'customfieldadmin' : ['htdocs/css/*.css','htdocs/js/*.js', 'templates/*.cs', ]}, install_requires=['TracWebAdmin']) trac-customfieldadminplugin-0.2.6+r10460/0.10/customfieldadmin/ 0000755 0001750 0001750 00000000000 11677670171 022122 5 ustar wmb wmb trac-customfieldadminplugin-0.2.6+r10460/0.10/customfieldadmin/__init__.py 0000644 0001750 0001750 00000000000 10624306774 024215 0 ustar wmb wmb trac-customfieldadminplugin-0.2.6+r10460/0.10/customfieldadmin/templates/ 0000755 0001750 0001750 00000000000 11677670171 024120 5 ustar wmb wmb trac-customfieldadminplugin-0.2.6+r10460/0.10/customfieldadmin/templates/customfieldadmin.cs 0000644 0001750 0001750 00000011504 10774445204 027771 0 ustar wmb wmb
No Custom Fields defined for this project.
trac-customfieldadminplugin-0.2.6+r10460/0.10/customfieldadmin/htdocs/ 0000755 0001750 0001750 00000000000 11677670171 023406 5 ustar wmb wmb trac-customfieldadminplugin-0.2.6+r10460/0.10/customfieldadmin/htdocs/js/ 0000755 0001750 0001750 00000000000 11677670171 024022 5 ustar wmb wmb ././@LongLink 0000000 0000000 0000000 00000000151 00000000000 011562 L ustar root root trac-customfieldadminplugin-0.2.6+r10460/0.10/customfieldadmin/htdocs/js/CustomFieldAdminPage_actions.js trac-customfieldadminplugin-0.2.6+r10460/0.10/customfieldadmin/htdocs/js/CustomFieldAdminPage_action0000644 0001750 0001750 00000003521 10624306774 031263 0 ustar wmb wmb /********** * User Interface function for Trac Custom Field Admin plugin. * License: BSD * (c) 2007 ::: www.Optaros.com (.....) **********/ /** * */ function addcfType_validate( ){ function getLabel( id ){ var labelElements = document.getElementById('addcf').getElementsByTagName("LABEL"); for( var i=0; i