horde.git
2010-04-28 Michael J.... fix sprintf type specifier
2010-04-28 Michael J.... need to wrap all registry calls to avoid sending unwant...
2010-04-28 Michael J.... catch exceptions from the registry connector
2010-04-28 Michael J.... Make sure we always have a fileas parameter.
2010-04-28 Michael J.... Kronolith::getDefaultCalendar() can return a boolean...
2010-04-28 Jan SchneiderRevert 61e152c.
2010-04-28 Jan SchneiderMerge changelog updates.
2010-04-28 Chuck HagenbuchNext take on setter injection - an alternate implementa...
2010-04-28 Chuck Hagenbuchremove annotatedsetterinjector
2010-04-28 Chuck HagenbuchRemove Horde_Injector filters after more consideration.
2010-04-27 Gunnar WrobelParse error.
2010-04-27 Gunnar WrobelComplete the first minor step in testing the various...
2010-04-27 Jan SchneiderMerge changelog updates.
2010-04-27 Jan SchneiderForce CHANGES link to CVS repository.
2010-04-27 Jan SchneiderFramework script breaks release again, I'm not up for...
2010-04-27 Jan SchneiderFix resetting the attendees table when opening another...
2010-04-27 Michael J.... Pass the ending timestamp, now that the API calls can...
2010-04-27 Michael J.... Pass an ending timestamp when checking for server changes.
2010-04-27 Michael J.... Allow listBy API calls to take an optional end timestam...
2010-04-27 Jan SchneiderReload page after changing options.
2010-04-27 Jan SchneiderUse ajax notifications from iframe pages.
2010-04-27 Jan SchneiderLeave room for clicking day cells in month view.
2010-04-27 Jan SchneiderUnused
2010-04-27 Gunnar WrobelTest fixes.
2010-04-27 Gunnar WrobelStart refactoring the IMAP driver classes in Kolab_Storage.
2010-04-27 Gunnar WrobelReactivate history updates.
2010-04-27 Gunnar WrobelRemove unnecessary references.
2010-04-27 Jan SchneiderSet task alarm without value from ajax interface too.
2010-04-27 Jan SchneiderMFB: Remove more WikiWords.
2010-04-27 Jan SchneiderMFB: Set an alarm to one minute, if users try to set...
2010-04-27 Gunnar WrobelUpdate package.xml otherwise the Exception is missing.
2010-04-27 Gunnar WrobelDo not type-hint these as a DB_Error is also possible...
2010-04-27 Gunnar WrobelStart injecting the cache dependency into Kolab_Storage.
2010-04-27 Gunnar WrobelAdd a mock cache driver.
2010-04-27 Gunnar WrobelNow that Horde_Cache is empty we can make it an interface.
2010-04-27 Gunnar WrobelSimplify.
2010-04-27 Gunnar WrobelAgain $driver cannot be an array.
2010-04-27 Gunnar WrobelPull the factory over to the binder.
2010-04-27 Gunnar WrobelThe $app variable is unnecessary.
2010-04-27 Gunnar Wrobel$driver_name is never used.
2010-04-27 Gunnar Wrobel$driver cannot be an array otherwise getDriverConfig...
2010-04-27 Gunnar WrobelAdd a test for the cache binder.
2010-04-26 Michael M SlusarzColor picker improvements
2010-04-26 Michael M Slusarzquery can be null here - it is in ALL search
2010-04-26 Michael M SlusarzMake sure we run IMAP search queries in the proper...
2010-04-26 Michael M SlusarzAdd callback function to search charset changing to...
2010-04-26 Michael M Slusarzphpdoc
2010-04-26 Michael M SlusarzAdd Horde_Imap_Client_Base::validSearchCharset()
2010-04-26 Michael M SlusarzCharset specification is optional for SEARCH command
2010-04-26 Michael M SlusarzImproved flag prefs display - no need to show HTML...
2010-04-26 Michael J.... Need the parent here also
2010-04-26 Michael J.... More improvements to provisioning, fix variable names.
2010-04-26 Michael J.... improvements to device info handling and provisioning
2010-04-26 Michael J.... make state a class member, pass the activesync server...
2010-04-26 Michael J.... Remove dead code, clean up some @todos
2010-04-26 Michael J.... Update turba's activesync support to correctly deal...
2010-04-26 Michael J.... Finish up the SUPPORTED/GHOSTED implementation
2010-04-26 Michael M SlusarzRequest #8092: Use CATENATE (RFC 4469) to strip MIME...
2010-04-26 Michael M SlusarzFix Content-Disposition header output when building...
2010-04-26 Michael M SlusarzIgnore \RECENT flag when doing an append
2010-04-26 Michael M SlusarzAdd date-time IMAP output format
2010-04-26 Michael M SlusarzFixes to IMAP CATENATE code
2010-04-26 Michael M SlusarzThis function should return the result. That would...
2010-04-26 Michael M Slusarzphpdoc
2010-04-26 Michael M SlusarzcreateUrl() can now create relative URLs
2010-04-26 Michael M SlusarzAllow obtaining a string from any subpart MIME ID
2010-04-26 Michael M SlusarzUse IMP_Exception in more locations
2010-04-26 Chuck HagenbuchUse annotated setter injection by default for Horde
2010-04-26 Chuck HagenbuchDon't try to filter an empty object
2010-04-26 Chuck HagenbuchMerge branch 'setter-injection'
2010-04-26 Chuck HagenbuchAdd object creation filters, and provide one that injec...
2010-04-25 Michael J.... Only save the stat structure, and make sure it has...
2010-04-25 Chuck HagenbuchRevert "first pass at automatic setter injection"
2010-04-25 Chuck Hagenbuchws
2010-04-25 Michael J.... make sure pingState is always an array
2010-04-25 Michael J.... typo
2010-04-25 Michael J.... initial work on supporting the SUPPORTED tag in SYNC...
2010-04-25 Michael J.... ws
2010-04-25 Michael J.... No need to stat each change if we know for sure we...
2010-04-25 Chuck HagenbuchMove the autogenerated thrift code into Horde/Thrift...
2010-04-25 Michael J.... phpdoc fixes
2010-04-24 Michael J.... add the start of a administrative-level device manageme...
2010-04-24 Michael J.... Add some methods to get bulk device info and last sync...
2010-04-24 Michael J.... need to cast the theme objects too
2010-04-24 Michael J.... actually set the username
2010-04-24 Michael J.... store the username for each device
2010-04-24 Michael J.... add username to the device table
2010-04-24 Michael J.... Add configuration switch for forcing the server heartbe...
2010-04-24 Michael J.... Need to supply the mod time for ALL new entries, not...
2010-04-24 Michael J.... fix adding new tasks from activesync messages
2010-04-24 Michael J.... Keep individual implementations for now...
2010-04-24 Michael J.... implement the folderdata methods for older as versions.
2010-04-24 Michael J.... need this for BC with older devices
2010-04-24 Michael J.... Fix persisting foldersync state
2010-04-24 Michael J.... Move these to the base activesync class so the Provisio...
2010-04-24 Michael J.... Configuration for new history based state driver. Furth...
2010-04-24 Michael J.... phpdoc, cleanup the base abstract methods etc...
2010-04-24 Michael J.... More stuff to move to the base class, implement the...
2010-04-24 Michael J.... style, phpdoc, some logic tweaks
2010-04-24 Michael J.... Move to base class
next