Michael M Slusarz [Mon, 16 Nov 2009 19:49:04 +0000 (12:49 -0700)]
Add mimp_download_confirm pref
Determines at what size an attachment download in mimp should trigger
the download confirmation page.
Michael M Slusarz [Mon, 16 Nov 2009 19:48:33 +0000 (12:48 -0700)]
Add missing mimp prefs to group definition.
Michael M Slusarz [Mon, 16 Nov 2009 19:27:00 +0000 (12:27 -0700)]
Use Form.Element.clear()
Michael M Slusarz [Mon, 16 Nov 2009 19:22:16 +0000 (12:22 -0700)]
Don't display MIME type for parts in IMP/DIMP
The MIME type is still available from hovering over the icon. And the
icon should provide sufficient information to determine the part type.
And for the vast majority of users, the MIME type information is either
unuseful or irrelevant.
Michael M Slusarz [Mon, 16 Nov 2009 19:06:36 +0000 (12:06 -0700)]
Fix function name
Michael M Slusarz [Mon, 16 Nov 2009 19:03:17 +0000 (12:03 -0700)]
Make the attachment icon clickable to expand the attachment list
Jan Schneider [Mon, 16 Nov 2009 18:14:12 +0000 (19:14 +0100)]
Implement task deletion.
Jan Schneider [Mon, 16 Nov 2009 18:08:51 +0000 (19:08 +0100)]
Permission checking.
Jan Schneider [Mon, 16 Nov 2009 18:02:17 +0000 (19:02 +0100)]
doc
Jan Schneider [Mon, 16 Nov 2009 17:58:01 +0000 (18:58 +0100)]
Fix deleting and moving events through the event form.
Jan Schneider [Mon, 16 Nov 2009 17:06:23 +0000 (18:06 +0100)]
Correctly deal with future tasks, including moving from one type to the other
when the future date arrives.
Fix switching of task types with tasks from more than one list.
Jan Schneider [Mon, 16 Nov 2009 16:20:05 +0000 (17:20 +0100)]
Include future tasks if requesting incomplete tasks.
Jan Schneider [Mon, 16 Nov 2009 16:17:05 +0000 (17:17 +0100)]
Move code.
Jan Schneider [Mon, 16 Nov 2009 16:15:34 +0000 (17:15 +0100)]
Apply css class on the correct node.
Jan Schneider [Mon, 16 Nov 2009 15:18:58 +0000 (16:18 +0100)]
This is not for loading calendars only anymore.
Jan Schneider [Mon, 16 Nov 2009 15:15:46 +0000 (16:15 +0100)]
Fix toggling of completion.
Jan Schneider [Mon, 16 Nov 2009 15:15:24 +0000 (16:15 +0100)]
Fix signature checking of ListTasks request.
Jan Schneider [Mon, 16 Nov 2009 14:40:07 +0000 (15:40 +0100)]
Naming consistency.
Jan Schneider [Mon, 16 Nov 2009 14:28:44 +0000 (15:28 +0100)]
Only load missing tasks if switching task states.
Jan Schneider [Mon, 16 Nov 2009 12:47:27 +0000 (13:47 +0100)]
Implement task type switching.
Jan Schneider [Fri, 13 Nov 2009 11:16:38 +0000 (12:16 +0100)]
Only reset this.view if we are really closing the view.
Jan Schneider [Fri, 13 Nov 2009 11:07:42 +0000 (12:07 +0100)]
No need for escaping here.
Jan Schneider [Fri, 13 Nov 2009 11:05:15 +0000 (12:05 +0100)]
Remove unused form pointer.
Jan Schneider [Fri, 13 Nov 2009 11:04:18 +0000 (12:04 +0100)]
Set event/task title.
Michael J. Rubinsky [Sun, 15 Nov 2009 20:45:21 +0000 (15:45 -0500)]
autocompleter.init() is also called in the _editEvent callback, no
need to call it in every case in editEvent()
Michael J. Rubinsky [Sun, 15 Nov 2009 18:40:07 +0000 (13:40 -0500)]
MFB: Fix parsing of comment callback url when viewing via the api.
Michael M Slusarz [Fri, 13 Nov 2009 21:47:46 +0000 (14:47 -0700)]
Remove noprint class - this should all be handled in the CSS file instead
Michael M Slusarz [Fri, 13 Nov 2009 21:44:33 +0000 (14:44 -0700)]
Improve CSS/positioning of scroller and split bar
Split drag classes out so that each drag type can have a different
styling.
Michael M Slusarz [Fri, 13 Nov 2009 20:49:54 +0000 (13:49 -0700)]
Correctly filter inverse flags
Michael M Slusarz [Fri, 13 Nov 2009 20:38:07 +0000 (13:38 -0700)]
Disable compose textarea when converting from HTML
Michael M Slusarz [Fri, 13 Nov 2009 20:13:51 +0000 (13:13 -0700)]
Delay a bit to make sure all elements have been loaded before resizing
Michael M Slusarz [Fri, 13 Nov 2009 17:24:15 +0000 (10:24 -0700)]
Less wordy
Michael M Slusarz [Fri, 13 Nov 2009 06:43:38 +0000 (23:43 -0700)]
Printing CSS tweaks; move DIMP stuff out of main CSS file
Jan Schneider [Thu, 12 Nov 2009 23:15:28 +0000 (00:15 +0100)]
Implement task viewing.
Jan Schneider [Thu, 12 Nov 2009 23:11:50 +0000 (00:11 +0100)]
Position growler at bottom right again.
Jan Schneider [Thu, 12 Nov 2009 23:11:27 +0000 (00:11 +0100)]
Use setValue()/clear().
Jan Schneider [Thu, 12 Nov 2009 23:10:34 +0000 (00:10 +0100)]
Standardize on lowercase.
Jan Schneider [Thu, 12 Nov 2009 22:43:33 +0000 (23:43 +0100)]
Always return true, so that the callback on the client side is always called,
e.g. to close dialog boxes etc.
Jan Schneider [Thu, 12 Nov 2009 22:36:55 +0000 (23:36 +0100)]
Return error on unknown action.
Jan Schneider [Thu, 12 Nov 2009 22:18:25 +0000 (23:18 +0100)]
Handle tasks separately from other timeobjects.
Fix toggling calendars.
Michael M Slusarz [Thu, 12 Nov 2009 22:33:08 +0000 (15:33 -0700)]
Add way for Mime Viewers to display 'preview' information if the inline size is exceeded
Michael M Slusarz [Thu, 12 Nov 2009 21:11:24 +0000 (14:11 -0700)]
Fix constant name
Michael M Slusarz [Thu, 12 Nov 2009 20:21:25 +0000 (13:21 -0700)]
Fix flag checking for 'negative' flags if no other flags exist
Jan Schneider [Thu, 12 Nov 2009 15:56:09 +0000 (16:56 +0100)]
We only want one section per application, not per timeobject category. Streamline code a bit.
Jan Schneider [Thu, 12 Nov 2009 14:11:14 +0000 (15:11 +0100)]
Fix tasklist detection.
Jan Schneider [Thu, 12 Nov 2009 13:43:16 +0000 (14:43 +0100)]
MFB: Add upgrade script for PostgreSQL.
Jan Schneider [Thu, 12 Nov 2009 13:41:10 +0000 (14:41 +0100)]
Fix HTML.
Michael J. Rubinsky [Thu, 12 Nov 2009 20:57:11 +0000 (15:57 -0500)]
Second go at forcing string eventIds so JSON encoding will work
consistently across event drivers.
Michael J. Rubinsky [Thu, 12 Nov 2009 20:52:54 +0000 (15:52 -0500)]
Revert "Need to consistently key events by string, not by integer, otherwise"
This won't work, as we won't have any way to retrieve the event now. *sigh*
This reverts commit
c30b152c027c0b0727f8a7f43b5d1a2490653e21.
Michael J. Rubinsky [Thu, 12 Nov 2009 20:46:00 +0000 (15:46 -0500)]
Need to consistently key events by string, not by integer, otherwise
when the results are JSON encoded we may get an object or an array.
Chuck Hagenbuch [Thu, 12 Nov 2009 03:04:25 +0000 (22:04 -0500)]
Hide the pageControls panel when printing
Michael J. Rubinsky [Wed, 11 Nov 2009 21:44:57 +0000 (16:44 -0500)]
Need to allow setting of parmeters via __set() also
Michael J. Rubinsky [Wed, 11 Nov 2009 21:33:36 +0000 (16:33 -0500)]
Fix trying to access protected members, add a getter for Ansel_View parameters
Michael J. Rubinsky [Wed, 11 Nov 2009 21:24:21 +0000 (16:24 -0500)]
fix existence check
Michael J. Rubinsky [Wed, 11 Nov 2009 21:19:09 +0000 (16:19 -0500)]
fix existence check
Michael J. Rubinsky [Wed, 11 Nov 2009 21:18:54 +0000 (16:18 -0500)]
remove deprecated function call
Michael J. Rubinsky [Wed, 11 Nov 2009 21:18:07 +0000 (16:18 -0500)]
Need to implement __isset() if we are going to check magic __get()
properties against empty()/isset()
Michael J. Rubinsky [Wed, 11 Nov 2009 20:13:26 +0000 (15:13 -0500)]
Don't show widgets when viewing via the api, remove deprecated function call
Michael J. Rubinsky [Wed, 11 Nov 2009 19:31:10 +0000 (14:31 -0500)]
remove deprecated function call
Jan Schneider [Wed, 11 Nov 2009 18:47:52 +0000 (19:47 +0100)]
Save event with new form (except attendees).
Jan Schneider [Wed, 11 Nov 2009 18:12:19 +0000 (19:12 +0100)]
Be more consistent with recurrence end naming.
Jan Schneider [Wed, 11 Nov 2009 17:47:37 +0000 (18:47 +0100)]
Tweak hour labels.
Jan Schneider [Wed, 11 Nov 2009 17:12:18 +0000 (18:12 +0100)]
Render events in week and day views correctly again.
Jan Schneider [Wed, 11 Nov 2009 16:19:10 +0000 (17:19 +0100)]
More CSS cleanup. Also rotate labels in left column by 90 degrees.
Jan Schneider [Wed, 11 Nov 2009 09:14:14 +0000 (10:14 +0100)]
Remove unsed CSS class and rules.
Jan Schneider [Wed, 11 Nov 2009 08:04:50 +0000 (09:04 +0100)]
MFB: Fix adding recurring events when listing all events (Bug #8688).
Michael J. Rubinsky [Wed, 11 Nov 2009 01:48:17 +0000 (20:48 -0500)]
Identity is not auto-loadable yet.
Michael M Slusarz [Tue, 10 Nov 2009 19:21:44 +0000 (12:21 -0700)]
Link save attach option with save sent mail
Michael M Slusarz [Tue, 10 Nov 2009 17:11:21 +0000 (10:11 -0700)]
More correct RFC reference; tweaks
Michael M Slusarz [Tue, 10 Nov 2009 17:05:37 +0000 (10:05 -0700)]
Small optimization
Michael J. Rubinsky [Tue, 10 Nov 2009 21:04:51 +0000 (16:04 -0500)]
This should probably be a protected method
Michael J. Rubinsky [Tue, 10 Nov 2009 20:52:17 +0000 (15:52 -0500)]
throw exception from Ansel_View#getGallery
Bug: 8699
Jan Schneider [Tue, 10 Nov 2009 18:56:17 +0000 (19:56 +0100)]
MFB: Don't show address book preference group if address books are disabled (Bug #8692).
Jan Schneider [Tue, 10 Nov 2009 17:09:06 +0000 (18:09 +0100)]
Fill new event form (no saving yet).
Jan Schneider [Tue, 10 Nov 2009 11:52:24 +0000 (12:52 +0100)]
Fix method name.
Jan Schneider [Tue, 10 Nov 2009 11:50:25 +0000 (12:50 +0100)]
Fix syntax
Michael M Slusarz [Tue, 10 Nov 2009 17:00:28 +0000 (10:00 -0700)]
Missed a x-imp-pgp-signature conversion.
Michael M Slusarz [Sat, 7 Nov 2009 08:04:43 +0000 (01:04 -0700)]
All embedded information now lives under the original part.
Resolves Ticket #8296; Ticket #8629
Don't replace the original part with the embedded information. This
ensures we can always uniquely access the original data if necessary.
Also allows us an easier method to show status messages for related data
and allows us to do fancier things like wrapping entire parts with
colored borders (i.e. multipart/encrypted, multipart/signed).
Fixes problems with S/MIME encrypted/signed messages.
Michael M Slusarz [Mon, 9 Nov 2009 22:23:34 +0000 (15:23 -0700)]
Output a more correct representation of signature data when viewing sig part of an armored text message
Michael M Slusarz [Mon, 9 Nov 2009 22:23:05 +0000 (15:23 -0700)]
Support Mime Viewer raw render output
Michael M Slusarz [Mon, 9 Nov 2009 22:11:22 +0000 (15:11 -0700)]
Remove x-imp-pgp-signature Content-Type hack
Michael M Slusarz [Mon, 9 Nov 2009 22:10:51 +0000 (15:10 -0700)]
Add IMP_Contents::isEmbedded()
Michael M Slusarz [Mon, 9 Nov 2009 20:29:13 +0000 (13:29 -0700)]
Use Horde_Mime::isChild().
Michael M Slusarz [Mon, 9 Nov 2009 19:56:32 +0000 (12:56 -0700)]
Make the return conform to what is expected from render()
Matt Selsky [Tue, 10 Nov 2009 04:02:39 +0000 (23:02 -0500)]
Add missing image_location field.
Make sure datatypes are capitalized and blank lines are prefixed with comment characters.
Matt Selsky [Tue, 10 Nov 2009 03:57:20 +0000 (22:57 -0500)]
Use varchar 255 to be consistent (and 255 is max size for older versions of mysql, etc)
Bug: 8689
Michael J. Rubinsky [Tue, 10 Nov 2009 01:28:29 +0000 (20:28 -0500)]
tweak css for kronolith tag and top tag display. Still looks a little
different then it looked before recent design changes, but it's closer now.
Jan Schneider [Mon, 9 Nov 2009 22:46:53 +0000 (23:46 +0100)]
Support links to timeobjects and load them in an iframe.
Michael J. Rubinsky [Mon, 9 Nov 2009 21:14:12 +0000 (16:14 -0500)]
...must save open files before committing...must save open files before committing..
Michael J. Rubinsky [Mon, 9 Nov 2009 21:13:29 +0000 (16:13 -0500)]
builder.js lives in horde
Michael J. Rubinsky [Mon, 9 Nov 2009 21:00:25 +0000 (16:00 -0500)]
oo-ify geotag widget javascript - and fix some other issues that
were brought to light during refactoring.
Michael M Slusarz [Sun, 8 Nov 2009 08:56:47 +0000 (01:56 -0700)]
Doc/text tweaks; remove unneeded code
Michael M Slusarz [Sun, 8 Nov 2009 08:56:05 +0000 (01:56 -0700)]
Bug #7981: Fix multipart/alternative display
Michael M Slusarz [Sun, 8 Nov 2009 08:19:17 +0000 (01:19 -0700)]
ws
Michael M Slusarz [Sun, 8 Nov 2009 08:10:19 +0000 (01:10 -0700)]
Fix variables.
Michael J. Rubinsky [Mon, 9 Nov 2009 19:12:15 +0000 (14:12 -0500)]
track imple post-only changes in ajax actions for face editing
Michael J. Rubinsky [Mon, 9 Nov 2009 18:56:02 +0000 (13:56 -0500)]
More geotag ajax action changes to properly accept POST only
Michael J. Rubinsky [Mon, 9 Nov 2009 18:48:23 +0000 (13:48 -0500)]
savelocation ajax action is POST only
Michael J. Rubinsky [Mon, 9 Nov 2009 17:01:31 +0000 (12:01 -0500)]
Update geotag ajax action to properly accept POST only
Michael J. Rubinsky [Sun, 8 Nov 2009 21:33:54 +0000 (16:33 -0500)]
Fix toggle actions to work properly with only POST data