horde.git
16 years agoConsolidate composeLink() functions
Michael M Slusarz [Mon, 2 Mar 2009 19:43:29 +0000 (12:43 -0700)]
Consolidate composeLink() functions

16 years agoTrim ws at top of text messages also
Michael M Slusarz [Mon, 2 Mar 2009 17:43:34 +0000 (10:43 -0700)]
Trim ws at top of text messages also

16 years agoRevert - the issue is in Text_Filter
Michael M Slusarz [Mon, 2 Mar 2009 17:38:37 +0000 (10:38 -0700)]
Revert - the issue is in Text_Filter

16 years agoFix labels for message selection drop down.
Jan Schneider [Mon, 2 Mar 2009 10:52:19 +0000 (11:52 +0100)]
Fix labels for message selection drop down.
Bug: 4867

16 years agoUse dateString() as parameter for ListEvents.
Jan Schneider [Fri, 27 Feb 2009 12:06:38 +0000 (13:06 +0100)]
Use dateString() as parameter for ListEvents.
Fix end date of month' ListEvents call.

16 years agoAdd a revokeExtendedPermissions method, move get_login_url to
Michael J. Rubinsky [Sun, 1 Mar 2009 16:57:41 +0000 (11:57 -0500)]
Add a revokeExtendedPermissions method, move get_login_url to
the Auth class and rename getLoginUrl, rename call_upload_method
to callUploadMethod

16 years agoNow I remember why I did this - always using the instance variable will
Michael J. Rubinsky [Sat, 28 Feb 2009 22:34:49 +0000 (17:34 -0500)]
Now I remember why I did this - always using the instance variable will
break batch processing - we have to pass in the method and the params
if we are going to subclass H_S_F_Request

16 years agoAdd option to delete a picture from a news.
Duck (Jakob Munih) [Sun, 1 Mar 2009 14:15:24 +0000 (15:15 +0100)]
Add option to delete a picture from a news.
Add driver based class

16 years agoBunch of stuff - mostly add proper upload support. Adding images
Michael J. Rubinsky [Sat, 28 Feb 2009 21:29:24 +0000 (16:29 -0500)]
Bunch of stuff - mostly add proper upload support. Adding images
to a facebook gallery now works properly.

- Add/fix upload support
- No need to pass around params, they are instance variables
- Fix some member visibility

16 years agoClean up - standardize on camelCase method names etc...
Michael J. Rubinsky [Sat, 28 Feb 2009 18:23:22 +0000 (13:23 -0500)]
Clean up  - standardize on camelCase method names etc...

16 years agoAdd Friends, Groups, Links, Notes, and Video support. Mostly untested.
Michael J. Rubinsky [Sat, 28 Feb 2009 17:21:20 +0000 (12:21 -0500)]
Add Friends, Groups, Links, Notes, and Video support. Mostly untested.

16 years agoSome more documentation on the test/example page
Michael J. Rubinsky [Sat, 28 Feb 2009 16:27:35 +0000 (11:27 -0500)]
Some more documentation on the test/example page

16 years agoUpdate example/test file with photo methods, and example for
Michael J. Rubinsky [Sat, 28 Feb 2009 16:22:15 +0000 (11:22 -0500)]
Update example/test file with photo methods, and example for
retrieving raw JSON or XML data.

16 years agoRemove debug output
Michael J. Rubinsky [Sat, 28 Feb 2009 16:20:44 +0000 (11:20 -0500)]
Remove debug output

16 years agoAllow the format of the data returned by H_S_F_Request to be specified.
Michael J. Rubinsky [Sat, 28 Feb 2009 16:11:35 +0000 (11:11 -0500)]
Allow the format of the data returned by H_S_F_Request to be specified.
This allows client code to request the raw XML or JSON data - but more
importantly, it gets around Facebook's broken JSON support for method
calls that return numeric ids that cause overflows when decoded.
See:
http://bugs.developers.facebook.com/show_bug.cgi?id=4301

16 years agoFix scope, only add these parameters if we have values
Michael J. Rubinsky [Sat, 28 Feb 2009 01:50:19 +0000 (20:50 -0500)]
Fix scope, only add these parameters if we have values

16 years agoFix CSS on multiple messages screen
Michael M Slusarz [Fri, 27 Feb 2009 20:29:07 +0000 (13:29 -0700)]
Fix CSS on multiple messages screen

16 years agoLink e-mails in text/plain messages
Michael M Slusarz [Fri, 27 Feb 2009 20:16:17 +0000 (13:16 -0700)]
Link e-mails in text/plain messages

16 years agoWe don't do any redirects in library code, nuke this unused function.
Michael J. Rubinsky [Fri, 27 Feb 2009 20:26:16 +0000 (15:26 -0500)]
We don't do any redirects in library code, nuke this unused function.
Update examples, add some doc/comments.

16 years agoSome typos, add some missing required session_key parameters, cs, etc...
Michael J. Rubinsky [Fri, 27 Feb 2009 19:59:02 +0000 (14:59 -0500)]
Some typos, add some missing required session_key parameters, cs, etc...

16 years agophpdoc
Michael M Slusarz [Fri, 27 Feb 2009 18:46:52 +0000 (11:46 -0700)]
phpdoc

16 years agoSome Horde 5 fixes/style.
Michael M Slusarz [Fri, 27 Feb 2009 18:30:17 +0000 (11:30 -0700)]
Some Horde 5 fixes/style.

16 years agoAdd DOM title attribute to status icons to provide tooltip descriptions.
Michael M Slusarz [Fri, 27 Feb 2009 18:49:47 +0000 (11:49 -0700)]
Add DOM title attribute to status icons to provide tooltip descriptions.

16 years agoFix title generation (need full display name, not last part).
Michael M Slusarz [Fri, 27 Feb 2009 18:49:16 +0000 (11:49 -0700)]
Fix title generation (need full display name, not last part).

16 years agoReuse DimpCore click handler
Michael M Slusarz [Thu, 26 Feb 2009 21:21:28 +0000 (14:21 -0700)]
Reuse DimpCore click handler

16 years agoAdd support for Photos methods.
Michael J. Rubinsky [Fri, 27 Feb 2009 18:33:16 +0000 (13:33 -0500)]
Add support for Photos methods.
(Uploading/Viewing/Dealing with Galleries etc...)

16 years agosession_key is required for posting a userAction
Michael J. Rubinsky [Thu, 26 Feb 2009 23:11:07 +0000 (18:11 -0500)]
session_key is required for posting a userAction

16 years agoMerge branch 'kronolith-driver-ical'
Jan Schneider [Thu, 26 Feb 2009 23:20:15 +0000 (00:20 +0100)]
Merge branch 'kronolith-driver-ical'

16 years agoReturn immediately if we don't have start and end dates.
Jan Schneider [Thu, 26 Feb 2009 23:14:56 +0000 (00:14 +0100)]
Return immediately if we don't have start and end dates.

16 years agoRemove global $kronolith_driver object. We still need a singleton though.
Jan Schneider [Thu, 26 Feb 2009 23:05:51 +0000 (00:05 +0100)]
Remove global $kronolith_driver object. We still need a singleton though.
Move almost all configuration, globals, etc. out of drivers.
Work further towards Ical/Holidays being standalone, independent drivers.

16 years agoDon't wrap holiday driver.
Jan Schneider [Thu, 26 Feb 2009 17:25:15 +0000 (18:25 +0100)]
Don't wrap holiday driver.

16 years agoRename drivers, Split-up event classes.
Jan Schneider [Thu, 26 Feb 2009 11:41:56 +0000 (12:41 +0100)]
Rename drivers, Split-up event classes.

16 years agoDrop support for old Kolab library (untested).
Jan Schneider [Thu, 26 Feb 2009 11:19:47 +0000 (12:19 +0100)]
Drop support for old Kolab library (untested).

16 years agoPHP5-ify
Jan Schneider [Thu, 26 Feb 2009 11:10:03 +0000 (12:10 +0100)]
PHP5-ify

16 years agoFix categories to tags.
Jan Schneider [Thu, 26 Feb 2009 11:07:22 +0000 (12:07 +0100)]
Fix categories to tags.

16 years agoUpdate to new Horde_Crypt code
Michael M Slusarz [Thu, 26 Feb 2009 07:04:03 +0000 (00:04 -0700)]
Update to new Horde_Crypt code

16 years agoFix some code relating to verifying PGP message
Michael M Slusarz [Thu, 26 Feb 2009 05:07:00 +0000 (22:07 -0700)]
Fix some code relating to verifying PGP message

16 years agoThrow Horde_Exception here instead of Exception.
Michael M Slusarz [Thu, 26 Feb 2009 04:59:30 +0000 (21:59 -0700)]
Throw Horde_Exception here instead of Exception.

16 years agoFix usage of $msgs.
Jan Schneider [Wed, 25 Feb 2009 22:35:15 +0000 (23:35 +0100)]
Fix usage of $msgs.

16 years agoIgnore pear run-tests log.
Jan Schneider [Tue, 24 Feb 2009 17:44:18 +0000 (18:44 +0100)]
Ignore pear run-tests log.

16 years agoClass constants, update Kronolith::.
Jan Schneider [Wed, 25 Feb 2009 22:45:05 +0000 (23:45 +0100)]
Class constants, update Kronolith::.

16 years agoFix usage of $msgs.
Jan Schneider [Wed, 25 Feb 2009 22:35:15 +0000 (23:35 +0100)]
Fix usage of $msgs.

16 years agoMove all remote calendar handling to Kronolith_Driver_ical.
Jan Schneider [Tue, 24 Feb 2009 18:31:00 +0000 (19:31 +0100)]
Move all remote calendar handling to Kronolith_Driver_ical.

16 years agoIgnore pear run-tests log.
Jan Schneider [Tue, 24 Feb 2009 17:44:18 +0000 (18:44 +0100)]
Ignore pear run-tests log.

16 years agoAdd support for Feeds.
Michael J. Rubinsky [Wed, 25 Feb 2009 21:27:37 +0000 (16:27 -0500)]
Add support for Feeds.

16 years agoUse auth->getSessionKey()
Michael J. Rubinsky [Wed, 25 Feb 2009 19:34:22 +0000 (14:34 -0500)]
Use auth->getSessionKey()

16 years agoCan't cache the session_key in the method classes, since we may
Michael J. Rubinsky [Wed, 25 Feb 2009 19:12:17 +0000 (14:12 -0500)]
Can't cache the session_key in the method classes, since we may
set a new session_key after we instantiate one of the classes.

16 years agoMove Users methods to a new class
Michael J. Rubinsky [Wed, 25 Feb 2009 18:47:33 +0000 (13:47 -0500)]
Move Users methods to a new class

16 years agoFix visibility and names of some members
Michael J. Rubinsky [Wed, 25 Feb 2009 18:21:35 +0000 (13:21 -0500)]
Fix visibility and names of some members

16 years ago...and actually *keep* the required object.
Michael J. Rubinsky [Tue, 24 Feb 2009 17:29:29 +0000 (12:29 -0500)]
...and actually *keep* the required object.

16 years agosigh... fix exception class name
Michael J. Rubinsky [Tue, 24 Feb 2009 17:25:39 +0000 (12:25 -0500)]
sigh... fix exception class name

16 years agotypo
Michael J. Rubinsky [Tue, 24 Feb 2009 17:24:18 +0000 (12:24 -0500)]
typo

16 years agoIf we don't have a request object in $context, check for a controller
Michael J. Rubinsky [Tue, 24 Feb 2009 17:22:13 +0000 (12:22 -0500)]
If we don't have a request object in $context, check for a controller
and get it from there.

16 years agoNotification methods to it's own class
Michael J. Rubinsky [Tue, 24 Feb 2009 17:18:37 +0000 (12:18 -0500)]
Notification methods to it's own class

16 years agoMove Friends methods to a dedicated class, fix class header in Fql.php
Michael J. Rubinsky [Tue, 24 Feb 2009 16:00:54 +0000 (11:00 -0500)]
Move Friends methods to a dedicated class, fix class header in Fql.php

16 years agoBetter method names
Michael J. Rubinsky [Tue, 24 Feb 2009 15:54:18 +0000 (10:54 -0500)]
Better method names

16 years agoMore rewriting of Facebook lib.
Michael J. Rubinsky [Tue, 24 Feb 2009 15:47:48 +0000 (10:47 -0500)]
More rewriting of Facebook lib.

Move FQL queries and Events methods to separate classes.
Don't *always* assume we want to pass the session_key.
Break out some common code into a Base class

16 years agominor fix
Duck (Jakob Munih) [Wed, 25 Feb 2009 18:06:04 +0000 (19:06 +0100)]
minor fix

16 years agoUse Oscar embed api call
Duck (Jakob Munih) [Wed, 25 Feb 2009 18:02:46 +0000 (19:02 +0100)]
Use Oscar embed api call

16 years agoMFB: If updating a calendar event fails, try to import it instead (Bug #7589).
Jan Schneider [Wed, 25 Feb 2009 17:42:39 +0000 (18:42 +0100)]
MFB: If updating a calendar event fails, try to import it instead (Bug #7589).

16 years agomessage.js requires effects.js
Chuck Hagenbuch [Wed, 25 Feb 2009 17:13:44 +0000 (12:13 -0500)]
message.js requires effects.js

16 years agoBug #8030: Fix syntax error.
Matt Selsky [Wed, 25 Feb 2009 13:29:37 +0000 (08:29 -0500)]
Bug #8030: Fix syntax error.

16 years agoUpdate links with current frieds UI
Duck (Jakob Munih) [Wed, 25 Feb 2009 13:00:47 +0000 (14:00 +0100)]
Update links with current frieds UI

16 years agoFix columns alias
Duck (Jakob Munih) [Wed, 25 Feb 2009 13:00:19 +0000 (14:00 +0100)]
Fix columns alias

16 years agoremove tabs
Duck (Jakob Munih) [Wed, 25 Feb 2009 11:18:14 +0000 (12:18 +0100)]
remove tabs

16 years agoAdd friends activity block
Duck (Jakob Munih) [Wed, 25 Feb 2009 11:17:48 +0000 (12:17 +0100)]
Add friends activity block

16 years agobetter UI
Duck (Jakob Munih) [Wed, 25 Feb 2009 11:16:55 +0000 (12:16 +0100)]
better UI

16 years agotranslation update
Duck (Jakob Munih) [Wed, 25 Feb 2009 11:15:57 +0000 (12:15 +0100)]
translation update

16 years agokill test fragment (moving to other tests)
Chuck Hagenbuch [Wed, 25 Feb 2009 05:40:10 +0000 (00:40 -0500)]
kill test fragment (moving to other tests)

16 years agofix changed field comparison
Chuck Hagenbuch [Wed, 25 Feb 2009 05:39:38 +0000 (00:39 -0500)]
fix changed field comparison

16 years agoFix sequence # display
Michael M Slusarz [Wed, 25 Feb 2009 04:41:43 +0000 (21:41 -0700)]
Fix sequence # display

16 years agoFix selfUrl generation in Mime_Viewers
Michael M Slusarz [Wed, 25 Feb 2009 04:37:57 +0000 (21:37 -0700)]
Fix selfUrl generation in Mime_Viewers

16 years agoFix typo; make certificate viewable again
Michael M Slusarz [Wed, 25 Feb 2009 04:23:59 +0000 (21:23 -0700)]
Fix typo; make certificate viewable again

16 years agoRemove stray bracket
Michael M Slusarz [Wed, 25 Feb 2009 04:12:10 +0000 (21:12 -0700)]
Remove stray bracket

16 years agotypo
Michael M Slusarz [Mon, 23 Feb 2009 18:59:42 +0000 (11:59 -0700)]
typo

16 years agoPartial re-revert; callHook() returns PEAR_Errors but the imp hook throws Exceptions
Michael M Slusarz [Mon, 23 Feb 2009 18:18:45 +0000 (11:18 -0700)]
Partial re-revert; callHook() returns PEAR_Errors but the imp hook throws Exceptions

16 years agoturn browser autocomplete off on address fields; clashes with our implementation
Chuck Hagenbuch [Tue, 24 Feb 2009 17:02:25 +0000 (12:02 -0500)]
turn browser autocomplete off on address fields; clashes with our implementation

16 years agorename incubator Horde_Form to hatchery Horde_Model
Chuck Hagenbuch [Mon, 23 Feb 2009 16:17:27 +0000 (11:17 -0500)]
rename incubator Horde_Form to hatchery Horde_Model

16 years agoFixes
Duck (Jakob Munih) [Mon, 23 Feb 2009 18:59:54 +0000 (19:59 +0100)]
Fixes

16 years agoAutloader is included with core.php
Duck (Jakob Munih) [Mon, 23 Feb 2009 18:59:14 +0000 (19:59 +0100)]
Autloader is included with core.php

16 years agoUse api call
Duck (Jakob Munih) [Mon, 23 Feb 2009 18:58:53 +0000 (19:58 +0100)]
Use api call

16 years agoAllow parameters
Duck (Jakob Munih) [Mon, 23 Feb 2009 18:58:26 +0000 (19:58 +0100)]
Allow parameters

16 years agoupdate slovenian translatin
Duck (Jakob Munih) [Mon, 23 Feb 2009 18:58:11 +0000 (19:58 +0100)]
update slovenian translatin

16 years agoAdd block template
Duck (Jakob Munih) [Mon, 23 Feb 2009 18:57:20 +0000 (19:57 +0100)]
Add block template

16 years agoAdd people you might know block
Duck (Jakob Munih) [Mon, 23 Feb 2009 18:56:43 +0000 (19:56 +0100)]
Add people you might know block

16 years agoRevert. Horde::callHook is still returning PEAR_Errors rather than raising Exceptions.
Jan Schneider [Mon, 23 Feb 2009 13:45:25 +0000 (14:45 +0100)]
Revert. Horde::callHook is still returning PEAR_Errors rather than raising Exceptions.

16 years agoFix changing dates in the same view.
Jan Schneider [Fri, 20 Feb 2009 23:02:34 +0000 (00:02 +0100)]
Fix changing dates in the same view.
Catch if view has changed again when events arrive.
Send calendar with events.

16 years agoReferences, phpdoc.
Jan Schneider [Fri, 20 Feb 2009 22:59:39 +0000 (23:59 +0100)]
References, phpdoc.

16 years agoMark visible days in minical even if not in the current month.
Jan Schneider [Fri, 20 Feb 2009 22:06:11 +0000 (23:06 +0100)]
Mark visible days in minical even if not in the current month.

16 years agoBug #7866: fix open folder accesskey
Michael M Slusarz [Mon, 23 Feb 2009 07:44:33 +0000 (00:44 -0700)]
Bug #7866: fix open folder accesskey

16 years agoFix typo
Michael M Slusarz [Mon, 23 Feb 2009 07:25:06 +0000 (00:25 -0700)]
Fix typo

16 years agoImport ingo from CVS HEAD.
Michael M Slusarz [Mon, 23 Feb 2009 07:16:41 +0000 (00:16 -0700)]
Import ingo from CVS HEAD.

16 years agoUnneeded require statements.
Michael M Slusarz [Mon, 23 Feb 2009 07:08:53 +0000 (00:08 -0700)]
Unneeded require statements.

16 years agoDocumentation tweaks
Michael M Slusarz [Mon, 23 Feb 2009 05:59:36 +0000 (22:59 -0700)]
Documentation tweaks

16 years agoUse new Horde_Text_Flowed pacakage
Michael M Slusarz [Mon, 23 Feb 2009 05:31:31 +0000 (22:31 -0700)]
Use new Horde_Text_Flowed pacakage

16 years agoConvert IMP_Maillog to PHP 5 format
Michael M Slusarz [Mon, 23 Feb 2009 03:59:43 +0000 (20:59 -0700)]
Convert IMP_Maillog to PHP 5 format

16 years agoFatally exit if prefs files don't exist.
Michael M Slusarz [Mon, 23 Feb 2009 01:57:37 +0000 (18:57 -0700)]
Fatally exit if prefs files don't exist.

Also, there is no way around using extract() until the prefs UI code is
rewritten.

16 years agoMore of the IMP PEAR_Error->Exception rewrite
Michael M Slusarz [Sun, 22 Feb 2009 20:08:13 +0000 (13:08 -0700)]
More of the IMP PEAR_Error->Exception rewrite

16 years agoexpandAddresses() doesn't return a PEAR_Error
Michael M Slusarz [Sun, 22 Feb 2009 19:53:45 +0000 (12:53 -0700)]
expandAddresses() doesn't return a PEAR_Error

16 years agoremove typo
Michael J. Rubinsky [Mon, 23 Feb 2009 02:24:36 +0000 (21:24 -0500)]
remove typo