horde.git
2010-12-01 Gunnar WrobelStart conversion to PHPUnit.
2010-12-01 Jan SchneiderFix paths.
2010-12-01 Jan SchneiderDon't add prototype.js manually.
2010-12-01 Jan SchneiderPass organizer to iTip view.
2010-12-01 Jan SchneiderFix script name.
2010-12-01 Michael M SlusarzWiki code tag should default to shell script - now...
2010-12-01 Michael M SlusarzFix icon names in syntaxhighlighter config
2010-12-01 Michael M SlusarzAdd sh as alias for shell
2010-12-01 Michael M SlusarzUpdate readme path
2010-12-01 Gunnar WrobelUpdate TODO.
2010-12-01 Gunnar WrobelFix packaging.
2010-12-01 Gunnar WrobelExclude files in horde/config/*.d/
2010-12-01 Gunnar WrobelComplete testing.
2010-12-01 Gunnar WrobelUpdate package.xml.
2010-12-01 Gunnar WrobelAdd setUp and tearDown to avoid side effects. Remove...
2010-12-01 Gunnar WrobelRemove the use of Horde_Session and access the session...
2010-12-01 Jan SchneiderInitialize Token translations.
2010-12-01 Michael M SlusarzBug #9418: Header/Charset improvements/cleanups for...
2010-12-01 Michael M SlusarzFix resuming drafts in dimp
2010-12-01 Michael M SlusarzBug #9418: Honor chosen charset when saving drafts
2010-12-01 Michael M SlusarzMake it easier to grok horde log for PHP errors
2010-12-01 Michael M Slusarz'm' might not be set (vfolders)
2010-12-01 Michael M SlusarzAdd application/javascript MIME type to viewer config
2010-12-01 Michael M SlusarzAdd link to file from commits page
2010-12-01 Michael M SlusarzNeed to init bin/translation properly.
2010-12-01 Michael M SlusarzOnly destroy session if it exists
2010-12-01 Michael M SlusarzI don't think this file is needed, especially since...
2010-12-01 Michael M SlusarzDon't store session values if they are empty
2010-12-01 Michael M SlusarzDon't show thread graphics in vertical mode
2010-12-01 Michael M SlusarzFix viewport update of thread messages after delete.
2010-11-30 Michael M SlusarzUse new nonce support for request tokens
2010-11-30 Michael M SlusarzAdd translation support to horde/Token
2010-11-30 Michael M SlusarzBug #9419: Fix typo
2010-11-30 Michael M SlusarzBug #9417: Fix class name
2010-11-30 Michael M SlusarzBug #9415: Fix storing IMAP object in session
2010-11-30 Michael M SlusarzBug #9415: Fix fatal error if IMAP object does not...
2010-11-30 Michael M SlusarzHave Horde handle PHP legacy error handling.
2010-11-30 Jan SchneiderFix Horde_Cache usage correctly.
2010-11-30 Gunnar WrobelCorrect method names.
2010-11-30 Gunnar WrobelRemove Horde_Nonce as duplication protection in Horde...
2010-11-30 Gunnar WrobelUse the existing "auth" secret.
2010-11-30 Chuck HagenbuchPretty sure we still want a Horde_Cache object here...
2010-11-30 Jan SchneiderRemove charset methods.
2010-11-30 Jan SchneiderFix paths.
2010-11-30 Jan SchneiderAdd configuration for mysql tests.
2010-11-30 Jan SchneiderConvert to new Horde_Cache class layout.
2010-11-30 Jan SchneiderDefault to no expiration.
2010-11-30 Jan SchneiderNeed to set up autoloading globally.
2010-11-30 Jan SchneiderConsistently extend exception classes from Horde_Except...
2010-11-30 Jan SchneiderFix directory name, remove outdated tests.
2010-11-30 Jan SchneiderHere too.
2010-11-30 Jan SchneiderFix package name.
2010-11-30 Gunnar WrobelAdd changelog entry.
2010-11-30 Gunnar WrobelExchange the session based logout token with the timest...
2010-11-30 Gunnar WrobelProvide the token lifetime as parameter to the token...
2010-11-30 Gunnar WrobelAdd methods that throw an exception in case a token...
2010-11-30 Gunnar WrobelI understand it better this way.
2010-11-30 Gunnar WrobelTest the token_lifetime parameter.
2010-11-30 Gunnar WrobelFix class name.
2010-11-30 Gunnar WrobelAdd the timeout and unique checks.
2010-11-30 Gunnar WrobelAdd initial steps of the token validation.
2010-11-30 Gunnar WrobelAdd function to generate signed tokens.
2010-11-30 Gunnar WrobelAdd the secret parameter to the token system.
2010-11-30 Gunnar WrobelSimplify.
2010-11-30 Gunnar WrobelAdd a simple nonce-returning function.
2010-11-30 Gunnar WrobelCleanup.
2010-11-30 Gunnar WrobelDo not let Crypt_Blowfish die on exceptions.
2010-11-30 Gunnar WrobelAdd a test for the null padding issue.
2010-11-30 Gunnar WrobelAh, looks like Null-padding killed the tests :)
2010-11-30 Gunnar WrobelUpdated package.xml and some phpdoc.
2010-11-30 Gunnar WrobelA first, simple bloom filter.
2010-11-30 Gunnar WrobelAdded a first hashing algorithm (for session based...
2010-11-30 Gunnar WrobelTimestamp validation.
2010-11-30 Gunnar WrobelStarted validation testing.
2010-11-30 Jan SchneiderConsistently use data theme A in all apps.
2010-11-30 Jan SchneiderUse dialog view for events.
2010-11-30 Jan SchneiderAdd navigation between messages (of the currently loade...
2010-11-29 Jan SchneiderFix generating configuration script.
2010-11-29 Jan SchneiderFix path.
2010-11-29 Jan SchneiderOnly show unread messages bold. It doesn't make much...
2010-11-29 Jan SchneiderShow 'more..' entry if there are more messages in the...
2010-11-29 Jan SchneiderFinish display of notification messages. Embedded HTML...
2010-11-29 Jan SchneiderInitial content.
2010-11-29 Jan SchneiderFix variable name.
2010-11-29 Jan SchneiderAlignment of header labels.
2010-11-29 Gunnar WrobelTree is option for "Core" but it is mandatory for ...
2010-11-29 Gunnar WrobelFix the variable name in the error message.
2010-11-29 Gunnar WrobelMerge branch 'horde-prefs-file'
2010-11-29 Gunnar WrobelExtend testing and fix first bug.
2010-11-29 Gunnar WrobelStart test suite.
2010-11-29 Chuck HagenbuchFix mozilla gradient definition
2010-11-29 Gunnar Wrobelphpdoc
2010-11-29 Jan SchneiderDon't try to call js, if not passed back.
2010-11-29 Jan SchneiderAdd debug(), catch callback exceptions.
2010-11-29 Jan SchneiderAdd a base object for common jQuery Mobile stuff.
2010-11-29 Gunnar WrobelAdapt to recent Horde_Session changes.
2010-11-29 Gunnar WrobelAdd optional dependency on Kolab_Session
2010-11-29 Gunnar WrobelTypo.
2010-11-29 Gunnar WrobelAdd optional Db dependency.
2010-11-29 Chuck HagenbuchMake recent styles more consistent in border color...
next