Changes between Version 29 and Version 30 of TracDownloaderPlugin


Ignore:
Timestamp:
Jan 18, 2008, 8:13:40 PM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracDownloaderPlugin

    v29 v30  
    1717== Bugs/Feature Requests ==
    1818
    19 Plug-in was tested on Python 2.3 - Trac 0.9.6 and Trac 0.10.4...
     19Plug-in was tested on Python 2.3 - Trac 0.9.6 and Trac 0.10.4, '''first successful tests were made on Trac 0.11b1!'''
    2020
    2121Existing bugs and feature requests for TracDownloaderPlugin are
     
    2828
    2929If you don't like Subversion you can download egg or full source here:
     30[[BR]][http://data.pevnosti.cz/tracdownloader/TracDownloader-0.1-trac-0.11.egg TracDownloader-0.1-trac-0.11.egg]
     31[[BR]][http://data.pevnosti.cz/tracdownloader/TracDownloader-0.1-trac-0.11.zip TracDownloader-0.1-trac-0.11.zip]
     32[[BR]][http://data.pevnosti.cz/tracdownloader/TracDownloader-0.1-trac-0.10.egg TracDownloader-0.1-trac-0.10.egg]
     33[[BR]][http://data.pevnosti.cz/tracdownloader/TracDownloader-0.1-trac-0.10.zip TracDownloader-0.1-trac-0.10.zip]
    3034[[BR]][http://data.pevnosti.cz/tracdownloader/TracDownloader-0.1-trac-0.9.egg TracDownloader-0.1-trac-0.9.egg]
    3135[[BR]][http://data.pevnosti.cz/tracdownloader/TracDownloader-0.1-trac-0.9.zip TracDownloader-0.1-trac-0.9.zip]
    32 [[BR]][http://data.pevnosti.cz/tracdownloader/TracDownloader-0.1-trac-0.10.egg TracDownloader-0.1-trac-0.10.egg]
    33 [[BR]][http://data.pevnosti.cz/tracdownloader/TracDownloader-0.1-trac-0.10.zip TracDownloader-0.1-trac-0.10.zip]
    3436
    3537Here are [http://data.pevnosti.cz/tracdownloader/ some screenshots] too.
    3638
    37 Download the zipped source for [download:tracdownloaderplugin/0.9 Trac 0.9], [download:tracdownloaderplugin/0.10 Trac 0.10] or [download:tracdownloaderplugin just everything].
     39Download the zipped source for [download:tracdownloaderplugin/0.9 Trac 0.9], [download:tracdownloaderplugin/0.10 Trac 0.10], [download:tracdownloaderplugin/0.11 Trac 0.11] or [download:tracdownloaderplugin just everything].
    3840
    3941== Source ==
     
    4143You can check out TracDownloaderPlugin from [http://trac-hacks.org/svn/tracdownloaderplugin here] using Subversion, or [source:tracdownloaderplugin browse the source] with Trac.
    4244
    43 == installation ==
     45== Installation ==
    4446
    4547'''EGG'''[[BR]]
    4648The easiest way to start using Downloader plug-in is to get downloaded python egg into plugin directory of project environment (egg is most probably python version independent, just rename it, but who knows, there's still source package...), after that you must turn both modules of Downloader on in WebAdmin/plugins (Downloader is dependent on WebAdmin plug-in). And finally there is need to get some permissions of Downloader to some users... In this case if you like to use PyCaptcha, you must take care of installing it by yourself, PyCaptcha is dependent on PIL so you must download it too.
    4749
    48 '''SOURCE'''[[BR]]
     50'''SOURCE''' (for those who have problems with dependencies)[[BR]]
    4951
    5052{{{
     
    5456
    5557
    56 Second and maybe better way is to download and unpack somewhere source zip package and then just run "setup.py install". Setup should take care of all dependences (PyCaptcha and PIL) and prepare plugin to be turned on in WebAdmin/plugins. Then you must assign some permissions of downloader to someone and you can start trying Downloader plug-in...
     58Second and maybe better way is to download and unpack somewhere source zip package and then just run "setup.py install". Setup should take care of all dependences (PyCaptcha and PIL but it could get some errors while dowloading them so if automatic dependency resolution doesn't work use code above) and prepare plugin to be turned on in WebAdmin/plugins. Then you must assign some permissions of downloader to someone and you can start trying Downloader plug-in...
    5759
    5860After steps above and clicking to any part of Downloader you should be asked about location of directory to store uploaded files. When it is set up, you must Submit that form two times and there can occur exception "!DatabaseError: database schema has changed". If this exception is thrown, it's best to restart your http server.
     61
     62'''Version for Trac 0.11 wasn't too much tested so if you find errors, please write me a ticket as soon as possible.'''
     63
     64'''If you had problems installing Downloader, please write me a ticket or write solution of your installation problems here.'''
    5965
    6066== Permissions ==