Jan [Thu, 8 Jul 2010 08:37:29 +0000 (09:37 +0100)]
Add links to SAPO maps.
Jan [Tue, 29 Jun 2010 11:56:43 +0000 (12:56 +0100)]
Add skyscraper ad.
Jan [Tue, 8 Jun 2010 17:57:16 +0000 (18:57 +0100)]
Add legal notice.
Jan [Wed, 26 May 2010 15:47:48 +0000 (16:47 +0100)]
No effects for SAPO.
Jan [Tue, 25 May 2010 22:24:42 +0000 (23:24 +0100)]
The Desktop handler is not production ready yet.
Jan Schneider [Thu, 15 Apr 2010 17:29:50 +0000 (18:29 +0100)]
Add SAPO map driver.
Jan Schneider [Thu, 18 Mar 2010 15:07:12 +0000 (15:07 +0000)]
Add link to SAPO calendar portal.
Jan Schneider [Fri, 26 Feb 2010 13:52:30 +0000 (13:52 +0000)]
Add custom help links.
Jan Schneider [Wed, 3 Feb 2010 15:11:56 +0000 (15:11 +0000)]
Add SAPO bar.
Jan Schneider [Tue, 17 Aug 2010 12:34:58 +0000 (14:34 +0200)]
Fix deleting cache and event DIVs when deleting calendars.
Jan Schneider [Tue, 17 Aug 2010 12:27:07 +0000 (14:27 +0200)]
Create event cache for current view when adding a new calendar.
Michael M Slusarz [Tue, 17 Aug 2010 05:32:22 +0000 (23:32 -0600)]
Fix escaping null characters in mailbox names.
The null character can not be used in form elements. However, we use the
null character in mailbox names to indicate mailboxes/elements that do
not live on the IMAP server - necessary because null is the only
character technically not allowed for IMAP mailboxes. So we need to
manually call IMP::formMbox() when creating forms to escape mailbox
names (and then when reading forms to unescape the names - but most of
the time this will be done automatically by
IMP::setCurrentMailboxInfo()).
Michael M Slusarz [Tue, 17 Aug 2010 06:55:00 +0000 (00:55 -0600)]
Fix display of container elements in search folder tree.
Michael M Slusarz [Tue, 17 Aug 2010 06:35:27 +0000 (00:35 -0600)]
Git rid of no_newmail_popup parameter.
Instead, track whether newmail popup is needed exclusively on the
mailbox.php page.
Michael M Slusarz [Tue, 17 Aug 2010 06:25:55 +0000 (00:25 -0600)]
Fix IMP_Indices::next() with multiple mailboxes
Michael M Slusarz [Tue, 17 Aug 2010 05:32:11 +0000 (23:32 -0600)]
Add DimpBase.setHash().
Michael M Slusarz [Tue, 17 Aug 2010 04:33:45 +0000 (22:33 -0600)]
Don't need target param anymore now that frames are gone
Michael M Slusarz [Tue, 17 Aug 2010 04:29:46 +0000 (22:29 -0600)]
Small optimization
Michael M Slusarz [Tue, 17 Aug 2010 04:21:04 +0000 (22:21 -0600)]
Fix popup compose links in HTML data in IMP
...and here is where we can't use popup links that depend on
Horde.popup - since this script file is not loaded in the IFRAME.
Michael M Slusarz [Tue, 17 Aug 2010 04:19:09 +0000 (22:19 -0600)]
Replace $view parameter with $simplejs
We always use the current session view for $view. But we may need to
generate popup compose links without using exterior javascript files
(e.g. popup.js).
Michael M Slusarz [Tue, 17 Aug 2010 04:18:53 +0000 (22:18 -0600)]
Allow a callback function to be defined for this filter.
Michael M Slusarz [Wed, 11 Aug 2010 18:37:53 +0000 (12:37 -0600)]
Add IMP_Imap_Tree_Element::.
Since we don't need all information every time we access mailbox element
information, this adds substantial overhead. Instead, convert the
return from IMP_Imap_Tree#element() to a IMP_Imap_Tree_Element object
which does most of the necessary overhead only when the data is actually
accessed.
Clean up some things while doing this. Namely, IMP_Imap_Tree#build()
is essentially duplicative of the more flexible
IMP_Imap_Tree#listFolders() so ax the former.
Michael J. Rubinsky [Mon, 16 Aug 2010 23:00:45 +0000 (19:00 -0400)]
Another place to change the css class name
Michael J. Rubinsky [Mon, 16 Aug 2010 22:35:55 +0000 (18:35 -0400)]
fix object name
Jan Schneider [Mon, 16 Aug 2010 22:12:01 +0000 (00:12 +0200)]
MFB: Speed up browsing of long books by more than a magnitude.
Jan Schneider [Mon, 16 Aug 2010 22:08:44 +0000 (00:08 +0200)]
MFB: We only show name columns if no columns have been specified in the prefs. So only retrieve the name column.
Jan Schneider [Mon, 16 Aug 2010 21:57:12 +0000 (23:57 +0200)]
Remove superfluous entries/tags.
Jan Schneider [Mon, 16 Aug 2010 21:56:49 +0000 (23:56 +0200)]
Fix undefined variable.
Jan Schneider [Mon, 16 Aug 2010 21:55:44 +0000 (23:55 +0200)]
Update de_DE help file.
Jan Schneider [Mon, 16 Aug 2010 16:43:39 +0000 (18:43 +0200)]
MFB: Not sure if this is always correct, but more correct than using UTF-8
descriptions.
Jan Schneider [Mon, 16 Aug 2010 15:01:10 +0000 (17:01 +0200)]
Avoid undefined variable.
Michael M Slusarz [Mon, 16 Aug 2010 08:20:23 +0000 (02:20 -0600)]
Fix SMIL viewing
Michael M Slusarz [Mon, 16 Aug 2010 07:46:19 +0000 (01:46 -0600)]
Tweak display of compressed file information
Michael M Slusarz [Mon, 16 Aug 2010 07:42:55 +0000 (01:42 -0600)]
Fix display of zip attachment name
Michael M Slusarz [Mon, 16 Aug 2010 07:08:14 +0000 (01:08 -0600)]
More MIME types for C source files
Michael J. Rubinsky [Mon, 16 Aug 2010 18:07:10 +0000 (14:07 -0400)]
MFB: Don't show download as zip link if we can't actually do it.
Bug: 9178
Michael J. Rubinsky [Mon, 16 Aug 2010 17:31:13 +0000 (13:31 -0400)]
use the same style when constructing the tweet dynamically as well
Michael J. Rubinsky [Mon, 16 Aug 2010 17:25:03 +0000 (13:25 -0400)]
fix css class name
Michael J. Rubinsky [Mon, 16 Aug 2010 17:23:01 +0000 (13:23 -0400)]
Tweak facebook block style
Michael J. Rubinsky [Mon, 16 Aug 2010 16:48:13 +0000 (12:48 -0400)]
existence checking, avoid undefined index errors
Michael J. Rubinsky [Mon, 16 Aug 2010 16:42:25 +0000 (12:42 -0400)]
horde namespace the fb* css classes
Michael J. Rubinsky [Mon, 16 Aug 2010 16:07:06 +0000 (12:07 -0400)]
use consistent elelment naming
Michael J. Rubinsky [Mon, 16 Aug 2010 15:59:38 +0000 (11:59 -0400)]
Need to pass the block's instanceid to the twitter client.
Need to know which twitter client we are updating. Some misc H4
tweaks as well.
Jan Schneider [Mon, 16 Aug 2010 14:58:26 +0000 (16:58 +0200)]
Update help file.
Jan Schneider [Mon, 16 Aug 2010 14:58:00 +0000 (16:58 +0200)]
Convert help file management to PHP 5.
Jan Schneider [Mon, 16 Aug 2010 14:06:56 +0000 (16:06 +0200)]
Update help file.
Michael J. Rubinsky [Sun, 15 Aug 2010 19:38:56 +0000 (15:38 -0400)]
remove erroneously added file
Michael J. Rubinsky [Sun, 15 Aug 2010 19:35:18 +0000 (15:35 -0400)]
Fix various issues with package.xml parsing
Michael J. Rubinsky [Sun, 15 Aug 2010 19:19:31 +0000 (15:19 -0400)]
Remove extra install tag for Core/Autoloader
Michael J. Rubinsky [Sun, 15 Aug 2010 18:29:41 +0000 (14:29 -0400)]
use the variable since we have it already
Michael J. Rubinsky [Sun, 15 Aug 2010 18:28:17 +0000 (14:28 -0400)]
One more place we need the hotfix
Michael J. Rubinsky [Sun, 15 Aug 2010 18:05:12 +0000 (14:05 -0400)]
Hotfix for issue that prevents form submissions due to sessions being cleared.
If submitting a form as guest, the secret tokens and captchas etc... are cleared from the session
during the check for transparent authentication. Assume that if this form is submitted, the user
was already authenticated (or did not require authentication).
As mentioned, this is a hotfix meant to get bugs.horde.org working again for guests.
There is probably a more appropriate way to fix this, but I cannot think of any other fixes that do not
open up other security holes.
Michael J. Rubinsky [Sun, 15 Aug 2010 16:18:28 +0000 (12:18 -0400)]
fix scope
Michael Rubinsky [Sun, 15 Aug 2010 15:34:16 +0000 (15:34 +0000)]
eh, simplify...
Michael Rubinsky [Sun, 15 Aug 2010 15:27:06 +0000 (15:27 +0000)]
Avoid adding redundant slashes when building selfUrl.
This fixes broken url parameters when using pretty urls. For example,
the url parameter to the login link.
Michael J. Rubinsky [Sun, 15 Aug 2010 15:03:46 +0000 (11:03 -0400)]
Use Horde::startBuffer(), Horde::endBuffer()
Michael J. Rubinsky [Sun, 15 Aug 2010 15:02:16 +0000 (11:02 -0400)]
Fix url generation for returning to ticket view after deleting a history entry.
Michael J. Rubinsky [Sun, 15 Aug 2010 13:30:59 +0000 (09:30 -0400)]
Fix parse error
Michael J. Rubinsky [Sat, 14 Aug 2010 22:45:27 +0000 (18:45 -0400)]
Pass only the correct data to each of the owner fields.
This fixes the problem of the form failing validation, but it is still broken
in the sense that once an owner is set for either of the fields, it is impossible to
remove all owners from that field. This is because if the multienum is empty,
the default value is applied to it when it is submitted.
Michael M Slusarz [Thu, 12 Aug 2010 22:59:47 +0000 (16:59 -0600)]
Tweaks to phishing algorithm
Michael M Slusarz [Thu, 12 Aug 2010 19:53:39 +0000 (13:53 -0600)]
Silence file exists errors from symlink()
Michael J. Rubinsky [Sat, 14 Aug 2010 19:37:52 +0000 (15:37 -0400)]
Use consistent 'Get More' style in social media blocks.
Michael J. Rubinsky [Sat, 14 Aug 2010 19:34:52 +0000 (15:34 -0400)]
don't return the max_id tweet, since the client already has it.
Michael J. Rubinsky [Sat, 14 Aug 2010 19:09:43 +0000 (15:09 -0400)]
less obtrusive observing, allow more then one twitter block on a page
Michael J. Rubinsky [Sat, 14 Aug 2010 18:23:56 +0000 (14:23 -0400)]
Some more places to always request the sync_user field
Michael J. Rubinsky [Sat, 14 Aug 2010 18:02:04 +0000 (14:02 -0400)]
Fix output of 'All' link in the alphaPager
Michael J. Rubinsky [Sat, 14 Aug 2010 17:44:48 +0000 (13:44 -0400)]
Fix category handling from AS messages, use a GUID for uid, not a random id
Michael J. Rubinsky [Sat, 14 Aug 2010 16:39:35 +0000 (12:39 -0400)]
We want to exit here, not continue on to the Rpc server.
Michael J. Rubinsky [Sat, 14 Aug 2010 15:45:44 +0000 (11:45 -0400)]
use injector for Vfs
Michael J. Rubinsky [Sat, 14 Aug 2010 00:22:00 +0000 (20:22 -0400)]
params might not be set, like with the True/False type for example
Michael J. Rubinsky [Fri, 13 Aug 2010 22:51:52 +0000 (18:51 -0400)]
Use ckeditor, not fckeditor
Michael J. Rubinsky [Fri, 13 Aug 2010 21:43:53 +0000 (17:43 -0400)]
Remove Imagick:: constant from ImageMagick driver
Jan Schneider [Fri, 13 Aug 2010 13:02:25 +0000 (13:02 +0000)]
Assign to variable.
Jan Schneider [Fri, 13 Aug 2010 12:57:30 +0000 (14:57 +0200)]
Fix VFS name.
Jan Schneider [Fri, 13 Aug 2010 09:48:02 +0000 (09:48 +0000)]
Merge branch 'master' of /horde/git/horde
Jan Schneider [Fri, 13 Aug 2010 09:47:35 +0000 (09:47 +0000)]
Fix parse error.
Michael J. Rubinsky [Fri, 13 Aug 2010 00:20:22 +0000 (20:20 -0400)]
Implement unsharpmask filtering in Ansel.
Michael J. Rubinsky [Fri, 13 Aug 2010 00:19:27 +0000 (20:19 -0400)]
Do the unsharp operation later at the end of the command string
Jan Schneider [Thu, 12 Aug 2010 21:47:05 +0000 (23:47 +0200)]
Insert "All Branches" option.
Jan Schneider [Thu, 12 Aug 2010 21:36:36 +0000 (23:36 +0200)]
We don't want to start on a default branch, we want to display all branches (Bug #8561).
Michael J. Rubinsky [Thu, 12 Aug 2010 21:35:37 +0000 (17:35 -0400)]
Fix ws introduced in test commit for Bug: 8557
Michael J. Rubinsky [Thu, 12 Aug 2010 20:53:21 +0000 (16:53 -0400)]
Testing Bug: 8557
Michael M Slusarz [Thu, 12 Aug 2010 19:51:55 +0000 (13:51 -0600)]
Bug #9171: Missing lock_scope definition
Michael M Slusarz [Thu, 12 Aug 2010 19:31:53 +0000 (13:31 -0600)]
Don't call Horde::fatal() directly
Michael M Slusarz [Thu, 12 Aug 2010 19:30:40 +0000 (13:30 -0600)]
Use Horde_Vfs injector; don't call Horde::fatal() directly
Michael M Slusarz [Thu, 12 Aug 2010 19:26:34 +0000 (13:26 -0600)]
Use Horde_Db_Pear injector as much as possible
Michael M Slusarz [Thu, 12 Aug 2010 16:08:53 +0000 (10:08 -0600)]
Move uuid generation to generate()
Theoretically, you could call generate() multiple times on an object.
Michael M Slusarz [Wed, 11 Aug 2010 23:18:34 +0000 (17:18 -0600)]
Convert Nag SQL driver to horde/Db
Michael J. Rubinsky [Thu, 12 Aug 2010 18:37:20 +0000 (14:37 -0400)]
Remove old file
Jan Schneider [Thu, 12 Aug 2010 18:34:01 +0000 (20:34 +0200)]
Add margin.
Michael J. Rubinsky [Thu, 12 Aug 2010 18:25:27 +0000 (14:25 -0400)]
Fix file name, update package.xml
Michael J. Rubinsky [Thu, 12 Aug 2010 18:18:43 +0000 (14:18 -0400)]
Add an unsharpmask effect
Jan Schneider [Thu, 12 Aug 2010 17:43:11 +0000 (19:43 +0200)]
This finally catches errors in Firebug for me.
Jan Schneider [Thu, 12 Aug 2010 17:42:18 +0000 (19:42 +0200)]
Remove superfluous lines.
Jan Schneider [Thu, 12 Aug 2010 17:41:55 +0000 (19:41 +0200)]
Tweak style.
Michael J. Rubinsky [Thu, 12 Aug 2010 17:43:14 +0000 (13:43 -0400)]
Don't assume we will always have updates.
Michael J. Rubinsky [Thu, 12 Aug 2010 17:20:47 +0000 (13:20 -0400)]
Throw an expcetion instead of just logging this.
Jan Schneider [Thu, 12 Aug 2010 17:22:56 +0000 (19:22 +0200)]
Fix sidebar refreshing.
Michael J. Rubinsky [Thu, 12 Aug 2010 17:00:39 +0000 (13:00 -0400)]
avoid undefined variable errors
Michael J. Rubinsky [Thu, 12 Aug 2010 16:27:06 +0000 (12:27 -0400)]
Don't initialize the facebook javascript if we are not connected to fb.