horde.git
15 years agoPastie: Use Horde_Date_Util to calculate time delta
Ben Klang [Tue, 8 Jun 2010 19:36:34 +0000 (15:36 -0400)]
Pastie: Use Horde_Date_Util to calculate time delta

15 years agoFramework: First pass at fixing searchdn/writedn support
Ben Klang [Tue, 8 Jun 2010 17:38:54 +0000 (13:38 -0400)]
Framework: First pass at fixing searchdn/writedn support

15 years agoPastie: remove example code
Ben Klang [Tue, 8 Jun 2010 16:47:09 +0000 (12:47 -0400)]
Pastie: remove example code

15 years agoTweak wording.
Jan [Tue, 8 Jun 2010 17:52:13 +0000 (18:52 +0100)]
Tweak wording.

15 years agoMove subscription tab to import/export.
Jan [Tue, 8 Jun 2010 17:52:12 +0000 (18:52 +0100)]
Move subscription tab to import/export.

15 years agoHotfix to catch PEAR_Errors, still needs to be converted to Horde_Db. Catch if user...
Jan [Tue, 8 Jun 2010 17:52:11 +0000 (18:52 +0100)]
Hotfix to catch PEAR_Errors, still needs to be converted to Horde_Db. Catch if user doesn't have any shares yet.

15 years agoAdd DIVs, tweak wording.
Jan [Tue, 8 Jun 2010 17:52:10 +0000 (18:52 +0100)]
Add DIVs, tweak wording.

15 years agoMake the view bar an UL.
Jan [Tue, 8 Jun 2010 17:52:09 +0000 (18:52 +0100)]
Make the view bar an UL.

15 years agoIf checkExistingAuth() fails, log the user out.
Jan [Tue, 8 Jun 2010 17:52:08 +0000 (18:52 +0100)]
If checkExistingAuth() fails, log the user out.

15 years agoUse icons instead of background color for attenee status.
Jan Schneider [Tue, 8 Jun 2010 17:48:13 +0000 (19:48 +0200)]
Use icons instead of background color for attenee status.

15 years agoBug #9082: Missing inclusion of popup.js
Michael M Slusarz [Tue, 8 Jun 2010 17:54:51 +0000 (11:54 -0600)]
Bug #9082: Missing inclusion of popup.js

15 years agoFix blur/focus handling in autocomplete.js
Michael M Slusarz [Tue, 8 Jun 2010 17:35:22 +0000 (11:35 -0600)]
Fix blur/focus handling in autocomplete.js

document.activeElement does not work in all browsers, but it is the only
way to reliably get focused element.  Works on all recent browsers.

15 years agoPlaces where we don't need to use a global variable
Michael M Slusarz [Tue, 8 Jun 2010 04:52:56 +0000 (22:52 -0600)]
Places where we don't need to use a global variable

15 years agoRemove use of global registry in Auth
Michael M Slusarz [Mon, 7 Jun 2010 23:23:25 +0000 (17:23 -0600)]
Remove use of global registry in Auth

15 years agoReset KNL cursor when opening event/task form.
Jan Schneider [Tue, 8 Jun 2010 14:32:06 +0000 (16:32 +0200)]
Reset KNL cursor when opening event/task form.

15 years agoImplement individual alarms for tasks.
Jan Schneider [Tue, 8 Jun 2010 14:17:23 +0000 (16:17 +0200)]
Implement individual alarms for tasks.

15 years agoBug #9075: Need to update cached value if a string doesn't match anything
Michael M Slusarz [Mon, 7 Jun 2010 20:21:03 +0000 (14:21 -0600)]
Bug #9075: Need to update cached value if a string doesn't match anything

15 years agodocumentation fixes
Michael M Slusarz [Mon, 7 Jun 2010 19:56:19 +0000 (13:56 -0600)]
documentation fixes

15 years agoBug #9079: Don't send HTML entities when using HTML editor
Michael M Slusarz [Mon, 7 Jun 2010 19:24:16 +0000 (13:24 -0600)]
Bug #9079: Don't send HTML entities when using HTML editor

15 years agoDisable spell check as you type
Michael M Slusarz [Mon, 7 Jun 2010 17:54:17 +0000 (11:54 -0600)]
Disable spell check as you type

15 years agoCkeditor improvements.
Michael M Slusarz [Mon, 7 Jun 2010 17:50:46 +0000 (11:50 -0600)]
Ckeditor improvements.

Allow 'config' parameter to be a PHP array.
Disable spell check as you type.
Editor still requires Core - remove incorrect comment in package.xml.

15 years agoShould be the last of the missing charset conversions for AS
Michael J. Rubinsky [Mon, 7 Jun 2010 19:21:05 +0000 (15:21 -0400)]
Should be the last of the missing charset conversions for AS

15 years agoUse default calendar in quick event form.
Jan Schneider [Mon, 7 Jun 2010 17:09:28 +0000 (19:09 +0200)]
Use default calendar in quick event form.

15 years agoFix displaying and setting subscription URL for tasklists.
Jan Schneider [Mon, 7 Jun 2010 16:53:46 +0000 (18:53 +0200)]
Fix displaying and setting subscription URL for tasklists.

15 years agomake sure we always return a Horde_Url object
Michael J. Rubinsky [Mon, 7 Jun 2010 17:35:29 +0000 (13:35 -0400)]
make sure we always return a Horde_Url object

15 years agoNokia's MfE 3 requires the UID field.
Michael J. Rubinsky [Mon, 7 Jun 2010 17:08:23 +0000 (13:08 -0400)]
Nokia's MfE 3 requires the UID field.

This makes no sense on a number of levels, as this value is stated as being
optional. Also, this value is the *client* generated id, no idea
why a client would want this for a server generated message.

15 years agofix path
Michael J. Rubinsky [Mon, 7 Jun 2010 16:15:58 +0000 (12:15 -0400)]
fix path

15 years agoclonePosition() doesn't work in IE if an element is not attached to the
Jan Schneider [Mon, 7 Jun 2010 15:51:01 +0000 (17:51 +0200)]
clonePosition() doesn't work in IE if an element is not attached to the
body. Since the dragger is always positioned absolutely, we know the offset
parent anyway and can calculate the position manually.

15 years agoFix leading comma.
Jan Schneider [Thu, 27 May 2010 11:34:07 +0000 (13:34 +0200)]
Fix leading comma.

15 years agoAdd test for Bug: 8799
Michael J. Rubinsky [Mon, 7 Jun 2010 14:17:41 +0000 (10:17 -0400)]
Add test for Bug: 8799

15 years agoAdd a link to Wez' article on these APIs
Chuck Hagenbuch [Mon, 7 Jun 2010 13:55:48 +0000 (09:55 -0400)]
Add a link to Wez' article on these APIs

15 years agoIt's also possible to be in month 1, while in ISO week 52.
Michael J. Rubinsky [Mon, 7 Jun 2010 13:48:05 +0000 (09:48 -0400)]
It's also possible to be in month 1, while in ISO week 52.

Fixes Bug: 8799

15 years agoA few more replacements of Horde_Util::closeWindowJS()
Chuck Hagenbuch [Mon, 7 Jun 2010 02:12:41 +0000 (22:12 -0400)]
A few more replacements of Horde_Util::closeWindowJS()

15 years agoInitial Git port of Trean
Chuck Hagenbuch [Mon, 7 Jun 2010 01:31:15 +0000 (21:31 -0400)]
Initial Git port of Trean

15 years agoFix passing of prepared statement parameters
Chuck Hagenbuch [Mon, 7 Jun 2010 01:17:56 +0000 (21:17 -0400)]
Fix passing of prepared statement parameters

15 years agoMake sure that $options['locals'] is an array or Traversable before trying to loop it.
Chuck Hagenbuch [Sun, 6 Jun 2010 18:16:55 +0000 (14:16 -0400)]
Make sure that $options['locals'] is an array or Traversable before trying to loop it.

15 years agoAdd missing charset conversion.
Michael J. Rubinsky [Sun, 6 Jun 2010 15:59:55 +0000 (11:59 -0400)]
Add missing charset conversion.

Need to convert the charset here also, if fileas isn't already populated from the
name field.

Thanks to Lukas Gradl <horde#ssn.at> for tracking this one down.

15 years agoget the Ansel_Storage instance from the injector.
Michael J. Rubinsky [Sat, 5 Jun 2010 21:03:21 +0000 (17:03 -0400)]
get the Ansel_Storage instance from the injector.

Yes, it's still global - that part still needs refactoring.

15 years agoRemove the last Horde_Autoloader:: static calls
Chuck Hagenbuch [Sat, 5 Jun 2010 02:41:36 +0000 (22:41 -0400)]
Remove the last Horde_Autoloader:: static calls

15 years agoadd missing member
Michael J. Rubinsky [Fri, 4 Jun 2010 23:06:18 +0000 (19:06 -0400)]
add missing member

15 years agoUpdate CKeditor to v3.3
Michael M Slusarz [Fri, 4 Jun 2010 22:15:48 +0000 (16:15 -0600)]
Update CKeditor to v3.3

15 years agorevert c42a51051569598b0d70974a15729aa852c507bc, fixed by properly returning the...
Michael J. Rubinsky [Fri, 4 Jun 2010 21:30:47 +0000 (17:30 -0400)]
revert c42a51051569598b0d70974a15729aa852c507bc, fixed by properly returning the Horde_Db_Adapter_Base object from the binder

15 years agoone more place to change getOb() -> getDb()
Michael J. Rubinsky [Fri, 4 Jun 2010 21:24:35 +0000 (17:24 -0400)]
one more place to change getOb() -> getDb()

15 years agothis returns a factory
Michael J. Rubinsky [Fri, 4 Jun 2010 20:25:21 +0000 (16:25 -0400)]
this returns a factory

15 years agoNew autoloader usage (add a Prefix mapper instead of the static addClassPattern(...
Chuck Hagenbuch [Fri, 4 Jun 2010 20:03:27 +0000 (16:03 -0400)]
New autoloader usage (add a Prefix mapper instead of the static addClassPattern() method)

15 years agoBootstrap the new autoloader and set it on the injector
Chuck Hagenbuch [Fri, 4 Jun 2010 19:52:51 +0000 (15:52 -0400)]
Bootstrap the new autoloader and set it on the injector

15 years agoDon't throw an error if there aren't any interfaces set for some reason
Chuck Hagenbuch [Fri, 4 Jun 2010 19:48:16 +0000 (15:48 -0400)]
Don't throw an error if there aren't any interfaces set for some reason

15 years agoNew Autoloader that uses modular ClassPathMappers to map classes to filenames,
Chuck Hagenbuch [Fri, 4 Jun 2010 19:37:13 +0000 (15:37 -0400)]
New Autoloader that uses modular ClassPathMappers to map classes to filenames,
rather than hardcoding a lot of logic into the main Autoloader class. Also
allows more flexibility since mappers can have any logic they need in them.

15 years agoHermes: Update to Auth capabilities
Ben Klang [Fri, 4 Jun 2010 18:40:05 +0000 (14:40 -0400)]
Hermes: Update to Auth capabilities

15 years agoHermes: H4 index.php
Ben Klang [Fri, 4 Jun 2010 17:46:29 +0000 (13:46 -0400)]
Hermes: H4 index.php

15 years agoHermes: Horde_Block fixes for H4
Ben Klang [Fri, 4 Jun 2010 17:43:26 +0000 (13:43 -0400)]
Hermes: Horde_Block fixes for H4

15 years agoFramework: getOb() -> getLdap()
Ben Klang [Fri, 4 Jun 2010 16:59:20 +0000 (12:59 -0400)]
Framework: getOb() -> getLdap()

15 years agoFix method name.
Jan Schneider [Thu, 3 Jun 2010 23:00:10 +0000 (01:00 +0200)]
Fix method name.

15 years agogetOb() -> getLoginTasks()
Jan Schneider [Thu, 3 Jun 2010 22:46:17 +0000 (00:46 +0200)]
getOb() -> getLoginTasks()

15 years agogetOb() -> getLdap()
Jan Schneider [Thu, 3 Jun 2010 22:43:36 +0000 (00:43 +0200)]
getOb() -> getLdap()

15 years agogetOb() -> getDb()
Jan Schneider [Thu, 3 Jun 2010 22:41:07 +0000 (00:41 +0200)]
getOb() -> getDb()

15 years agogetOb() -> getData()
Jan Schneider [Thu, 3 Jun 2010 22:34:40 +0000 (00:34 +0200)]
getOb() -> getData()

15 years agogetOb() -> getAuth()
Jan Schneider [Thu, 3 Jun 2010 22:30:16 +0000 (00:30 +0200)]
getOb() -> getAuth()

15 years agoFix file modes.
Jan Schneider [Thu, 3 Jun 2010 16:00:27 +0000 (18:00 +0200)]
Fix file modes.

15 years agoport some fixes from ZPush regarding synckeys and Nokia devices
Michael J. Rubinsky [Thu, 3 Jun 2010 18:35:27 +0000 (14:35 -0400)]
port some fixes from ZPush regarding synckeys and Nokia devices

Haven't seen this personally, but it's said to affect MfE 3.
see https://developer.berlios.de/mantis/view.php?id=138

15 years agoUse a dedicated member variable instead of going through _isset to
Michael J. Rubinsky [Thu, 3 Jun 2010 18:28:04 +0000 (14:28 -0400)]
Use a dedicated member variable instead of going through _isset to
avoid issues with empty tags.

15 years agoBug #9073: More IE fixes for clearing a file input field
Michael M Slusarz [Thu, 3 Jun 2010 17:54:10 +0000 (11:54 -0600)]
Bug #9073: More IE fixes for clearing a file input field

While we are here, do a little bit less dynamic DOM node creation.
Also, fix issue where, if attachment was removed when at attachment
limit, the upload box would not appear.

15 years agoactually, looks like calendar messages don't need this
Michael J. Rubinsky [Thu, 3 Jun 2010 17:36:15 +0000 (13:36 -0400)]
actually, looks like calendar messages don't need this

15 years agoFix constant names
Michael J. Rubinsky [Thu, 3 Jun 2010 17:33:48 +0000 (13:33 -0400)]
Fix constant names

15 years agoJust a note...
Michael J. Rubinsky [Thu, 3 Jun 2010 17:28:48 +0000 (13:28 -0400)]
Just a note...

15 years agoThese messages need to check this as well
Michael J. Rubinsky [Thu, 3 Jun 2010 17:28:08 +0000 (13:28 -0400)]
These messages need to check this as well

15 years agoForce output of bodytruncated tag if it's empty.
Michael J. Rubinsky [Thu, 3 Jun 2010 17:22:20 +0000 (13:22 -0400)]
Force output of bodytruncated tag if it's empty.

15 years agoHonor the truncation size from the client
Michael J. Rubinsky [Thu, 3 Jun 2010 16:50:45 +0000 (12:50 -0400)]
Honor the truncation size from the client

15 years agofix camelcase of method names
Michael J. Rubinsky [Thu, 3 Jun 2010 15:52:43 +0000 (11:52 -0400)]
fix camelcase of method names

15 years agocleaner logic
Michael J. Rubinsky [Thu, 3 Jun 2010 15:34:15 +0000 (11:34 -0400)]
cleaner logic

15 years agoShow attendee status.
Jan Schneider [Thu, 3 Jun 2010 15:05:37 +0000 (17:05 +0200)]
Show attendee status.

15 years agoForce iTip attachments to be displayed inline.
Jan Schneider [Thu, 3 Jun 2010 13:50:14 +0000 (15:50 +0200)]
Force iTip attachments to be displayed inline.
Only show conflicts if sending events, i.e. not in attendee responses etc.

15 years agospelling
Jan Schneider [Thu, 3 Jun 2010 13:32:08 +0000 (15:32 +0200)]
spelling

15 years agoMore Horde_Db_Base -> Horde_Db_Adapter_Base fixes
Michael J. Rubinsky [Thu, 3 Jun 2010 14:11:45 +0000 (10:11 -0400)]
More Horde_Db_Base -> Horde_Db_Adapter_Base fixes

15 years agoImplement windowsize support more in line with specs.
Michael J. Rubinsky [Thu, 3 Jun 2010 13:57:22 +0000 (09:57 -0400)]
Implement windowsize support more in line with specs.

Per MS specs, windowsize should default to 100 if not specified by client,
and should default to 512 (the max) if the value specified is
out of range.

15 years agoLog errors.
Jan Schneider [Thu, 3 Jun 2010 12:22:32 +0000 (14:22 +0200)]
Log errors.

15 years agoFix class name and property access.
Jan Schneider [Thu, 3 Jun 2010 12:15:37 +0000 (14:15 +0200)]
Fix class name and property access.

15 years agoFix <configsection> location.
Jan Schneider [Thu, 3 Jun 2010 12:12:07 +0000 (14:12 +0200)]
Fix <configsection> location.

15 years agoShow groups in basic interface, they may have been added in the meantime.
Jan Schneider [Thu, 3 Jun 2010 12:04:55 +0000 (14:04 +0200)]
Show groups in basic interface, they may have been added in the meantime.

15 years agoIt helps to actually check whether there are groups.
Jan Schneider [Thu, 3 Jun 2010 12:03:10 +0000 (14:03 +0200)]
It helps to actually check whether there are groups.

15 years agoDon't set groups property if there aren't any.
Jan Schneider [Thu, 3 Jun 2010 11:59:38 +0000 (13:59 +0200)]
Don't set groups property if there aren't any.

15 years agoReset $addresses if not using the registry for compose links.
Jan Schneider [Thu, 3 Jun 2010 11:38:09 +0000 (13:38 +0200)]
Reset $addresses if not using the registry for compose links.

15 years agoNo PEAR_Error anymore.
Jan Schneider [Thu, 3 Jun 2010 11:32:51 +0000 (13:32 +0200)]
No PEAR_Error anymore.

15 years agoFix method name.
Jan Schneider [Thu, 3 Jun 2010 11:29:06 +0000 (13:29 +0200)]
Fix method name.

15 years agoPass the complete event to the view, to allow more flexible template contents.
Jan Schneider [Thu, 3 Jun 2010 10:43:30 +0000 (12:43 +0200)]
Pass the complete event to the view, to allow more flexible template contents.

15 years agoFix variable name.
Jan Schneider [Thu, 3 Jun 2010 10:42:07 +0000 (12:42 +0200)]
Fix variable name.

15 years agoFix parse errors.
Jan Schneider [Thu, 3 Jun 2010 10:37:04 +0000 (12:37 +0200)]
Fix parse errors.

15 years agoSend iTip notifications with HTML part and convert to Horde_View.
Jan Schneider [Thu, 3 Jun 2010 09:58:39 +0000 (11:58 +0200)]
Send iTip notifications with HTML part and convert to Horde_View.

15 years agoSimplify From: generation.
Jan Schneider [Wed, 2 Jun 2010 10:14:45 +0000 (12:14 +0200)]
Simplify From: generation.

15 years agoHide group section in advanced permissions too, if there aren't any groups.
Jan Schneider [Wed, 2 Jun 2010 10:08:31 +0000 (12:08 +0200)]
Hide group section in advanced permissions too, if there aren't any groups.

15 years agoFix query generation (missing commas)
Chuck Hagenbuch [Thu, 3 Jun 2010 03:56:24 +0000 (23:56 -0400)]
Fix query generation (missing commas)

15 years agoWicked: Fix global var
Ben Klang [Wed, 2 Jun 2010 22:20:20 +0000 (18:20 -0400)]
Wicked: Fix global var

15 years agoFramework: Fix LDAP finding user's DN (fixes authentication)
Ben Klang [Wed, 2 Jun 2010 22:13:30 +0000 (18:13 -0400)]
Framework: Fix LDAP finding user's DN (fixes authentication)

15 years agoFramework: Horde config compatibility fix in Horde_Ldap
Ben Klang [Wed, 2 Jun 2010 21:56:05 +0000 (17:56 -0400)]
Framework: Horde config compatibility fix in Horde_Ldap

15 years agoFix parse error and bad variable that prevented Sql auth from working
Chuck Hagenbuch [Wed, 2 Jun 2010 21:08:16 +0000 (17:08 -0400)]
Fix parse error and bad variable that prevented Sql auth from working

15 years agoHermes: Yet more H4 changes
Ben Klang [Wed, 2 Jun 2010 20:58:07 +0000 (16:58 -0400)]
Hermes: Yet more H4 changes

15 years agoHermes: Yet more H4 fixes
Ben Klang [Wed, 2 Jun 2010 20:47:30 +0000 (16:47 -0400)]
Hermes: Yet more H4 fixes

15 years agoHermes: yet more H4 fixes
Ben Klang [Wed, 2 Jun 2010 20:43:08 +0000 (16:43 -0400)]
Hermes: yet more H4 fixes

15 years agoHermes: More H4 changes. Application now at least loads the main screen
Ben Klang [Wed, 2 Jun 2010 20:37:23 +0000 (16:37 -0400)]
Hermes: More H4 changes.  Application now at least loads the main screen

15 years agoFramework: We still need to manually require DataTree here
Ben Klang [Wed, 2 Jun 2010 20:14:03 +0000 (16:14 -0400)]
Framework: We still need to manually require DataTree here