horde.git
2009-09-07 Jan SchneiderAbstract -> Base
2009-09-06 Jan SchneiderUse hash to configure Horde_Mime_Mail ctor.
2009-09-06 Jan SchneiderFix tests.
2009-09-06 Jan SchneiderUse the configured charset for the recipient address...
2009-09-06 Jan SchneiderRe-throw PEAR_Error as exception.
2009-09-06 Jan SchneiderAdd failing test for bug #8546.
2009-09-06 Jan SchneiderUpdate package.xml
2009-09-06 Jan SchneiderAbstract -> Base
2009-09-01 Chuck HagenbuchAlways store the stack since we're in an ajax context...
2009-08-31 Michael M SlusarzBug #8529: Fix generation of URL with pathinfo issue
2009-08-31 Michael M SlusarzBug #8529: Add URL to log in menu links
2009-08-31 Chuck HagenbuchAllow passthrough to all View methods, not just helpers...
2009-08-31 Michael M SlusarzFix parsing of multipart subparts
2009-08-31 Michael M SlusarzRedirect with full URL
2009-08-31 Gunnar WrobelFixed all tests and cleaned code style.
2009-08-31 Michael M SlusarzCatch NIL responses
2009-08-31 Michael M SlusarzDon't use TT tags
2009-08-31 Michael M SlusarzFix an undefined variable warning
2009-08-30 Gunnar WrobelFurther cleanup for Horde 4. Renamed XML classes to...
2009-08-30 Gunnar WrobelRemoved the use of Horde_DOM as it is no longer require...
2009-08-30 Jan SchneiderMFB test for bug 8510.
2009-08-30 Jan Schneiderphpdoc
2009-08-30 Jan SchneiderMFB: Fix exporting certain weekday recurrence rules...
2009-08-30 Jan SchneiderFix test. This still isn't correct, because it should...
2009-08-29 Chuck HagenbuchRevert "Implement Countable."
2009-08-28 Jan SchneiderImplement Countable.
2009-08-28 Jan SchneiderFix sending illegal multiple headers when re-sending...
2009-08-26 Jan SchneiderReturn all contries if requested, like documented.
2009-08-24 Michael M SlusarzAdd Horde_Auth::requireAuth()
2009-08-24 Michael M SlusarzFix CSS on IE 8 - don't display IE 7 CSS
2009-08-24 Michael M SlusarzAdd Horde_Auth_Application::requireAuth()
2009-08-24 Chuck Hagenbuchuse a static class var for the cached instance, and...
2009-08-23 Jan SchneiderThis check doesn't make any sense to me, and it break...
2009-08-23 Jan SchneiderFix phpdoc.
2009-08-23 Jan SchneiderReturn array if an array was requested.
2009-08-23 Jan SchneiderCache browser object, don't use singleton().
2009-08-23 Jan SchneiderDon't use singleton().
2009-08-23 Jan SchneiderFix charset caching.
2009-08-22 Jan Schneiderphpdoc fixes
2009-08-22 Michael M SlusarzHorde_Mime_Part::parseMessage() correctly parses non...
2009-08-21 Chuck Hagenbuchcatch exceptions when apis don't exist in hasAppMethod...
2009-08-21 Chuck Hagenbuchstart working on Horde_Support_Backtrace, an object...
2009-08-20 Jan SchneiderHelps to actually unset the timezone.
2009-08-20 Jan SchneiderMFB: Set timezone on logging (Bug #8496).
2009-08-20 Chuck Hagenbuchanother link, about PUT variables
2009-08-19 Michael M SlusarzBug #8475: Fix parameter order
2009-08-19 Michael M SlusarzBug #8505: Encode URL parameters with rawurlencode().
2009-08-19 Michael M Slusarzphpdoc for authLoginParams() data
2009-08-19 Michael M SlusarzBug #8475: Fix SHOW permissions if not authenticated...
2009-08-18 Jan SchneiderFix negating instanceof.
2009-08-17 Michael M SlusarzBug #8498: If not logged in, and doing horde auth,...
2009-08-17 Michael M SlusarzBug #8498: Fix setting auth credentials in session...
2009-08-17 Michael M SlusarzFix processing of app logintasks after login
2009-08-17 Michael M SlusarzAdd Horde_LoginTasks::getLabels()
2009-08-17 Michael M SlusarzFix undefined error warnings
2009-08-17 Jan SchneiderTry with public.
2009-08-17 Jan SchneiderAdd explanation.
2009-08-17 Jan SchneiderFix incomplete merge.
2009-08-17 Chuck Hagenbuchmore verbose method name than _getOb
2009-08-17 Chuck Hagenbuchthrow an exception if an API class doesn't exist, inste...
2009-08-15 Michael M SlusarzFix typo
2009-08-15 Michael M SlusarzCorrectly identify disabled application methods
2009-08-15 Michael J.... Can't call hasMethod() when generating a link - the...
2009-08-15 Jan SchneiderWe need to wrap session_destroy() to avoid warnings...
2009-08-14 Jan SchneiderDestroy session when CLI script ends.
2009-08-14 Gonçalo QueirósFix sequence escaping for PostgreSQL.
2009-08-13 Jan SchneiderFix version number calculation.
2009-08-13 Jan SchneiderMFB: Pass user's password to the signup_addextra hook.
2009-08-12 Michael M SlusarzFix cache ID generation if CONDSTORE is available on...
2009-08-11 Michael M SlusarzFix callAppMethod() calls
2009-08-11 Michael M SlusarzIMP doesn't have base.php anymore
2009-08-11 Michael M SlusarzConvert Horde_Auth_Application to use Horde_Registry_Ap...
2009-08-11 Michael M SlusarzAdd Horde_Registry::callAppMethod() and hasAppMethod()
2009-08-11 Michael M SlusarzAdd Horde_Registry_Application
2009-08-11 Michael M SlusarzRemove $services and $types vars from API interface
2009-08-10 Michael M SlusarzSupport IE conditional comments
2009-08-10 Michael M SlusarzMoz 1.4 CSS file no longer needed - switch to mozilla...
2009-08-07 Michael M SlusarzThe first Net_DNS entry might be a CNAME, which doesn...
2009-08-07 Michael J.... Add constants for the FM tags we will be using.
2009-08-07 Michael J.... Use Horde_Exceptions here
2009-08-07 Michael J.... ...and remove the debug code.
2009-08-07 Michael J.... First attempt at refactoring to use the new fm restful api
2009-08-06 Michael M SlusarzFix some typos; add missing line
2009-08-06 Michael M SlusarzHorde_Auth::authenticationFailureRedirect -> Horde_Auth...
2009-08-05 Michael M SlusarzRevert "Remove $services and $types vars from API inter...
2009-08-05 Michael M SlusarzRemove $services and $types vars from API interface
2009-08-05 Michael M SlusarzBug #8475: Fix hasPermission()
2009-08-05 Michael M SlusarzFix alert determination.
2009-08-05 Michael M SlusarzClear alerts stack after calling alerts()
2009-08-05 Michael M SlusarzBug #8475: Better way to make sure system tasks are...
2009-08-05 Michael M SlusarzFix paren placement
2009-08-05 Michael M SlusarzMake sure systemtasks are always run before logintasks
2009-08-05 Michael J.... Assuming this was left as include_once inadvertanly...
2009-08-04 Michael M SlusarzOptimize autoloading.
2009-08-04 Michael M SlusarzFix popup link
2009-08-04 Michael M SlusarzExpand use of getServiceLink().
2009-08-04 Michael M SlusarzFiner-grained control of script loading order
2009-08-04 Jan SchneiderDon't silence include_once, and allow Api.php to not...
2009-08-04 Jan SchneiderUse Horde_String::ucfirst().
2009-08-04 Michael J.... Will discuss this with Chuck, but until then, make...
next