horde.git
15 years agoAdd links to SAPO maps.
Jan [Thu, 8 Jul 2010 08:37:29 +0000 (09:37 +0100)]
Add links to SAPO maps.

15 years agoAdd skyscraper ad.
Jan [Tue, 29 Jun 2010 11:56:43 +0000 (12:56 +0100)]
Add skyscraper ad.

15 years agoAdd legal notice.
Jan [Tue, 8 Jun 2010 17:57:16 +0000 (18:57 +0100)]
Add legal notice.

15 years agoNo effects for SAPO.
Jan [Wed, 26 May 2010 15:47:48 +0000 (16:47 +0100)]
No effects for SAPO.

15 years agoThe Desktop handler is not production ready yet.
Jan [Tue, 25 May 2010 22:24:42 +0000 (23:24 +0100)]
The Desktop handler is not production ready yet.

15 years agoAdd SAPO map driver.
Jan Schneider [Thu, 15 Apr 2010 17:29:50 +0000 (18:29 +0100)]
Add SAPO map driver.

15 years agoAdd link to SAPO calendar portal.
Jan Schneider [Thu, 18 Mar 2010 15:07:12 +0000 (15:07 +0000)]
Add link to SAPO calendar portal.

15 years agoAdd custom help links.
Jan Schneider [Fri, 26 Feb 2010 13:52:30 +0000 (13:52 +0000)]
Add custom help links.

15 years agoAdd SAPO bar.
Jan Schneider [Wed, 3 Feb 2010 15:11:56 +0000 (15:11 +0000)]
Add SAPO bar.

15 years agoFix deleting cache and event DIVs when deleting calendars.
Jan Schneider [Tue, 17 Aug 2010 12:34:58 +0000 (14:34 +0200)]
Fix deleting cache and event DIVs when deleting calendars.

15 years agoCreate event cache for current view when adding a new calendar.
Jan Schneider [Tue, 17 Aug 2010 12:27:07 +0000 (14:27 +0200)]
Create event cache for current view when adding a new calendar.

15 years agoFix escaping null characters in mailbox names.
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()).

15 years agoFix display of container elements in search folder tree.
Michael M Slusarz [Tue, 17 Aug 2010 06:55:00 +0000 (00:55 -0600)]
Fix display of container elements in search folder tree.

15 years agoGit rid of no_newmail_popup parameter.
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.

15 years agoFix IMP_Indices::next() with multiple mailboxes
Michael M Slusarz [Tue, 17 Aug 2010 06:25:55 +0000 (00:25 -0600)]
Fix IMP_Indices::next() with multiple mailboxes

15 years agoAdd DimpBase.setHash().
Michael M Slusarz [Tue, 17 Aug 2010 05:32:11 +0000 (23:32 -0600)]
Add DimpBase.setHash().

15 years agoDon't need target param anymore now that frames are gone
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

15 years agoSmall optimization
Michael M Slusarz [Tue, 17 Aug 2010 04:29:46 +0000 (22:29 -0600)]
Small optimization

15 years agoFix popup compose links in HTML data in IMP
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.

15 years agoReplace $view parameter with $simplejs
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).

15 years agoAllow a callback function to be defined for this filter.
Michael M Slusarz [Tue, 17 Aug 2010 04:18:53 +0000 (22:18 -0600)]
Allow a callback function to be defined for this filter.

15 years agoAdd IMP_Imap_Tree_Element::.
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.

15 years agoAnother place to change the css class name
Michael J. Rubinsky [Mon, 16 Aug 2010 23:00:45 +0000 (19:00 -0400)]
Another place to change the css class name

15 years agofix object name
Michael J. Rubinsky [Mon, 16 Aug 2010 22:35:55 +0000 (18:35 -0400)]
fix object name

15 years agoMFB: Speed up browsing of long books by more than a magnitude.
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.

15 years agoMFB: We only show name columns if no columns have been specified in the prefs. So...
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.

15 years agoRemove superfluous entries/tags.
Jan Schneider [Mon, 16 Aug 2010 21:57:12 +0000 (23:57 +0200)]
Remove superfluous entries/tags.

15 years agoFix undefined variable.
Jan Schneider [Mon, 16 Aug 2010 21:56:49 +0000 (23:56 +0200)]
Fix undefined variable.

15 years agoUpdate de_DE help file.
Jan Schneider [Mon, 16 Aug 2010 21:55:44 +0000 (23:55 +0200)]
Update de_DE help file.

15 years agoMFB: Not sure if this is always correct, but more correct than using UTF-8
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.

15 years agoAvoid undefined variable.
Jan Schneider [Mon, 16 Aug 2010 15:01:10 +0000 (17:01 +0200)]
Avoid undefined variable.

15 years agoFix SMIL viewing
Michael M Slusarz [Mon, 16 Aug 2010 08:20:23 +0000 (02:20 -0600)]
Fix SMIL viewing

15 years agoTweak display of compressed file information
Michael M Slusarz [Mon, 16 Aug 2010 07:46:19 +0000 (01:46 -0600)]
Tweak display of compressed file information

15 years agoFix display of zip attachment name
Michael M Slusarz [Mon, 16 Aug 2010 07:42:55 +0000 (01:42 -0600)]
Fix display of zip attachment name

15 years agoMore MIME types for C source files
Michael M Slusarz [Mon, 16 Aug 2010 07:08:14 +0000 (01:08 -0600)]
More MIME types for C source files

15 years agoMFB: Don't show download as zip link if we can't actually do it.
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

15 years agouse the same style when constructing the tweet dynamically as well
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

15 years agofix css class name
Michael J. Rubinsky [Mon, 16 Aug 2010 17:25:03 +0000 (13:25 -0400)]
fix css class name

15 years agoTweak facebook block style
Michael J. Rubinsky [Mon, 16 Aug 2010 17:23:01 +0000 (13:23 -0400)]
Tweak facebook block style

15 years agoexistence checking, avoid undefined index errors
Michael J. Rubinsky [Mon, 16 Aug 2010 16:48:13 +0000 (12:48 -0400)]
existence checking, avoid undefined index errors

15 years agohorde namespace the fb* css classes
Michael J. Rubinsky [Mon, 16 Aug 2010 16:42:25 +0000 (12:42 -0400)]
horde namespace the fb* css classes

15 years agouse consistent elelment naming
Michael J. Rubinsky [Mon, 16 Aug 2010 16:07:06 +0000 (12:07 -0400)]
use consistent elelment naming

15 years agoNeed to pass the block's instanceid to the twitter client.
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.

15 years agoUpdate help file.
Jan Schneider [Mon, 16 Aug 2010 14:58:26 +0000 (16:58 +0200)]
Update help file.

15 years agoConvert help file management to PHP 5.
Jan Schneider [Mon, 16 Aug 2010 14:58:00 +0000 (16:58 +0200)]
Convert help file management to PHP 5.

15 years agoUpdate help file.
Jan Schneider [Mon, 16 Aug 2010 14:06:56 +0000 (16:06 +0200)]
Update help file.

15 years agoremove erroneously added file
Michael J. Rubinsky [Sun, 15 Aug 2010 19:38:56 +0000 (15:38 -0400)]
remove erroneously added file

15 years agoFix various issues with package.xml parsing
Michael J. Rubinsky [Sun, 15 Aug 2010 19:35:18 +0000 (15:35 -0400)]
Fix various issues with package.xml parsing

15 years agoRemove extra install tag for Core/Autoloader
Michael J. Rubinsky [Sun, 15 Aug 2010 19:19:31 +0000 (15:19 -0400)]
Remove extra install tag for Core/Autoloader

15 years agouse the variable since we have it already
Michael J. Rubinsky [Sun, 15 Aug 2010 18:29:41 +0000 (14:29 -0400)]
use the variable since we have it already

15 years agoOne more place we need the hotfix
Michael J. Rubinsky [Sun, 15 Aug 2010 18:28:17 +0000 (14:28 -0400)]
One more place we need the hotfix

15 years agoHotfix for issue that prevents form submissions due to sessions being cleared.
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.

15 years agofix scope
Michael J. Rubinsky [Sun, 15 Aug 2010 16:18:28 +0000 (12:18 -0400)]
fix scope

15 years agoeh, simplify...
Michael Rubinsky [Sun, 15 Aug 2010 15:34:16 +0000 (15:34 +0000)]
eh, simplify...

15 years agoAvoid adding redundant slashes when building selfUrl.
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.

15 years agoUse Horde::startBuffer(), Horde::endBuffer()
Michael J. Rubinsky [Sun, 15 Aug 2010 15:03:46 +0000 (11:03 -0400)]
Use Horde::startBuffer(), Horde::endBuffer()

15 years agoFix url generation for returning to ticket view after deleting a history entry.
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.

15 years agoFix parse error
Michael J. Rubinsky [Sun, 15 Aug 2010 13:30:59 +0000 (09:30 -0400)]
Fix parse error

15 years agoPass only the correct data to each of the owner fields.
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.

15 years agoTweaks to phishing algorithm
Michael M Slusarz [Thu, 12 Aug 2010 22:59:47 +0000 (16:59 -0600)]
Tweaks to phishing algorithm

15 years agoSilence file exists errors from symlink()
Michael M Slusarz [Thu, 12 Aug 2010 19:53:39 +0000 (13:53 -0600)]
Silence file exists errors from symlink()

15 years agoUse consistent 'Get More' style in social media blocks.
Michael J. Rubinsky [Sat, 14 Aug 2010 19:37:52 +0000 (15:37 -0400)]
Use consistent 'Get More' style in social media blocks.

15 years agodon't return the max_id tweet, since the client already has it.
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.

15 years agoless obtrusive observing, allow more then one twitter block on a page
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

15 years agoSome more places to always request the sync_user field
Michael J. Rubinsky [Sat, 14 Aug 2010 18:23:56 +0000 (14:23 -0400)]
Some more places to always request the sync_user field

15 years agoFix output of 'All' link in the alphaPager
Michael J. Rubinsky [Sat, 14 Aug 2010 18:02:04 +0000 (14:02 -0400)]
Fix output of 'All' link in the alphaPager

15 years agoFix category handling from AS messages, use a GUID for uid, not a random id
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

15 years agoWe want to exit here, not continue on to the Rpc server.
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.

15 years agouse injector for Vfs
Michael J. Rubinsky [Sat, 14 Aug 2010 15:45:44 +0000 (11:45 -0400)]
use injector for Vfs

15 years agoparams might not be set, like with the True/False type for example
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

15 years agoUse ckeditor, not fckeditor
Michael J. Rubinsky [Fri, 13 Aug 2010 22:51:52 +0000 (18:51 -0400)]
Use ckeditor, not fckeditor

15 years agoRemove Imagick:: constant from ImageMagick driver
Michael J. Rubinsky [Fri, 13 Aug 2010 21:43:53 +0000 (17:43 -0400)]
Remove Imagick:: constant from ImageMagick driver

15 years agoAssign to variable.
Jan Schneider [Fri, 13 Aug 2010 13:02:25 +0000 (13:02 +0000)]
Assign to variable.

15 years agoFix VFS name.
Jan Schneider [Fri, 13 Aug 2010 12:57:30 +0000 (14:57 +0200)]
Fix VFS name.

15 years agoMerge branch 'master' of /horde/git/horde
Jan Schneider [Fri, 13 Aug 2010 09:48:02 +0000 (09:48 +0000)]
Merge branch 'master' of /horde/git/horde

15 years agoFix parse error.
Jan Schneider [Fri, 13 Aug 2010 09:47:35 +0000 (09:47 +0000)]
Fix parse error.

15 years agoImplement unsharpmask filtering in Ansel.
Michael J. Rubinsky [Fri, 13 Aug 2010 00:20:22 +0000 (20:20 -0400)]
Implement unsharpmask filtering in Ansel.

15 years agoDo the unsharp operation later at the end of the command string
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

15 years agoInsert "All Branches" option.
Jan Schneider [Thu, 12 Aug 2010 21:47:05 +0000 (23:47 +0200)]
Insert "All Branches" option.

15 years agoWe don't want to start on a default branch, we want to display all branches (Bug...
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).

15 years agoFix ws introduced in test commit for Bug: 8557
Michael J. Rubinsky [Thu, 12 Aug 2010 21:35:37 +0000 (17:35 -0400)]
Fix ws introduced in test commit for Bug: 8557

15 years agoTesting Bug: 8557
Michael J. Rubinsky [Thu, 12 Aug 2010 20:53:21 +0000 (16:53 -0400)]
Testing Bug: 8557

15 years agoBug #9171: Missing lock_scope definition
Michael M Slusarz [Thu, 12 Aug 2010 19:51:55 +0000 (13:51 -0600)]
Bug #9171: Missing lock_scope definition

15 years agoDon't call Horde::fatal() directly
Michael M Slusarz [Thu, 12 Aug 2010 19:31:53 +0000 (13:31 -0600)]
Don't call Horde::fatal() directly

15 years agoUse Horde_Vfs injector; 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

15 years agoUse Horde_Db_Pear injector as much as possible
Michael M Slusarz [Thu, 12 Aug 2010 19:26:34 +0000 (13:26 -0600)]
Use Horde_Db_Pear injector as much as possible

15 years agoMove uuid generation to generate()
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.

15 years agoConvert Nag SQL driver to horde/Db
Michael M Slusarz [Wed, 11 Aug 2010 23:18:34 +0000 (17:18 -0600)]
Convert Nag SQL driver to horde/Db

15 years agoRemove old file
Michael J. Rubinsky [Thu, 12 Aug 2010 18:37:20 +0000 (14:37 -0400)]
Remove old file

15 years agoAdd margin.
Jan Schneider [Thu, 12 Aug 2010 18:34:01 +0000 (20:34 +0200)]
Add margin.

15 years agoFix file name, update package.xml
Michael J. Rubinsky [Thu, 12 Aug 2010 18:25:27 +0000 (14:25 -0400)]
Fix file name, update package.xml

15 years agoAdd an unsharpmask effect
Michael J. Rubinsky [Thu, 12 Aug 2010 18:18:43 +0000 (14:18 -0400)]
Add an unsharpmask effect

15 years agoThis finally catches errors in Firebug for me.
Jan Schneider [Thu, 12 Aug 2010 17:43:11 +0000 (19:43 +0200)]
This finally catches errors in Firebug for me.

15 years agoRemove superfluous lines.
Jan Schneider [Thu, 12 Aug 2010 17:42:18 +0000 (19:42 +0200)]
Remove superfluous lines.

15 years agoTweak style.
Jan Schneider [Thu, 12 Aug 2010 17:41:55 +0000 (19:41 +0200)]
Tweak style.

15 years agoDon't assume we will always have updates.
Michael J. Rubinsky [Thu, 12 Aug 2010 17:43:14 +0000 (13:43 -0400)]
Don't assume we will always have updates.

15 years agoThrow an expcetion instead of just logging this.
Michael J. Rubinsky [Thu, 12 Aug 2010 17:20:47 +0000 (13:20 -0400)]
Throw an expcetion instead of just logging this.

15 years agoFix sidebar refreshing.
Jan Schneider [Thu, 12 Aug 2010 17:22:56 +0000 (19:22 +0200)]
Fix sidebar refreshing.

15 years agoavoid undefined variable errors
Michael J. Rubinsky [Thu, 12 Aug 2010 17:00:39 +0000 (13:00 -0400)]
avoid undefined variable errors

15 years agoDon't initialize the facebook javascript if we are not connected to fb.
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.