commit: framework/Kolab_FreeBusy package.xml framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy Cache.php framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache DB.php File.php framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/DB acl.php xacl.php framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File acl.php ...

"Gunnar Wrobel" <[email protected]>
Newsgroups gmane.comp.horde.cvs
Message-ID <[email protected]>
wrobel      2010-05-16 06:22:11 UTC

  Modified files:        (Branch: FRAMEWORK_3)
    Kolab_FreeBusy       package.xml 
    Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy Cache.php 
    Kolab_FreeBusy/test/Horde/Kolab/FreeBusy AllTests.php 
                                             FreeBusyScenarioTest.php 
                                             FreeBusyTest.php 
  Added files:           (Branch: FRAMEWORK_3)
    Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache DB.php File.php 
    Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/DB acl.php 
                                                     xacl.php 
    Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File acl.php 
                                                       pvcal.php 
                                                       vcal.php 
                                                       xacl.php 
    Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Freebusy 
                                                           Partial.php 
                                                           Partials.php 
    Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Freebusy/Partial/Decorator 
                                                                             Log.php 
    Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy 
                                                            Acl.php 
                                                            Combined.php 
                                                            Xacl.php 
    Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Acl 
                                                                Cache.php 
                                                                Null.php 
    Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Combined/Decorator 
                                                                               Cache.php 
    Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl 
                                                                 Cache.php 
                                                                 Configuration.php 
    Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl/Decorator 
                                                                           Log.php 
    Kolab_FreeBusy/test/Horde/Kolab/FreeBusy Autoload.php 
                                             phpunit.xml 
    Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Class CacheTest.php 
    Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Class/Export/Freebusy 
                                                                   CombinedTest.php 
    Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Class/Export/Freebusy/Combined/Decorator 
                                                                                      CacheTest.php 
  Log:
  kolab/issue3544 (Cached xfb access not up to date for changed distribution lists)
  
  Revision  Changes    Path
  1.22.2.7  +69 -1     framework/Kolab_FreeBusy/Attic/package.xml
  1.17.2.7  +56 -1193  framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Attic/Cache.php
  1.1.2.1   +278 -0    framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Attic/DB.php (new)
  1.1.2.1   +205 -0    framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Attic/File.php (new)
  1.1.2.1   +81 -0     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/DB/Attic/acl.php (new)
  1.1.2.1   +77 -0     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/DB/Attic/xacl.php (new)
  1.1.2.1   +129 -0    framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File/Attic/acl.php (new)
  1.1.2.1   +86 -0     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File/Attic/pvcal.php (new)
  1.1.2.1   +192 -0    framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File/Attic/vcal.php (new)
  1.1.2.1   +119 -0    framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File/Attic/xacl.php (new)
  1.1.2.1   +113 -0    framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Freebusy/Attic/Partial.php (new)
  1.1.2.1   +71 -0     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Freebusy/Attic/Partials.php (new)
  1.1.2.1   +98 -0     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Freebusy/Partial/Decorator/Attic/Log.php (new)
  1.1.2.1   +71 -0     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Acl/Attic/Cache.php (new)
  1.1.2.1   +93 -0     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Acl/Attic/Null.php (new)
  1.1.2.1   +37 -0     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Attic/Acl.php (new)
  1.1.2.1   +267 -0    framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Attic/Combined.php (new)
  1.1.2.1   +46 -0     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Attic/Xacl.php (new)
  1.1.2.1   +113 -0    framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Combined/Decorator/Attic/Cache.php (new)
  1.1.2.1   +109 -0    framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl/Attic/Cache.php (new)
  1.1.2.1   +86 -0     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl/Attic/Configuration.php (new)
  1.1.2.1   +81 -0     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl/Decorator/Attic/Log.php (new)
  1.2.2.3   +2 -7      framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Attic/AllTests.php
  1.1.2.1   +99 -0     framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Attic/Autoload.php (new)
  1.2.2.4   +4 -4      framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Attic/FreeBusyScenarioTest.php
  1.8.2.4   +4 -6      framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Attic/FreeBusyTest.php
  1.1.2.1   +8 -0      framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Attic/phpunit.xml (new)
  1.1.2.1   +178 -0    framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Class/Attic/CacheTest.php (new)
  1.1.2.1   +222 -0    framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Class/Export/Freebusy/Attic/CombinedTest.php (new)
  1.1.2.1   +132 -0    framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Class/Export/Freebusy/Combined/Decorator/Attic/CacheTest.php (new)

  Chora Links:
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/Attic/package.xml?rt=horde&r1=1.22.2.6&r2=1.22.2.7&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Attic/Cache.php?rt=horde&r1=1.17.2.6&r2=1.17.2.7&ty=u
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Attic/DB.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Attic/File.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/DB/Attic/acl.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/DB/Attic/xacl.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File/Attic/acl.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File/Attic/pvcal.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File/Attic/vcal.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File/Attic/xacl.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Freebusy/Attic/Partial.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Freebusy/Attic/Partials.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Freebusy/Partial/Decorator/Attic/Log.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Acl/Attic/Cache.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Acl/Attic/Null.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Attic/Acl.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Attic/Combined.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Attic/Xacl.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Combined/Decorator/Attic/Cache.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl/Attic/Cache.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl/Attic/Configuration.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl/Decorator/Attic/Log.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Attic/AllTests.php?rt=horde&r1=1.2.2.2&r2=1.2.2.3&ty=u
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Attic/Autoload.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Attic/FreeBusyScenarioTest.php?rt=horde&r1=1.2.2.3&r2=1.2.2.4&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Attic/FreeBusyTest.php?rt=horde&r1=1.8.2.3&r2=1.8.2.4&ty=u
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Attic/phpunit.xml?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Class/Attic/CacheTest.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Class/Export/Freebusy/Attic/CombinedTest.php?rt=horde&r=1.1.2.1
  http://cvs.horde.org/co.php/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Class/Export/Freebusy/Combined/Decorator/Attic/CacheTest.php?rt=horde&r=1.1.2.1

-- 
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.