horde.git
2011-01-26 Jan SchneiderMerge branch 'db-migrate-for-framework'
2011-01-26 Jan SchneiderFix migration installation path.
2011-01-26 Jan SchneiderFix installation path.
2011-01-26 Jan SchneiderFix default value.
2011-01-26 Jan SchneiderExtend migration script to be more flexible.
2011-01-26 Michael J.... remove old lowercase filename versions - artifact from...
2011-01-26 Jan SchneiderDon't simply sort migration scripts by name, this is...
2011-01-26 Jan SchneiderThe horde-db-migrate scripts requires the Autoloader.
2011-01-26 Jan SchneiderAdd script to run any migration scripts from arbitrary...
2011-01-26 Jan SchneiderSearch all migration/ subdirectories for migration...
2011-01-26 Michael J.... fix find/replace error
2011-01-26 Michael J.... share_parents field migration for sql and sqlng share...
2011-01-26 Gunnar WrobelRequires the Lock library.
2011-01-26 Gunnar WrobelRequires the History package.
2011-01-26 Gunnar WrobelDB is not optional. If it is required by an application...
2011-01-26 Gunnar WrobelRequires Date_Parser.
2011-01-26 Gunnar WrobelPackage was removed a while ago.
2011-01-26 Gunnar WrobelRequires the Data package.
2011-01-26 Gunnar WrobelFix package name.
2011-01-26 Gunnar WrobelCore requires the Share system.
2011-01-26 Gunnar WrobelFixed omission of "content/". The lib part of "content...
2011-01-26 Gunnar WrobelRemove Horde_ from package name.
2011-01-26 Gunnar WrobelSupport the content package and add a package.xml for it.
2011-01-26 Michael M SlusarzAlter prefs UI based on prefs displayed on page, rather...
2011-01-26 Michael M SlusarzDon't process group if it is suppressed
2011-01-26 Michael M SlusarzAdd the 'container' type to the prefs.php config file
2011-01-25 Michael M SlusarzgetChangeablePrefs() defaults to the current prefs...
2011-01-25 Michael M SlusarzRevert "Bug #9539: Correct translations for application...
2011-01-25 Michael M SlusarzMore correct way to report chora errors
2011-01-25 Michael M SlusarzRevert "On chora init error, use Chora::fatal()"
2011-01-25 Michael M SlusarzUse POST, not GET, so URL form variables are available
2011-01-25 Michael M SlusarzClean up determination of current sourceroot
2011-01-25 Michael M SlusarzOn chora init error, use Chora::fatal()
2011-01-25 Michael M SlusarzFix variable name
2011-01-25 Michael M SlusarzAdd more MIME address encoding tests
2011-01-25 Michael M SlusarzBug #9532: Don't MIME encode maildrop autoresponse...
2011-01-25 Michael M SlusarzBug #9539: Correct translations for application names
2011-01-25 Michael M Slusarzadd mime decode unit test
2011-01-25 Michael M SlusarzBug #9529: fix decode() call
2011-01-25 Michael M SlusarzBug #9529: Fix undefined error
2011-01-25 Michael M SlusarzMake sure there is always logout reason set on validati...
2011-01-25 Michael M SlusarzLogging/error message if shibboleth auth fails validation
2011-01-25 Gunnar WrobelRemove stray file.
2011-01-25 Jan SchneiderMFB
2011-01-25 Jan SchneiderMore user_uid column fixes.
2011-01-25 Gunnar WrobelAdd a first version of the package.xml files for our...
2011-01-25 Gunnar WrobelSupport generating package.xml files for our groupware...
2011-01-25 Michael M SlusarzFix shibboleth authentication checking
2011-01-25 Michael M SlusarzBug #9325: Upgrade serialized prefs from Horde 3
2011-01-25 Michael M Slusarzphpdoc
2011-01-25 Michael M SlusarzAdd some utility functions to horde/Prefs
2011-01-25 Michael M SlusarzBug #9529: Store description internally as UTF-8, not...
2011-01-25 Michael M Slusarzphpdoc
2011-01-25 Michael M SlusarzAdd header decode test
2011-01-25 Michael M SlusarzConvert horde/Template to PHPUnit tests
2011-01-25 Michael M Slusarzphpdoc
2011-01-25 Michael M SlusarzBetter IMP login logging when not using IMP as authenti...
2011-01-25 Michael M SlusarzFix logging details from IMAP transaction
2011-01-25 Michael M SlusarzOnly show backtrace if logging at DEBUG level
2011-01-24 Michael M SlusarzBug #9507: Pref language overrides login language
2011-01-24 Gunnar WrobelUpdate package.xml.
2011-01-24 Chuck HagenbuchMake sure to catch any exceptions thrown trying to...
2011-01-24 Chuck HagenbuchAlways make sure that we have a logger before using it
2011-01-24 Chuck HagenbuchDB may have been closed before write() - reconnect...
2011-01-24 Chuck HagenbuchBug #9282: When creating Horde_Db objects, register...
2011-01-24 Chuck HagenbuchFix PHPUnit deprecation warnings
2011-01-24 Chuck HagenbuchRemove logging to a SQL backend - not usually a good...
2011-01-24 Chuck Hagenbuchpackage.xml for Horde_PubSub
2011-01-24 Chuck HagenbuchRemove unnecessary @todos
2011-01-23 Michael J.... Fix form name
2011-01-23 Chuck HagenbuchFix tree graphics in the bookmark folder tree
2011-01-23 Jan Schneideruser_id is NOT NULL
2011-01-23 Jan SchneiderRevert commenting out cache code.
2011-01-23 Michael J.... One more place we need ids instead of names.
2011-01-23 Michael J.... Add test to ensure listShares results are keyed by...
2011-01-23 Michael J.... Horde_Share::listShares() returns a hash keyed by name...
2011-01-22 Jan SchneiderCall alarmInit() (Bug #9519).
2011-01-22 Jan SchneiderRemove accidentally added file.
2011-01-22 Michael J.... The rest of the places we need full urls for stylesheets
2011-01-22 Michael J.... Another try at serving css for API rendered views
2011-01-22 Michael J.... Horde_Share_Datatree needs _idExists() also.
2011-01-22 Chuck HagenbuchMake getBody() repeatable
2011-01-22 Michael J RubinskyNeed to remove the old-style named index incase this...
2011-01-22 Michael J.... Catch error if index doesn't exist
2011-01-22 Michael J.... Remove hierarchical driver, update package.xml
2011-01-22 Michael J.... SqlHierarchical driver is no more
2011-01-22 Michael J.... Move hierarchical functionality into The Sql and Sqlng...
2011-01-21 Michael M SlusarzConvert horde/Serialize to PHPUnit
2011-01-21 Michael M Slusarzjson_decode() returns null on error, not false
2011-01-21 Michael J.... overide the next-gen driver's default table name so...
2011-01-21 Jan SchneiderAnd still more configuration checks.
2011-01-21 Jan SchneiderAnother unnecessary loop.
2011-01-21 Michael J.... ...and three times a charm
2011-01-21 Michael J.... One more place to check for entire config entry
2011-01-21 Michael M SlusarzBug #9455: Add ability to output full URL for CSS
2011-01-21 Michael M SlusarzBug #9455: Add ability to return relative URL when...
2011-01-21 Michael M SlusarzDon't need session info for cache URL
2011-01-21 Michael M Slusarzphpdoc/style
2011-01-21 Jan SchneiderRemove unnecessary loop.
2011-01-21 Jan SchneiderCheck for backend-specific configuration.
next