Jan Schneider [Fri, 28 Jan 2011 21:31:54 +0000 (22:31 +0100)]
Happy New Year!
Jan Schneider [Fri, 28 Jan 2011 21:03:00 +0000 (22:03 +0100)]
Wrap event icons with a span.
Jan Schneider [Fri, 28 Jan 2011 20:34:57 +0000 (21:34 +0100)]
Autoincrement
Jan Schneider [Fri, 28 Jan 2011 20:29:02 +0000 (21:29 +0100)]
This class doesn't need a logger, any errors are already logged by the Db
instance. Fixes also re-throwing exceptions.
Michael M Slusarz [Fri, 28 Jan 2011 20:13:03 +0000 (13:13 -0700)]
Another place to fix BYTEA conversion
Michael M Slusarz [Fri, 28 Jan 2011 19:27:15 +0000 (12:27 -0700)]
Clean up horde/scripts directory
1st attempt at cleaning up squirrelmail import script (no idea if it
still works or not)
Convert set_perms to a PHP script.
Michael M Slusarz [Fri, 28 Jan 2011 18:38:05 +0000 (11:38 -0700)]
Ensure return from this method is a string
Michael M Slusarz [Fri, 28 Jan 2011 17:34:43 +0000 (10:34 -0700)]
Fix exception message
Jan Schneider [Fri, 28 Jan 2011 20:10:41 +0000 (21:10 +0100)]
Use full path for CSS.
Jan Schneider [Fri, 28 Jan 2011 18:06:43 +0000 (19:06 +0100)]
Remove upgrade instructions for last major version.
Jan Schneider [Fri, 28 Jan 2011 18:00:17 +0000 (19:00 +0100)]
Remove 3.0 upgrade scripts.
Jan Schneider [Fri, 28 Jan 2011 17:59:32 +0000 (18:59 +0100)]
No longer necessary, migrations are complete now.
Jan Schneider [Fri, 28 Jan 2011 17:58:35 +0000 (18:58 +0100)]
Convert Horde_SyncML to migrations.
Jan Schneider [Fri, 28 Jan 2011 17:42:05 +0000 (18:42 +0100)]
DataTree tables don't need to be created anymore.
Jan Schneider [Fri, 28 Jan 2011 17:41:17 +0000 (18:41 +0100)]
Convert Horde_Auth to migrations.
Jan Schneider [Fri, 28 Jan 2011 17:31:56 +0000 (18:31 +0100)]
Convert Horde_Token to migrations.
Jan Schneider [Fri, 28 Jan 2011 17:24:11 +0000 (18:24 +0100)]
Convert Horde_Core_Auth_Signup to migrations.
Jan Schneider [Fri, 28 Jan 2011 17:13:32 +0000 (18:13 +0100)]
Convert Horde_SessionHandler to migrations.
Jan Schneider [Fri, 28 Jan 2011 17:05:33 +0000 (18:05 +0100)]
Convert Horde_Prefs to migrations.
Jan Schneider [Fri, 28 Jan 2011 16:56:57 +0000 (17:56 +0100)]
Convert Horde_Perms to migrations.
Jan Schneider [Fri, 28 Jan 2011 16:49:20 +0000 (17:49 +0100)]
Convert Horde_VFS to migrations.
Jan Schneider [Fri, 28 Jan 2011 16:23:37 +0000 (17:23 +0100)]
The SQL log driver has been dropped.
Jan Schneider [Fri, 28 Jan 2011 16:23:14 +0000 (17:23 +0100)]
No longer needed.
Jan Schneider [Fri, 28 Jan 2011 16:20:36 +0000 (17:20 +0100)]
Convert Horde_Lock to migrations.
Rui Carneiro [Fri, 28 Jan 2011 11:22:27 +0000 (11:22 +0000)]
Bug #9542: Fixed getPermission argument name.
Signed-off-by: Michael M Slusarz <slusarz@curecanti.org>
Michael M Slusarz [Fri, 28 Jan 2011 06:44:29 +0000 (23:44 -0700)]
Fix $opts argument to IMP_Folder::create()
Jan Schneider [Fri, 28 Jan 2011 14:42:57 +0000 (15:42 +0100)]
No need to grant all permissions to the share owner.
Jan Schneider [Fri, 28 Jan 2011 14:42:18 +0000 (15:42 +0100)]
Simplify.
Jan Schneider [Fri, 28 Jan 2011 14:41:04 +0000 (15:41 +0100)]
Fix retrieving share permissions when using listShares().
Jan Schneider [Fri, 28 Jan 2011 14:39:54 +0000 (15:39 +0100)]
Add shortcut methods for adding and removing default, guest, and creator permissions.
Jan Schneider [Fri, 28 Jan 2011 14:39:14 +0000 (15:39 +0100)]
setPermission() already saves the share.
Jan Schneider [Fri, 28 Jan 2011 13:30:59 +0000 (14:30 +0100)]
Fix class name.
Gunnar Wrobel [Fri, 28 Jan 2011 08:12:11 +0000 (09:12 +0100)]
Update package.xml
Michael J. Rubinsky [Fri, 28 Jan 2011 05:33:29 +0000 (00:33 -0500)]
monthdayyear needs this javascript also
Fixes Horde_Form based datepicker not updating form fields.
Michael J. Rubinsky [Fri, 28 Jan 2011 05:03:11 +0000 (00:03 -0500)]
fix element name
Michael J. Rubinsky [Fri, 28 Jan 2011 02:45:44 +0000 (21:45 -0500)]
Fix including common-header.inc on nag's search page.
Michael J. Rubinsky [Fri, 28 Jan 2011 00:56:48 +0000 (19:56 -0500)]
remove unnecessary &
Chuck Hagenbuch [Fri, 28 Jan 2011 02:28:24 +0000 (21:28 -0500)]
Fix case on form file
Michael J. Rubinsky [Thu, 27 Jan 2011 22:48:19 +0000 (17:48 -0500)]
Fix passing parameters to Turba_Form const'rs
Jan Schneider [Thu, 27 Jan 2011 22:17:25 +0000 (23:17 +0100)]
Add getPermission() tests.
Jan Schneider [Thu, 27 Jan 2011 21:51:37 +0000 (22:51 +0100)]
Sort by share_id by default.
Jan Schneider [Thu, 27 Jan 2011 21:51:11 +0000 (22:51 +0100)]
Simplify tests.
Gunnar Wrobel [Thu, 27 Jan 2011 22:02:48 +0000 (23:02 +0100)]
Update package.xml
Michael J. Rubinsky [Thu, 27 Jan 2011 22:00:32 +0000 (17:00 -0500)]
remove some stray require_once statements
Michael J. Rubinsky [Thu, 27 Jan 2011 21:51:59 +0000 (16:51 -0500)]
Native PHP5 code for Nag.
Only thing not touched is the Kolab driver code, as Gunnar indicated
they all need to be rewritten.
Michael J. Rubinsky [Thu, 27 Jan 2011 21:49:26 +0000 (16:49 -0500)]
Allow specifying an application scope for custom form types.
This allows applications to add their own Horde_Form_Type_* classes
and have them be properly autoloaded. This is an interim solution only
until Horde_Form is refactored after 4.0 is released..
Gunnar Wrobel [Thu, 27 Jan 2011 21:04:46 +0000 (22:04 +0100)]
Update package.xml.
Michael M Slusarz [Thu, 27 Jan 2011 18:34:16 +0000 (11:34 -0700)]
Bug #9542: Fix permissions usage in IMP
Jan Schneider [Thu, 27 Jan 2011 18:12:04 +0000 (19:12 +0100)]
This is PHP 5.3, and we filter the names anyway.
Jan Schneider [Thu, 27 Jan 2011 17:24:03 +0000 (18:24 +0100)]
Only hide those DIVs if they aren't visible yet. IE loses focus on input fields
if you hide the surrounding DIV.
Jan Schneider [Thu, 27 Jan 2011 17:16:02 +0000 (18:16 +0100)]
Fix element name.
Jan Schneider [Thu, 27 Jan 2011 16:53:09 +0000 (17:53 +0100)]
IE doesn't support textContent.
Jan Schneider [Thu, 27 Jan 2011 14:50:03 +0000 (15:50 +0100)]
Need to call process() here too.
Michael J. Rubinsky [Thu, 27 Jan 2011 17:23:37 +0000 (12:23 -0500)]
Horde 4 style autoloading for kronolith's forms
Gunnar Wrobel [Thu, 27 Jan 2011 16:30:58 +0000 (17:30 +0100)]
Update package.xml.
Ben Klang [Thu, 27 Jan 2011 15:54:04 +0000 (10:54 -0500)]
Beginning of support for DAV via SabreDAV
Jan Schneider [Thu, 27 Jan 2011 14:17:34 +0000 (15:17 +0100)]
Alarms too.
Jan Schneider [Thu, 27 Jan 2011 14:17:23 +0000 (15:17 +0100)]
Send alarms as multipart messages.
Jan Schneider [Thu, 27 Jan 2011 14:14:16 +0000 (15:14 +0100)]
Fix pref names.
Jan Schneider [Thu, 27 Jan 2011 14:13:45 +0000 (15:13 +0100)]
Process task after re-fetching it.
Jan Schneider [Thu, 27 Jan 2011 13:51:42 +0000 (14:51 +0100)]
Fix translation.
Jan Schneider [Thu, 27 Jan 2011 13:31:50 +0000 (14:31 +0100)]
For some reason I don't have any schema_info tables for rampage/content, so check if tables exist already.
Jan Schneider [Thu, 27 Jan 2011 09:46:16 +0000 (10:46 +0100)]
Catch correct exception.
Jan Schneider [Thu, 27 Jan 2011 09:44:57 +0000 (10:44 +0100)]
Fix ctor call.
Michael J. Rubinsky [Thu, 27 Jan 2011 03:45:09 +0000 (22:45 -0500)]
Add note to remind me to refactor this
Michael J. Rubinsky [Thu, 27 Jan 2011 03:41:44 +0000 (22:41 -0500)]
These should be protected
Michael J. Rubinsky [Thu, 27 Jan 2011 03:36:14 +0000 (22:36 -0500)]
another place we don't need to concantenate
Michael M Slusarz [Wed, 26 Jan 2011 19:20:45 +0000 (12:20 -0700)]
Move app Injector/Factory to just Factory/
Mirrors use of Horde_Core_Factory.
Additionally, these factory injectors don't extend any Horde_Injector
class.
Michael M Slusarz [Wed, 26 Jan 2011 18:36:43 +0000 (11:36 -0700)]
Improvements to query IMAP script
Michael M Slusarz [Wed, 26 Jan 2011 18:26:01 +0000 (11:26 -0700)]
Move IMP CLI scripts to bin/
Michael M Slusarz [Wed, 26 Jan 2011 18:21:08 +0000 (11:21 -0700)]
Fix script name
Michael J. Rubinsky [Thu, 27 Jan 2011 03:33:42 +0000 (22:33 -0500)]
no need for concantenation here
Michael J. Rubinsky [Thu, 27 Jan 2011 01:00:12 +0000 (20:00 -0500)]
PHP5 / Horde4 standards for Turba
Michael J. Rubinsky [Thu, 27 Jan 2011 00:59:37 +0000 (19:59 -0500)]
remove uneccessary &
Michael J. Rubinsky [Wed, 26 Jan 2011 19:42:47 +0000 (14:42 -0500)]
Fix path
Jan Schneider [Wed, 26 Jan 2011 21:14:23 +0000 (22:14 +0100)]
Remove after resolving conflict.
Jan Schneider [Wed, 26 Jan 2011 21:13:41 +0000 (22:13 +0100)]
Merge branch 'master' of dev.horde.org:/horde/git/horde
Conflicts:
horde/scripts/sql/horde_histories.mssql.sql
horde/scripts/sql/horde_histories.pgsql.sql
Jan Schneider [Wed, 26 Jan 2011 21:04:58 +0000 (22:04 +0100)]
Convert Horde_History to migrations.
Jan Schneider [Wed, 26 Jan 2011 20:56:01 +0000 (21:56 +0100)]
Convert Horde_Group to migrations.
Jan Schneider [Wed, 26 Jan 2011 20:39:03 +0000 (21:39 +0100)]
Convert horde_cache to migrations.
Jan Schneider [Wed, 26 Jan 2011 20:25:00 +0000 (21:25 +0100)]
Add migrations.
Jan Schneider [Wed, 26 Jan 2011 20:20:44 +0000 (21:20 +0100)]
Remove horde_alarms and upgrade scripts.
Jan Schneider [Wed, 26 Jan 2011 20:16:29 +0000 (21:16 +0100)]
Add bingbot.
Jan Schneider [Wed, 26 Jan 2011 20:10:13 +0000 (21:10 +0100)]
Add ActiveSync migrations.
Michael J. Rubinsky [Wed, 26 Jan 2011 18:57:50 +0000 (13:57 -0500)]
Remaining PHP5 code changes, Horde 4 style for kronolith
Michael J. Rubinsky [Wed, 26 Jan 2011 17:14:02 +0000 (12:14 -0500)]
Tweak some Test.php files.
Remove redundant checks, update message for PDO to reflect current
state of Horde_Db driver support.
Michael J. Rubinsky [Wed, 26 Jan 2011 16:59:40 +0000 (11:59 -0500)]
remove PEAR::pushErrorHandling() call
Michael J. Rubinsky [Wed, 26 Jan 2011 16:51:41 +0000 (11:51 -0500)]
catch exceptions
Michael J. Rubinsky [Wed, 26 Jan 2011 16:36:23 +0000 (11:36 -0500)]
typehinting, phpdoc, make Kronolith_FreeBusy_View abstract
Michael J. Rubinsky [Wed, 26 Jan 2011 16:22:57 +0000 (11:22 -0500)]
Horde 4 CS, PHP5 for Kronolith_FreeBusy_*
Jan Schneider [Wed, 26 Jan 2011 18:20:19 +0000 (19:20 +0100)]
Print the migration direction only once.
Chuck Hagenbuch [Tue, 25 Jan 2011 14:39:59 +0000 (09:39 -0500)]
First crack at converting Horde_History to Horde_Db. Tests pass; library has been updated to only throw Horde_History exceptions so that we don't break encapsulation.
Chuck Hagenbuch [Tue, 25 Jan 2011 14:04:59 +0000 (09:04 -0500)]
Don't consider the connection active if the connection object is missing/false, and try reconnecting if the connection isn't active when execute() is called
Jan Schneider [Wed, 26 Jan 2011 17:52:25 +0000 (18:52 +0100)]
Merge branch 'db-migrate-for-framework'
Conflicts:
kronolith/scripts/upgrades/convert_datatree_shares_to_sql.php
kronolith/scripts/upgrades/convert_sql_shares_to_sqlng.php
Jan Schneider [Wed, 26 Jan 2011 17:50:22 +0000 (18:50 +0100)]
Fix migration installation path.
Jan Schneider [Wed, 26 Jan 2011 17:46:22 +0000 (18:46 +0100)]
Fix installation path.
Jan Schneider [Wed, 26 Jan 2011 17:45:58 +0000 (18:45 +0100)]
Fix default value.
Jan Schneider [Wed, 26 Jan 2011 17:45:41 +0000 (18:45 +0100)]
Extend migration script to be more flexible.
1) Run with directory name instead of application name to run all migrations in
that directory.
2) Run without any parameter to migrate all installed applications, all
installed PEAR packages, and all framework packages from a local checkout.
Michael J. Rubinsky [Wed, 26 Jan 2011 17:39:58 +0000 (12:39 -0500)]
remove old lowercase filename versions - artifact from case insensitive filesystem
Jan Schneider [Wed, 26 Jan 2011 16:56:25 +0000 (17:56 +0100)]
Don't simply sort migration scripts by name, this is going to break when we
have schema versions with several digits.