Ben Klang [Tue, 25 May 2010 17:57:44 +0000 (13:57 -0400)]
Beatnik: whitespace
Michael J. Rubinsky [Tue, 25 May 2010 16:44:26 +0000 (12:44 -0400)]
Check that the start date is between the view's start and end date.
start date is the start of the received events list, not the start
of the view.
Michael J. Rubinsky [Tue, 25 May 2010 16:06:49 +0000 (12:06 -0400)]
remove reference to obsolete/no longer available opencv-php extension.
this extension doesn't seem to be available any longer, all links to
it have been dead for well over a year. Also, make note that facedetect
requires opencv version 1.x, 2.0 is not supported.
Michael J. Rubinsky [Tue, 25 May 2010 14:48:22 +0000 (10:48 -0400)]
fix vfs fixes ;)
VFS hasn't been refactored for H4 directory structure, filename case etc... this breaks loading most vfs drivers.
Wait until package has been restructured/refactored before adding this.
Michael J. Rubinsky [Tue, 25 May 2010 14:41:54 +0000 (10:41 -0400)]
Need VFS::factory() here, singleton is no more...
Jan Schneider [Tue, 25 May 2010 14:35:08 +0000 (16:35 +0200)]
Allow to specify the URL parameter name for the alternate login setting.
Jan Schneider [Tue, 25 May 2010 14:31:44 +0000 (16:31 +0200)]
Add the full url, when redirecting to the login screen.
Jan Schneider [Tue, 25 May 2010 13:29:10 +0000 (15:29 +0200)]
Fix error when creating events with attendees before editing events with attendees.
Jan Schneider [Tue, 25 May 2010 13:26:28 +0000 (15:26 +0200)]
Need to compare the raw value.
Michael M Slusarz [Tue, 25 May 2010 05:02:25 +0000 (23:02 -0600)]
Filter subdir input
Michael M Slusarz [Tue, 25 May 2010 04:59:29 +0000 (22:59 -0600)]
H4 updates for icon browsing
Michael M Slusarz [Tue, 25 May 2010 04:32:44 +0000 (22:32 -0600)]
ws
Michael M Slusarz [Tue, 25 May 2010 04:25:58 +0000 (22:25 -0600)]
Make opacity configurable; default to 80%
Michael M Slusarz [Tue, 25 May 2010 04:23:23 +0000 (22:23 -0600)]
2 Reverts: horde/js/growler.js
Revert "Reset opacity when growler is removed from screen"
This reverts commit
9c14811e5d527bc1328a8b9803311bf4e736cd07.
Revert "Fade notifications on mouseover."
This reverts commit
cae456751b929bbc9d94d4b4a4a34ed94aaa3856.
Michael M Slusarz [Tue, 25 May 2010 04:16:26 +0000 (22:16 -0600)]
Preserve SQL create (pseudo)code in driver comments
Michael M Slusarz [Tue, 25 May 2010 04:02:42 +0000 (22:02 -0600)]
No need for VFS::singleton anymore
Michael M Slusarz [Tue, 25 May 2010 03:57:34 +0000 (21:57 -0600)]
Horde_Vfs fixes.
getOb() scope argument must be optional - or else, default system is
unusable.
Move getVFSConfig() inside of Horde_Vfs factory.
Michael M Slusarz [Mon, 24 May 2010 23:19:02 +0000 (17:19 -0600)]
IMP tables now created via migration script
Michael M Slusarz [Tue, 25 May 2010 03:38:44 +0000 (21:38 -0600)]
Add executeWrite().
Needed to run custom SQL queries that may need access to the write DB.
Michael M Slusarz [Mon, 24 May 2010 23:50:50 +0000 (17:50 -0600)]
Add ability to add auto-increment to columns
Only tested on PostgreSQL
Michael J. Rubinsky [Mon, 24 May 2010 21:00:48 +0000 (17:00 -0400)]
need to pass this by reference, though it doesn't appear to be used...
Michael J. Rubinsky [Mon, 24 May 2010 20:55:26 +0000 (16:55 -0400)]
fix reveresed logic
Bug: 9057
Michael J. Rubinsky [Mon, 24 May 2010 19:28:49 +0000 (15:28 -0400)]
use the serial psuedotype when creating the table from scratch
Michael M Slusarz [Mon, 24 May 2010 19:25:08 +0000 (13:25 -0600)]
This file seems to have disappeared at some point
rsalmon [Mon, 24 May 2010 19:21:29 +0000 (13:21 -0600)]
Bug #8989: Fix folder list scrolling.
Signed-off-by: Michael M Slusarz <slusarz@curecanti.org>
Michael J. Rubinsky [Mon, 24 May 2010 19:04:40 +0000 (15:04 -0400)]
Fix horde_db call
Michael J. Rubinsky [Mon, 24 May 2010 18:49:03 +0000 (14:49 -0400)]
remove extra file suffix. Silly NetBeans
Michael J. Rubinsky [Mon, 24 May 2010 18:47:08 +0000 (14:47 -0400)]
use the injector
Michael J. Rubinsky [Mon, 24 May 2010 18:42:13 +0000 (14:42 -0400)]
Cache the vfs in the factory
Michael J. Rubinsky [Mon, 24 May 2010 18:28:49 +0000 (14:28 -0400)]
Use a factory for Vfs.
Need to be able to specify different vfs scopes, can't assume we always want
Horde's
Michael J. Rubinsky [Mon, 24 May 2010 18:26:02 +0000 (14:26 -0400)]
Add autoincrement/sequence fields for horde_perms.
This fixes constraint violations due to the move to Horde_Db. Really
not 100% sure about the syntax for the oracle trigger...
Jan Schneider [Mon, 24 May 2010 17:57:23 +0000 (19:57 +0200)]
Automatically add and remove free/busy information for added/removed attendees.
Jan Schneider [Sun, 23 May 2010 18:50:41 +0000 (20:50 +0200)]
Split out addAttendee().
Michael J. Rubinsky [Mon, 24 May 2010 17:45:03 +0000 (13:45 -0400)]
need to cast to string before serializing
Michael J. Rubinsky [Mon, 24 May 2010 17:09:23 +0000 (13:09 -0400)]
log this error, fix variable name
Michael J. Rubinsky [Mon, 24 May 2010 17:06:03 +0000 (13:06 -0400)]
use Horde_Url methods
Michael J. Rubinsky [Mon, 24 May 2010 16:42:26 +0000 (12:42 -0400)]
fix variable name
Michael J. Rubinsky [Mon, 24 May 2010 16:37:36 +0000 (12:37 -0400)]
Fix method name. Still can't get Perms to stop fataling though
Michael J. Rubinsky [Mon, 24 May 2010 16:11:33 +0000 (12:11 -0400)]
copy/paste error
Michael J. Rubinsky [Sun, 23 May 2010 20:34:00 +0000 (16:34 -0400)]
is_a -> instanceof, pear_error -> exceptions etc...
Michael J. Rubinsky [Sun, 23 May 2010 20:30:42 +0000 (16:30 -0400)]
Need to unregister the blur handler when showing the KNL
Showing the KNL causing the trigger to blur, triggering the code that
adds the current value to the prettyautocompleter's list.
Michael J. Rubinsky [Sun, 23 May 2010 19:35:54 +0000 (15:35 -0400)]
ws
Michael J. Rubinsky [Sun, 23 May 2010 18:55:36 +0000 (14:55 -0400)]
Allow an onAdd callback to be passed to the pretty ac.
Michael J. Rubinsky [Fri, 21 May 2010 21:47:29 +0000 (17:47 -0400)]
MFB - need full url here
Michael J. Rubinsky [Fri, 21 May 2010 21:02:25 +0000 (17:02 -0400)]
fix app init on opensearch page
Michael J. Rubinsky [Fri, 21 May 2010 20:49:16 +0000 (16:49 -0400)]
parse error
Jan Schneider [Fri, 21 May 2010 17:33:14 +0000 (19:33 +0200)]
Catch if events from ajax response are not for the current view anymore.
Jan Schneider [Fri, 21 May 2010 16:57:37 +0000 (18:57 +0200)]
Fix UI issues when removing events from month view and using max_events.
Jan Schneider [Fri, 21 May 2010 16:43:57 +0000 (18:43 +0200)]
positionTimeMarker() might have removed the time marker.
Jan Schneider [Fri, 21 May 2010 16:34:26 +0000 (18:34 +0200)]
Fix detecting of more... link in all-day area of week view.
Jan Schneider [Fri, 21 May 2010 14:31:33 +0000 (16:31 +0200)]
Fix offset in IE if not attaching knl to body.
Jan Schneider [Fri, 21 May 2010 10:23:53 +0000 (12:23 +0200)]
Catch focus failures if field is inactive.
Jan Schneider [Thu, 20 May 2010 22:34:52 +0000 (00:34 +0200)]
Fix stray commas.
Jan Schneider [Thu, 20 May 2010 22:19:03 +0000 (00:19 +0200)]
Consistently use lowercase file names.
Jan Schneider [Thu, 20 May 2010 21:51:18 +0000 (23:51 +0200)]
Run through horde-pear-release.php to remove None.php references.
Jan [Thu, 20 May 2010 16:19:56 +0000 (17:19 +0100)]
Tweaks.
Michael M Slusarz [Thu, 20 May 2010 18:33:56 +0000 (12:33 -0600)]
Bug #9051: In DIMP, set correct sent-mail folder if select_sentmail_folder is false
Michael M Slusarz [Thu, 20 May 2010 18:16:50 +0000 (12:16 -0600)]
Clean up a bit
Jan Schneider [Thu, 20 May 2010 17:51:44 +0000 (19:51 +0200)]
Focus first field after switching tabs in event form.
Jan Schneider [Thu, 20 May 2010 17:29:10 +0000 (19:29 +0200)]
Fix method name.
Jan Schneider [Thu, 20 May 2010 17:27:10 +0000 (19:27 +0200)]
Add more information.
Jan Schneider [Thu, 20 May 2010 17:16:53 +0000 (19:16 +0200)]
Include class name in exception message.
Michael M Slusarz [Thu, 20 May 2010 17:01:50 +0000 (11:01 -0600)]
phpdoc
Michael M Slusarz [Thu, 20 May 2010 17:02:44 +0000 (11:02 -0600)]
Don't run connect() if we already have active connection
Michael M Slusarz [Thu, 20 May 2010 17:02:21 +0000 (11:02 -0600)]
Add serialize callbacks to Horde_Db_Adapter_Base
Michael M Slusarz [Thu, 20 May 2010 16:50:28 +0000 (10:50 -0600)]
Horde/Share fixes.
There was no use of _instances in the factory - fix that.
Remove duplicate sessionobjects query.
Move sessionobjects caching entirely within factory, not main class.
Michael J. Rubinsky [Thu, 20 May 2010 16:33:05 +0000 (12:33 -0400)]
Don't use the injector from inside the share library, pass the lock object in as needed.
Michael M Slusarz [Thu, 20 May 2010 16:20:41 +0000 (10:20 -0600)]
Not needed
Michael M Slusarz [Thu, 20 May 2010 16:17:40 +0000 (10:17 -0600)]
Bug #9050: Ignore return from Horde.popup()
Michael M Slusarz [Thu, 20 May 2010 16:06:38 +0000 (10:06 -0600)]
Fix parse error
Michael J. Rubinsky [Thu, 20 May 2010 16:20:25 +0000 (12:20 -0400)]
use the parent's method
Michael J. Rubinsky [Thu, 20 May 2010 16:20:13 +0000 (12:20 -0400)]
remove Prefs dependency
Michael J. Rubinsky [Thu, 20 May 2010 16:19:54 +0000 (12:19 -0400)]
Inject Horde_Perms object
Jan Schneider [Thu, 20 May 2010 15:55:14 +0000 (17:55 +0200)]
Use a random color when creating a new calendar.
Jan Schneider [Thu, 20 May 2010 15:28:15 +0000 (17:28 +0200)]
Tweak basic permission layout.
Jan Schneider [Thu, 20 May 2010 08:59:10 +0000 (10:59 +0200)]
Lowercase tags.
Jan Schneider [Thu, 20 May 2010 08:53:41 +0000 (10:53 +0200)]
Remove unnecessary setRaw().
Michael J. Rubinsky [Thu, 20 May 2010 05:25:25 +0000 (01:25 -0400)]
clean up package.xml after a run through the pear package script
Michael J. Rubinsky [Thu, 20 May 2010 05:22:50 +0000 (01:22 -0400)]
fix case.
Note to self: always test on a case sensitive fs before commiting...
Michael J. Rubinsky [Thu, 20 May 2010 04:42:24 +0000 (00:42 -0400)]
some php5 stuff for folks, typo in turba
mend
Michael J. Rubinsky [Thu, 20 May 2010 04:41:18 +0000 (00:41 -0400)]
typo
Michael J. Rubinsky [Thu, 20 May 2010 04:38:35 +0000 (00:38 -0400)]
Horde_Share changes for WHups
Michael J. Rubinsky [Thu, 20 May 2010 04:30:42 +0000 (00:30 -0400)]
Start getting Turba caught up with Horde_Share changes
Michael J. Rubinsky [Thu, 20 May 2010 03:39:05 +0000 (23:39 -0400)]
Track Horde_Share changes
Michael J. Rubinsky [Wed, 19 May 2010 22:42:20 +0000 (18:42 -0400)]
Track Horde_Share changes.
Still *alot* of H3 cruft in Mnemo...got some of it as I saw it while
going through for share changes, but still a lot to do.
Michael J. Rubinsky [Wed, 19 May 2010 20:16:48 +0000 (16:16 -0400)]
Horde_Share changes for Kronolith
Michael J. Rubinsky [Wed, 19 May 2010 19:59:06 +0000 (15:59 -0400)]
Track changes to Horde_Share in Ingo
Michael J. Rubinsky [Wed, 19 May 2010 19:38:34 +0000 (15:38 -0400)]
more Horde_Share change tracking
Michael J. Rubinsky [Wed, 19 May 2010 19:38:12 +0000 (15:38 -0400)]
fix exception name
Michael J. Rubinsky [Wed, 19 May 2010 19:28:22 +0000 (15:28 -0400)]
add method to get the object's share driver.
Michael J. Rubinsky [Wed, 19 May 2010 19:26:46 +0000 (15:26 -0400)]
Use type hint
Michael J. Rubinsky [Wed, 19 May 2010 19:23:09 +0000 (15:23 -0400)]
use exceptions, some misc. PHP5 cleanup
Michael J. Rubinsky [Wed, 19 May 2010 18:33:16 +0000 (14:33 -0400)]
...and fix method call
Michael J. Rubinsky [Wed, 19 May 2010 18:31:47 +0000 (14:31 -0400)]
use getTable() and getReadDb()
Michael M Slusarz [Wed, 19 May 2010 18:09:46 +0000 (12:09 -0600)]
ws
Michael M Slusarz [Wed, 19 May 2010 18:05:08 +0000 (12:05 -0600)]
Add Exception class to Skeleton
Michael M Slusarz [Wed, 19 May 2010 18:02:46 +0000 (12:02 -0600)]
Clean up DB examples in Skeleton
Michael M Slusarz [Wed, 19 May 2010 17:55:30 +0000 (11:55 -0600)]
Cleanup phpdoc docblocks for IMP
Michael M Slusarz [Wed, 19 May 2010 17:32:21 +0000 (11:32 -0600)]
Fix docblocks in Imap_Client
Michael M Slusarz [Wed, 19 May 2010 17:25:07 +0000 (11:25 -0600)]
Fix @package description; add @license tag