Michael J. Rubinsky [Sun, 7 Jun 2009 19:02:29 +0000 (15:02 -0400)]
Catch any exceptions here continue
Michael J. Rubinsky [Sun, 7 Jun 2009 18:56:56 +0000 (14:56 -0400)]
Attempt to get a good weatherdotcom location string from Turba's
'own' contact
Michael J. Rubinsky [Sun, 7 Jun 2009 18:56:17 +0000 (14:56 -0400)]
Don't need a prefs.php file
Chuck Hagenbuch [Sat, 6 Jun 2009 13:30:46 +0000 (09:30 -0400)]
this has been done
Chuck Hagenbuch [Sat, 6 Jun 2009 13:27:57 +0000 (09:27 -0400)]
package.xml for Date_Parser
Michael J. Rubinsky [Sun, 7 Jun 2009 17:45:07 +0000 (13:45 -0400)]
Name the Weather driver Weatherdotcom and use an empty conf.php
Michael J. Rubinsky [Sun, 7 Jun 2009 16:59:19 +0000 (12:59 -0400)]
Add a timeobjects API-only application for providing a way to expose
data via the listTimeObjects API. Currently only a Weather driver is
available.
Jan Schneider [Sun, 7 Jun 2009 15:57:29 +0000 (17:57 +0200)]
Update minical after loading search results.
Jan Schneider [Sun, 7 Jun 2009 15:54:09 +0000 (17:54 +0200)]
Link to day views from agenda.
Jan Schneider [Sun, 7 Jun 2009 15:48:36 +0000 (17:48 +0200)]
Sort new agenda day into the table. Necessary for searches where events don't
arrive in chronological order.
Jan Schneider [Sun, 7 Jun 2009 15:31:30 +0000 (17:31 +0200)]
Only show agenda days that have events.
Show agenda time span in header.
Jan Schneider [Sun, 7 Jun 2009 15:11:48 +0000 (17:11 +0200)]
Fix logic, add some more comments.
Jan Schneider [Sun, 7 Jun 2009 15:09:32 +0000 (17:09 +0200)]
Fix logic.
Michael J. Rubinsky [Sat, 6 Jun 2009 22:07:35 +0000 (18:07 -0400)]
Add support for listTimeObjects API to return an 'icon' member.
listTimeObjects 'icon' member is expected to be a fully qualified URL
to an image src.
Michael J. Rubinsky [Sat, 6 Jun 2009 20:48:50 +0000 (16:48 -0400)]
Need to bail out for the month view also when calendar != event.value.calendar
Michael J. Rubinsky [Sat, 6 Jun 2009 15:35:23 +0000 (11:35 -0400)]
There is no content/lib/base.php
Michael J. Rubinsky [Fri, 5 Jun 2009 22:33:19 +0000 (18:33 -0400)]
Another place we need to use Horde_Mime_Address::addrArray2String()
Gunnar Wrobel [Fri, 5 Jun 2009 21:55:51 +0000 (23:55 +0200)]
If the location is not routable, log the error, notify the user and redirect to the application webroot.
Gunnar Wrobel [Fri, 5 Jun 2009 21:43:06 +0000 (23:43 +0200)]
Added addBuiltinHelpers() to get the escape() function.
Michael M Slusarz [Fri, 5 Jun 2009 21:08:43 +0000 (15:08 -0600)]
Dynamically update message information in preview
Michael M Slusarz [Fri, 5 Jun 2009 20:40:41 +0000 (14:40 -0600)]
Don't flag as forwarded if no reply_type is returned
Michael J. Rubinsky [Fri, 5 Jun 2009 19:34:13 +0000 (15:34 -0400)]
Wrap the msg id in an array here.
This is an educated guess as to what was intented here based on
what the FW_3 ingo was doing here.
Michael M Slusarz [Fri, 5 Jun 2009 19:05:14 +0000 (13:05 -0600)]
Add message information to preview screen
Michael M Slusarz [Fri, 5 Jun 2009 18:50:47 +0000 (12:50 -0600)]
Clean up attachment icon display in preview
Michael M Slusarz [Fri, 5 Jun 2009 17:44:13 +0000 (11:44 -0600)]
Another place we don't need to specify line endings
Michael J. Rubinsky [Fri, 5 Jun 2009 18:57:43 +0000 (14:57 -0400)]
typo
Jan Schneider [Fri, 5 Jun 2009 17:05:24 +0000 (19:05 +0200)]
Reload events when turning off calendars.
Jan Schneider [Fri, 5 Jun 2009 16:42:42 +0000 (18:42 +0200)]
removeClassName() can become expensive too, as well as calling Date#toString()
on each sort step.
Jan Schneider [Fri, 5 Jun 2009 15:59:41 +0000 (17:59 +0200)]
Use innerHTML where appropriate, which is much faster than update() because of stripScripts().
Jan Schneider [Fri, 5 Jun 2009 15:48:55 +0000 (17:48 +0200)]
Don't loop 365 times 365 if updating cached year views.
Jan Schneider [Fri, 5 Jun 2009 14:25:19 +0000 (16:25 +0200)]
Navigate to month/week/day from year view.
Jan Schneider [Fri, 5 Jun 2009 13:33:13 +0000 (15:33 +0200)]
Fix loop order, to not correctly show events from all calendars.
Jan Schneider [Fri, 5 Jun 2009 13:30:39 +0000 (15:30 +0200)]
Show tooltips with event information in year view.
Jan Schneider [Fri, 5 Jun 2009 12:30:56 +0000 (14:30 +0200)]
Highlight busy days in year view.
Michael J. Rubinsky [Fri, 5 Jun 2009 14:03:06 +0000 (10:03 -0400)]
Actually, fetchEnvelope returns an *array* of addr object arrays
Michael J. Rubinsky [Fri, 5 Jun 2009 03:49:52 +0000 (23:49 -0400)]
need an address string, not address object array
Michael J. Rubinsky [Thu, 4 Jun 2009 21:43:13 +0000 (17:43 -0400)]
fix parameter order
Michael J. Rubinsky [Thu, 4 Jun 2009 21:18:17 +0000 (17:18 -0400)]
more class constant name fixes
Michael J. Rubinsky [Thu, 4 Jun 2009 21:13:56 +0000 (17:13 -0400)]
Fix class constants
Michael M Slusarz [Thu, 4 Jun 2009 19:16:43 +0000 (13:16 -0600)]
Improved notifications on rule actions
Michael M Slusarz [Thu, 4 Jun 2009 19:11:16 +0000 (13:11 -0600)]
Fix function name
Michael M Slusarz [Thu, 4 Jun 2009 19:05:27 +0000 (13:05 -0600)]
Display tweaks; remove redundant edit icon.
Michael M Slusarz [Thu, 4 Jun 2009 18:58:17 +0000 (12:58 -0600)]
changelog
Michael M Slusarz [Thu, 4 Jun 2009 18:49:10 +0000 (12:49 -0600)]
IMP 5 requires Horde 4 apps - no need for workarounds
Michael J. Rubinsky [Thu, 4 Jun 2009 18:44:35 +0000 (14:44 -0400)]
BFN
Michael J. Rubinsky [Thu, 4 Jun 2009 18:40:09 +0000 (14:40 -0400)]
Add hook to set the add_source pref
Michael M Slusarz [Thu, 4 Jun 2009 16:44:57 +0000 (10:44 -0600)]
This is correctly fixed in Horde_Imap_Client, not here
Martin Blumenthal [Thu, 4 Jun 2009 16:43:31 +0000 (18:43 +0200)]
Fix a bug when updateing a new entry and only one class is avaiable.
Martin Blumenthal [Thu, 4 Jun 2009 15:03:14 +0000 (17:03 +0200)]
Fix a bug when adding new entries (subject was lost).
Martin Blumenthal [Thu, 4 Jun 2009 15:00:48 +0000 (17:00 +0200)]
Fix a bug when clicking on a classname at the classview page.
Martin Blumenthal [Thu, 4 Jun 2009 14:58:23 +0000 (16:58 +0200)]
Also store the searchtext in the current session.
Chuck Hagenbuch [Thu, 4 Jun 2009 14:39:52 +0000 (10:39 -0400)]
fix parse error (stray ;)
Martin Blumenthal [Thu, 4 Jun 2009 10:25:48 +0000 (12:25 +0200)]
Fixed 2 errors when creating a new class: create the share bevore adding students and allow the semesterdate to be modified when automatically set by global config.
Michael M Slusarz [Wed, 3 Jun 2009 04:05:02 +0000 (22:05 -0600)]
Initial work on rewriting IMAP support in ingo.
This is 100% guaranteed not to work yet (I don't have setup to test at
the moment), although it is a start. The 'mock' driver is guaranteed
never to work since I have no idea what the hell it does and there is
absolutely zero documentation on it. Unless someone comes forward to
fix it, it will get the ax here very soon.
Michael M Slusarz [Wed, 3 Jun 2009 17:32:59 +0000 (11:32 -0600)]
Unneeded addslashes
Chuck Hagenbuch [Thu, 4 Jun 2009 02:22:21 +0000 (22:22 -0400)]
[cjh] Fix the signature of the kronolith/import API method
(rpolli@babel.it, Bug #8309).
Jan Schneider [Wed, 3 Jun 2009 17:02:14 +0000 (19:02 +0200)]
Add year view.
Jan Schneider [Wed, 3 Jun 2009 16:59:17 +0000 (18:59 +0200)]
Use parseDate().
Jan Schneider [Wed, 3 Jun 2009 14:06:59 +0000 (16:06 +0200)]
Why do we need addslashes() here again? Shouldn't the json serialization take
care of escaping? Fixes double escaped double quotes.
Michael M Slusarz [Wed, 3 Jun 2009 04:19:35 +0000 (22:19 -0600)]
Correctly instantiate singletons.
Michael M Slusarz [Wed, 3 Jun 2009 04:10:33 +0000 (22:10 -0600)]
Clean up Ingo API code
Michael M Slusarz [Wed, 3 Jun 2009 04:03:04 +0000 (22:03 -0600)]
documentation tweaks
Michael M Slusarz [Wed, 3 Jun 2009 03:28:42 +0000 (21:28 -0600)]
Clean up createFolder API call
Michael M Slusarz [Wed, 3 Jun 2009 03:10:20 +0000 (21:10 -0600)]
Various fixes to make ingo work in Git
Michael M Slusarz [Wed, 3 Jun 2009 02:52:05 +0000 (20:52 -0600)]
This script doesn't work with relative paths.
Michael M Slusarz [Tue, 2 Jun 2009 21:28:25 +0000 (15:28 -0600)]
Use new identifier for search mailboxes
Michael M Slusarz [Tue, 2 Jun 2009 20:15:11 +0000 (14:15 -0600)]
Move some common functions from Buffer to main ViewPort class.
Michael M Slusarz [Tue, 2 Jun 2009 19:30:33 +0000 (13:30 -0600)]
Bug #7296: Convert old IMP 4 sortby pref values
Jan Schneider [Fri, 29 May 2009 11:19:31 +0000 (13:19 +0200)]
Typo
Chuck Hagenbuch [Tue, 2 Jun 2009 14:48:54 +0000 (10:48 -0400)]
use Horde_Date_Utils
Michael J. Rubinsky [Tue, 2 Jun 2009 13:27:07 +0000 (09:27 -0400)]
test directory is not a child of lib/Horde
Michael J. Rubinsky [Sun, 31 May 2009 15:30:59 +0000 (11:30 -0400)]
Rename Horde_Image_Imagick::borderImage to ::frameImage
Rename this function and only use it when we are bordering a transparent
image (i.e. Framing an image) and not when applying a traditional borderImage
operation (which replaces all pixels in the clipping area). This should
provide a noticeable speed improvement with some effects
Michael J. Rubinsky [Sat, 30 May 2009 17:56:57 +0000 (13:56 -0400)]
ws
Michael M Slusarz [Sun, 31 May 2009 04:10:46 +0000 (22:10 -0600)]
Update CHANGES from CVS FW_3
Michael M Slusarz [Sun, 31 May 2009 04:09:24 +0000 (22:09 -0600)]
URL might be the same, so do explicit URL refresh.
Chuck Hagenbuch [Sat, 30 May 2009 15:51:12 +0000 (11:51 -0400)]
add getLocales() to return the list of available locales
Chuck Hagenbuch [Sat, 30 May 2009 13:15:51 +0000 (09:15 -0400)]
fix parse error (missing semicolon)
Chuck Hagenbuch [Fri, 29 May 2009 22:22:17 +0000 (18:22 -0400)]
moving Horde_Date_Repeater and Horde_Date_Span to the horde/date package
Michael J. Rubinsky [Fri, 29 May 2009 22:28:40 +0000 (18:28 -0400)]
Revert this - it's needed when we want to preserve transparency
Michael M Slusarz [Fri, 29 May 2009 20:05:26 +0000 (14:05 -0600)]
Bug #8305: Fix flagging in Virtual Inbox
Michael M Slusarz [Fri, 29 May 2009 05:22:24 +0000 (23:22 -0600)]
Remove unnecessary mailbox name escaping
Michael J. Rubinsky [Fri, 29 May 2009 17:52:18 +0000 (13:52 -0400)]
hack some paths into my hacked up test script for now
Michael J. Rubinsky [Fri, 29 May 2009 17:39:45 +0000 (13:39 -0400)]
Only iterate over images once
Michael J. Rubinsky [Fri, 29 May 2009 17:31:21 +0000 (13:31 -0400)]
Fix border generation, padding
Use passed in border values when bordering individual images in the stack
Fix generation of image padding, and try to streamline this. I don't
remember the reason for wrapping the borderImage call and composing it. This
seems to work locally, though I need to test it with older Im versions.
Michael J. Rubinsky [Fri, 29 May 2009 17:23:23 +0000 (13:23 -0400)]
Fix drop shadows for Im photo stacks and fix off by one image offset
Michael J. Rubinsky [Fri, 29 May 2009 17:21:58 +0000 (13:21 -0400)]
ws
Michael J. Rubinsky [Fri, 29 May 2009 15:36:23 +0000 (11:36 -0400)]
Need to compose the images *before* we add the border around the resulting image
Michael J. Rubinsky [Fri, 29 May 2009 15:35:35 +0000 (11:35 -0400)]
ws
Michael J. Rubinsky [Thu, 28 May 2009 14:27:48 +0000 (10:27 -0400)]
Remove imagick related code from the Im driver and effects.
Michael M Slusarz [Fri, 29 May 2009 04:58:22 +0000 (22:58 -0600)]
Add Alt + PGUP/PGDN shortcut to scroll through preview message
Michael M Slusarz [Fri, 29 May 2009 04:36:03 +0000 (22:36 -0600)]
Fix typo
Michael M Slusarz [Fri, 29 May 2009 04:33:39 +0000 (22:33 -0600)]
Tweaks for generating preview content.
Do some hacks to make generation of preview content manageable on
extremely large messages and/or large messages that may contain
embeddable content.
Michael M Slusarz [Fri, 29 May 2009 04:08:37 +0000 (22:08 -0600)]
phpdoc
Michael M Slusarz [Fri, 29 May 2009 04:05:42 +0000 (22:05 -0600)]
Fix preview generation.
Was downloading bodytext for unseen messages regardless of preview
preference.
Chuck Hagenbuch [Fri, 29 May 2009 01:53:21 +0000 (21:53 -0400)]
strip locale out of the parse() arguments so that the static caller works with locales
Jan Schneider [Thu, 28 May 2009 17:04:50 +0000 (19:04 +0200)]
Implement (event) searching.
Michael M Slusarz [Thu, 28 May 2009 16:23:59 +0000 (10:23 -0600)]
fingerprint -> keyid
Tracks changes made in Horde_Crypt_Pgp. Fixes verification of some PGP
signed messages.
Michael M Slusarz [Thu, 28 May 2009 15:15:19 +0000 (09:15 -0600)]
Bug #8306: Remove msgflags_hidesys pref
Jan Schneider [Thu, 28 May 2009 13:30:33 +0000 (15:30 +0200)]
Fix undefined variable.
Jan Schneider [Thu, 28 May 2009 13:30:06 +0000 (15:30 +0200)]
Enable system IMAP flags by default, and make the preference visible (Bug #8306).