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).
Michael M Slusarz [Thu, 28 May 2009 12:56:36 +0000 (06:56 -0600)]
Bug #8308: Correctly format canonical message parts
Michael M Slusarz [Thu, 28 May 2009 12:51:43 +0000 (06:51 -0600)]
Make sure fingerprint is defined.
Jan Schneider [Thu, 28 May 2009 12:44:28 +0000 (14:44 +0200)]
Allow to return empty event objects from all drivers.
Jan Schneider [Thu, 28 May 2009 12:39:53 +0000 (14:39 +0200)]
Vastly improve searching: all calendar types can be searched now and searching
of recurring events has been much improved.
If searching in a time range, all recurring instances are returned, if
searching without end, only the next recurrence is returned, if searching
without start, the first recurrence is returned.
Jan Schneider [Thu, 28 May 2009 12:38:10 +0000 (14:38 +0200)]
Fix javascript for search form.
Jan Schneider [Thu, 28 May 2009 10:23:20 +0000 (12:23 +0200)]
Avoid JS error in advances search screen.
Jan Schneider [Thu, 28 May 2009 10:04:55 +0000 (12:04 +0200)]
Provide sane default values for start and end dates if none have been specified.
Jan Schneider [Thu, 28 May 2009 09:17:03 +0000 (11:17 +0200)]
Fix order.
Jan Schneider [Thu, 28 May 2009 09:12:06 +0000 (11:12 +0200)]
Fix HTML.
Jan Schneider [Thu, 28 May 2009 08:51:52 +0000 (10:51 +0200)]
Fix HTML.
Jan Schneider [Thu, 28 May 2009 08:49:27 +0000 (10:49 +0200)]
Fix HTML validity.
Jan Schneider [Thu, 28 May 2009 08:49:06 +0000 (10:49 +0200)]
Fix HTML validity of generated tags code.
Jan Schneider [Wed, 27 May 2009 13:39:19 +0000 (15:39 +0200)]
Fix positioning if #kronolithMenu is not at the top of the page.
Michael M Slusarz [Thu, 28 May 2009 12:02:04 +0000 (06:02 -0600)]
Fix setting 'opposite' flags in message view
Michael M Slusarz [Thu, 28 May 2009 11:56:22 +0000 (05:56 -0600)]
Abstract this code out
Michael M Slusarz [Thu, 28 May 2009 11:28:28 +0000 (05:28 -0600)]
Don't lose newly set flag in message view
Michael J. Rubinsky [Thu, 28 May 2009 00:26:39 +0000 (20:26 -0400)]
Add Imagick native versions of all ImageMagick dependent effects
Michael J. Rubinsky [Thu, 28 May 2009 00:25:48 +0000 (20:25 -0400)]
Move these methods to the parent class for all to enjoy
Michael J. Rubinsky [Wed, 27 May 2009 23:52:14 +0000 (19:52 -0400)]
Fix effect name
Michael J. Rubinsky [Wed, 27 May 2009 18:19:14 +0000 (14:19 -0400)]
Add Horde_Image_Exception
Michael J. Rubinsky [Wed, 27 May 2009 18:14:46 +0000 (14:14 -0400)]
This isn't ready to be removed yet
Michael J. Rubinsky [Wed, 27 May 2009 17:59:43 +0000 (13:59 -0400)]
Use new Horde_Image class names
Michael J. Rubinsky [Wed, 27 May 2009 17:56:43 +0000 (13:56 -0400)]
Rename classes for Horde 4 CS - part two (yea case preserving filesystems!!)
Michael J. Rubinsky [Wed, 27 May 2009 17:55:05 +0000 (13:55 -0400)]
Renaming class names for Horde 4 CS part one
Jan Schneider [Wed, 27 May 2009 13:53:22 +0000 (15:53 +0200)]
Add basic German locale, still failing though.
Jan Schneider [Wed, 27 May 2009 12:42:09 +0000 (14:42 +0200)]
Check if options is set.
Chuck Hagenbuch [Wed, 27 May 2009 04:09:54 +0000 (00:09 -0400)]
Horde_Support_Numerizer moved to the main horde/support package
Chuck Hagenbuch [Wed, 27 May 2009 03:47:05 +0000 (23:47 -0400)]
fix XML parse error
Jan Schneider [Tue, 26 May 2009 21:02:28 +0000 (23:02 +0200)]
Fix event positioning in week view.
Jan Schneider [Tue, 26 May 2009 21:01:36 +0000 (23:01 +0200)]
Show seven days in the agenda view.
Jan Schneider [Tue, 26 May 2009 13:10:19 +0000 (15:10 +0200)]
Don't show start time of all-day events in agenda.
Michael J. Rubinsky [Tue, 26 May 2009 18:53:52 +0000 (14:53 -0400)]
Rename the imagick proxy file so it can be autoloaded and so
I can start extracting a true Horde_Image_imagick driver.
Michael J. Rubinsky [Tue, 26 May 2009 18:40:05 +0000 (14:40 -0400)]
Not sure how these ended up here as well, but remove them
Michael J. Rubinsky [Tue, 26 May 2009 17:42:52 +0000 (13:42 -0400)]
Horde 4-ify Horde_Image and associated changes to affected hatchery apps
Jan Schneider [Mon, 25 May 2009 16:37:06 +0000 (18:37 +0200)]
Use correct permission for check.
Return signature even on error.
Jan Schneider [Mon, 25 May 2009 16:34:38 +0000 (18:34 +0200)]
Set window title on view change.
Jan Schneider [Tue, 26 May 2009 12:21:16 +0000 (14:21 +0200)]
Enable ajax view by default.
Jan Schneider [Tue, 26 May 2009 12:17:29 +0000 (14:17 +0200)]
Implement agenda view.
Resize calendar list if minical height changes.
Jan Schneider [Tue, 26 May 2009 07:47:19 +0000 (09:47 +0200)]
Scroll calendar list if necessary.
Jan Schneider [Mon, 25 May 2009 21:17:25 +0000 (23:17 +0200)]
Fix changed ctor name.
Jan Schneider [Thu, 21 May 2009 15:56:10 +0000 (17:56 +0200)]
Use separate spinners for each view, to allow nicer positioning.
Jan Schneider [Thu, 21 May 2009 15:18:22 +0000 (17:18 +0200)]
Fix positioning of events in day and week views.
Chuck Hagenbuch [Mon, 25 May 2009 03:04:07 +0000 (23:04 -0400)]
these tests can pass now; numerizer is fixed
Chuck Hagenbuch [Mon, 25 May 2009 03:03:39 +0000 (23:03 -0400)]
fix numerizer _andition() error
Chuck Hagenbuch [Sun, 24 May 2009 22:36:01 +0000 (18:36 -0400)]
these were legit failures, but the spans are right, and the fault is in our date math when spanning a DST change. so test the spans for now
Chuck Hagenbuch [Sun, 24 May 2009 22:35:31 +0000 (18:35 -0400)]
allow any arg format that Horde_Date will take to simplify creating spans