Michael J. Rubinsky [Fri, 2 Jul 2010 20:52:44 +0000 (16:52 -0400)]
Add deleted recurrences as exceptions as well.
Michael M Slusarz [Fri, 2 Jul 2010 20:32:16 +0000 (14:32 -0600)]
Bug #9017: ajaxui parameter is intrusive; breaks URLs that normally do not have parameters
Michael M Slusarz [Fri, 2 Jul 2010 20:26:34 +0000 (14:26 -0600)]
More correct way of adding PATH_INFO to a URL
Michael M Slusarz [Fri, 2 Jul 2010 20:25:57 +0000 (14:25 -0600)]
Make sure there are not 2 /'s in a row.
Michael M Slusarz [Fri, 2 Jul 2010 19:40:58 +0000 (13:40 -0600)]
Horde_Url handles &/& for us now.
Michael M Slusarz [Fri, 2 Jul 2010 19:39:23 +0000 (13:39 -0600)]
Bug #9017: Fix Growler notifications for DIMP compose/message screens
Michael M Slusarz [Fri, 2 Jul 2010 18:45:07 +0000 (12:45 -0600)]
Bug #9085: Destroying a session counts as a clean session
Michael M Slusarz [Fri, 2 Jul 2010 18:36:54 +0000 (12:36 -0600)]
Initialize session in Horde_Registry::setupSessionHandler()
Michael J. Rubinsky [Fri, 2 Jul 2010 18:39:06 +0000 (14:39 -0400)]
Don't encode the ln paramter in the Horde driver.
Michael M Slusarz [Fri, 2 Jul 2010 18:28:23 +0000 (12:28 -0600)]
Bug #9116: Send correct object to mailboxCallback() function
imp@lx-soft.com [Fri, 2 Jul 2010 17:44:47 +0000 (11:44 -0600)]
Bug #9121: Remove null padding on stored data
Jan Schneider [Fri, 2 Jul 2010 10:47:06 +0000 (12:47 +0200)]
Catch undefined height parameter, cancel pager link.
Michael J. Rubinsky [Thu, 1 Jul 2010 21:15:55 +0000 (17:15 -0400)]
minus one todo
Michael J. Rubinsky [Thu, 1 Jul 2010 21:14:57 +0000 (17:14 -0400)]
Break out the javascript for the twitter client.
Michael M Slusarz [Thu, 1 Jul 2010 20:02:18 +0000 (14:02 -0600)]
Update imp changelog
Michael M Slusarz [Thu, 1 Jul 2010 19:50:00 +0000 (13:50 -0600)]
Bug #8836: Fix attribute name
Michael J. Rubinsky [Thu, 1 Jul 2010 19:41:58 +0000 (15:41 -0400)]
Get the first page via ajax request also.
Michael J. Rubinsky [Thu, 1 Jul 2010 19:32:38 +0000 (15:32 -0400)]
no longer used
Michael J. Rubinsky [Thu, 1 Jul 2010 19:32:16 +0000 (15:32 -0400)]
Implement paging
Michael M Slusarz [Thu, 1 Jul 2010 18:19:43 +0000 (12:19 -0600)]
Bug #8836: Rework DNS Prefetch disable
META tags must be in HEAD tag to be correct HTML/XHTML.
So we need to disable prefetching for the entire page - but only on
pages where we are working with mail data.
Michael M Slusarz [Thu, 1 Jul 2010 18:18:58 +0000 (12:18 -0600)]
Add META tag output to Horde::.
Centralize creation of META refresh tags.
Michael M Slusarz [Thu, 1 Jul 2010 17:23:31 +0000 (11:23 -0600)]
binder alphabetical ordering
Michael J. Rubinsky [Thu, 1 Jul 2010 17:48:36 +0000 (13:48 -0400)]
correctly display retweets
Michael J. Rubinsky [Thu, 1 Jul 2010 17:21:53 +0000 (13:21 -0400)]
Actually commit the binder...
Michael J. Rubinsky [Thu, 1 Jul 2010 17:09:03 +0000 (13:09 -0400)]
Use Horde styled elements.
Start getting rid of facebook/twitter specific design elements.
Still use the selectors that help with layout though.
Michael J. Rubinsky [Thu, 1 Jul 2010 16:58:21 +0000 (12:58 -0400)]
No longer support HTTP Basic
Michael J. Rubinsky [Thu, 1 Jul 2010 16:52:50 +0000 (12:52 -0400)]
Add a Binder for Horde_Service_Twitter
Michael J. Rubinsky [Thu, 1 Jul 2010 16:50:52 +0000 (12:50 -0400)]
Inject dependencies, remove the Basic Auth classes.
Twitter is removing the HTTP Basic Auth ability from it's API in August 2010.
All clients MUST use OAuth.
Michael J. Rubinsky [Thu, 1 Jul 2010 01:18:10 +0000 (21:18 -0400)]
Inject the Http_Client, explicitly request the twitter_entities.
Use a http_client configured with Horde defaults (fixes twitter requests
not working when using a proxy). Also add twitter_entities to the request,
until they are included by default in a future twitter API update).
Michael J. Rubinsky [Thu, 1 Jul 2010 00:53:06 +0000 (20:53 -0400)]
It helps if we actually *send* the GET parameters.
Michael J. Rubinsky [Thu, 1 Jul 2010 00:10:55 +0000 (20:10 -0400)]
update phpdoc for newly added parameters to the twitter api
Michael J. Rubinsky [Thu, 1 Jul 2010 00:06:21 +0000 (20:06 -0400)]
use home_timeline, not friends_timeline, which is deprecated.
Michael J. Rubinsky [Wed, 30 Jun 2010 22:05:28 +0000 (18:05 -0400)]
Implement Retweet function in twitter client
Michael J. Rubinsky [Wed, 30 Jun 2010 21:28:46 +0000 (17:28 -0400)]
consolidate/simplify
Michael J. Rubinsky [Wed, 30 Jun 2010 21:28:12 +0000 (17:28 -0400)]
fix exception throwing
Michael J. Rubinsky [Wed, 30 Jun 2010 21:25:54 +0000 (17:25 -0400)]
simplify method signature - allow for future expansion of parameters, like geo-location markers.
Michael J. Rubinsky [Wed, 30 Jun 2010 21:21:03 +0000 (17:21 -0400)]
update to new url endpoint for twitter api, fix Statuses/Retweet method.
yay consistent apis!
Michael M Slusarz [Wed, 30 Jun 2010 22:35:55 +0000 (16:35 -0600)]
Make quota test work again
Inject all needed dependencies into IMP_Quota drivers to accomplish
this.
Michael M Slusarz [Wed, 30 Jun 2010 22:20:48 +0000 (16:20 -0600)]
All IMP HTML viewer tests now pass
Michael M Slusarz [Wed, 30 Jun 2010 21:47:54 +0000 (15:47 -0600)]
Bug #8062: Fix parsing links to appear in new window
Make tests re: link to new window work again (this test now requires a
working Horde installation, but that is fine for me).
Michael M Slusarz [Wed, 30 Jun 2010 21:31:49 +0000 (15:31 -0600)]
Don't need reference
Jan Schneider [Wed, 30 Jun 2010 21:33:22 +0000 (23:33 +0200)]
Don't wrap last column in week view.
Jan Schneider [Tue, 29 Jun 2010 21:17:21 +0000 (23:17 +0200)]
Fix at least the class names.
Jan Schneider [Tue, 29 Jun 2010 21:12:58 +0000 (23:12 +0200)]
Hack to workaround broken Opera rounding.
Michael M Slusarz [Wed, 30 Jun 2010 20:34:46 +0000 (14:34 -0600)]
Bug #9085: Only reset session ID once per page load
Michael M Slusarz [Wed, 30 Jun 2010 20:33:35 +0000 (14:33 -0600)]
Fix determination of authentication error.
Michael M Slusarz [Wed, 30 Jun 2010 20:31:40 +0000 (14:31 -0600)]
Horde_Registry should never be serialized.
Michael M Slusarz [Wed, 30 Jun 2010 20:04:29 +0000 (14:04 -0600)]
Clean up log entry output if not fully authenticated
Michael M Slusarz [Wed, 30 Jun 2010 20:04:09 +0000 (14:04 -0600)]
Log login failures at an INFO level
Michael M Slusarz [Wed, 30 Jun 2010 17:45:39 +0000 (11:45 -0600)]
Fix compose textarea sizing in dimp
Jan Schneider [Wed, 30 Jun 2010 15:48:16 +0000 (17:48 +0200)]
Set correct timezone when parsing ISO date strings from the UTC timezone.
Michael M Slusarz [Tue, 29 Jun 2010 23:04:08 +0000 (17:04 -0600)]
Bug #9115: Prevent logging debug cruft
Certain actions, like selecting a null mailbox, we know and expect to
fail. So ignore the BAD/NO response errors that are normally thrown
beacuse of these responses.
Michael J. Rubinsky [Tue, 29 Jun 2010 22:23:13 +0000 (18:23 -0400)]
There is no "auth" application.
Assuming this was meant to be 'horde', which is the default.
Gunnar Wrobel [Tue, 29 Jun 2010 20:46:23 +0000 (22:46 +0200)]
Add a draft definition for the continuous integration setup.
Jan Schneider [Tue, 29 Jun 2010 17:50:44 +0000 (19:50 +0200)]
This doesn't belong here.
Jan Schneider [Tue, 29 Jun 2010 17:50:31 +0000 (19:50 +0200)]
Do this check in a single place.
Jan Schneider [Tue, 29 Jun 2010 16:02:16 +0000 (18:02 +0200)]
Don't store in the session whether to hide the sidebar/menu or attach the ajax
notification listener. Instead, do this per request and pass the request
parameter through with Horde::url(). Fixes bug 9017.
Jan Schneider [Tue, 29 Jun 2010 15:44:36 +0000 (17:44 +0200)]
Drop moz_sidebar.
Michael J. Rubinsky [Tue, 29 Jun 2010 15:31:51 +0000 (11:31 -0400)]
Update the form field after it's focused to avoid having it cleared.
Michael J. Rubinsky [Mon, 28 Jun 2010 23:29:24 +0000 (19:29 -0400)]
PHP5, exceptions, Horde_Url etc...
Michael J. Rubinsky [Mon, 28 Jun 2010 23:28:43 +0000 (19:28 -0400)]
Exceptions, Horde_Url, some other H4 changes.
Michael J. Rubinsky [Mon, 28 Jun 2010 22:56:25 +0000 (18:56 -0400)]
Jonah_Driver will only be dealing with internal channels, simplify.
Remove the type parameter, use Jonah_Exception etc...
Jan [Tue, 29 Jun 2010 11:59:29 +0000 (12:59 +0100)]
Make field for sharing with users a textarea.
Jan Schneider [Tue, 29 Jun 2010 12:23:20 +0000 (14:23 +0200)]
Remove debug code.
Jan Schneider [Tue, 29 Jun 2010 11:43:37 +0000 (13:43 +0200)]
Fix row size calculation in Opera.
Jan Schneider [Tue, 29 Jun 2010 09:54:35 +0000 (11:54 +0200)]
Cache more element lookups.
Jan Schneider [Mon, 28 Jun 2010 21:46:18 +0000 (23:46 +0200)]
Cache a few elements.
Jan Schneider [Mon, 28 Jun 2010 21:43:30 +0000 (23:43 +0200)]
Fix indention.
Jan Schneider [Mon, 28 Jun 2010 16:56:53 +0000 (18:56 +0200)]
Speed up retrieving events from the cache in month/agenda views.
Michael M Slusarz [Tue, 29 Jun 2010 04:52:01 +0000 (22:52 -0600)]
MFB: Bug #7646
Submitted by: Valentin.Vidic@CARNet.hr
Allow access to files with multiple consecutive dots in the name
Revision Changes Path
1.1.2.7 +4 -2 framework/VFS/lib/VFS/file.php
1.36.4.35 +2 -1 framework/VFS/package.xml
Michael M Slusarz [Tue, 29 Jun 2010 04:24:41 +0000 (22:24 -0600)]
Request #9084: HTML compose editor uses Horde language for UI
Michael M Slusarz [Tue, 29 Jun 2010 00:04:14 +0000 (18:04 -0600)]
Bug #9015: Fix non-cookie based sessions.
As of PHP 5.3, 'session.use_only_cookies' defaults to true.
Also, somewhere the session appending code in Horde::url() got lost.
Re-add it.
Michael M Slusarz [Mon, 28 Jun 2010 23:36:11 +0000 (17:36 -0600)]
Bug #9108: Fix custom LDAP configuration
Michael M Slusarz [Mon, 28 Jun 2010 23:35:44 +0000 (17:35 -0600)]
Fix parse error.
Michael M Slusarz [Mon, 28 Jun 2010 23:10:04 +0000 (17:10 -0600)]
Bug #9095: Fix default value for dimp_show_preview preference
Michael M Slusarz [Mon, 28 Jun 2010 23:01:14 +0000 (17:01 -0600)]
Fix thread/subject toggling, since new prototypejs code blows away element storage when calling update()
Michael J. Rubinsky [Mon, 28 Jun 2010 22:40:19 +0000 (18:40 -0400)]
Capitalization
Michael J. Rubinsky [Mon, 28 Jun 2010 22:39:16 +0000 (18:39 -0400)]
php5 style
Michael J. Rubinsky [Mon, 28 Jun 2010 22:37:24 +0000 (18:37 -0400)]
fix factory usage
Michael J. Rubinsky [Mon, 28 Jun 2010 22:36:54 +0000 (18:36 -0400)]
use the injector
Michael J. Rubinsky [Mon, 28 Jun 2010 22:35:10 +0000 (18:35 -0400)]
No need for a factory method any longer, use Horde_Url style parameters here
Michael J. Rubinsky [Mon, 28 Jun 2010 22:34:16 +0000 (18:34 -0400)]
No need for this global anymore
Michael J. Rubinsky [Mon, 28 Jun 2010 21:10:47 +0000 (17:10 -0400)]
cs
Michael M Slusarz [Mon, 28 Jun 2010 20:45:57 +0000 (14:45 -0600)]
Bug #9102: Don't want to reindex array when adding INBOX
Michael M Slusarz [Mon, 28 Jun 2010 20:29:31 +0000 (14:29 -0600)]
Request #9099: Add config option to disable multipart/related conversions
Michael M Slusarz [Mon, 28 Jun 2010 20:09:40 +0000 (14:09 -0600)]
Add binder for Horde_Http_Client
Michael M Slusarz [Mon, 28 Jun 2010 19:32:53 +0000 (13:32 -0600)]
No longer used with the removal of framesets
Michael M Slusarz [Mon, 28 Jun 2010 19:29:22 +0000 (13:29 -0600)]
Bug #9085: get clean session if doing transparent auth in a non authenticated Horde session
Michael M Slusarz [Mon, 28 Jun 2010 19:10:44 +0000 (13:10 -0600)]
Bug #9089: Fix sending literals on IMAP servers that don't support LITERAL+
Michael J. Rubinsky [Mon, 28 Jun 2010 18:52:32 +0000 (14:52 -0400)]
use the injector for Jonah_Driver
Michael J. Rubinsky [Mon, 28 Jun 2010 18:50:49 +0000 (14:50 -0400)]
fix path
Michael J. Rubinsky [Mon, 28 Jun 2010 18:02:09 +0000 (14:02 -0400)]
Revert "This is a duplicate of the Jonah_News#renderChannel method."
This reverts commit
f0a91605034fae13fb25e260185f40af384019d0.
Michael J. Rubinsky [Mon, 28 Jun 2010 17:52:25 +0000 (13:52 -0400)]
This is a duplicate of the Jonah_News#renderChannel method.
Can't find any code that calls it from Driver, remove it.
Michael J. Rubinsky [Mon, 28 Jun 2010 17:40:01 +0000 (13:40 -0400)]
Use Horde_Http
Michael J. Rubinsky [Mon, 28 Jun 2010 16:29:41 +0000 (12:29 -0400)]
These need to be Horde::img() calls, not Horde_Themes::img()
Michael J. Rubinsky [Mon, 28 Jun 2010 16:18:41 +0000 (12:18 -0400)]
this needs to be public, fix name
Michael J. Rubinsky [Mon, 28 Jun 2010 16:17:00 +0000 (12:17 -0400)]
PHP5-ify method signatures
Gunnar Wrobel [Mon, 28 Jun 2010 07:05:00 +0000 (09:05 +0200)]
Initial implementation of the Kolab_Config package.
Gunnar Wrobel [Sun, 27 Jun 2010 09:44:17 +0000 (11:44 +0200)]
Initial package structure.
Michael J. Rubinsky [Sat, 26 Jun 2010 18:23:56 +0000 (14:23 -0400)]
Upgrade to OL 2.9.1:
With this upgrade, we now ship a minified version of
a custom OpenLayers.js file. Even with stripping out all unused
modules, we were still left with an almost 1MB js file due to the large
amounts of comments/code documentation in the file. Provide a *-debug.js version
of the file as well.