horde.git
2009-07-21 Michael J.... parse errors, add friends method
2009-07-21 Michael J.... Add remaining methods to Status class, phpdoc
2009-07-21 Michael J.... Add Horde_Date_Utils::relativeDateTime() for getting...
2009-07-20 Michael J.... Don't leak Horde_Oauth exceptions
2009-07-20 Michael J.... Don't leak Horde_Http_Client exceptions
2009-07-20 Michael J.... try/catch with some slight hacks to deal with no error...
2009-07-20 Michael M SlusarzFixes found through lint checking
2009-07-20 Michael M SlusarzSwitch back to include instead of include_once.
2009-07-20 Michael M SlusarzRe-add some lint fixes
2009-07-20 Michael J.... account/end_session requires a POST
2009-07-20 Chuck Hagenbuchimprove salt generation for crypt-md5 passwords (lowzl...
2009-07-20 Jan SchneiderFix logging in if vinfo doesn't exist (Bug #8444).
2009-07-20 Jan SchneiderMFB: Fix sequence name, catch errors.
2009-07-20 Jan SchneiderUse pgp form field only if gnupg is installed and confi...
2009-07-19 Michael J.... Remove debug output
2009-07-19 Michael J.... Add constants for the various URLs needed for OAuth
2009-07-19 Michael J.... Add http basic authentication support.
2009-07-19 Michael J.... use the _format property
2009-07-19 Michael J.... Add destroy(), show() methods and fill in update()...
2009-07-19 Michael J.... Add some more methods to Account, some stubs, some...
2009-07-19 Michael J.... Abstract out both the Auth class and the Request class...
2009-07-19 Michael J.... This is Horde_Oauth, not H_S_Twitter...
2009-07-19 Michael J.... phpdoc/ws
2009-07-19 Michael M SlusarzRevert "Fix issues found during lint check"
2009-07-19 Michael M SlusarzFix issues found during lint check
2009-07-19 Michael M SlusarzClean up test mail server output
2009-07-19 Michael M Slusarzphpdoc, don't throw exception when gc'ing
2009-07-19 Michael M SlusarzReplace all Identity.php requires with a single, easily...
2009-07-19 Michael M SlusarzUse Horde_Menu::getSiteLinks()
2009-07-19 Michael M SlusarzMSG_SEP is no longer used.
2009-07-19 Michael M SlusarzAdd getSiteLinks()
2009-07-19 Michael M SlusarzFix call (API func name; only takes 2 parameters).
2009-07-19 Michael M SlusarzFix object instantiation; cache object internally
2009-07-18 Michael J.... Initial, very basic, code for Service_Twitter
2009-07-18 Michael J.... Build authorization header, check for missing oauth_tok...
2009-07-18 Chuck Hagenbuchsstrip separators at the beginning of the list of tagge...
2009-07-18 Michael J.... Documnet the required config parameters, throw exceptio...
2009-07-18 Michael J.... Fix percent encoding of the '+' character.
2009-07-17 Michael M SlusarzMore tweaking of the fullmessage display.
2009-07-17 Michael M SlusarzRemove all Horde::fatal()'s from horde-hatchery
2009-07-17 Michael M Slusarzthrow exceptions instead of calling Horde::fatal()
2009-07-17 Michael M SlusarzRemove object assignments by reference and unneded...
2009-07-17 Michael M SlusarzHorde 4/autoloading conventions
2009-07-17 Michael M SlusarzNo need for this array_merge()
2009-07-17 Michael M SlusarzDon't assign objects by reference.
2009-07-17 Michael M SlusarzOnly log on success.
2009-07-17 Michael M SlusarzUse hash().
2009-07-17 Michael M SlusarzCache output handling has moved to Horde
2009-07-17 Michael M SlusarzAdd Horde::getCacheUrl().
2009-07-17 Chuck Hagenbuchabort and use a regular image tag if we don't have...
2009-07-17 Chuck Hagenbuchfix getLoginScreen call
2009-07-16 Michael M SlusarzImport SpellChecker imple object from IMP.
2009-07-16 Michael M SlusarzInline script handling moved to Horde:: for now
2009-07-16 Michael M SlusarzSpellChecker imple moved to Horde_Ajax.
2009-07-16 Michael M SlusarzAdd IMP inline script handling functions.
2009-07-16 Michael M SlusarzMove imple handling to Horde_Ajax_Imple::.
2009-07-16 Michael M SlusarzAdd Horde_Ajax::.
2009-07-16 Michael M SlusarzUpgrade to Horde 4 coding conventions
2009-07-16 Michael M SlusarzThis becomes a mandatory dependency
2009-07-16 Michael J.... Fix variable name
2009-07-16 Chuck Hagenbuchfix package.xml
2009-07-16 Chuck Hagenbuchthese are stream filters, so put them in a Horde_Stream...
2009-07-16 Chuck Hagenbuchfix Nls config usage
2009-07-15 Michael M SlusarzNeeds to be called statically.
2009-07-15 Chuck Hagenbuchthrow Horde_Auth_Exceptions instead of generic Horde_Ex...
2009-07-15 Chuck Hagenbuchfix dependency on Core package, and add dependency...
2009-07-15 Chuck Hagenbuchstub _authenticate in the auto driver to avoid a compil...
2009-07-15 Chuck Hagenbuchif there are no custom headers, don't throw a notice...
2009-07-15 Duck (Jakob... Phrase error
2009-07-15 Duck (Jakob... Catch errors
2009-07-15 Chuck Hagenbuchrevert creation of exception objects not used for throwing
2009-07-15 Chuck HagenbuchIf a URL is passed to login.php with a valid session...
2009-07-15 Chuck Hagenbuchcatch exceptions during API calls to re-throw, so that...
2009-07-14 Michael M SlusarzClean up application driver
2009-07-14 Michael M SlusarzA bit clearer null representation
2009-07-14 Michael M SlusarzFix Registry usage; fix missing trailing bracket if...
2009-07-14 Michael M SlusarzA bit clearer null interpretation
2009-07-14 Michael M SlusarzFix admin actions and track changes to Horde_Auth_Appli...
2009-07-14 Chuck Hagenbuchif appConfig ends up empty, make sure it's an empty...
2009-07-14 Michael M SlusarzAdd Horde_Config::getVersion()
2009-07-14 Michael M Slusarzdocumentation; cleaner fatal() handling
2009-07-14 Michael M SlusarzImport turba from CVS HEAD.
2009-07-14 Michael M SlusarzFor fatal w/ Horde_Exception, no need to provide file...
2009-07-14 Jan SchneiderFix variable name.
2009-07-14 Jan SchneiderFix loading of global configurations.
2009-07-14 Jan SchneiderFix using new nls configuration.
2009-07-14 Jan SchneiderMoved to Horde_Registry.
2009-07-14 Jan SchneiderHow do we want to deal with optional configuration...
2009-07-14 Jan SchneiderAs long as API methods return PEAR_Errors, throw them...
2009-07-14 Jan SchneiderTypo
2009-07-14 Michael M SlusarzFix abstract declaration.
2009-07-14 Chuck Hagenbuchfix parse errors - not sure on intent of the export...
2009-07-14 Chuck Hagenbuchrename IMP auth driver for class loading
2009-07-14 Chuck HagenbuchHttpRemote -> Http_Remote and tweak class loading so...
2009-07-14 Chuck Hagenbuchremove never-used app-specific driver loading
2009-07-14 Chuck Hagenbuchno return after a throw
2009-07-14 Chuck HagenbuchUtil -> Horde_Util
2009-07-14 Chuck Hagenbuchrename Horde_Auth_Driver to Horde_Auth_Base to match...
2009-07-14 Chuck Hagenbuchdon't catch exceptions and throw them away unless we...
2009-07-14 Chuck Hagenbuchremove datatree driver in H4
next