horde.git
16 years agoRemove unused form pointer.
Jan Schneider [Fri, 13 Nov 2009 11:05:15 +0000 (12:05 +0100)]
Remove unused form pointer.

16 years agoSet event/task title.
Jan Schneider [Fri, 13 Nov 2009 11:04:18 +0000 (12:04 +0100)]
Set event/task title.

16 years agoautocompleter.init() is also called in the _editEvent callback, no
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()

16 years agoMFB: Fix parsing of comment callback url when viewing via the api.
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.

16 years agoRemove noprint class - this should all be handled in the CSS file instead
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

16 years agoImprove CSS/positioning of scroller and split bar
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.

16 years agoCorrectly filter inverse flags
Michael M Slusarz [Fri, 13 Nov 2009 20:49:54 +0000 (13:49 -0700)]
Correctly filter inverse flags

16 years agoDisable compose textarea when converting from HTML
Michael M Slusarz [Fri, 13 Nov 2009 20:38:07 +0000 (13:38 -0700)]
Disable compose textarea when converting from HTML

16 years agoDelay a bit to make sure all elements have been loaded before resizing
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

16 years agoLess wordy
Michael M Slusarz [Fri, 13 Nov 2009 17:24:15 +0000 (10:24 -0700)]
Less wordy

16 years agoPrinting CSS tweaks; move DIMP stuff out of main CSS file
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

16 years agoImplement task viewing.
Jan Schneider [Thu, 12 Nov 2009 23:15:28 +0000 (00:15 +0100)]
Implement task viewing.

16 years agoPosition growler at bottom right again.
Jan Schneider [Thu, 12 Nov 2009 23:11:50 +0000 (00:11 +0100)]
Position growler at bottom right again.

16 years agoUse setValue()/clear().
Jan Schneider [Thu, 12 Nov 2009 23:11:27 +0000 (00:11 +0100)]
Use setValue()/clear().

16 years agoStandardize on lowercase.
Jan Schneider [Thu, 12 Nov 2009 23:10:34 +0000 (00:10 +0100)]
Standardize on lowercase.

16 years agoAlways return true, so that the callback on the client side is always called,
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.

16 years agoReturn error on unknown action.
Jan Schneider [Thu, 12 Nov 2009 22:36:55 +0000 (23:36 +0100)]
Return error on unknown action.

16 years agoHandle tasks separately from other timeobjects.
Jan Schneider [Thu, 12 Nov 2009 22:18:25 +0000 (23:18 +0100)]
Handle tasks separately from other timeobjects.
Fix toggling calendars.

16 years agoAdd way for Mime Viewers to display 'preview' information if the inline size is exceeded
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

16 years agoFix constant name
Michael M Slusarz [Thu, 12 Nov 2009 21:11:24 +0000 (14:11 -0700)]
Fix constant name

16 years agoFix flag checking for 'negative' flags if no other flags exist
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

16 years agoWe only want one section per application, not per timeobject category. Streamline...
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.

16 years agoFix tasklist detection.
Jan Schneider [Thu, 12 Nov 2009 14:11:14 +0000 (15:11 +0100)]
Fix tasklist detection.

16 years agoMFB: Add upgrade script for PostgreSQL.
Jan Schneider [Thu, 12 Nov 2009 13:43:16 +0000 (14:43 +0100)]
MFB: Add upgrade script for PostgreSQL.

16 years agoFix HTML.
Jan Schneider [Thu, 12 Nov 2009 13:41:10 +0000 (14:41 +0100)]
Fix HTML.

16 years agoSecond go at forcing string eventIds so JSON encoding will work
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.

16 years agoRevert "Need to consistently key events by string, not by integer, otherwise"
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.

16 years agoNeed to consistently key events by string, not by integer, otherwise
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.

16 years agoHide the pageControls panel when printing
Chuck Hagenbuch [Thu, 12 Nov 2009 03:04:25 +0000 (22:04 -0500)]
Hide the pageControls panel when printing

16 years agoNeed to allow setting of parmeters via __set() also
Michael J. Rubinsky [Wed, 11 Nov 2009 21:44:57 +0000 (16:44 -0500)]
Need to allow setting of parmeters via __set() also

16 years agoFix trying to access protected members, add a getter for Ansel_View parameters
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

16 years agofix existence check
Michael J. Rubinsky [Wed, 11 Nov 2009 21:24:21 +0000 (16:24 -0500)]
fix existence check

16 years agofix existence check
Michael J. Rubinsky [Wed, 11 Nov 2009 21:19:09 +0000 (16:19 -0500)]
fix existence check

16 years agoremove deprecated function call
Michael J. Rubinsky [Wed, 11 Nov 2009 21:18:54 +0000 (16:18 -0500)]
remove deprecated function call

16 years agoNeed to implement __isset() if we are going to check magic __get()
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()

16 years agoDon't show widgets when viewing via the api, remove deprecated function call
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

16 years agoremove deprecated function call
Michael J. Rubinsky [Wed, 11 Nov 2009 19:31:10 +0000 (14:31 -0500)]
remove deprecated function call

16 years agoSave event with new form (except attendees).
Jan Schneider [Wed, 11 Nov 2009 18:47:52 +0000 (19:47 +0100)]
Save event with new form (except attendees).

16 years agoBe more consistent with recurrence end naming.
Jan Schneider [Wed, 11 Nov 2009 18:12:19 +0000 (19:12 +0100)]
Be more consistent with recurrence end naming.

16 years agoTweak hour labels.
Jan Schneider [Wed, 11 Nov 2009 17:47:37 +0000 (18:47 +0100)]
Tweak hour labels.

16 years agoRender events in week and day views correctly again.
Jan Schneider [Wed, 11 Nov 2009 17:12:18 +0000 (18:12 +0100)]
Render events in week and day views correctly again.

16 years agoMore CSS cleanup. Also rotate labels in left column by 90 degrees.
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.

16 years agoRemove unsed CSS class and rules.
Jan Schneider [Wed, 11 Nov 2009 09:14:14 +0000 (10:14 +0100)]
Remove unsed CSS class and rules.

16 years agoMFB: Fix adding recurring events when listing all events (Bug #8688).
Jan Schneider [Wed, 11 Nov 2009 08:04:50 +0000 (09:04 +0100)]
MFB: Fix adding recurring events when listing all events (Bug #8688).

16 years agoIdentity is not auto-loadable yet.
Michael J. Rubinsky [Wed, 11 Nov 2009 01:48:17 +0000 (20:48 -0500)]
Identity is not auto-loadable yet.

16 years agoLink save attach option with save sent mail
Michael M Slusarz [Tue, 10 Nov 2009 19:21:44 +0000 (12:21 -0700)]
Link save attach option with save sent mail

16 years agoMore correct RFC reference; tweaks
Michael M Slusarz [Tue, 10 Nov 2009 17:11:21 +0000 (10:11 -0700)]
More correct RFC reference; tweaks

16 years agoSmall optimization
Michael M Slusarz [Tue, 10 Nov 2009 17:05:37 +0000 (10:05 -0700)]
Small optimization

16 years agoThis should probably be a protected method
Michael J. Rubinsky [Tue, 10 Nov 2009 21:04:51 +0000 (16:04 -0500)]
This should probably be a protected method

16 years agothrow exception from Ansel_View#getGallery
Michael J. Rubinsky [Tue, 10 Nov 2009 20:52:17 +0000 (15:52 -0500)]
throw exception from Ansel_View#getGallery
Bug: 8699

16 years agoMFB: Don't show address book preference group if address books are disabled (Bug...
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).

16 years agoFill new event form (no saving yet).
Jan Schneider [Tue, 10 Nov 2009 17:09:06 +0000 (18:09 +0100)]
Fill new event form (no saving yet).

16 years agoFix method name.
Jan Schneider [Tue, 10 Nov 2009 11:52:24 +0000 (12:52 +0100)]
Fix method name.

16 years agoFix syntax
Jan Schneider [Tue, 10 Nov 2009 11:50:25 +0000 (12:50 +0100)]
Fix syntax

16 years agoMissed a x-imp-pgp-signature conversion.
Michael M Slusarz [Tue, 10 Nov 2009 17:00:28 +0000 (10:00 -0700)]
Missed a x-imp-pgp-signature conversion.

16 years agoAll embedded information now lives under the original part.
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.

16 years agoOutput a more correct representation of signature data when viewing sig part of an...
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

16 years agoSupport Mime Viewer raw render output
Michael M Slusarz [Mon, 9 Nov 2009 22:23:05 +0000 (15:23 -0700)]
Support Mime Viewer raw render output

16 years agoRemove x-imp-pgp-signature Content-Type hack
Michael M Slusarz [Mon, 9 Nov 2009 22:11:22 +0000 (15:11 -0700)]
Remove x-imp-pgp-signature Content-Type hack

16 years agoAdd IMP_Contents::isEmbedded()
Michael M Slusarz [Mon, 9 Nov 2009 22:10:51 +0000 (15:10 -0700)]
Add IMP_Contents::isEmbedded()

16 years agoUse Horde_Mime::isChild().
Michael M Slusarz [Mon, 9 Nov 2009 20:29:13 +0000 (13:29 -0700)]
Use Horde_Mime::isChild().

16 years agoMake the return conform to what is expected from render()
Michael M Slusarz [Mon, 9 Nov 2009 19:56:32 +0000 (12:56 -0700)]
Make the return conform to what is expected from render()

16 years agoAdd missing image_location field.
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.

16 years agoUse varchar 255 to be consistent (and 255 is max size for older versions of mysql...
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

16 years agotweak css for kronolith tag and top tag display. Still looks a little
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.

16 years agoSupport links to timeobjects and load them in an iframe.
Jan Schneider [Mon, 9 Nov 2009 22:46:53 +0000 (23:46 +0100)]
Support links to timeobjects and load them in an iframe.

16 years ago...must save open files before committing...must save open files before committing..
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..

16 years agobuilder.js lives in horde
Michael J. Rubinsky [Mon, 9 Nov 2009 21:13:29 +0000 (16:13 -0500)]
builder.js lives in horde

16 years agooo-ify geotag widget javascript - and fix some other issues that
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.

16 years agoDoc/text tweaks; remove unneeded code
Michael M Slusarz [Sun, 8 Nov 2009 08:56:47 +0000 (01:56 -0700)]
Doc/text tweaks; remove unneeded code

16 years agoBug #7981: Fix multipart/alternative display
Michael M Slusarz [Sun, 8 Nov 2009 08:56:05 +0000 (01:56 -0700)]
Bug #7981: Fix multipart/alternative display

16 years agows
Michael M Slusarz [Sun, 8 Nov 2009 08:19:17 +0000 (01:19 -0700)]
ws

16 years agoFix variables.
Michael M Slusarz [Sun, 8 Nov 2009 08:10:19 +0000 (01:10 -0700)]
Fix variables.

16 years agotrack imple post-only changes in ajax actions for face editing
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

16 years agoMore geotag ajax action changes to properly accept POST only
Michael J. Rubinsky [Mon, 9 Nov 2009 18:56:02 +0000 (13:56 -0500)]
More geotag ajax action changes to properly accept POST only

16 years agosavelocation ajax action is POST only
Michael J. Rubinsky [Mon, 9 Nov 2009 18:48:23 +0000 (13:48 -0500)]
savelocation ajax action is POST only

16 years agoUpdate geotag ajax action to properly accept 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

16 years agoFix toggle actions to work properly with only POST data
Michael J. Rubinsky [Sun, 8 Nov 2009 21:33:54 +0000 (16:33 -0500)]
Fix toggle actions to work properly with only POST data

16 years agoWe need to compare against the month of the current view, not of today.
Jan Schneider [Mon, 9 Nov 2009 16:23:22 +0000 (17:23 +0100)]
We need to compare against the month of the current view, not of today.

16 years agoFix link generation.
Jan Schneider [Sat, 7 Nov 2009 18:52:44 +0000 (19:52 +0100)]
Fix link generation.

16 years agoImplement getEvent().
Jan Schneider [Sat, 7 Nov 2009 18:41:50 +0000 (19:41 +0100)]
Implement getEvent().

16 years agoThe cancel link is no longer a form element.
Jan Schneider [Sat, 7 Nov 2009 18:20:37 +0000 (19:20 +0100)]
The cancel link is no longer a form element.

16 years agows
Jan Schneider [Fri, 6 Nov 2009 17:41:15 +0000 (18:41 +0100)]
ws

16 years agoTemporarily load empty taks always.
Jan Schneider [Fri, 6 Nov 2009 17:11:15 +0000 (18:11 +0100)]
Temporarily load empty taks always.

16 years agoFix tag actions, now works properly using POST
Michael J. Rubinsky [Sun, 8 Nov 2009 21:03:45 +0000 (16:03 -0500)]
Fix tag actions, now works properly using POST

16 years agomore phpdoc fixes as I come across them
Michael J. Rubinsky [Sun, 8 Nov 2009 20:52:48 +0000 (15:52 -0500)]
more phpdoc fixes as I come across them

16 years agoUpdate/fix phpdoc
Michael J. Rubinsky [Sun, 8 Nov 2009 20:30:40 +0000 (15:30 -0500)]
Update/fix phpdoc

16 years agoSupport for POST only variables using Horde_Ajax_Imple, and fix
Michael J. Rubinsky [Sun, 8 Nov 2009 16:53:47 +0000 (11:53 -0500)]
Support for POST only variables using Horde_Ajax_Imple, and fix
kronolith's tag actions to require POST for state changing actions.

16 years agoFix location auto completion when using the ajax autocompleter.
Michael J. Rubinsky [Sat, 7 Nov 2009 22:54:55 +0000 (17:54 -0500)]
Fix location auto completion when using the ajax autocompleter.

16 years agoFix display of multiple status messages.
Michael M Slusarz [Sat, 7 Nov 2009 07:57:08 +0000 (00:57 -0700)]
Fix display of multiple status messages.

16 years agoThese are hook names, not functions
Michael M Slusarz [Sat, 7 Nov 2009 07:47:02 +0000 (00:47 -0700)]
These are hook names, not functions

16 years agoMove message rendering code for imp/dimp into shared function
Michael M Slusarz [Sat, 7 Nov 2009 06:03:04 +0000 (23:03 -0700)]
Move message rendering code for imp/dimp into shared function

For message/rfc822 data, indicate which data is part of the original
message data by wrapping this data entirely within a div with a border.

16 years agoRemove reference to non-existent file
Michael M Slusarz [Sat, 7 Nov 2009 02:54:37 +0000 (19:54 -0700)]
Remove reference to non-existent file

16 years agoremove old autocomplete results node
Michael J. Rubinsky [Sat, 7 Nov 2009 21:24:26 +0000 (16:24 -0500)]
remove old autocomplete results node

16 years agoSimplify, can't use the onShow callback in this way anymore, remove commented out...
Michael J. Rubinsky [Sat, 7 Nov 2009 21:21:13 +0000 (16:21 -0500)]
Simplify, can't use the onShow callback in this way anymore, remove commented out code.

16 years agoOnSelect Callback now needs to return the string to display
Michael J. Rubinsky [Sat, 7 Nov 2009 21:04:06 +0000 (16:04 -0500)]
OnSelect Callback now needs to return the string to display

16 years agooptions -> opts
Michael J. Rubinsky [Sat, 7 Nov 2009 21:03:41 +0000 (16:03 -0500)]
options -> opts

16 years agoTrach autocomplete/KeyNavList changes
Michael J. Rubinsky [Sat, 7 Nov 2009 19:18:49 +0000 (14:18 -0500)]
Trach autocomplete/KeyNavList changes

16 years agoGenerate non-volatile data outside of loops. (patrick.abiven@apitech.fr).
Jan Schneider [Sat, 7 Nov 2009 17:43:52 +0000 (18:43 +0100)]
Generate non-volatile data outside of loops. (patrick.abiven@apitech.fr).

16 years agoMFB: Apply user name hook when checking for user existence (Bug #8665).
Jan Schneider [Sat, 7 Nov 2009 14:01:05 +0000 (15:01 +0100)]
MFB: Apply user name hook when checking for user existence (Bug #8665).