[cvs] commit: incubator/Horde_Payment/authorizations details.php list.php void.php incubator/Horde_Payment/lib Payment.php api.php incubator/Horde_Payment/lib/Driver sql.php incubator/Horde_Payment/lib/Forms PaymentData.php incubator/Horde_Payment/orders list.php ...

Duck duck at obala.net
Sun Oct 1 05:19:17 PDT 2006


duck        2006-10-01 05:19:16 PDT

  Modified files:
    Horde_Payment/authorizations details.php list.php void.php 
    Horde_Payment/lib    Payment.php api.php 
    Horde_Payment/lib/Driver sql.php 
    Horde_Payment/lib/Forms PaymentData.php 
    Horde_Payment/process enter.php index.php revoke.php step1.php 
                          step2.php step3.php step_check.php 
  Added files:
    Horde_Payment/orders list.php 
    Horde_Payment/templates/authorizations/details footer.inc 
                                                   header.inc 
                                                   row.inc 
    Horde_Payment/templates/authorizations/list footer.inc 
                                                header.inc row.inc 
    Horde_Payment/templates/orders/list footer.inc header.inc 
                                        row.inc 
  Log:
  Start working on orders
  
  Revision  Changes    Path
  1.2       +2 -2      incubator/Horde_Payment/authorizations/details.php
  1.5       +2 -2      incubator/Horde_Payment/authorizations/list.php
  1.3       +3 -3      incubator/Horde_Payment/authorizations/void.php
  1.4       +64 -10    incubator/Horde_Payment/lib/Driver/sql.php
  1.2       +3 -3      incubator/Horde_Payment/lib/Forms/PaymentData.php
  1.9       +2 -1      incubator/Horde_Payment/lib/Payment.php
  1.8       +23 -39    incubator/Horde_Payment/lib/api.php
  1.1       +88 -0     incubator/Horde_Payment/orders/list.php (new)
  1.2       +6 -4      incubator/Horde_Payment/process/enter.php
  1.3       +3 -1      incubator/Horde_Payment/process/index.php
  1.3       +2 -0      incubator/Horde_Payment/process/revoke.php
  1.2       +2 -0      incubator/Horde_Payment/process/step1.php
  1.2       +2 -0      incubator/Horde_Payment/process/step2.php
  1.2       +2 -0      incubator/Horde_Payment/process/step3.php
  1.2       +2 -0      incubator/Horde_Payment/process/step_check.php
  1.1       +1 -0      incubator/Horde_Payment/templates/authorizations/details/footer.inc (new)
  1.1       +6 -0      incubator/Horde_Payment/templates/authorizations/details/header.inc (new)
  1.1       +4 -0      incubator/Horde_Payment/templates/authorizations/details/row.inc (new)
  1.1       +3 -0      incubator/Horde_Payment/templates/authorizations/list/footer.inc (new)
  1.1       +13 -0     incubator/Horde_Payment/templates/authorizations/list/header.inc (new)
  1.1       +31 -0     incubator/Horde_Payment/templates/authorizations/list/row.inc (new)
  1.1       +3 -0      incubator/Horde_Payment/templates/orders/list/footer.inc (new)
  1.1       +14 -0     incubator/Horde_Payment/templates/orders/list/header.inc (new)
  1.1       +32 -0     incubator/Horde_Payment/templates/orders/list/row.inc (new)

  Chora Links:
  http://cvs.horde.org/diff.php/incubator/Horde_Payment/authorizations/details.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/Horde_Payment/authorizations/list.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/incubator/Horde_Payment/authorizations/void.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/incubator/Horde_Payment/lib/Driver/sql.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/incubator/Horde_Payment/lib/Forms/PaymentData.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/Horde_Payment/lib/Payment.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/incubator/Horde_Payment/lib/api.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/co.php/incubator/Horde_Payment/orders/list.php?r=1.1
  http://cvs.horde.org/diff.php/incubator/Horde_Payment/process/enter.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/Horde_Payment/process/index.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/incubator/Horde_Payment/process/revoke.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/incubator/Horde_Payment/process/step1.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/Horde_Payment/process/step2.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/Horde_Payment/process/step3.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/Horde_Payment/process/step_check.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/co.php/incubator/Horde_Payment/templates/authorizations/details/footer.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/Horde_Payment/templates/authorizations/details/header.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/Horde_Payment/templates/authorizations/details/row.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/Horde_Payment/templates/authorizations/list/footer.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/Horde_Payment/templates/authorizations/list/header.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/Horde_Payment/templates/authorizations/list/row.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/Horde_Payment/templates/orders/list/footer.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/Horde_Payment/templates/orders/list/header.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/Horde_Payment/templates/orders/list/row.inc?r=1.1


More information about the cvs mailing list