[cvs] commit: incubator/faq list.php incubator/faq/categories delete.php edit.php index.php incubator/faq/lib Categories.php Faq.php View.php base.php incubator/faq/lib/Driver sql.php incubator/faq/questions delete.php edit.php index.php ...

Duck duck at obala.net
Thu Jul 31 16:07:02 UTC 2008


duck        2008-07-31 12:07:02 EDT

  Modified files:
    faq                  list.php 
    faq/categories       delete.php edit.php index.php 
    faq/lib              Categories.php Faq.php base.php 
    faq/lib/Driver       sql.php 
    faq/questions        delete.php edit.php index.php 
    faq/scripts/sql      faq.mysql.sql 
  Added files:
    faq/lib              View.php 
    faq/templates        list.html.php 
    faq/templates/questions delete.html.php edit.html.php 
                            index.html.php 
  Removed files:
    faq/templates        list.html 
    faq/templates/questions delete.html edit.html index.html 
  Log:
  Start removeing DataTree, moving from Horde_Template to Horde_View and being an php5 code
  
  Revision  Changes    Path
  1.5       +12 -13    incubator/faq/categories/delete.php
  1.5       +11 -15    incubator/faq/categories/edit.php
  1.5       +11 -8     incubator/faq/categories/index.php
  1.4       +466 -375  incubator/faq/lib/Categories.php
  1.2       +13 -29    incubator/faq/lib/Driver/sql.php
  1.4       +6 -6      incubator/faq/lib/Faq.php
  1.1       +26 -0     incubator/faq/lib/View.php (new)
  1.3       +16 -14    incubator/faq/lib/base.php
  1.4       +9 -10     incubator/faq/list.php
  1.3       +10 -11    incubator/faq/questions/delete.php
  1.4       +8 -11     incubator/faq/questions/edit.php
  1.3       +11 -10    incubator/faq/questions/index.php
  1.2       +20 -16    incubator/faq/scripts/sql/faq.mysql.sql
  1.2       +0 -19     incubator/faq/templates/Attic/list.html (dead)
  1.1       +19 -0     incubator/faq/templates/list.html.php (new)
  1.2       +0 -4      incubator/faq/templates/questions/Attic/delete.html (dead)
  1.2       +0 -9      incubator/faq/templates/questions/Attic/edit.html (dead)
  1.2       +0 -21     incubator/faq/templates/questions/Attic/index.html (dead)
  1.1       +4 -0      incubator/faq/templates/questions/delete.html.php (new)
  1.1       +9 -0      incubator/faq/templates/questions/edit.html.php (new)
  1.1       +22 -0     incubator/faq/templates/questions/index.html.php (new)

  Chora Links:
  http://cvs.horde.org/diff.php/incubator/faq/categories/delete.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/incubator/faq/categories/edit.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/incubator/faq/categories/index.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/incubator/faq/lib/Categories.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/incubator/faq/lib/Driver/sql.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/faq/lib/Faq.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/co.php/incubator/faq/lib/View.php?r=1.1
  http://cvs.horde.org/diff.php/incubator/faq/lib/base.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/incubator/faq/list.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/incubator/faq/questions/delete.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/incubator/faq/questions/edit.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/incubator/faq/questions/index.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/incubator/faq/scripts/sql/faq.mysql.sql?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/co.php/incubator/faq/templates/Attic/list.html?r=1.1
  http://cvs.horde.org/co.php/incubator/faq/templates/list.html.php?r=1.1
  http://cvs.horde.org/co.php/incubator/faq/templates/questions/Attic/delete.html?r=1.1
  http://cvs.horde.org/co.php/incubator/faq/templates/questions/Attic/edit.html?r=1.1
  http://cvs.horde.org/co.php/incubator/faq/templates/questions/Attic/index.html?r=1.1
  http://cvs.horde.org/co.php/incubator/faq/templates/questions/delete.html.php?r=1.1
  http://cvs.horde.org/co.php/incubator/faq/templates/questions/edit.html.php?r=1.1
  http://cvs.horde.org/co.php/incubator/faq/templates/questions/index.html.php?r=1.1


More information about the cvs mailing list