horde.git
16 years agoFix address context clicks
Michael M Slusarz [Sun, 22 Feb 2009 00:16:26 +0000 (17:16 -0700)]
Fix address context clicks

16 years agoImprovements to PGP & S/MIME verifying UI
Michael M Slusarz [Sat, 21 Feb 2009 23:57:24 +0000 (16:57 -0700)]
Improvements to PGP & S/MIME verifying UI

16 years agoFix select all in dimp
Michael M Slusarz [Sat, 21 Feb 2009 23:30:37 +0000 (16:30 -0700)]
Fix select all in dimp

16 years agoFix image hiding/showing in HTML messages.
Michael M Slusarz [Fri, 20 Feb 2009 23:47:35 +0000 (16:47 -0700)]
Fix image hiding/showing in HTML messages.

Image show link should only work for the current MIME part, not all
image MIME parts.

Removes the potentially duplicate DOM ID 'html-message', which might
occur if more than 1 viewable HTML part was in a message.

16 years agoThis bug is fixed.
Michael M Slusarz [Fri, 20 Feb 2009 21:06:28 +0000 (14:06 -0700)]
This bug is fixed.

16 years agoFix rebuilding of mailbox on message action
Michael M Slusarz [Fri, 20 Feb 2009 21:03:43 +0000 (14:03 -0700)]
Fix rebuilding of mailbox on message action

16 years agoFix spam actions on the IMP message screen
Michael M Slusarz [Fri, 20 Feb 2009 19:11:12 +0000 (12:11 -0700)]
Fix spam actions on the IMP message screen

16 years agoFix thread display in IMP.
Michael M Slusarz [Fri, 20 Feb 2009 19:10:53 +0000 (12:10 -0700)]
Fix thread display in IMP.

16 years agoIgnore list post if NO is given (RFC 2369 [3.4])
Michael M Slusarz [Fri, 20 Feb 2009 18:31:06 +0000 (11:31 -0700)]
Ignore list post if NO is given (RFC 2369 [3.4])

16 years agoAssociative PHP arrays are serialized as JSON arrays when empty, instead of
Jan Schneider [Fri, 20 Feb 2009 17:23:45 +0000 (18:23 +0100)]
Associative PHP arrays are serialized as JSON arrays when empty, instead of
objects. $H() only works with objects though.
Michael, have you seen this earlier and solved it differently?

16 years agoMerge from DIMP and remove unused methods.
Jan Schneider [Fri, 20 Feb 2009 16:42:26 +0000 (17:42 +0100)]
Merge from DIMP and remove unused methods.

16 years agoFix priority image display in preview window
Michael M Slusarz [Fri, 20 Feb 2009 08:10:03 +0000 (01:10 -0700)]
Fix priority image display in preview window

16 years agoFix clickHandler functions
Michael M Slusarz [Fri, 20 Feb 2009 07:51:37 +0000 (00:51 -0700)]
Fix clickHandler functions

16 years agoUse our own JS to display quote blocks
Michael M Slusarz [Fri, 20 Feb 2009 07:39:06 +0000 (00:39 -0700)]
Use our own JS to display quote blocks

16 years agoMFB: changelog entry
Michael M Slusarz [Fri, 20 Feb 2009 05:22:20 +0000 (22:22 -0700)]
MFB: changelog entry

16 years agoAdd color attribute.
Jan Schneider [Fri, 20 Feb 2009 00:23:14 +0000 (01:23 +0100)]
Add color attribute.

16 years agouse clone directly in H4 code, and use clone as a keyword instead of a function
Chuck Hagenbuch [Thu, 19 Feb 2009 17:55:34 +0000 (12:55 -0500)]
use clone directly in H4 code, and use clone as a keyword instead of a function

16 years agoFix friends managment.
Duck (Jakob Munih) [Wed, 18 Feb 2009 18:54:11 +0000 (19:54 +0100)]
Fix friends managment.
Make invite mail body configurable.

16 years agoPrepare friends UI for groups
Duck (Jakob Munih) [Wed, 18 Feb 2009 15:44:31 +0000 (16:44 +0100)]
Prepare friends UI for groups

16 years agoMerge from DIMP, fix syntax.
Jan Schneider [Wed, 18 Feb 2009 10:21:32 +0000 (11:21 +0100)]
Merge from DIMP, fix syntax.

16 years agoAdd Date.dateString().
Jan Schneider [Mon, 16 Feb 2009 14:15:45 +0000 (15:15 +0100)]
Add Date.dateString().

16 years agoExtend Date prototype.
Jan Schneider [Mon, 16 Feb 2009 14:12:48 +0000 (15:12 +0100)]
Extend Date prototype.

16 years agoAttach mouse effects on event bubbles.
Jan Schneider [Fri, 13 Feb 2009 23:43:58 +0000 (00:43 +0100)]
Attach mouse effects on event bubbles.

16 years agoDynamically create thread images
Michael M Slusarz [Wed, 18 Feb 2009 08:09:33 +0000 (01:09 -0700)]
Dynamically create thread images

16 years agoDynamically create popdown image
Michael M Slusarz [Wed, 18 Feb 2009 07:45:27 +0000 (00:45 -0700)]
Dynamically create popdown image

16 years agoUse CSS images for dimpaction buttons
Michael M Slusarz [Wed, 18 Feb 2009 07:37:47 +0000 (00:37 -0700)]
Use CSS images for dimpaction buttons

16 years agoDuplicate declaration
Michael M Slusarz [Wed, 18 Feb 2009 07:01:49 +0000 (00:01 -0700)]
Duplicate declaration

16 years agoRework contextmenu click event firing.
Michael M Slusarz [Fri, 13 Feb 2009 09:08:08 +0000 (02:08 -0700)]
Rework contextmenu click event firing.

Update contextmenus in full message view to match style used on base
page.
Load contacts contextmenu images from CSS.

16 years agoGeneral JS cleanup
Michael M Slusarz [Fri, 13 Feb 2009 08:00:32 +0000 (01:00 -0700)]
General JS cleanup

16 years agoBug #7866: Fix folder list accesskey
Michael M Slusarz [Wed, 18 Feb 2009 06:01:49 +0000 (23:01 -0700)]
Bug #7866: Fix folder list accesskey

16 years agowithout() doesn't handle array input; need diff()
Michael M Slusarz [Tue, 17 Feb 2009 08:16:17 +0000 (01:16 -0700)]
without() doesn't handle array input; need diff()

Yet again, without() is completely worthless by itself.  And for some
reason, the prototypejs people continue to insist that it is better than
diff(). Even though it isn't.

16 years agoTry to keep the example doc in-line with changes as I work...
Michael J. Rubinsky [Wed, 18 Feb 2009 01:40:55 +0000 (20:40 -0500)]
Try to keep the example doc in-line with changes as I work...
More camelCase method names..

16 years agoMove these constants to the batch object
Michael J. Rubinsky [Wed, 18 Feb 2009 01:35:28 +0000 (20:35 -0500)]
Move these constants to the batch object

16 years agoMore horde-ish method names
Michael J. Rubinsky [Wed, 18 Feb 2009 01:24:37 +0000 (20:24 -0500)]
More horde-ish method names

16 years agoMove batch functionality to it's own class.
Michael J. Rubinsky [Wed, 18 Feb 2009 01:11:21 +0000 (20:11 -0500)]
Move batch functionality to it's own class.
Fix visibility of some methods and members.

16 years agoStart pulling apart the monolithic H_S_Facebook class into a more
Michael J. Rubinsky [Wed, 18 Feb 2009 00:39:17 +0000 (19:39 -0500)]
Start pulling apart the monolithic H_S_Facebook class into a more
OO design.

This one pulls out request related code into H_S_Facebook_Request and
also adds a (mosty empty) H_S_Facebook_BatchRequest.

16 years agoMore cs cleanup...it actually doesn't hurt my eyes to look at this code now....
Michael J. Rubinsky [Tue, 17 Feb 2009 23:32:22 +0000 (18:32 -0500)]
More cs cleanup...it actually doesn't hurt my eyes to look at this code now....

16 years agoStandardize on requesting and expeecting only JSON data back from
Michael J. Rubinsky [Tue, 17 Feb 2009 21:19:40 +0000 (16:19 -0500)]
Standardize on requesting and expeecting only JSON data back from
all FB api calls.

Some more code clean up as I find it

16 years agoI don't see where these are used, or why we would need them...
Michael J. Rubinsky [Tue, 17 Feb 2009 16:05:55 +0000 (11:05 -0500)]
I don't see where these are used, or why we would need them...

16 years agophpdoc
Michael J. Rubinsky [Tue, 17 Feb 2009 16:05:30 +0000 (11:05 -0500)]
phpdoc

16 years agoFix callback name
Michael J. Rubinsky [Tue, 17 Feb 2009 15:14:23 +0000 (10:14 -0500)]
Fix callback name

16 years agoAdd ability to pass a callback function to optionally be called
Michael J. Rubinsky [Tue, 17 Feb 2009 15:07:25 +0000 (10:07 -0500)]
Add ability to pass a callback function to optionally be called
when needing to redirect to FB for login. This gives client code the
option to handle the way in which to display the FB login page.
Continue with phpdoc cleanup

16 years agoMake this a class constant, add some comments
Michael J. Rubinsky [Tue, 17 Feb 2009 14:41:38 +0000 (09:41 -0500)]
Make this a class constant, add some comments

16 years ago#7998 SQL SSL support
Chuck Hagenbuch [Tue, 17 Feb 2009 18:50:33 +0000 (13:50 -0500)]
#7998 SQL SSL support

16 years agoRequest #7997 - add SQL ssl support
Chuck Hagenbuch [Tue, 17 Feb 2009 17:09:21 +0000 (12:09 -0500)]
Request #7997 - add SQL ssl support

16 years agoBug #7926: Fix URL escaping
Michael M Slusarz [Tue, 17 Feb 2009 07:33:13 +0000 (00:33 -0700)]
Bug #7926: Fix URL escaping

16 years agoMove attachment icon display to status column.
Michael M Slusarz [Tue, 17 Feb 2009 07:19:01 +0000 (00:19 -0700)]
Move attachment icon display to status column.

16 years agoUse a Horde_Controller_Request object for all access to
Michael J. Rubinsky [Tue, 17 Feb 2009 06:06:24 +0000 (01:06 -0500)]
Use a Horde_Controller_Request object for all access to
$_POST/$_GET/$_COOKIE/$_SERVER data.

16 years agoInject the Horde_Http_Client object
Michael J. Rubinsky [Tue, 17 Feb 2009 05:00:42 +0000 (00:00 -0500)]
Inject the Horde_Http_Client object

16 years agoStart using Horde_Http_Client where we can (still need to inject it)
Michael J. Rubinsky [Tue, 17 Feb 2009 04:48:42 +0000 (23:48 -0500)]
Start using  Horde_Http_Client where we can (still need to inject it)
Readd call_upload_method method for now (will be refactored)
More code clean up

16 years agoAdd permission management
Duck (Jakob Munih) [Mon, 16 Feb 2009 19:50:06 +0000 (20:50 +0100)]
Add permission management

16 years agocontinue working on a shared friends groups
Duck (Jakob Munih) [Mon, 16 Feb 2009 19:34:11 +0000 (20:34 +0100)]
continue working on a shared friends groups

16 years agoSplit friends and blacklist in separete tables
Duck (Jakob Munih) [Mon, 16 Feb 2009 09:50:05 +0000 (10:50 +0100)]
Split friends and blacklist in separete tables

16 years agoprefix non-public members with _
Michael J. Rubinsky [Sun, 15 Feb 2009 21:11:27 +0000 (16:11 -0500)]
prefix non-public members with _

16 years agoThese should be protected,not public
Michael J. Rubinsky [Sun, 15 Feb 2009 20:58:06 +0000 (15:58 -0500)]
These should be protected,not public

16 years agoNo need for public
Michael J. Rubinsky [Sun, 15 Feb 2009 20:55:31 +0000 (15:55 -0500)]
No need for public

16 years agoNo need for this to be a public function
Michael J. Rubinsky [Sun, 15 Feb 2009 20:53:42 +0000 (15:53 -0500)]
No need for this to be a public function

16 years agoUse Horde::selfUrl - I guess...
Michael J. Rubinsky [Sun, 15 Feb 2009 20:50:39 +0000 (15:50 -0500)]
Use Horde::selfUrl - I guess...

16 years agoUse https if we have https
Michael J. Rubinsky [Sun, 15 Feb 2009 20:42:25 +0000 (15:42 -0500)]
Use https if we have https

16 years agoRevert "If we have https, use https"
Michael J. Rubinsky [Sun, 15 Feb 2009 20:41:28 +0000 (15:41 -0500)]
Revert "If we have https, use https"

Applied fix to wrong method
This reverts commit bca423dd934d79a209958740b0d91c7e667cb591.

16 years agoIf we have https, use https
Michael J. Rubinsky [Sun, 15 Feb 2009 20:40:08 +0000 (15:40 -0500)]
If we have https, use https

16 years agoclean up
Michael J. Rubinsky [Sun, 15 Feb 2009 20:36:43 +0000 (15:36 -0500)]
clean up

16 years agoPass the request for ssl resources in the const'r
Michael J. Rubinsky [Sun, 15 Feb 2009 20:36:02 +0000 (15:36 -0500)]
Pass the request for ssl resources in the const'r

16 years agofix class names
Michael J. Rubinsky [Sun, 15 Feb 2009 20:22:25 +0000 (15:22 -0500)]
fix class names

16 years agoMore cleanup, remove unused stuff etc...
Michael J. Rubinsky [Sun, 15 Feb 2009 20:20:40 +0000 (15:20 -0500)]
More cleanup, remove unused stuff etc...

16 years agoRemove more canvas related code
Michael J. Rubinsky [Sun, 15 Feb 2009 18:01:02 +0000 (13:01 -0500)]
Remove more canvas related code

16 years agoRemove canvas_user / profile_user as they are only used when being run from
Michael J. Rubinsky [Sun, 15 Feb 2009 17:13:47 +0000 (12:13 -0500)]
Remove canvas_user / profile_user as they are only used when being run from
a facebook canvas - which we won't be doing with this library.

16 years agoAdd example script
Michael J. Rubinsky [Sun, 15 Feb 2009 16:29:47 +0000 (11:29 -0500)]
Add example script
Remove some debug statements

16 years agoAdd Letter implementation of prefs dirver
Duck (Jakob Munih) [Sun, 15 Feb 2009 17:01:05 +0000 (18:01 +0100)]
Add Letter implementation of prefs dirver

16 years agoAdd application dirver
Duck (Jakob Munih) [Sun, 15 Feb 2009 17:00:45 +0000 (18:00 +0100)]
Add application dirver

16 years agoInitial import/port of Horde_Service_Facebook.
Michael J. Rubinsky [Sun, 15 Feb 2009 16:04:07 +0000 (11:04 -0500)]
Initial import/port of Horde_Service_Facebook.

Note - this is a very, very rough refactoring of Facebooks' PHP5 rest client...
still lots and lots to change, refactor, but its at a semi-working point and
I want to get it under git before I break it.

16 years agoMerge branch 'master' of ssh://dev.horde.org/horde/git/horde-hatchery
Michael J. Rubinsky [Sat, 14 Feb 2009 23:49:15 +0000 (18:49 -0500)]
Merge branch 'master' of ssh://dev.horde.org/horde/git/horde-hatchery

16 years agoAdd missing Exception.php file to package.xml
Michael J. Rubinsky [Sat, 14 Feb 2009 23:48:39 +0000 (18:48 -0500)]
Add missing Exception.php file to package.xml

16 years agoNew singelton style.
Michael M Slusarz [Fri, 13 Feb 2009 07:54:11 +0000 (00:54 -0700)]
New singelton style.

16 years agoactive status caching
Michael M Slusarz [Fri, 13 Feb 2009 07:34:32 +0000 (00:34 -0700)]
active status caching

16 years agopass to parent constructor
Chuck Hagenbuch [Sat, 14 Feb 2009 19:24:10 +0000 (14:24 -0500)]
pass  to parent constructor

16 years agoFix handling of the Show Deleted and Purge Deleted links in
Michael J. Rubinsky [Sat, 14 Feb 2009 19:03:35 +0000 (14:03 -0500)]
Fix handling of the Show Deleted and Purge Deleted links in
IMPMessage.clickHandler()

16 years agoscope
Michael J. Rubinsky [Sat, 14 Feb 2009 18:05:42 +0000 (13:05 -0500)]
scope

16 years agoSlight hack to force maintanence tasks to be ignored if base.php
Michael J. Rubinsky [Sat, 14 Feb 2009 18:03:35 +0000 (13:03 -0500)]
Slight hack to force maintanence tasks to be ignored if base.php
is being loaded from a kronolith block.  This fixes the dimp portal
page not loading if a kronolith block is present.

Maintenance needs to be refactored to be more of a central service
and not a per-app function.

16 years agoDon't use PATH_INFO directly, use Util::getPathInfo()
Michael J. Rubinsky [Fri, 13 Feb 2009 21:35:56 +0000 (16:35 -0500)]
Don't use PATH_INFO directly, use Util::getPathInfo()

16 years agoRevert "lower case the action string before comparing"
Michael J. Rubinsky [Fri, 13 Feb 2009 21:28:03 +0000 (16:28 -0500)]
Revert "lower case the action string before comparing"

This needed to be fixed in Util::getPathInfo() by not trusting
PATH_INFO from lighttpd

This reverts commit 0f8b561da41ebaab8d699b665a2ed3f396bb34cb.

16 years agolower case the action string before comparing
Michael J. Rubinsky [Fri, 13 Feb 2009 19:28:30 +0000 (14:28 -0500)]
lower case the action string before comparing

16 years agoRender events in month view.
Jan Schneider [Fri, 13 Feb 2009 18:54:00 +0000 (19:54 +0100)]
Render events in month view.

16 years agoobjectify the event edit javascript to avoid name clashes
Michael J. Rubinsky [Fri, 13 Feb 2009 18:24:37 +0000 (13:24 -0500)]
objectify the event edit javascript to avoid name clashes

16 years agoAdd ajax endpoint, js frontend, and basic ListEvents method.
Jan Schneider [Fri, 13 Feb 2009 16:29:41 +0000 (17:29 +0100)]
Add ajax endpoint, js frontend, and basic ListEvents method.

16 years agoRemove compressed files from git repo.
Michael M Slusarz [Fri, 13 Feb 2009 05:11:02 +0000 (22:11 -0700)]
Remove compressed files from git repo.

Eventually, have these files be generated automatically when creating
distribution tarballs.  But because they don't diff well with the
previous version, it needlesly inflates the size of the git repo every
time one is changed.  Those running development code should know how to
set up their registry to instead point at the src files.

16 years agoOut of date information.
Michael M Slusarz [Fri, 13 Feb 2009 04:39:37 +0000 (21:39 -0700)]
Out of date information.

16 years agoConvert to new Horde_Serialize constant usage.
Michael M Slusarz [Fri, 13 Feb 2009 04:39:18 +0000 (21:39 -0700)]
Convert to new Horde_Serialize constant usage.

16 years agoCSS tweaks
Michael M Slusarz [Thu, 12 Feb 2009 08:29:02 +0000 (01:29 -0700)]
CSS tweaks

16 years agojs nits
Michael M Slusarz [Thu, 12 Feb 2009 07:50:38 +0000 (00:50 -0700)]
js nits

16 years agoStatus message support.
Jan Schneider [Fri, 13 Feb 2009 00:32:12 +0000 (01:32 +0100)]
Status message support.

16 years agoAlerts CSS moved to Horde.
Jan Schneider [Fri, 13 Feb 2009 00:18:15 +0000 (01:18 +0100)]
Alerts CSS moved to Horde.

16 years agoMoved sendHTTPResponse() and prepareResponse() to Horde.
Jan Schneider [Thu, 12 Feb 2009 18:19:48 +0000 (19:19 +0100)]
Moved sendHTTPResponse() and prepareResponse() to Horde.

16 years agoMFB
Jan Schneider [Wed, 11 Feb 2009 22:19:48 +0000 (23:19 +0100)]
MFB

16 years agoFix passing date to Date_Holidays.
Jan Schneider [Wed, 11 Feb 2009 22:18:38 +0000 (23:18 +0100)]
Fix passing date to Date_Holidays.
Bug: 7961

16 years agocoding style
Michael M Slusarz [Wed, 11 Feb 2009 18:58:00 +0000 (11:58 -0700)]
coding style

16 years agoUse queues for fade/appear effects
Michael M Slusarz [Wed, 11 Feb 2009 18:57:21 +0000 (11:57 -0700)]
Use queues for fade/appear effects

16 years agoFix typos
Michael M Slusarz [Wed, 11 Feb 2009 18:21:34 +0000 (11:21 -0700)]
Fix typos

16 years agoCan't call IMP_Contents construct directly
Michael M Slusarz [Wed, 11 Feb 2009 18:17:58 +0000 (11:17 -0700)]
Can't call IMP_Contents construct directly

16 years agoUse RedBox for event form.
Jan Schneider [Wed, 11 Feb 2009 17:21:33 +0000 (18:21 +0100)]
Use RedBox for event form.