Michael M Slusarz [Fri, 16 Jan 2009 19:33:11 +0000 (12:33 -0700)]
Correctly display status flags when updating viewport.
Michael M Slusarz [Fri, 16 Jan 2009 07:46:43 +0000 (00:46 -0700)]
Begin reworking Event handling model.
Instead of attaching event handlers to every DOM element, set a single
event handler on the document and sniff the Event object to determine
what DOM element it hit.
This is not fully complete yet, and there still are some issues (i.e
dealing with context menu actions).
Michael M Slusarz [Fri, 16 Jan 2009 06:13:34 +0000 (23:13 -0700)]
Should not be needed any more.
Michael M Slusarz [Fri, 16 Jan 2009 05:31:24 +0000 (22:31 -0700)]
Fix for Ticket #7196
ESC in DIMP search box now clears the search. Also, fix some wonkiness
with tabbing out of box due to conflicting Event handlers.
Michael J. Rubinsky [Thu, 15 Jan 2009 23:29:47 +0000 (18:29 -0500)]
These values may not always be set.
Michael M Slusarz [Thu, 15 Jan 2009 21:21:33 +0000 (14:21 -0700)]
More Image/CSS tweaking in DIMP
Chuck Hagenbuch [Thu, 15 Jan 2009 21:08:17 +0000 (16:08 -0500)]
this code was making incorrect assumptions about my directory layout. This
should be a little better, but ideally we'd pass the same parameters to
base64ImgData() that we pass to Horde::img (app, image) so that it can figure
out the path reliably.
Michael M Slusarz [Thu, 15 Jan 2009 18:36:21 +0000 (11:36 -0700)]
CSS fixes re: new image code
Michael M Slusarz [Thu, 15 Jan 2009 18:05:05 +0000 (11:05 -0700)]
Allow remaining images on DIMP main page to be loaded via Data URL
Loading DIMP's index page on a supported browser, with CSS/JS caching,
now results in 0 images that need to be separately loaded.
Should probably move this to Horde core proper ASAP (along with all
JS/CSS caching code) so that other apps can make use of this. This is
less effective for non-AJAXy applications since the data needs to be
sent on every page load (vs. the image data being cached in CSS).
However, some images are generated on the fly/don't reside in the app
themes directory so they aren't available to be served via CSS.
Chuck Hagenbuch [Thu, 15 Jan 2009 17:12:48 +0000 (12:12 -0500)]
cache -> cacheOb
constructors protected for objects with singletons
remove &
Jan Schneider [Thu, 15 Jan 2009 16:56:49 +0000 (17:56 +0100)]
We still need to load at least IMP.php since autoloading only works from
inside IMP, but prefs.php is also loaded from outside IMP.
Jan Schneider [Wed, 14 Jan 2009 15:00:24 +0000 (16:00 +0100)]
Merge Ajax CSS into regular CSS file, to make themes properly working.
Jan Schneider [Wed, 14 Jan 2009 14:41:02 +0000 (15:41 +0100)]
$status can be something different, e.g. a complete error message from
Auth_imp::_authenticate().
Michael J. Rubinsky [Thu, 15 Jan 2009 15:17:04 +0000 (10:17 -0500)]
This is a Horde_Date now, not an integer
Michael J. Rubinsky [Thu, 15 Jan 2009 15:16:30 +0000 (10:16 -0500)]
Fix class names
Michael M Slusarz [Thu, 15 Jan 2009 08:00:12 +0000 (01:00 -0700)]
Move some more graphics into CSS files.
Michael M Slusarz [Thu, 15 Jan 2009 08:00:01 +0000 (01:00 -0700)]
Add missing quota graphics.
Michael M Slusarz [Thu, 15 Jan 2009 06:44:07 +0000 (23:44 -0700)]
Autoload library.
Michael M Slusarz [Thu, 15 Jan 2009 06:37:02 +0000 (23:37 -0700)]
Autoload IMP::, MIMP::, and DIMP::.
Michael M Slusarz [Thu, 15 Jan 2009 06:34:33 +0000 (23:34 -0700)]
Don't use static access to IMP_Filter; autoloading.
Michael M Slusarz [Thu, 15 Jan 2009 06:29:23 +0000 (23:29 -0700)]
phpdoc
Michael M Slusarz [Thu, 15 Jan 2009 06:20:07 +0000 (23:20 -0700)]
Change to Horde 4 conventions; autoloading
Michael M Slusarz [Thu, 15 Jan 2009 05:15:04 +0000 (22:15 -0700)]
Fix variable name
Chuck Hagenbuch [Thu, 15 Jan 2009 05:55:48 +0000 (00:55 -0500)]
use Horde_Imap_Client_Utils
Michael M Slusarz [Thu, 15 Jan 2009 05:09:24 +0000 (22:09 -0700)]
md5() -> hash(); ws
Michael M Slusarz [Thu, 15 Jan 2009 05:09:14 +0000 (22:09 -0700)]
md5() -> hash()
Michael M Slusarz [Thu, 15 Jan 2009 04:41:21 +0000 (21:41 -0700)]
Better name for this file
Michael M Slusarz [Thu, 15 Jan 2009 04:35:29 +0000 (21:35 -0700)]
Add base.local.php file to allow symlinking of IMP
Mirroring cjh's changes to horde/core.php - allows (for now) a way to
install IMP in a directory other than directly under horde (i.e.
symlinking).
Chuck Hagenbuch [Thu, 15 Jan 2009 02:36:48 +0000 (21:36 -0500)]
- VFS can be autoloaded
- more & removal
Chuck Hagenbuch [Thu, 15 Jan 2009 02:36:08 +0000 (21:36 -0500)]
autoloader is now included in core.php
Chuck Hagenbuch [Thu, 15 Jan 2009 02:35:49 +0000 (21:35 -0500)]
fix case of Mime classes/files
Chuck Hagenbuch [Thu, 15 Jan 2009 02:35:30 +0000 (21:35 -0500)]
fix parse error
Chuck Hagenbuch [Thu, 15 Jan 2009 02:23:32 +0000 (21:23 -0500)]
fix parse errors
Chuck Hagenbuch [Thu, 15 Jan 2009 02:22:43 +0000 (21:22 -0500)]
remove & from singletons
Chuck Hagenbuch [Thu, 15 Jan 2009 02:22:12 +0000 (21:22 -0500)]
php 5 style singletons
Chuck Hagenbuch [Thu, 15 Jan 2009 02:21:45 +0000 (21:21 -0500)]
php 5 style singletons
Chuck Hagenbuch [Thu, 15 Jan 2009 02:20:56 +0000 (21:20 -0500)]
initialize 'reset' member
Chuck Hagenbuch [Thu, 15 Jan 2009 02:20:39 +0000 (21:20 -0500)]
fix ngettext parameters
Chuck Hagenbuch [Thu, 15 Jan 2009 02:20:07 +0000 (21:20 -0500)]
remove & from singleton calls
Chuck Hagenbuch [Thu, 15 Jan 2009 02:19:28 +0000 (21:19 -0500)]
remove & from singleton calls
Chuck Hagenbuch [Wed, 14 Jan 2009 17:01:51 +0000 (12:01 -0500)]
application controller can be autoloaded now
Chuck Hagenbuch [Wed, 14 Jan 2009 05:59:13 +0000 (00:59 -0500)]
hydra controller stubs
Chuck Hagenbuch [Wed, 14 Jan 2009 05:58:37 +0000 (00:58 -0500)]
controller stub
Chuck Hagenbuch [Wed, 14 Jan 2009 05:19:06 +0000 (00:19 -0500)]
local route overrides and basic admin + page routes
Chuck Hagenbuch [Wed, 14 Jan 2009 05:18:46 +0000 (00:18 -0500)]
include local routes
Chuck Hagenbuch [Wed, 14 Jan 2009 05:09:23 +0000 (00:09 -0500)]
start mocking up a basic h4 app structure for hippo and hydra
Chuck Hagenbuch [Wed, 14 Jan 2009 05:08:11 +0000 (00:08 -0500)]
feed reading should probably just be part of hippo for now, along with provided
to other apps like imp as a service.
Michael J. Rubinsky [Tue, 13 Jan 2009 23:04:17 +0000 (18:04 -0500)]
BFN
Michael J. Rubinsky [Tue, 13 Jan 2009 22:49:23 +0000 (17:49 -0500)]
Merge from CVS - need full URLs here in case this is being rendered as
embedded.
Jan Schneider [Tue, 13 Jan 2009 17:41:12 +0000 (18:41 +0100)]
Typo and other fixes.
Jan Schneider [Tue, 13 Jan 2009 17:37:43 +0000 (18:37 +0100)]
Or maybe not, yet. At least until we have split all classes into separate
files. Just fix file name for now.
Jan Schneider [Tue, 13 Jan 2009 17:36:42 +0000 (18:36 +0100)]
Use autoloader.
Jan Schneider [Tue, 13 Jan 2009 17:35:56 +0000 (18:35 +0100)]
No references.
Jan Schneider [Tue, 13 Jan 2009 17:29:00 +0000 (18:29 +0100)]
CamelCasing class names.
Jan Schneider [Tue, 13 Jan 2009 17:18:01 +0000 (18:18 +0100)]
Spelling
Jan Schneider [Tue, 13 Jan 2009 16:58:07 +0000 (17:58 +0100)]
No package.xml produces less warnings than an empty package.xml.
Jan Schneider [Tue, 13 Jan 2009 15:53:00 +0000 (16:53 +0100)]
Add some more common patterns.
Michael M Slusarz [Tue, 13 Jan 2009 01:44:04 +0000 (18:44 -0700)]
Changelog entries.
Michael M Slusarz [Tue, 13 Jan 2009 00:44:22 +0000 (17:44 -0700)]
Makie msStatus in the viewport a single field.
Enhancement #7519 - allows more flexibility in display status icons.
Michael M Slusarz [Mon, 12 Jan 2009 23:09:22 +0000 (16:09 -0700)]
Initial support for embedded image data in CSS
Beginning to implement Ticket #7174. Eventually, all images should be
moved into CSS to allow for maximum caching.
Michael M Slusarz [Mon, 12 Jan 2009 22:54:57 +0000 (15:54 -0700)]
Add some missing graphics files.
Michael M Slusarz [Mon, 12 Jan 2009 22:09:38 +0000 (15:09 -0700)]
These functions should not be called statically
Michael M Slusarz [Mon, 12 Jan 2009 20:36:40 +0000 (13:36 -0700)]
Fix some JS errors if fetchmail was not active
Michael M Slusarz [Mon, 12 Jan 2009 20:26:15 +0000 (13:26 -0700)]
dialog.js is now needed for some other stuff also
Michael M Slusarz [Mon, 12 Jan 2009 20:00:37 +0000 (13:00 -0700)]
Fix typos
Jan Schneider [Mon, 12 Jan 2009 17:48:27 +0000 (18:48 +0100)]
Add basic Ajax interface. No event rendering yet, not much dynamics
either. But the general interface is there and works.
Jan Schneider [Mon, 12 Jan 2009 17:25:47 +0000 (18:25 +0100)]
Add Kronolith from CVS HEAD.
Chuck Hagenbuch [Mon, 12 Jan 2009 01:59:02 +0000 (20:59 -0500)]
update the test suite to the current code
Chuck Hagenbuch [Mon, 12 Jan 2009 01:57:59 +0000 (20:57 -0500)]
use current() instead of array_pop() to avoid warnings about only passing
variables by reference.
Chuck Hagenbuch [Sun, 11 Jan 2009 05:30:05 +0000 (00:30 -0500)]
rdo bugfixes
Chuck Hagenbuch [Sun, 11 Jan 2009 05:29:37 +0000 (00:29 -0500)]
add old rdo examples
Chuck Hagenbuch [Sat, 10 Jan 2009 17:44:06 +0000 (12:44 -0500)]
add Rdo todos
Chuck Hagenbuch [Sat, 10 Jan 2009 17:43:45 +0000 (12:43 -0500)]
todo for a ubiquity shortcut
Chuck Hagenbuch [Sat, 10 Jan 2009 17:43:07 +0000 (12:43 -0500)]
remove dev script
Chuck Hagenbuch [Sat, 10 Jan 2009 17:38:25 +0000 (12:38 -0500)]
super-crude adaptation of Rdo helper code. Needs lots of work.
Chuck Hagenbuch [Sat, 10 Jan 2009 17:19:41 +0000 (12:19 -0500)]
Rdo test stub
Chuck Hagenbuch [Sat, 10 Jan 2009 17:17:22 +0000 (12:17 -0500)]
remove statics for the inflector
Chuck Hagenbuch [Sat, 10 Jan 2009 16:57:39 +0000 (11:57 -0500)]
basic horde_rdo functionality works on top of horde_db
Michael Rubinsky [Sat, 10 Jan 2009 05:30:03 +0000 (00:30 -0500)]
IMP::getCacheOb() shouldn't return false if there is no cache configured,
it should return a Horde_Cache object that's not backed by any storage.
Michael M Slusarz [Fri, 9 Jan 2009 22:54:35 +0000 (15:54 -0700)]
Annotate improvements from CVS HEAD
Michael M Slusarz [Fri, 9 Jan 2009 22:39:38 +0000 (15:39 -0700)]
Fix display of KB sizes.
Michael J. Rubinsky [Fri, 9 Jan 2009 19:24:25 +0000 (14:24 -0500)]
Some more error handling/exceptions
Michael J. Rubinsky [Fri, 9 Jan 2009 18:42:13 +0000 (13:42 -0500)]
Add a vimeo exception class - start throwing exceptions where
appropriate, and put this under the bsd license.
Michael J. Rubinsky [Fri, 9 Jan 2009 16:37:20 +0000 (11:37 -0500)]
This needs to be protected, not private
Jan Schneider [Fri, 9 Jan 2009 14:26:05 +0000 (15:26 +0100)]
Fix class name detection.
Jan Schneider [Fri, 9 Jan 2009 14:21:49 +0000 (15:21 +0100)]
Autoload, wrong path.
Jan Schneider [Fri, 9 Jan 2009 14:16:13 +0000 (15:16 +0100)]
Remove singleton().
Jan Schneider [Fri, 9 Jan 2009 14:14:56 +0000 (15:14 +0100)]
Fix parse error.
Jan Schneider [Fri, 9 Jan 2009 14:05:50 +0000 (15:05 +0100)]
Load through autoloader, path is incorrect anyway. How did this ever work?
Jan Schneider [Fri, 9 Jan 2009 14:05:05 +0000 (15:05 +0100)]
Fix names and paths.
Jan Schneider [Fri, 9 Jan 2009 13:50:00 +0000 (14:50 +0100)]
Simplify
Michael J. Rubinsky [Fri, 9 Jan 2009 00:31:55 +0000 (19:31 -0500)]
Update example code to pass the http_client and cache object
Michael J. Rubinsky [Fri, 9 Jan 2009 00:16:42 +0000 (19:16 -0500)]
- Refactor a bit to better deal with object dependencies.
- Get rid of the *_Vimeo_Request class and roll all that functionality into the
Horde_Service_Vimeo object.
Michael J. Rubinsky [Thu, 8 Jan 2009 19:04:57 +0000 (14:04 -0500)]
Don't use static members for cache - require the cache object to be passed
around in the constructors
Jan Schneider [Thu, 8 Jan 2009 17:09:05 +0000 (18:09 +0100)]
Fix variable name.
Jan Schneider [Thu, 8 Jan 2009 14:22:29 +0000 (15:22 +0100)]
Form field name is server_key.
Jan Schneider [Wed, 7 Jan 2009 18:20:15 +0000 (19:20 +0100)]
Typo
Michael M Slusarz [Thu, 8 Jan 2009 04:59:40 +0000 (21:59 -0700)]
Parameter that is no longer needed.
Michael M Slusarz [Thu, 8 Jan 2009 04:59:28 +0000 (21:59 -0700)]
Fix typo.
Michael M Slusarz [Thu, 8 Jan 2009 04:12:19 +0000 (21:12 -0700)]
Fix display of S/MIME signed messages.