Chuck Hagenbuch [Mon, 17 May 2010 14:03:04 +0000 (10:03 -0400)]
Fix closing gettext tags (Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>)
Jan Schneider [Mon, 17 May 2010 13:09:11 +0000 (15:09 +0200)]
Cast to string explicitly, autocasting happens after evaluation of the method calls.
Jan Schneider [Mon, 17 May 2010 12:55:09 +0000 (14:55 +0200)]
Test overwriting.
Jan Schneider [Mon, 17 May 2010 12:46:50 +0000 (14:46 +0200)]
Specify application, there is no app on the stack at this point.
Jan Schneider [Mon, 17 May 2010 12:42:49 +0000 (14:42 +0200)]
If we have to check for permissions, and if the user is supposed to be logged
in, call checkExistingAuth() to make sure that the authentication really
hasn't expired yet.
Jan Schneider [Mon, 17 May 2010 12:05:03 +0000 (14:05 +0200)]
Use singular "migration/".
Install migration scripts using data role and full package path.
Chuck Hagenbuch [Mon, 17 May 2010 02:18:46 +0000 (22:18 -0400)]
Avoid a blank screen if registry.php is missing
Chuck Hagenbuch [Mon, 17 May 2010 02:18:19 +0000 (22:18 -0400)]
Fix typo (need a string here, not an array)
Chuck Hagenbuch [Mon, 17 May 2010 02:00:39 +0000 (22:00 -0400)]
Replace the ImplementationWithSetters binder with an AnnotatedSetters binder that can be stacked on any other binder.
Also add examples for the annotated setters and closure binders.
Jan Schneider [Fri, 14 May 2010 22:03:51 +0000 (00:03 +0200)]
Check authentication driver for expired authentication. Still doesn't trigger logouts though.
Jan Schneider [Fri, 14 May 2010 15:03:31 +0000 (17:03 +0200)]
Tweak widths.
Michael M Slusarz [Fri, 14 May 2010 20:04:26 +0000 (14:04 -0600)]
Add Null IMP_Sentmail driver
Michael M Slusarz [Wed, 12 May 2010 21:34:26 +0000 (15:34 -0600)]
Update Horde_Data to H4
Remove dependency on Core.
This library still is way too much of a UI/widget-y class and not enough
of a standalone library.
Michael M Slusarz [Fri, 14 May 2010 19:17:21 +0000 (13:17 -0600)]
Some low-hanging fruit locations to use the new PEAR DB binder
Michael M Slusarz [Fri, 14 May 2010 19:16:53 +0000 (13:16 -0600)]
Remove all sorts of H3-related cruft.
Michael M Slusarz [Fri, 14 May 2010 20:05:49 +0000 (14:05 -0600)]
Fix function arguments.
Michael M Slusarz [Fri, 14 May 2010 19:01:37 +0000 (13:01 -0600)]
Sentmail SQL driver now supports split read/write operation
Michael M Slusarz [Fri, 14 May 2010 18:45:57 +0000 (12:45 -0600)]
Bug #9027: Use Horde_Db_Pear binder to get DB objects
Michael M Slusarz [Fri, 14 May 2010 18:28:09 +0000 (12:28 -0600)]
Can't pass arguments to binders
Michael M Slusarz [Fri, 14 May 2010 18:21:01 +0000 (12:21 -0600)]
Removed Horde_Util::assertDriverConfig()
Jan Schneider [Fri, 14 May 2010 14:53:36 +0000 (16:53 +0200)]
Fix signatures and deviceExists() implementation of File driver.
Jan Schneider [Thu, 13 May 2010 17:40:00 +0000 (19:40 +0200)]
MFB
Jan Schneider [Fri, 14 May 2010 14:04:10 +0000 (16:04 +0200)]
Fix visibility.
Jan Schneider [Fri, 14 May 2010 13:42:13 +0000 (15:42 +0200)]
One more unset write_db.
Michael J. Rubinsky [Thu, 13 May 2010 23:10:50 +0000 (19:10 -0400)]
some RDBMS have problems with keys of this length, remove them.
Jan Schneider [Thu, 13 May 2010 22:29:55 +0000 (00:29 +0200)]
Add a time marker if displaying the current day.
Michael M Slusarz [Thu, 13 May 2010 21:37:58 +0000 (15:37 -0600)]
More places to fix if no split DB is configured
Michael M Slusarz [Thu, 13 May 2010 20:30:42 +0000 (14:30 -0600)]
ws
Jan Schneider [Thu, 13 May 2010 21:28:51 +0000 (23:28 +0200)]
Fix if no split db has been configured.
Michael J. Rubinsky [Thu, 13 May 2010 19:33:33 +0000 (15:33 -0400)]
changes
Michael J. Rubinsky [Thu, 13 May 2010 19:26:05 +0000 (15:26 -0400)]
Add listTimeObjects calendars to the choice of calendars to display in blocks.
Ticket: 8530
Michael M Slusarz [Thu, 13 May 2010 17:49:13 +0000 (11:49 -0600)]
This class requires the Injector
Michael M Slusarz [Thu, 13 May 2010 08:49:09 +0000 (02:49 -0600)]
Horde_Cache:: cleanups.
Implement Horde_Cache::factory(), Horde_Cache_Exception::.
phpdoc
Michael M Slusarz [Thu, 13 May 2010 08:30:35 +0000 (02:30 -0600)]
Move DB init out of classes and into binders
Michael M Slusarz [Thu, 13 May 2010 08:15:11 +0000 (02:15 -0600)]
Horde_Token cleanups.
Horde 4 fixes. Move DB init out of class. Use Horde_Token_Exception.
Add Null driver. Split Driver code into separate class.
Michael M Slusarz [Thu, 13 May 2010 17:07:31 +0000 (11:07 -0600)]
Fix logic
Michael M Slusarz [Thu, 13 May 2010 16:59:17 +0000 (10:59 -0600)]
More correct - we want the form element value here
Michael M Slusarz [Thu, 13 May 2010 04:54:17 +0000 (22:54 -0600)]
Add missing reply all graphic to message log output
Michael J. Rubinsky [Thu, 13 May 2010 14:14:16 +0000 (10:14 -0400)]
Sort exception list before display.
Ticket: 7688
Rui Carneiro [Wed, 12 May 2010 16:23:38 +0000 (17:23 +0100)]
Bug #9022: This variable is a boolean.
Signed-off-by: Michael M Slusarz <slusarz@curecanti.org>
Michael M Slusarz [Thu, 13 May 2010 03:29:53 +0000 (21:29 -0600)]
reportSpam() should always indicate success.
0 indicates no messages were moved, not an error. Error messages will
be transmitted to the user via notifications, if necessary.
Michael J. Rubinsky [Wed, 12 May 2010 23:01:30 +0000 (19:01 -0400)]
Add activesync page to admin menu, render tree nodes closed by default
Michael J. Rubinsky [Wed, 12 May 2010 22:46:52 +0000 (18:46 -0400)]
Move the rest of these handlers to their own classes.
Get the cruft out of the main activesync class, comment out unused (for now)
constants etc...
Michael J. Rubinsky [Wed, 12 May 2010 22:20:45 +0000 (18:20 -0400)]
Implement the last of the non-email related requests for AS version 2.5 support.Implement the last of the non-email related requests for AS version 2.5 support.Implement the last of the non-email related requests for AS version 2.5 support.Implement the last of the non-email related requests for AS version 2.5 support.Implement the last of the non-email related requests for AS version 2.5 support.Implement the last of the non-email related requests for AS version 2.5 support.Implement the last of the non-email related requests for AS version 2.5 support.Implement the last of the non-email related requests for AS version 2.5 support.Implement the last of the non-email related requests for AS version 2.5 support.
Michael J. Rubinsky [Wed, 12 May 2010 22:06:18 +0000 (18:06 -0400)]
fix the image var renderer icons to work with new Horde::img()
Michael M Slusarz [Wed, 12 May 2010 20:47:24 +0000 (14:47 -0600)]
Reversed logic
Michael M Slusarz [Wed, 12 May 2010 20:37:07 +0000 (14:37 -0600)]
This MUST be require, not include, since without Autoloader we ain't going anywhere
Michael J. Rubinsky [Wed, 12 May 2010 18:39:33 +0000 (14:39 -0400)]
Fix DROP INDEX syntax
Michael J. Rubinsky [Wed, 12 May 2010 18:27:02 +0000 (14:27 -0400)]
Add wipe and remove actions to the activesync adminstration screen
Michael J. Rubinsky [Wed, 12 May 2010 18:26:42 +0000 (14:26 -0400)]
No need to have device loaded first here.
Michael M Slusarz [Wed, 12 May 2010 17:50:05 +0000 (11:50 -0600)]
The new prototype Layout code messes a bunch of previous layout determination up - try to sort out that mess
Michael M Slusarz [Wed, 12 May 2010 17:25:59 +0000 (11:25 -0600)]
Fix KNL width positioning
Michael M Slusarz [Wed, 12 May 2010 17:13:27 +0000 (11:13 -0600)]
Can't set domParent in default list - this breaks every KNL that is not attached to a body element
Jan Schneider [Wed, 12 May 2010 16:52:26 +0000 (18:52 +0200)]
Design tweaks.
Jan Schneider [Wed, 12 May 2010 15:29:49 +0000 (16:29 +0100)]
Further improvements.
Michael J. Rubinsky [Wed, 12 May 2010 16:40:42 +0000 (12:40 -0400)]
need to load the device first
Michael J. Rubinsky [Wed, 12 May 2010 16:40:11 +0000 (12:40 -0400)]
fix query for listing all devices, unfiltered by users.
Michael J. Rubinsky [Wed, 12 May 2010 16:22:39 +0000 (12:22 -0400)]
Rename this method getDeviceInfo() -> loadDeviceInfo(), no need to pass
username in this form, just get it when processing changes.
Michael J. Rubinsky [Wed, 12 May 2010 14:56:37 +0000 (10:56 -0400)]
Allow each device to have mulitple user accounts
SQL update script must be run. It's necessary to force the device to refresh - sorry, Jan ;).
You might be able to get away with only refreshing one collection (like calendars), or even just
pretend to edit the account settings and re-save them (which usually produces a foldersync request).
Alternatively, you can manually add the username/device mapping if it's known to the users table,
and add the username to the other new username fields in the map table and state table.
to the database tables if they are known.
Jan Schneider [Wed, 12 May 2010 11:04:20 +0000 (13:04 +0200)]
Fix file perms.
Jan Schneider [Wed, 12 May 2010 14:38:21 +0000 (16:38 +0200)]
Don't target the frameset when redirecting.
Jan Schneider [Wed, 12 May 2010 14:36:50 +0000 (16:36 +0200)]
Missed adding a json_decode().
Jan Schneider [Wed, 12 May 2010 14:34:09 +0000 (16:34 +0200)]
Avoid warning if already defined.
Jan Schneider [Wed, 12 May 2010 11:31:17 +0000 (11:31 +0000)]
Define HORDE_BASE in horde/config/horde.local.php too
Jan Schneider [Wed, 12 May 2010 11:34:32 +0000 (13:34 +0200)]
Highlight if static directory is fine.
Jan Schneider [Wed, 12 May 2010 11:25:35 +0000 (13:25 +0200)]
Avoid double loading of horde.local.php if already loaded in test.php
Jan Schneider [Wed, 12 May 2010 10:06:40 +0000 (12:06 +0200)]
Fix parse error.
Jan Schneider [Wed, 12 May 2010 10:03:22 +0000 (12:03 +0200)]
MFB: Skip vbooks if the base source is not (longer) available.
Michael M Slusarz [Wed, 12 May 2010 03:58:26 +0000 (21:58 -0600)]
Use new Horde_Mail:: package
Resolves Request #8909 (pass stream to send())
Michael M Slusarz [Wed, 12 May 2010 01:07:32 +0000 (19:07 -0600)]
Add Horde_Mail package.
Adds the following features:
* Allows a stream to be passed in.
* Allows raw headertext to be used in the outgoing messages (required
for things like message redirection pursuant to RFC 5322 [3.6.6]).
* Native PHP 5 code.
* Provides more comprehensive sendmail error messages.
* Uses Exceptions instead of PEAR_Errors.
Jan Schneider [Tue, 11 May 2010 22:43:11 +0000 (00:43 +0200)]
Fix opening redbox dialogs after opening a task dialog.
Jan Schneider [Tue, 11 May 2010 22:35:27 +0000 (00:35 +0200)]
Provide a time selection drop down when clicking on a time field.
Jan Schneider [Tue, 11 May 2010 22:29:28 +0000 (00:29 +0200)]
return, for consistency.
Jan Schneider [Tue, 11 May 2010 22:28:50 +0000 (00:28 +0200)]
I'm not sure why we needed a hidden overflow here, but hides popups opened
from a redbox dialog.
Jan Schneider [Tue, 11 May 2010 21:45:58 +0000 (23:45 +0200)]
Fix calculating size and position if not attaching to the body.
Michael M Slusarz [Tue, 11 May 2010 19:42:13 +0000 (13:42 -0600)]
Add Null Horde_Lock driver
Michael M Slusarz [Tue, 11 May 2010 05:43:04 +0000 (23:43 -0600)]
Fix logic, clearer error label
Michael J. Rubinsky [Tue, 11 May 2010 19:47:02 +0000 (15:47 -0400)]
These will be constants, though it's not currently used.
Michael J. Rubinsky [Tue, 11 May 2010 19:45:44 +0000 (15:45 -0400)]
These are constants now
Michael J. Rubinsky [Tue, 11 May 2010 19:44:49 +0000 (15:44 -0400)]
This is the busystatus, not response status
Michael J. Rubinsky [Tue, 11 May 2010 19:38:55 +0000 (15:38 -0400)]
This is already a constant
Michael J. Rubinsky [Tue, 11 May 2010 19:18:03 +0000 (15:18 -0400)]
Use the constants instead of translating
Michael J. Rubinsky [Tue, 11 May 2010 19:17:26 +0000 (15:17 -0400)]
Fix status property translation
Jan Schneider [Tue, 11 May 2010 16:53:44 +0000 (18:53 +0200)]
One more tenative.
Jan Schneider [Tue, 11 May 2010 16:37:51 +0000 (18:37 +0200)]
Fix viral typo.
Jan Schneider [Tue, 11 May 2010 16:27:29 +0000 (18:27 +0200)]
Indention
Michael J. Rubinsky [Tue, 11 May 2010 16:25:05 +0000 (12:25 -0400)]
Exit early if no results
Michael J. Rubinsky [Tue, 11 May 2010 15:39:56 +0000 (11:39 -0400)]
country fields can be ghosted
Michael J. Rubinsky [Tue, 11 May 2010 15:33:12 +0000 (11:33 -0400)]
Fix country handling for AS.
Use the localized name of the country when sending to the device, and
assume the value coming from the device is also the localized name.
Michael J. Rubinsky [Tue, 11 May 2010 14:51:05 +0000 (10:51 -0400)]
Fix display of recurrence fields on event form for new events
Michael M Slusarz [Tue, 11 May 2010 05:40:39 +0000 (23:40 -0600)]
Catch more exceptions in test script, and report exception error, if possible
Michael M Slusarz [Tue, 11 May 2010 05:28:41 +0000 (23:28 -0600)]
These config parameters are not required - this will completely break a new install otherwise
Michael M Slusarz [Mon, 10 May 2010 21:51:20 +0000 (15:51 -0600)]
Fix width positioning in IE
Michael J. Rubinsky [Mon, 10 May 2010 21:17:19 +0000 (17:17 -0400)]
existence check
Jan Schneider [Mon, 10 May 2010 20:55:29 +0000 (22:55 +0200)]
This is wrong, fix check and error message.
Michael M Slusarz [Mon, 10 May 2010 20:51:04 +0000 (14:51 -0600)]
Bug #9010: IE doesn't bubble change events
Michael M Slusarz [Mon, 10 May 2010 20:43:49 +0000 (14:43 -0600)]
Bug #9010: Avoid undefined warnings
Michael M Slusarz [Mon, 10 May 2010 18:33:27 +0000 (12:33 -0600)]
Add strip attachments support to DIMP.
Michael J. Rubinsky [Mon, 10 May 2010 20:15:10 +0000 (16:15 -0400)]
GAL is optional
Michael J. Rubinsky [Mon, 10 May 2010 20:11:16 +0000 (16:11 -0400)]
use Horde_Url, other H4 changes