Changes between Version 77 and Version 78 of TimingAndEstimationPlugin


Ignore:
Timestamp:
Sep 11, 2008, 4:22:11 PM (16 years ago)
Author:
Russ Tyndall
Comment:

added notes/links about permission branch

Legend:

Unmodified
Added
Removed
Modified
  • TimingAndEstimationPlugin

    v77 v78  
    3333 * [/svn/timingandestimationplugin/branches/trac0.10 SVN Trac0.10 branch]
    3434 * [/svn/timingandestimationplugin/branches/trac0.11 SVN Trac0.11 branch]
     35 * [/svn/timingandestimationplugin/branches/trac0.11-Permissions SVN Trac0.11 branch With Permissions]
    3536
    3637Download the zipped source :
    3738 * [download:timingandestimationplugin/branches/trac0.10 Zipped source for plugin for Trac0.10].
    38  * [download:timingandestimationplugin/branches/trac0.11 Zipped source for plugin for Trac0.11].
     39 * [download:timingandestimationplugin/branches/trac0.11-Permissions Zipped source for plugin for Trac0.11 with permissions].
    3940
    4041{{{
     
    4647 * [source:timingandestimationplugin/branches/trac0.10 Version of this plugin for Trac0.10].
    4748 * [source:timingandestimationplugin/branches/trac0.11 Version of this plugin for Trac0.11].
     49 * [source:timingandestimationplugin/branches/trac0.11-Permissions Version of this plugin for Trac0.11-Permissions].
    4850
    4951In the repository there is a script folder [browser:timingandestimationplugin/branches/trac0.10/scripts 0.10]/[browser:timingandestimationplugin/branches/trac0.11/scripts 0.11] that contains some various python files that I have written to perform billing queries across an entire directory of tracs and email the results to a specified address.  As is these are written to work in my setup and some paths at the top of each file will probably need to be changed.  These are mostly included because I wrote them for myself and thought others might want to perform similar tasks. (See: [wiki:TimingAndEstimationScriptHelp script help])
     
    6769Upgrading Database
    6870Creating bill_date table
    69 Creating report_version table
    7071Upgrading fields
    7172Upgrading reports
     
    8889  * Required component.
    8990 1. !TimeTrackingTicketObserver
     91
    9092  * Ensures that the "Total Hours" values are updated when a user edits a ticket's "Add Hours to Ticket" field. You would not normally want to disable this component.
    9193 1. !TicketWebUiAddon
     
    9395
    9496=== Permissions (Trac 11 only) ===
    95  * #2667 - Has a full scheme for enforcing permission on viewing time tracking and estimation data.  It currently requires the use of another plugin to accomplish everything it does, but I am looking for a way to integrate this.
     97 * [wiki:TimeEstimationUserManual#Configuration] has section about configuring permission if you are using the permission enabled branch
    9698
    9799=== Post Commit Hook ===
     
    133135'''Author:''' [wiki:bobbysmith007] [[BR]]
    134136'''Contributors:'''
     137 * [http://www.obsidiansoft.com/ Obsidian Software] sponsored the work to create a permission enabled patch
     138{{{
     139#!html
     140<br />
     141<a href="http://www.obsidiansoft.com/" >
     142<img src="http://trac-hacks.org/attachment/wiki/TimeEstimationUserManual/obsidian-logo.gif?format=raw" />
     143</a>
     144}}}
    135145 * Alessio Massaro: wiki:masariello
    136146   * Helped Get Reports working in postgres and started moving toward generic work rather than hours