[cvs] commit: framework/Yaml Yaml.php package.xml framework/Yaml/Yaml Dumper.php Exception.php Loader.php Node.php framework/Yaml/docs/Horde/Yaml/examples dump.php example.yaml load.php framework/Yaml/docs/examples dump.php example.yaml ...

Chuck Hagenbuch chuck at horde.org
Fri Jan 4 20:30:09 UTC 2008


chuck       2008-01-04 15:30:09 EST

  Modified files:
    Yaml                 package.xml 
  Added files:
    Yaml/docs/Horde/Yaml/examples dump.php example.yaml load.php 
    Yaml/lib/Horde       Yaml.php 
    Yaml/lib/Horde/Yaml  Dumper.php Exception.php Loader.php 
                         Node.php 
    Yaml/tests/Horde/Yaml AllTests.php DumperTest.php 
                          LoaderTest.php NodeTest.php 
    Yaml/tests/Horde/Yaml/fixtures basic.yml references.yml 
  Removed files:
    Yaml                 Yaml.php 
    Yaml/Yaml            Dumper.php Exception.php Loader.php 
                         Node.php 
    Yaml/docs/examples   dump.php example.yaml load.php 
    Yaml/tests           AllTests.php DumperTest.php 
                         LoaderTest.php NodeTest.php 
    Yaml/tests/fixtures  basic.yml references.yml 
  Log:
  New directory structure for 0.2.0 release
  
  Revision  Changes    Path
  1.9       +0 -134    framework/Yaml/Attic/Yaml.php (dead)
  1.6       +0 -195    framework/Yaml/Yaml/Attic/Dumper.php (dead)
  1.5       +0 -45     framework/Yaml/Yaml/Attic/Exception.php (dead)
  1.11      +0 -654    framework/Yaml/Yaml/Attic/Loader.php (dead)
  1.4       +0 -57     framework/Yaml/Yaml/Attic/Node.php (dead)
  1.1       +19 -0     framework/Yaml/docs/Horde/Yaml/examples/dump.php (new)
  1.1       +116 -0    framework/Yaml/docs/Horde/Yaml/examples/example.yaml (new)
  1.1       +10 -0     framework/Yaml/docs/Horde/Yaml/examples/load.php (new)
  1.3       +0 -19     framework/Yaml/docs/examples/Attic/dump.php (dead)
  1.2       +0 -116    framework/Yaml/docs/examples/Attic/example.yaml (dead)
  1.3       +0 -10     framework/Yaml/docs/examples/Attic/load.php (dead)
  1.1       +134 -0    framework/Yaml/lib/Horde/Yaml.php (new)
  1.1       +195 -0    framework/Yaml/lib/Horde/Yaml/Dumper.php (new)
  1.1       +45 -0     framework/Yaml/lib/Horde/Yaml/Exception.php (new)
  1.1       +654 -0    framework/Yaml/lib/Horde/Yaml/Loader.php (new)
  1.1       +57 -0     framework/Yaml/lib/Horde/Yaml/Node.php (new)
  1.7       +22 -10    framework/Yaml/package.xml
  1.5       +0 -54     framework/Yaml/tests/Attic/AllTests.php (dead)
  1.2       +0 -109    framework/Yaml/tests/Attic/DumperTest.php (dead)
  1.16      +0 -701    framework/Yaml/tests/Attic/LoaderTest.php (dead)
  1.3       +0 -26     framework/Yaml/tests/Attic/NodeTest.php (dead)
  1.1       +54 -0     framework/Yaml/tests/Horde/Yaml/AllTests.php (new)
  1.1       +109 -0    framework/Yaml/tests/Horde/Yaml/DumperTest.php (new)
  1.1       +701 -0    framework/Yaml/tests/Horde/Yaml/LoaderTest.php (new)
  1.1       +26 -0     framework/Yaml/tests/Horde/Yaml/NodeTest.php (new)
  1.1       +14 -0     framework/Yaml/tests/Horde/Yaml/fixtures/basic.yml (new)
  1.1       +12 -0     framework/Yaml/tests/Horde/Yaml/fixtures/references.yml (new)
  1.3       +0 -14     framework/Yaml/tests/fixtures/Attic/basic.yml (dead)
  1.2       +0 -12     framework/Yaml/tests/fixtures/Attic/references.yml (dead)

  Chora Links:
  http://cvs.horde.org/co.php/framework/Yaml/Attic/Yaml.php?r=1.8
  http://cvs.horde.org/co.php/framework/Yaml/Yaml/Attic/Dumper.php?r=1.5
  http://cvs.horde.org/co.php/framework/Yaml/Yaml/Attic/Exception.php?r=1.4
  http://cvs.horde.org/co.php/framework/Yaml/Yaml/Attic/Loader.php?r=1.10
  http://cvs.horde.org/co.php/framework/Yaml/Yaml/Attic/Node.php?r=1.3
  http://cvs.horde.org/co.php/framework/Yaml/docs/Horde/Yaml/examples/dump.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/docs/Horde/Yaml/examples/example.yaml?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/docs/Horde/Yaml/examples/load.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/docs/examples/Attic/dump.php?r=1.2
  http://cvs.horde.org/co.php/framework/Yaml/docs/examples/Attic/example.yaml?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/docs/examples/Attic/load.php?r=1.2
  http://cvs.horde.org/co.php/framework/Yaml/lib/Horde/Yaml.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/lib/Horde/Yaml/Dumper.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/lib/Horde/Yaml/Exception.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/lib/Horde/Yaml/Loader.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/lib/Horde/Yaml/Node.php?r=1.1
  http://cvs.horde.org/diff.php/framework/Yaml/package.xml?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/co.php/framework/Yaml/tests/Attic/AllTests.php?r=1.4
  http://cvs.horde.org/co.php/framework/Yaml/tests/Attic/DumperTest.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/tests/Attic/LoaderTest.php?r=1.15
  http://cvs.horde.org/co.php/framework/Yaml/tests/Attic/NodeTest.php?r=1.2
  http://cvs.horde.org/co.php/framework/Yaml/tests/Horde/Yaml/AllTests.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/tests/Horde/Yaml/DumperTest.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/tests/Horde/Yaml/LoaderTest.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/tests/Horde/Yaml/NodeTest.php?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/tests/Horde/Yaml/fixtures/basic.yml?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/tests/Horde/Yaml/fixtures/references.yml?r=1.1
  http://cvs.horde.org/co.php/framework/Yaml/tests/fixtures/Attic/basic.yml?r=1.2
  http://cvs.horde.org/co.php/framework/Yaml/tests/fixtures/Attic/references.yml?r=1.1


More information about the cvs mailing list