Changes between Version 2 and Version 3 of EditFilesPlugin


Ignore:
Timestamp:
Sep 7, 2010, 9:31:44 PM (14 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EditFilesPlugin

    v2 v3  
    55== Description ==
    66
    7 A plugin that allows TRAC_ADMIN to edit files on server.  Files can be specified in the configuration file if they are absolute paths, or specified in the request itself if they are relative to the trac environment.  In either case the user running the server must have appropriate permissions for the files in order to view or save them.
     7A plugin that allows TRAC_ADMIN to edit files on server.  Files can be specified in the configuration file. Paths may be absolute, or relative to the trac environment.  The user running the server must have appropriate permissions for the files in order to view or save them. 
    88
    99== Bugs/Feature Requests ==
     
    3030}}}
    3131
     32NOTE: relative paths will be computed relative to the location of trac.ini.  Most trac instances are layed out with folders like conf/, db/, htdocs/, and so on.  If your trac.ini file is in an odd place, this may not work the way you expect and you might want to be sure and use absolute paths.
     33
     34
    3235== Recent Changes ==
    3336