Michael J. Rubinsky [Mon, 27 Sep 2010 16:00:42 +0000 (12:00 -0400)]
Inject a logger into Horde_Image_Effect objects
Michael J. Rubinsky [Mon, 27 Sep 2010 15:51:11 +0000 (11:51 -0400)]
Fix method name
Michael J. Rubinsky [Mon, 27 Sep 2010 15:50:47 +0000 (11:50 -0400)]
Fix method check
Michael J. Rubinsky [Mon, 27 Sep 2010 13:43:47 +0000 (09:43 -0400)]
phpdoc tweaks
Michael J. Rubinsky [Mon, 27 Sep 2010 13:38:51 +0000 (09:38 -0400)]
fix @package name
Michael J. Rubinsky [Sun, 26 Sep 2010 20:12:44 +0000 (16:12 -0400)]
Don't attempt this if we don't have the lqr library
Jan Schneider [Mon, 27 Sep 2010 10:26:38 +0000 (12:26 +0200)]
MFB
Jan Schneider [Mon, 27 Sep 2010 10:26:28 +0000 (12:26 +0200)]
Protect preference forms with request tokens.
Jan Schneider [Mon, 27 Sep 2010 08:56:32 +0000 (10:56 +0200)]
Remove prefs REST API.
Michael J. Rubinsky [Sun, 26 Sep 2010 19:44:42 +0000 (15:44 -0400)]
Experimental support for liquid image resizing in Horde_Image.
I think for Ansel, though, something based on a "center of edginess" technique might be better.
Michael J. Rubinsky [Sun, 26 Sep 2010 15:54:23 +0000 (11:54 -0400)]
These are programming errors, throw invalidArgumentException here.
Michael J. Rubinsky [Sun, 26 Sep 2010 15:06:35 +0000 (11:06 -0400)]
Track changes to applications' listUid methods.
Bug: 9253
Michael J. Rubinsky [Sun, 26 Sep 2010 14:54:36 +0000 (10:54 -0400)]
Standardize on *_Api::listUids() method name for api methods that, well, return Uids.
Kronolith_Api::listUids() functionality changed slightly with this commit - it now
no longer returns events that represent exceptions, and only includes recurring events
once within the requested time period. It looks like the syncml code was the only code
currently calling this method, so there should be no issues with this change.
For the other apps, this only represents a method name change.
Bug: 9253
Michael M Slusarz [Fri, 24 Sep 2010 23:11:57 +0000 (17:11 -0600)]
Request #9132: Multiple forwards in single message (DIMP)
Michael M Slusarz [Wed, 22 Sep 2010 21:36:05 +0000 (15:36 -0600)]
Add stored search filtering to dimp.
Michael M Slusarz [Fri, 24 Sep 2010 17:55:18 +0000 (11:55 -0600)]
filter[not] -> flag[not] to more accurate represent action
Michael M Slusarz [Fri, 24 Sep 2010 17:50:17 +0000 (11:50 -0600)]
Track recent changes to IMP_Search
Michael M Slusarz [Fri, 24 Sep 2010 17:46:41 +0000 (11:46 -0600)]
Move flag context item creation into javascript
Allows for dynamic addition of flags in the future.
Also allows storage of IMAP flag name in metadata rather than hackish
parameter storage.
Jan Schneider [Fri, 24 Sep 2010 16:36:48 +0000 (18:36 +0200)]
Fix loading remote calendars from day/week views (Bug #9222).
Jan Schneider [Fri, 24 Sep 2010 16:36:05 +0000 (18:36 +0200)]
Fix setting start/end dates when requesting event listings.
Jan Schneider [Fri, 24 Sep 2010 16:20:14 +0000 (18:20 +0200)]
This causes endless loops, comment out for now.
Chuck Hagenbuch [Fri, 24 Sep 2010 16:31:24 +0000 (12:31 -0400)]
Fix over-zealous li styling
Chuck Hagenbuch [Fri, 24 Sep 2010 15:59:45 +0000 (11:59 -0400)]
Initial experiment with sticky-note style for notes. Link directly to stickies.php to see it.
Chuck Hagenbuch [Fri, 24 Sep 2010 15:22:11 +0000 (11:22 -0400)]
Handle unserialize() failures gracefully
Michael J. Rubinsky [Thu, 23 Sep 2010 21:18:25 +0000 (17:18 -0400)]
phpdoc tweaks
Michael M Slusarz [Thu, 23 Sep 2010 21:10:06 +0000 (15:10 -0600)]
Fix package.xml errors/missing files
Michael M Slusarz [Thu, 23 Sep 2010 20:32:10 +0000 (14:32 -0600)]
Improve CSS layout of search criteria in IMP search
Michael M Slusarz [Thu, 23 Sep 2010 19:11:11 +0000 (13:11 -0600)]
Use Virtual Folder labeling instead of querytext in dimp
Gunnar Wrobel [Thu, 23 Sep 2010 19:49:43 +0000 (21:49 +0200)]
Largely revert
549a1a57841717f032d1d95e86d10679297356e1 - "Added the Interfaces package."
This now follows Jan suggestion to simply provide the user name as a string. Much simpler :)
Gunnar Wrobel [Thu, 23 Sep 2010 19:18:55 +0000 (21:18 +0200)]
Revert "Intermediate components work"
This reverts commit
01291d9dd62bc076e39ac39cbe15ea2e0ff33156.
Don't know how I managed to commit this but it was not intended for pushing yet.
Michael M Slusarz [Thu, 23 Sep 2010 19:06:16 +0000 (13:06 -0600)]
Request #9219: Move pref saving logging to a more appropriate location
Michael M Slusarz [Thu, 23 Sep 2010 18:25:46 +0000 (12:25 -0600)]
Not relevant anymore
Michael M Slusarz [Wed, 22 Sep 2010 20:31:28 +0000 (14:31 -0600)]
Use plural form of messages.
Michael J. Rubinsky [Thu, 23 Sep 2010 18:22:25 +0000 (14:22 -0400)]
For javascript embedded renderers, don't return anything but valid, successfully rendered views.
Michael J. Rubinsky [Thu, 23 Sep 2010 18:22:03 +0000 (14:22 -0400)]
Tweak some exceptions
Michael J. Rubinsky [Thu, 23 Sep 2010 18:20:51 +0000 (14:20 -0400)]
phpdoc
Gunnar Wrobel [Thu, 23 Sep 2010 18:17:39 +0000 (20:17 +0200)]
MFB: Fix moving events between calendars for the Kolab driver (Bug #7932)
Gunnar Wrobel [Thu, 23 Sep 2010 18:11:43 +0000 (20:11 +0200)]
Merge branch 'master' of ssh://dev.horde.org/horde/git/horde
Gunnar Wrobel [Thu, 23 Sep 2010 18:04:08 +0000 (20:04 +0200)]
Intermediate components work
Michael J. Rubinsky [Thu, 23 Sep 2010 17:27:09 +0000 (13:27 -0400)]
Make sure $results is defined.
Michael J. Rubinsky [Thu, 23 Sep 2010 17:18:06 +0000 (13:18 -0400)]
Further tweaks to upgrade script.
Make sure the image generator names are mapped to the new names.
Jan Schneider [Thu, 23 Sep 2010 16:35:14 +0000 (18:35 +0200)]
Turns out that this other extension is even broken. Check for function names instead, and only support the official extension.
Michael J. Rubinsky [Thu, 23 Sep 2010 16:30:01 +0000 (12:30 -0400)]
Add debug output, check for previously run migration.
Set $debug = true at the top of the file to get some debug output.
Script will skip any shares that look like they have already been migrated also.
Michael J. Rubinsky [Thu, 23 Sep 2010 15:54:45 +0000 (11:54 -0400)]
This won't be an object since it comes from the API, get the style object from the name.
Michael J. Rubinsky [Thu, 23 Sep 2010 15:54:31 +0000 (11:54 -0400)]
make sure this is a Horde_Url
Michael J. Rubinsky [Thu, 23 Sep 2010 15:52:20 +0000 (11:52 -0400)]
honor the various limit parameters.
Slightly messy until the next step of moving to Horde_Db
Michael J. Rubinsky [Thu, 23 Sep 2010 15:51:38 +0000 (11:51 -0400)]
We need to DISTINCT the story_ids here if we join them with the tag table
Again, only temporary fix until tags move to content
Michael J. Rubinsky [Wed, 22 Sep 2010 21:16:29 +0000 (17:16 -0400)]
use the tilesperrow/page value if it exists
Jan Schneider [Thu, 23 Sep 2010 11:37:43 +0000 (13:37 +0200)]
Thanks to badly broken distributions, IDN extension != IDN extension.
Jan Schneider [Thu, 23 Sep 2010 11:13:26 +0000 (13:13 +0200)]
Don't try to check status of non-existant mailboxes.
Jan Schneider [Thu, 23 Sep 2010 10:54:49 +0000 (12:54 +0200)]
Check if folder prefs are empty *before* prefixing with personal namespace.
Michael J. Rubinsky [Wed, 22 Sep 2010 21:00:57 +0000 (17:00 -0400)]
Don't reset the config value if it's not set AND not the default.
Otherwise, we overwrite fields that are explicitly emptied with the previous values.
Michael J. Rubinsky [Wed, 22 Sep 2010 20:15:54 +0000 (16:15 -0400)]
Need to actually get the prefs here, not just set the scope.
This fixes at least one section where prefs were breaking -
when calling API methods as a guest.
Session based prefs are still somewhat broken when authenticating
to horde. The scope values are not present in the session until
after the first page has completed loading.
Michael J. Rubinsky [Sun, 19 Sep 2010 20:30:21 +0000 (16:30 -0400)]
allow setting tilesperrow via the api in this view also.
Jan Schneider [Wed, 22 Sep 2010 19:33:02 +0000 (21:33 +0200)]
Fix schema caching.
Jan Schneider [Wed, 22 Sep 2010 19:32:40 +0000 (21:32 +0200)]
Inject Horde_Group.
Jan Schneider [Wed, 22 Sep 2010 19:25:23 +0000 (21:25 +0200)]
Inject Horde_Ldap object as parameter.
Jan Schneider [Wed, 22 Sep 2010 19:20:34 +0000 (21:20 +0200)]
Throw exceptions when not passing strings, and if writing the cache shouldn't fail.
Jan Schneider [Wed, 22 Sep 2010 15:33:42 +0000 (17:33 +0200)]
Re-add hookExists(). Speeds up loading my portal by factor 4.
Jan Schneider [Wed, 22 Sep 2010 15:01:39 +0000 (17:01 +0200)]
Add warnings. Throwing exceptions is expensive!!!
Jan Schneider [Wed, 22 Sep 2010 14:26:19 +0000 (16:26 +0200)]
Re-activate $_hooksLoaded and don't try to autoload hook classes.
Jan Schneider [Wed, 22 Sep 2010 14:23:30 +0000 (16:23 +0200)]
Fix quota borders on portal.
Jan Schneider [Wed, 22 Sep 2010 13:58:25 +0000 (15:58 +0200)]
Don't accidentally add a block if trying to find parameters for a block that
doesn't exist.
Jan Schneider [Wed, 22 Sep 2010 12:29:58 +0000 (14:29 +0200)]
Don't use empty url (Bug #9269).
Michael M Slusarz [Wed, 22 Sep 2010 06:08:00 +0000 (00:08 -0600)]
Request #8659: Add personal recipient message filter
Michael M Slusarz [Wed, 22 Sep 2010 06:00:42 +0000 (00:00 -0600)]
Collect duplicative code into base Builtin classes.
Michael M Slusarz [Wed, 22 Sep 2010 05:53:27 +0000 (23:53 -0600)]
Add IMP_Prefs_Identity::getAllIdentityAddresses().
Michael M Slusarz [Wed, 22 Sep 2010 05:42:49 +0000 (23:42 -0600)]
Request #8659: Add mailing list message filter
Michael M Slusarz [Mon, 20 Sep 2010 06:38:18 +0000 (00:38 -0600)]
Create search filters UI in IMP.
These are generic search queries that can be applied to any mailbox.
Presently, these filters are only usable in IMP. The dimp interface has
not yet been written.
See, e.g., Request #8659.
Michael M Slusarz [Wed, 22 Sep 2010 04:09:04 +0000 (22:09 -0600)]
Only change enabled status for virtual folders displayed on the preferences screen
Michael M Slusarz [Wed, 22 Sep 2010 03:33:47 +0000 (21:33 -0600)]
Use correct parameter name
Michael M Slusarz [Wed, 22 Sep 2010 03:22:21 +0000 (21:22 -0600)]
Convert To search to Receipient search when upgrading from IMP 4
Michael M Slusarz [Wed, 22 Sep 2010 03:12:12 +0000 (21:12 -0600)]
some changelog entries
Michael M Slusarz [Mon, 20 Sep 2010 17:44:55 +0000 (11:44 -0600)]
Add Bulk Search query to search UI
Michael M Slusarz [Tue, 21 Sep 2010 20:23:11 +0000 (14:23 -0600)]
This allows the cursor to be placed after the blockquote
Michael M Slusarz [Tue, 21 Sep 2010 20:20:25 +0000 (14:20 -0600)]
Tweak Content-Description names for m/alternative messages
Jan Schneider [Tue, 21 Sep 2010 21:37:59 +0000 (23:37 +0200)]
MFB:
[jan] Correctly export FN vCard property if 'alternative_name' is set, but not
'name' (Bug #9207).
Fix charset conversion.
Jan Schneider [Tue, 21 Sep 2010 21:35:47 +0000 (23:35 +0200)]
MFB: Add test case for bug #9207.
Jan Schneider [Tue, 21 Sep 2010 21:35:01 +0000 (23:35 +0200)]
MFB: Make this work with multiple property parameters.
Jan Schneider [Tue, 21 Sep 2010 21:33:40 +0000 (23:33 +0200)]
MFB: Make 'birthday' really empty if BDAY property is empty.
Jan Schneider [Tue, 21 Sep 2010 21:31:57 +0000 (23:31 +0200)]
MFB: Fix tests.
Jan Schneider [Tue, 21 Sep 2010 21:29:46 +0000 (23:29 +0200)]
Update package.xml.
Jan Schneider [Tue, 21 Sep 2010 21:29:35 +0000 (23:29 +0200)]
No longer needed.
Jan Schneider [Tue, 21 Sep 2010 16:22:22 +0000 (18:22 +0200)]
MFB
Gunnar Wrobel [Tue, 21 Sep 2010 20:52:26 +0000 (22:52 +0200)]
Allow running the component script without prior installation.
Gunnar Wrobel [Tue, 21 Sep 2010 15:49:45 +0000 (17:49 +0200)]
Improve the installer.
- Start extracting the PEAR usage into its own class.
- Added an output handler.
- Start relying less on network access.
Gunnar Wrobel [Tue, 21 Sep 2010 08:42:49 +0000 (10:42 +0200)]
Forgot to add these fixture files in my last commit.
Jan Schneider [Tue, 21 Sep 2010 15:32:27 +0000 (17:32 +0200)]
Send correct Content-Type when PUTing events (Bug #9206).
Jan Schneider [Tue, 21 Sep 2010 15:25:25 +0000 (17:25 +0200)]
There may be several DAV headers (Bug #9251).
Jan Schneider [Tue, 21 Sep 2010 14:41:04 +0000 (16:41 +0200)]
search_sources pref is json encoded (Bug #9252).
Jan Schneider [Tue, 21 Sep 2010 14:05:26 +0000 (16:05 +0200)]
Unset options that Horde_Db doesn't know here.
Jan Schneider [Tue, 21 Sep 2010 14:02:15 +0000 (16:02 +0200)]
Revert "Remove 'read' and 'write_db' from DSN. We should probably better use separate"
This reverts commit
e4bda381d8b4ee972a9427dac535c79af1aa797a.
Conflicts:
crumb/locale
Jan Schneider [Mon, 20 Sep 2010 22:36:50 +0000 (00:36 +0200)]
Use Horde_Cache.
Jan Schneider [Mon, 20 Sep 2010 22:35:03 +0000 (00:35 +0200)]
getEntry() is throwing Horde_Exception_NotFound now.
Jan Schneider [Mon, 20 Sep 2010 22:03:07 +0000 (00:03 +0200)]
Allow other objectclass combination operators than 'and'.
Jan Schneider [Mon, 20 Sep 2010 21:59:26 +0000 (23:59 +0200)]
Allow to specify comparison operators.
Michael M Slusarz [Mon, 20 Sep 2010 17:44:52 +0000 (11:44 -0600)]
This constant does not exist
Michael M Slusarz [Mon, 20 Sep 2010 06:38:03 +0000 (00:38 -0600)]
No need for getSearchMailboxes()
Jan Schneider [Mon, 20 Sep 2010 16:58:40 +0000 (18:58 +0200)]
Use getValue() (Bug #9196).
Jan Schneider [Mon, 20 Sep 2010 16:58:11 +0000 (18:58 +0200)]
Simplify