[cvs] commit: thor/templates/admin project_headers.inc project_info.inc project_summaries.inc thor/templates/view/SampleProject description.inc thor/lib/Driver datatree.php sql.php thor/templates/view/Deliverable description.inc thor/templates/view ...

Carlos Pedrinaci cpedrinaci at yahoo.es
Fri Jun 4 09:58:01 PDT 2004


carlos      2004-06-04 09:58:01 PDT

  Modified files:
    templates/admin      project_summaries.inc project_headers.inc 
    templates/view       header_team.inc team.inc 
    lib                  version.php Project.php Thor.php base.php 
    templates/list       project_headers.inc project_summaries.inc 
    .                    team.php list.php index.php admin.php 
                         project.php view.php 
    templates/team       confirmation.inc add_subgroup.inc 
                         wanting.inc team.inc 
    docs                 CHANGES 
    templates/menu       menu.inc 
    config               conf.xml 
  Added files:
    templates/view/SampleProject description.inc 
    templates/view/Deliverable description.inc 
    lib                  api.php Item.php 
    templates/list       item_summaries.inc item_headers.inc 
    .                    item.php 
    lib/Project          SampleProject.php SoftwareProject.php 
    lib/Item             Deliverable.php 
    templates/view/SoftwareProject description.inc 
  Removed files:
    templates/admin      project_info.inc 
    lib/Driver           sql.php datatree.php 
    templates/view       description.inc 
    lib                  Requests.php Driver.php 
    .                    request.php 
    lib/Requests         auto.php 
  Log:
  Thor now makes use only of the DataTree driver.
  That will allow to create projects hierachies.
  The system allows to seamlessly integrate different kinds of projects.
  Projects can have Items which are common things for these different kinds of project
  just like Deliverables, Bug Tracking, Forums, Project Plan etc (all to be implemented :))
  
  Revision  Changes    Path
  1.16      +0 -63     thor/Attic/request.php (dead)
  1.10      +24 -29    thor/admin.php
  1.15      +1 -44     thor/config/conf.xml
  1.4       +10 -0     thor/docs/CHANGES
  1.9       +1 -0      thor/index.php
  1.1       +151 -0    thor/item.php (new)
  1.12      +0 -132    thor/lib/Attic/Driver.php (dead)
  1.5       +0 -141    thor/lib/Attic/Requests.php (dead)
  1.14      +0 -232    thor/lib/Driver/Attic/datatree.php (dead)
  1.19      +0 -417    thor/lib/Driver/Attic/sql.php (dead)
  1.1       +361 -0    thor/lib/Item.php (new)
  1.1       +127 -0    thor/lib/Item/Deliverable.php (new)
  1.13      +540 -287  thor/lib/Project.php
  1.1       +136 -0    thor/lib/Project/SampleProject.php (new)
  1.1       +270 -0    thor/lib/Project/SoftwareProject.php (new)
  1.4       +0 -56     thor/lib/Requests/Attic/auto.php (dead)
  1.26      +64 -495   thor/lib/Thor.php
  1.1       +38 -0     thor/lib/api.php (new)
  1.15      +6 -1      thor/lib/base.php
  1.2       +1 -1      thor/lib/version.php
  1.21      +49 -51    thor/list.php
  1.20      +131 -69   thor/project.php
  1.17      +34 -39    thor/team.php
  1.2       +0 -77     thor/templates/admin/Attic/project_info.inc (dead)
  1.2       +16 -20    thor/templates/admin/project_headers.inc
  1.5       +5 -8      thor/templates/admin/project_summaries.inc
  1.1       +23 -0     thor/templates/list/item_headers.inc (new)
  1.1       +36 -0     thor/templates/list/item_summaries.inc (new)
  1.2       +13 -9     thor/templates/list/project_headers.inc
  1.5       +9 -9      thor/templates/list/project_summaries.inc
  1.14      +15 -8     thor/templates/menu/menu.inc
  1.3       +1 -1      thor/templates/team/add_subgroup.inc
  1.5       +1 -1      thor/templates/team/confirmation.inc
  1.9       +2 -2      thor/templates/team/team.inc
  1.6       +2 -2      thor/templates/team/wanting.inc
  1.9       +0 -77     thor/templates/view/Attic/description.inc (dead)
  1.1       +26 -0     thor/templates/view/Deliverable/description.inc (new)
  1.1       +22 -0     thor/templates/view/SampleProject/description.inc (new)
  1.1       +65 -0     thor/templates/view/SoftwareProject/description.inc (new)
  1.5       +3 -3      thor/templates/view/header_team.inc
  1.6       +5 -13     thor/templates/view/team.inc
  1.14      +32 -35    thor/view.php

  Chora Links:
  http://cvs.horde.org/co.php/thor/Attic/request.php?r=1.15
  http://cvs.horde.org/diff.php/thor/admin.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/thor/config/conf.xml?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/thor/docs/CHANGES?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/thor/index.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/co.php/thor/item.php?r=1.1
  http://cvs.horde.org/co.php/thor/lib/Attic/Driver.php?r=1.11
  http://cvs.horde.org/co.php/thor/lib/Attic/Requests.php?r=1.4
  http://cvs.horde.org/co.php/thor/lib/Driver/Attic/datatree.php?r=1.13
  http://cvs.horde.org/co.php/thor/lib/Driver/Attic/sql.php?r=1.18
  http://cvs.horde.org/co.php/thor/lib/Item.php?r=1.1
  http://cvs.horde.org/co.php/thor/lib/Item/Deliverable.php?r=1.1
  http://cvs.horde.org/diff.php/thor/lib/Project.php?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/co.php/thor/lib/Project/SampleProject.php?r=1.1
  http://cvs.horde.org/co.php/thor/lib/Project/SoftwareProject.php?r=1.1
  http://cvs.horde.org/co.php/thor/lib/Requests/Attic/auto.php?r=1.3
  http://cvs.horde.org/diff.php/thor/lib/Thor.php?r1=1.25&r2=1.26&ty=u
  http://cvs.horde.org/co.php/thor/lib/api.php?r=1.1
  http://cvs.horde.org/diff.php/thor/lib/base.php?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/thor/lib/version.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/thor/list.php?r1=1.20&r2=1.21&ty=u
  http://cvs.horde.org/diff.php/thor/project.php?r1=1.19&r2=1.20&ty=u
  http://cvs.horde.org/diff.php/thor/team.php?r1=1.16&r2=1.17&ty=u
  http://cvs.horde.org/co.php/thor/templates/admin/Attic/project_info.inc?r=1.1
  http://cvs.horde.org/diff.php/thor/templates/admin/project_headers.inc?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/thor/templates/admin/project_summaries.inc?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/co.php/thor/templates/list/item_headers.inc?r=1.1
  http://cvs.horde.org/co.php/thor/templates/list/item_summaries.inc?r=1.1
  http://cvs.horde.org/diff.php/thor/templates/list/project_headers.inc?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/thor/templates/list/project_summaries.inc?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/thor/templates/menu/menu.inc?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/thor/templates/team/add_subgroup.inc?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/thor/templates/team/confirmation.inc?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/thor/templates/team/team.inc?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/thor/templates/team/wanting.inc?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/co.php/thor/templates/view/Attic/description.inc?r=1.8
  http://cvs.horde.org/co.php/thor/templates/view/Deliverable/description.inc?r=1.1
  http://cvs.horde.org/co.php/thor/templates/view/SampleProject/description.inc?r=1.1
  http://cvs.horde.org/co.php/thor/templates/view/SoftwareProject/description.inc?r=1.1
  http://cvs.horde.org/diff.php/thor/templates/view/header_team.inc?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/thor/templates/view/team.inc?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/thor/view.php?r1=1.13&r2=1.14&ty=u


More information about the cvs mailing list