commit: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy Cache.php framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache File.php framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File acl.php vcal.php xacl.php framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Freebusy Partial.php Partials.php framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Freebusy/Partial/Decorator ...

"Gunnar Wrobel" <[email protected]>
Newsgroups gmane.comp.horde.cvs
Message-ID <[email protected]>
wrobel      2010-06-15 12:00:36 UTC

  Modified files:        (Branch: FRAMEWORK_3)
    Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy Cache.php 
    Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache File.php 
    Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File acl.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 
                                                            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 FreeBusyTest.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:
  Refactor the trigger() and loadPartial() functions to use the new cache classes.
  
  Revision   Changes    Path
  1.17.2.10  +58 -181   framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Attic/Cache.php
  1.1.2.2    +13 -3     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Attic/File.php
  1.1.2.2    +12 -6     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File/Attic/acl.php
  1.1.2.3    +3 -4      framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File/Attic/vcal.php
  1.1.2.2    +14 -8     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File/Attic/xacl.php
  1.1.2.3    +18 -2     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Freebusy/Attic/Partial.php
  1.1.2.3    +49 -8     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Freebusy/Attic/Partials.php
  1.1.2.2    +32 -2     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Freebusy/Partial/Decorator/Attic/Log.php
  1.1.2.2    +66 -8     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Acl/Attic/Cache.php
  1.1.2.2    +17 -1     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Acl/Attic/Null.php
  1.1.2.2    +11 -0     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Attic/Acl.php
  1.1.2.2    +9 -0      framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Attic/Xacl.php
  1.1.2.2    +2 -1      framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Combined/Decorator/Attic/Cache.php
  1.1.2.2    +40 -8     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl/Attic/Cache.php
  1.1.2.2    +14 -0     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl/Attic/Configuration.php
  1.1.2.2    +34 -0     framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl/Decorator/Attic/Log.php
  1.8.2.5    +3 -2      framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Attic/FreeBusyTest.php
  1.1.2.3    +4 -2      framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Class/Export/Freebusy/Attic/CombinedTest.php
  1.1.2.4    +4 -2      framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Class/Export/Freebusy/Combined/Decorator/Attic/CacheTest.php

  Chora Links:
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Attic/Cache.php?rt=horde&r1=1.17.2.9&r2=1.17.2.10&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Attic/File.php?rt=horde&r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File/Attic/acl.php?rt=horde&r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File/Attic/vcal.php?rt=horde&r1=1.1.2.2&r2=1.1.2.3&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/File/Attic/xacl.php?rt=horde&r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Freebusy/Attic/Partial.php?rt=horde&r1=1.1.2.2&r2=1.1.2.3&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Freebusy/Attic/Partials.php?rt=horde&r1=1.1.2.2&r2=1.1.2.3&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Freebusy/Partial/Decorator/Attic/Log.php?rt=horde&r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Acl/Attic/Cache.php?rt=horde&r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Acl/Attic/Null.php?rt=horde&r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Attic/Acl.php?rt=horde&r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Attic/Xacl.php?rt=horde&r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Combined/Decorator/Attic/Cache.php?rt=horde&r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl/Attic/Cache.php?rt=horde&r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl/Attic/Configuration.php?rt=horde&r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl/Decorator/Attic/Log.php?rt=horde&r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Attic/FreeBusyTest.php?rt=horde&r1=1.8.2.4&r2=1.8.2.5&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Class/Export/Freebusy/Attic/CombinedTest.php?rt=horde&r1=1.1.2.2&r2=1.1.2.3&ty=u
  http://cvs.horde.org/diff.php/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Class/Export/Freebusy/Combined/Decorator/Attic/CacheTest.php?rt=horde&r1=1.1.2.3&r2=1.1.2.4&ty=u

-- 
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.