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
Michael M Slusarz [Wed, 19 May 2010 17:20:50 +0000 (11:20 -0600)]
Standardize my e-mail address
Michael M Slusarz [Wed, 19 May 2010 17:17:25 +0000 (11:17 -0600)]
Clean up some cruft
singleton() no longer needed; remove deprecated function
Jan Schneider [Wed, 19 May 2010 17:39:24 +0000 (19:39 +0200)]
Only show sharing icon to own calendars.
Jan Schneider [Wed, 19 May 2010 17:27:22 +0000 (19:27 +0200)]
Update group list in advanced screen after making changes in basic screen.
Jan Schneider [Wed, 19 May 2010 17:21:36 +0000 (19:21 +0200)]
Use a button instead of onchange events to add users/groups.
Jan Schneider [Wed, 19 May 2010 15:55:12 +0000 (17:55 +0200)]
Add icons to shared calendars.
Jan Schneider [Wed, 19 May 2010 15:22:20 +0000 (17:22 +0200)]
Wording
Michael J. Rubinsky [Wed, 19 May 2010 17:20:30 +0000 (13:20 -0400)]
Use injector for Horde_Share objects
Michael M Slusarz [Wed, 19 May 2010 17:06:34 +0000 (11:06 -0600)]
Bug #9046: Log username when logging out
Michael M Slusarz [Wed, 19 May 2010 16:57:18 +0000 (10:57 -0600)]
Another place to use Horde::[start|end]Buffer()
Michael M Slusarz [Wed, 19 May 2010 05:48:08 +0000 (23:48 -0600)]
Adding the registry name (most likely Horde) is both wordy and potentially confusing to the end-user
Michael J. Rubinsky [Wed, 19 May 2010 15:51:32 +0000 (11:51 -0400)]
clean up Horde_Image factory a bit
Michael J. Rubinsky [Wed, 19 May 2010 15:47:20 +0000 (11:47 -0400)]
Use the return value from error_reporting() instead of a $GLOBAL['conf'] value
Michael J. Rubinsky [Wed, 19 May 2010 15:45:02 +0000 (11:45 -0400)]
Unused global variable
Michael J. Rubinsky [Wed, 19 May 2010 14:45:39 +0000 (10:45 -0400)]
First round of H4-ifying Horde_Share.
Mostly PHP5 stuff and restructuring of package layout. Still coming:
Finish auditing apps for pear error checks from share package, and
the addition of a binder for Horde_Share
Jan Schneider [Wed, 19 May 2010 14:41:20 +0000 (16:41 +0200)]
Need to unset write_db here too.
Jan Schneider [Wed, 19 May 2010 14:33:45 +0000 (16:33 +0200)]
Remove write_db from configuration parameters.
Jan [Wed, 19 May 2010 13:57:58 +0000 (14:57 +0100)]
Portuguese date parser updates.
Jan [Wed, 19 May 2010 13:57:57 +0000 (14:57 +0100)]
Fix checking for expired sessions.
Chuck Hagenbuch [Wed, 19 May 2010 13:55:48 +0000 (09:55 -0400)]
Apparently I got distracted in the middle of writing this docblock.
Michael M Slusarz [Tue, 18 May 2010 20:25:17 +0000 (14:25 -0600)]
Remove Core dependency in horde/LoginTasks
Framework libs other than Core must contain NO horde dependencies, even
if they are optional.
For testing: unit tests in the framework libraries should only test whether
the code contained in the library works. If we want to test things
dependent on Horde (the application), these tests should be in Core.
Michael M Slusarz [Wed, 19 May 2010 03:45:34 +0000 (21:45 -0600)]
Memcache SessionHandler instantiation fixes
Michael M Slusarz [Wed, 19 May 2010 03:35:46 +0000 (21:35 -0600)]
Fix cyclic dependency with Horde_Db_Base_Adapter binder
Horde_Db (optionally) uses both cache and/or logger objects. However,
these objects can themselves use Horde_Db. Thus, to init these objects,
the Horde_Db object must have already been instantiated. These objects
cannot be passed to Horde_Db at construct time - they must be added in
afterwards.
Michael M Slusarz [Tue, 18 May 2010 20:03:03 +0000 (14:03 -0600)]
Indicate in config file that memory caching only works for persistent backends
Ben Klang [Wed, 19 May 2010 01:46:08 +0000 (21:46 -0400)]
Passwd: First pass at converting to H4 standards
Ben Klang [Wed, 19 May 2010 01:06:25 +0000 (21:06 -0400)]
Import passwd from Horde CVS
Ben Klang [Tue, 18 May 2010 22:48:46 +0000 (18:48 -0400)]
Pastie: finally a stylesheet I'm happy with. Thanks Bryan
Jan Schneider [Tue, 18 May 2010 22:42:29 +0000 (00:42 +0200)]
Fix logic.
Jan Schneider [Tue, 18 May 2010 22:33:00 +0000 (00:33 +0200)]
Took me only half of the day to find that typo. Why can't a single browser
complain when accidentally inserting a div into a tbody???
Jan Schneider [Tue, 18 May 2010 22:32:12 +0000 (00:32 +0200)]
Tweaks
Ben Klang [Tue, 18 May 2010 20:14:09 +0000 (16:14 -0400)]
Pastie: A better layout for the Recent box
Michael M Slusarz [Tue, 18 May 2010 20:01:52 +0000 (14:01 -0600)]
Allow memory caching to work for both sql and file backends
Michael M Slusarz [Tue, 18 May 2010 19:43:38 +0000 (13:43 -0600)]
Add Stack driver to horde/Cache package
Michael M Slusarz [Tue, 18 May 2010 19:37:17 +0000 (13:37 -0600)]
Only report destroy() success from master handler.
Ben Klang [Tue, 18 May 2010 19:28:45 +0000 (15:28 -0400)]
Pastie: Express the time as distance ago from now instead of absolute
Ben Klang [Tue, 18 May 2010 19:08:07 +0000 (15:08 -0400)]
Framework: fix loading vhost config files
Ben Klang [Tue, 18 May 2010 19:02:14 +0000 (15:02 -0400)]
Horde: fix accidental corruption of conf.xml
Ben Klang [Tue, 18 May 2010 18:44:44 +0000 (14:44 -0400)]
Framework: Make sure we have an appcache before loading the session handler
Michael M Slusarz [Tue, 18 May 2010 17:58:44 +0000 (11:58 -0600)]
Two more places to use Horde_Db_Adapter_Base
Michael M Slusarz [Tue, 18 May 2010 17:42:26 +0000 (11:42 -0600)]
Reset opacity when growler is removed from screen
Michael M Slusarz [Fri, 14 May 2010 23:30:14 +0000 (17:30 -0600)]
SessionHandler rewrite.
* Abstracted memcache persistent-backend code into 'Stack' driver.
* Renamed 'none' driver to 'Builtin'.
* Now throws Horde_SessionHandler_Exception.
* Split driver code into abstract class.
* Use horde/Db to access SQL databases.
* Do not rely on Horde::logMessage() (or any of Core).
Michael J. Rubinsky [Tue, 18 May 2010 17:24:32 +0000 (13:24 -0400)]
Fix type hint
Michael J. Rubinsky [Tue, 18 May 2010 17:19:03 +0000 (13:19 -0400)]
fix horde_url usage, get back the proper behaviour for the perms popup
Ben Klang [Tue, 18 May 2010 17:17:24 +0000 (13:17 -0400)]
Mnemo: Two more dependencies on base.php
Michael M Slusarz [Tue, 18 May 2010 17:15:17 +0000 (11:15 -0600)]
Bug #9037: Fix visibility style in IE 8
Rui Carneiro [Mon, 17 May 2010 09:45:32 +0000 (10:45 +0100)]
emptyFolder does not exist anymore. Use emptyMailbox instead.
Fixes Bug #9030
Signed-off-by: Michael M Slusarz <slusarz@curecanti.org>
Michael M Slusarz [Tue, 18 May 2010 05:51:48 +0000 (23:51 -0600)]
Variable is no longer used
Michael M Slusarz [Tue, 18 May 2010 05:51:28 +0000 (23:51 -0600)]
Don't use global session_cache_limiter value
Michael M Slusarz [Tue, 18 May 2010 05:27:30 +0000 (23:27 -0600)]
Use Net_DNS_Resolver injector to get object
Michael M Slusarz [Sat, 15 May 2010 03:01:56 +0000 (21:01 -0600)]
Remove reliance on injector in Horde_Perms
Michael M Slusarz [Sat, 15 May 2010 02:56:01 +0000 (20:56 -0600)]
Move Perms UI code to Core
Michael M Slusarz [Fri, 14 May 2010 22:08:14 +0000 (16:08 -0600)]
Use Horde_Db
Bug #9027: Possible fix to Horde_Alarm SQL issue
Michael M Slusarz [Sat, 15 May 2010 22:20:04 +0000 (16:20 -0600)]
Db phpdoc
Michael M Slusarz [Fri, 14 May 2010 21:54:33 +0000 (15:54 -0600)]
Add ability to define a write DB for use with split-DB installations
Michael M Slusarz [Fri, 14 May 2010 20:48:06 +0000 (14:48 -0600)]
Clean up IMP_Quota
Ben Klang [Tue, 18 May 2010 17:14:38 +0000 (13:14 -0400)]
Mnemo: Remove dependencies on lib/base.php
Ben Klang [Tue, 18 May 2010 17:10:58 +0000 (13:10 -0400)]
Mnemo: Convert API to Horde 4
Jan Schneider [Tue, 18 May 2010 15:04:39 +0000 (17:04 +0200)]
Fix NaN issues with IE.
Jan Schneider [Tue, 18 May 2010 11:17:16 +0000 (13:17 +0200)]
Fix undefined variable if catching an exception.
Jan Schneider [Tue, 18 May 2010 11:04:45 +0000 (13:04 +0200)]
Not necessary, will be created by install_dev, or can be created manually.
Ben Klang [Tue, 18 May 2010 16:27:01 +0000 (12:27 -0400)]
Wicked: Function name change getOb() -> getIdentity()
Jan Schneider [Tue, 18 May 2010 00:00:28 +0000 (02:00 +0200)]
Try this button. Like that better, IE?
Michael J. Rubinsky [Tue, 18 May 2010 14:35:45 +0000 (10:35 -0400)]
remove closing php tag
Michael J. Rubinsky [Tue, 18 May 2010 14:23:21 +0000 (10:23 -0400)]
add lighttpd style rewrite rules for pastie
Ben Klang [Tue, 18 May 2010 03:53:47 +0000 (23:53 -0400)]
Pastie: Limit the recent pastes to 10
Ben Klang [Tue, 18 May 2010 03:29:34 +0000 (23:29 -0400)]
Pastie: add missing field to SQL query
Ben Klang [Tue, 18 May 2010 03:27:45 +0000 (23:27 -0400)]
Wicked: The default T_W regex segfaults PHP on very large code pastings.
Ben Klang [Tue, 18 May 2010 03:24:43 +0000 (23:24 -0400)]
Pastie: monospace font is a bit small by default
Ben Klang [Tue, 18 May 2010 03:24:30 +0000 (23:24 -0400)]
Pastie: one more place to mark untitled pastes
Ben Klang [Tue, 18 May 2010 03:21:38 +0000 (23:21 -0400)]
Pastie: Improve formatting of recent pastes
Ben Klang [Tue, 18 May 2010 02:37:33 +0000 (22:37 -0400)]
Pastie: Tweak formatting for Firefox
Ben Klang [Tue, 18 May 2010 03:12:22 +0000 (23:12 -0400)]
Pastie: Add recent pastes sidebar
Ben Klang [Tue, 18 May 2010 02:30:08 +0000 (22:30 -0400)]
Mnemo: oops, not everyone uses my home directory
Ben Klang [Tue, 18 May 2010 02:28:51 +0000 (22:28 -0400)]
Mnemo: convert to class constants
Ben Klang [Tue, 18 May 2010 02:22:33 +0000 (22:22 -0400)]
Mnemo: Horde_Auth::removeHook() doesn't exist anymore
Ben Klang [Tue, 18 May 2010 02:21:53 +0000 (22:21 -0400)]
Mnemo: Horde_Cli::singleton() doesn't exist anymore
Ben Klang [Tue, 18 May 2010 02:07:31 +0000 (22:07 -0400)]
Framework: Really fix Prefs constant names
Ben Klang [Tue, 18 May 2010 02:05:14 +0000 (22:05 -0400)]
Pastie: Add routes for getting pastes via uuid
Ben Klang [Tue, 18 May 2010 02:05:00 +0000 (22:05 -0400)]
Pastie: fix saving paste title
Ben Klang [Tue, 18 May 2010 02:02:59 +0000 (22:02 -0400)]
Pastie: Fix list of valid syntaxes when calling highlighters
Ben Klang [Tue, 18 May 2010 01:44:31 +0000 (21:44 -0400)]
Pastie: fix conf.xml class names
Ben Klang [Tue, 18 May 2010 01:37:23 +0000 (21:37 -0400)]
Framework: fix constant reference
Ben Klang [Tue, 18 May 2010 01:00:23 +0000 (21:00 -0400)]
Pastie: A paste-bin-like application for Horde.
Supporting the Text_Highlighter and GeSHi highlighters, this simple pastebin facilitates secure sharing of code samples and other text within the context of a Horde session.
Ben Klang [Mon, 17 May 2010 22:03:43 +0000 (18:03 -0400)]
Skeleton: Typo
Ben Klang [Mon, 17 May 2010 21:31:04 +0000 (17:31 -0400)]
Skeleton: syntax fix when throwing exceptions
Jan Schneider [Mon, 17 May 2010 23:33:58 +0000 (01:33 +0200)]
Pass locale when creating date parser.
Jan Schneider [Mon, 17 May 2010 23:29:25 +0000 (01:29 +0200)]
Fix adding quick events.
Jan Schneider [Mon, 17 May 2010 22:38:37 +0000 (00:38 +0200)]
Don't encode notifications with content.raw flag, and redirect embedded links to iframe.
Jan Schneider [Mon, 17 May 2010 22:08:13 +0000 (00:08 +0200)]
Focus first field of calendar dialog.