Jan Schneider [Thu, 18 Feb 2010 14:17:15 +0000 (15:17 +0100)]
Add date picker to recurrence end date.
Jan Schneider [Thu, 18 Feb 2010 14:01:52 +0000 (15:01 +0100)]
The only KronolithCore methods we call from the outside are go() and the event
handler that we register, so there really isn't a point in separating public
from private methods.
Jan Schneider [Thu, 18 Feb 2010 13:56:14 +0000 (14:56 +0100)]
Always open the first tab of an event/task dialog.
Jan Schneider [Thu, 18 Feb 2010 13:01:40 +0000 (14:01 +0100)]
Hide pickers when closing dialogs.
Michael M Slusarz [Thu, 18 Feb 2010 07:43:32 +0000 (00:43 -0700)]
Fix license language
Michael M Slusarz [Thu, 18 Feb 2010 05:18:58 +0000 (22:18 -0700)]
Fix adding body text to forward.
Don't check for locked forward_default pref in forwardMessage(). It
prevents us from adding body text in dimp. A locked preference here
only means not to show the list of forward choices.
Michael M Slusarz [Thu, 18 Feb 2010 04:57:25 +0000 (21:57 -0700)]
Don't show forward dropdown image if disabled
Michael M Slusarz [Thu, 18 Feb 2010 01:20:28 +0000 (18:20 -0700)]
Fix setting no sound for alarms
Michael M Slusarz [Thu, 18 Feb 2010 00:16:19 +0000 (17:16 -0700)]
Fix undefined error.
Michael M Slusarz [Thu, 18 Feb 2010 00:20:18 +0000 (17:20 -0700)]
$result isn't used.
Michael M Slusarz [Tue, 16 Feb 2010 06:27:31 +0000 (23:27 -0700)]
Another Notification rewrite.
First, fix Bug #8870. Fixed by removing Nag specific event type
(nag.alarm). However, this was just a symptom of a larger problem.
The problem: using application specific Notification handlers to handle
application specific event types. The problem comes when switching
between applications. Since these application handlers don't have any
knowledge of each other, events created by one handler may not be able
to be displayed when notify() was eventually called, because another
status handler had replaced the original handler.
The solution: all notifications need to be handled by a single,
centralized source - namely, the horde-level handlers. Application
specific details are instead injected into the horde-level handler to
extend behavior.
While reworking the code, also provided opportunity to remove all
application-specific code from Notification. Horde-specific
instantiation (i.e. adding Horde logging and Alarm decorators) is now
done in Horde_Core rather than in the base Notification object.
Additionally, rework some of the complexity added to the package. I
believe the goal of the recent Notification changes was to make the
Notification package testable and/or usable outside of a base Horde
install. But these changes also made the code unreadable, redundant,
and overly complex.
e.g. using interfaces where simple class extensions
make much more sense (IMHO - there are very few cases where an interface
makes more sense than an abstract class. Using interfaces for the
Handler class was simply overkill. Out of the 10 methods defined, there
are only 2 methods useful for decorator purposes - push() and notify().
And any given decorator won't even use both of these. Having to contort
code to do things like chaining handlers to achieve this in an interface
pattern was almost impossible to follow. It is much simpler to simply
add decorators directly to the base handler object.
Michael M Slusarz [Wed, 17 Feb 2010 09:37:43 +0000 (02:37 -0700)]
Improve identity selection javascript
Michael M Slusarz [Wed, 17 Feb 2010 07:55:38 +0000 (00:55 -0700)]
prefs cleanups
Michael J. Rubinsky [Thu, 18 Feb 2010 01:52:11 +0000 (20:52 -0500)]
remove an pitifully small amount of TODOs
Michael J. Rubinsky [Thu, 18 Feb 2010 01:31:19 +0000 (20:31 -0500)]
Use Ansel_Exceptions
Michael J. Rubinsky [Thu, 18 Feb 2010 00:52:06 +0000 (19:52 -0500)]
fix ToggleGalleryActions ajax action
Michael J. Rubinsky [Thu, 18 Feb 2010 00:35:26 +0000 (19:35 -0500)]
Complete PHP5-ifying Ansel_Image
Use exceptions, move more queries into Ansel_Storage, phpdoc
Michael J. Rubinsky [Wed, 17 Feb 2010 23:20:22 +0000 (18:20 -0500)]
Lots of H4 chagnes and improvements
CS changes, PHP5-ify Ansel_Image and Ansel_ImageView classes.
Start moving all SQL queries into Horde_Storage.
Michael J. Rubinsky [Wed, 17 Feb 2010 22:06:05 +0000 (17:06 -0500)]
Throw exception if Imagick extension not available, don't throw exception if no image
data when getting dimensions, just return 0x0
Michael J. Rubinsky [Wed, 17 Feb 2010 22:05:03 +0000 (17:05 -0500)]
Fix sprintf parameters
Michael J. Rubinsky [Wed, 17 Feb 2010 22:04:17 +0000 (17:04 -0500)]
indentation
Michael J. Rubinsky [Wed, 17 Feb 2010 22:00:01 +0000 (17:00 -0500)]
Catch Ansel_Exceptions here
Michael J. Rubinsky [Wed, 17 Feb 2010 16:11:13 +0000 (11:11 -0500)]
note multi-image support in CHANGES
Michael J. Rubinsky [Wed, 17 Feb 2010 16:11:00 +0000 (11:11 -0500)]
remove TODO
Jan Schneider [Wed, 17 Feb 2010 22:14:09 +0000 (23:14 +0100)]
Add Horde_Registry#hasAjaxView() and load non-ajax applications in iframe.
Jan Schneider [Wed, 17 Feb 2010 22:13:01 +0000 (23:13 +0100)]
Tweak loading and changing views of minical.
Jan Schneider [Wed, 17 Feb 2010 21:46:40 +0000 (22:46 +0100)]
We want encoded urls here.
Gunnar Wrobel [Wed, 17 Feb 2010 21:16:39 +0000 (22:16 +0100)]
Fix error checking.
Gunnar Wrobel [Wed, 17 Feb 2010 21:07:06 +0000 (22:07 +0100)]
Typo
Gunnar Wrobel [Wed, 17 Feb 2010 20:55:36 +0000 (21:55 +0100)]
Convert to exceptions, use type hinting instead of type checking, remove references to PEAR.
Gunnar Wrobel [Wed, 17 Feb 2010 20:31:47 +0000 (21:31 +0100)]
Net_LDAP2 -> Horde_Ldap
Gunnar Wrobel [Wed, 17 Feb 2010 20:25:22 +0000 (21:25 +0100)]
Net_LDAP2 -> Horde_Ldap
Jan Schneider [Wed, 17 Feb 2010 18:06:32 +0000 (19:06 +0100)]
Fix error when clicking on draggable events.
Jan Schneider [Wed, 17 Feb 2010 17:56:15 +0000 (18:56 +0100)]
Always return a non-empty result from ajax calls, if the callbacks have to do
some cleanup.
Make task ajax calls more robust.
Michael J. Rubinsky [Wed, 17 Feb 2010 15:15:35 +0000 (10:15 -0500)]
MFB: Catch errors, at least until these throw exceptions
Jan Schneider [Wed, 17 Feb 2010 14:41:34 +0000 (15:41 +0100)]
Missing argument.
Jan Schneider [Wed, 17 Feb 2010 14:41:19 +0000 (15:41 +0100)]
Missed part of the design tweaks.
Gunnar Wrobel [Wed, 17 Feb 2010 12:17:59 +0000 (13:17 +0100)]
Fix the package.xml. These are files, not directories.
Gunnar Wrobel [Wed, 17 Feb 2010 10:45:22 +0000 (11:45 +0100)]
Fix the package.xml
Gunnar Wrobel [Thu, 11 Feb 2010 17:21:51 +0000 (18:21 +0100)]
Fix testing and do not extend from Horde_Exception_Prior.
Gunnar Wrobel [Wed, 10 Feb 2010 09:19:16 +0000 (10:19 +0100)]
Additional Kolab_Server test fixes.
Gunnar Wrobel [Wed, 10 Feb 2010 07:41:55 +0000 (08:41 +0100)]
Correct some class names to fix additional tests.
Gunnar Wrobel [Wed, 10 Feb 2010 06:12:03 +0000 (07:12 +0100)]
Convert to using the newer Horde_Ldap. Does not really work completely yet but the test does not error out anymore.
Gunnar Wrobel [Wed, 2 Dec 2009 21:55:16 +0000 (22:55 +0100)]
Update TODO.
Gunnar Wrobel [Wed, 11 Nov 2009 07:12:13 +0000 (08:12 +0100)]
Some more testing of the different search operations.
Michael M Slusarz [Wed, 17 Feb 2010 06:46:37 +0000 (23:46 -0700)]
Bug #8868: Fix charset when converting html -> text
Michael M Slusarz [Wed, 17 Feb 2010 06:30:56 +0000 (23:30 -0700)]
Not needed
Michael M Slusarz [Tue, 16 Feb 2010 06:19:58 +0000 (23:19 -0700)]
ws
Michael M Slusarz [Tue, 16 Feb 2010 05:45:51 +0000 (22:45 -0700)]
Fix mailbox sorting
Michael J. Rubinsky [Wed, 17 Feb 2010 01:07:00 +0000 (20:07 -0500)]
3rd try
Michael J. Rubinsky [Wed, 17 Feb 2010 01:06:29 +0000 (20:06 -0500)]
*sigh*
Michael J. Rubinsky [Wed, 17 Feb 2010 01:05:20 +0000 (20:05 -0500)]
2nd try
Michael J. Rubinsky [Wed, 17 Feb 2010 00:40:06 +0000 (19:40 -0500)]
H4 naming conventions
Michael J. Rubinsky [Wed, 17 Feb 2010 00:04:13 +0000 (19:04 -0500)]
Some H4 changes, start cleaning up Image object, improve logic, less iteration etc...
Ben Klang [Tue, 16 Feb 2010 21:56:53 +0000 (16:56 -0500)]
Whups: make sure permissionsFilter() works for Queue Contents block
Michael J. Rubinsky [Tue, 16 Feb 2010 21:37:06 +0000 (16:37 -0500)]
Support for multipage images.
Adding a multipage TIFF image will now create a new subgallery in the current
gallery, with each page added as an image to that gallery. This completes
Request: #6022
Jan Schneider [Tue, 16 Feb 2010 18:12:25 +0000 (19:12 +0100)]
More style tweaks.
Jan Schneider [Tue, 16 Feb 2010 17:37:41 +0000 (18:37 +0100)]
Enable and style application drop down.
Add border to top navigation.
Michael J. Rubinsky [Tue, 16 Feb 2010 17:02:14 +0000 (12:02 -0500)]
ws, style
Michael J. Rubinsky [Tue, 16 Feb 2010 16:58:15 +0000 (11:58 -0500)]
unused
Michael J. Rubinsky [Tue, 16 Feb 2010 16:56:05 +0000 (11:56 -0500)]
Use injector to get notification object
Michael J. Rubinsky [Tue, 16 Feb 2010 16:28:42 +0000 (11:28 -0500)]
All redirects done in Const'r
Make sure all redirects Ansel_Views need are done in the Const'r since
most likely headers will have been sent by the time html() is called.
These still need to be cleaned up, probably some of the globals
are gettable from $injector etc... but now at least Ansel views work again.
Jan Schneider [Tue, 16 Feb 2010 10:44:25 +0000 (11:44 +0100)]
Try the current framework directory too.
Michael M Slusarz [Tue, 16 Feb 2010 00:41:57 +0000 (17:41 -0700)]
ws
Michael M Slusarz [Tue, 16 Feb 2010 00:41:47 +0000 (17:41 -0700)]
Fix Horde_Image usage in imp
Michael M Slusarz [Mon, 15 Feb 2010 20:46:04 +0000 (13:46 -0700)]
Horde_Alarm now throws exceptions
Michael J. Rubinsky [Mon, 15 Feb 2010 21:12:51 +0000 (16:12 -0500)]
Revert "Make sure we have send more then just the <HEAD> of the document"
Cr*p - this breaks redirects in the List view. Going to have to revisit
the HTML output for all the views. addScriptFile and outputInlineScript seem
to misbehave when used in conjection with output buffering.
This reverts commit
d02caf6b50f8d1b793bf4306e95dd4c89fda8ad3.
Michael J. Rubinsky [Mon, 15 Feb 2010 21:05:49 +0000 (16:05 -0500)]
Make sure we have send more then just the <HEAD> of the document
before we call Ansel_View#html so any inline script has somewhere to
go.
Michael J. Rubinsky [Mon, 15 Feb 2010 19:19:13 +0000 (14:19 -0500)]
ws
Michael Slusarz [Sun, 14 Feb 2010 22:02:29 +0000 (15:02 -0700)]
Most apps don't use bodyId and/or bodyClass variables
Michael Slusarz [Sun, 14 Feb 2010 22:01:50 +0000 (15:01 -0700)]
Use the horde common-header template when creating prefs screen
Michael Slusarz [Sun, 14 Feb 2010 21:51:53 +0000 (14:51 -0700)]
style
Michael Slusarz [Sun, 14 Feb 2010 21:42:41 +0000 (14:42 -0700)]
Do array filtering on store, not retrieve
Michael Slusarz [Sun, 14 Feb 2010 21:36:01 +0000 (14:36 -0700)]
Clean up Ingo API functions
Michael Slusarz [Fri, 12 Feb 2010 21:59:04 +0000 (14:59 -0700)]
Convert Horde_Alarm to Horde 4
Michael M Slusarz [Fri, 12 Feb 2010 04:44:43 +0000 (21:44 -0700)]
Identity:: -> Horde_Prefs_Identity::
Michael J. Rubinsky [Mon, 15 Feb 2010 18:39:58 +0000 (13:39 -0500)]
Track multipage image support in Horde_Image
Michael J. Rubinsky [Mon, 15 Feb 2010 18:39:22 +0000 (13:39 -0500)]
Indicate which drivers support PDF files and multipage images
Michael J. Rubinsky [Mon, 15 Feb 2010 18:27:37 +0000 (13:27 -0500)]
Don't assume we have a Horde_Image driver available
Michael J. Rubinsky [Mon, 15 Feb 2010 18:04:15 +0000 (13:04 -0500)]
Catch exceptions from Horde_Image here, log them, but move along.
Not much we can do about corrupt EXIF data, so just log it and move along.
Michael J. Rubinsky [Mon, 15 Feb 2010 17:59:54 +0000 (12:59 -0500)]
Add configuration option for no image driver, and have Ansel make sure we have one.
Michael J. Rubinsky [Mon, 15 Feb 2010 17:48:08 +0000 (12:48 -0500)]
Ignore the Maker:DataDump tag when using Exiftool.
Exiftool outputs this data as binary which breaks the json encoding. It's
also not used anywhere anyway. It might even be better in the future to
explicitly indicate what tags we want for performance reasons...might not be
worth the extra maintenance though...
Michael J. Rubinsky [Mon, 15 Feb 2010 17:47:36 +0000 (12:47 -0500)]
ws
Michael J. Rubinsky [Mon, 15 Feb 2010 17:43:28 +0000 (12:43 -0500)]
ws, comments
Michael J. Rubinsky [Mon, 15 Feb 2010 17:41:49 +0000 (12:41 -0500)]
Don't call the Ansel_View#html method until after headers have been sent.
Any script files needed by the views should be included in the View's const'r so
they can be output in the header.
Michael J. Rubinsky [Mon, 15 Feb 2010 05:15:43 +0000 (00:15 -0500)]
ws, uncomment line
Jan Schneider [Mon, 15 Feb 2010 17:31:48 +0000 (18:31 +0100)]
(Partial) update for Variables object no longer being passed around.
Jan Schneider [Mon, 15 Feb 2010 17:03:05 +0000 (18:03 +0100)]
Remove stray quote.
Jan Schneider [Mon, 15 Feb 2010 16:49:58 +0000 (17:49 +0100)]
"Update" makes more sense here.
Jan Schneider [Mon, 15 Feb 2010 16:45:33 +0000 (17:45 +0100)]
The attendees list in the session is the correct source.
Jan Schneider [Mon, 15 Feb 2010 15:37:19 +0000 (16:37 +0100)]
Show user name if both email address and full name are empty.
Jan Schneider [Mon, 15 Feb 2010 14:43:46 +0000 (15:43 +0100)]
Horde_Share doesn't throw exceptions yet.
Jan Schneider [Mon, 15 Feb 2010 14:42:10 +0000 (15:42 +0100)]
Fix braces.
Jan Schneider [Mon, 15 Feb 2010 14:38:50 +0000 (15:38 +0100)]
Fix variable name.
Jan Schneider [Fri, 12 Feb 2010 22:33:06 +0000 (23:33 +0100)]
No need to pass the Variables object around.
Jan Schneider [Fri, 12 Feb 2010 21:48:16 +0000 (22:48 +0100)]
We don't want the backtrace in notifications, use getMessage().
Jan Schneider [Sun, 14 Feb 2010 22:39:10 +0000 (23:39 +0100)]
Fix Exception calling.
Jan Schneider [Sun, 14 Feb 2010 22:23:40 +0000 (23:23 +0100)]
Wicked classes and constants are not autoloadable yet.
Jan Schneider [Sun, 14 Feb 2010 22:23:20 +0000 (23:23 +0100)]
Fix variable name.
Jan Schneider [Sun, 14 Feb 2010 18:57:41 +0000 (19:57 +0100)]
Since this is the default path for linked libraries now, enable it.