horde.git
15 years agoFix class name and property access.
Jan Schneider [Thu, 3 Jun 2010 12:15:37 +0000 (14:15 +0200)]
Fix class name and property access.

15 years agoFix <configsection> location.
Jan Schneider [Thu, 3 Jun 2010 12:12:07 +0000 (14:12 +0200)]
Fix <configsection> location.

15 years agoShow groups in basic interface, they may have been added in the meantime.
Jan Schneider [Thu, 3 Jun 2010 12:04:55 +0000 (14:04 +0200)]
Show groups in basic interface, they may have been added in the meantime.

15 years agoIt helps to actually check whether there are groups.
Jan Schneider [Thu, 3 Jun 2010 12:03:10 +0000 (14:03 +0200)]
It helps to actually check whether there are groups.

15 years agoDon't set groups property if there aren't any.
Jan Schneider [Thu, 3 Jun 2010 11:59:38 +0000 (13:59 +0200)]
Don't set groups property if there aren't any.

15 years agoReset $addresses if not using the registry for compose links.
Jan Schneider [Thu, 3 Jun 2010 11:38:09 +0000 (13:38 +0200)]
Reset $addresses if not using the registry for compose links.

15 years agoNo PEAR_Error anymore.
Jan Schneider [Thu, 3 Jun 2010 11:32:51 +0000 (13:32 +0200)]
No PEAR_Error anymore.

15 years agoFix method name.
Jan Schneider [Thu, 3 Jun 2010 11:29:06 +0000 (13:29 +0200)]
Fix method name.

15 years agoPass the complete event to the view, to allow more flexible template contents.
Jan Schneider [Thu, 3 Jun 2010 10:43:30 +0000 (12:43 +0200)]
Pass the complete event to the view, to allow more flexible template contents.

15 years agoFix variable name.
Jan Schneider [Thu, 3 Jun 2010 10:42:07 +0000 (12:42 +0200)]
Fix variable name.

15 years agoFix parse errors.
Jan Schneider [Thu, 3 Jun 2010 10:37:04 +0000 (12:37 +0200)]
Fix parse errors.

15 years agoSend iTip notifications with HTML part and convert to Horde_View.
Jan Schneider [Thu, 3 Jun 2010 09:58:39 +0000 (11:58 +0200)]
Send iTip notifications with HTML part and convert to Horde_View.

15 years agoSimplify From: generation.
Jan Schneider [Wed, 2 Jun 2010 10:14:45 +0000 (12:14 +0200)]
Simplify From: generation.

15 years agoHide group section in advanced permissions too, if there aren't any groups.
Jan Schneider [Wed, 2 Jun 2010 10:08:31 +0000 (12:08 +0200)]
Hide group section in advanced permissions too, if there aren't any groups.

15 years agoFix query generation (missing commas)
Chuck Hagenbuch [Thu, 3 Jun 2010 03:56:24 +0000 (23:56 -0400)]
Fix query generation (missing commas)

15 years agoWicked: Fix global var
Ben Klang [Wed, 2 Jun 2010 22:20:20 +0000 (18:20 -0400)]
Wicked: Fix global var

15 years agoFramework: Fix LDAP finding user's DN (fixes authentication)
Ben Klang [Wed, 2 Jun 2010 22:13:30 +0000 (18:13 -0400)]
Framework: Fix LDAP finding user's DN (fixes authentication)

15 years agoFramework: Horde config compatibility fix in Horde_Ldap
Ben Klang [Wed, 2 Jun 2010 21:56:05 +0000 (17:56 -0400)]
Framework: Horde config compatibility fix in Horde_Ldap

15 years agoFix parse error and bad variable that prevented Sql auth from working
Chuck Hagenbuch [Wed, 2 Jun 2010 21:08:16 +0000 (17:08 -0400)]
Fix parse error and bad variable that prevented Sql auth from working

15 years agoHermes: Yet more H4 changes
Ben Klang [Wed, 2 Jun 2010 20:58:07 +0000 (16:58 -0400)]
Hermes: Yet more H4 changes

15 years agoHermes: Yet more H4 fixes
Ben Klang [Wed, 2 Jun 2010 20:47:30 +0000 (16:47 -0400)]
Hermes: Yet more H4 fixes

15 years agoHermes: yet more H4 fixes
Ben Klang [Wed, 2 Jun 2010 20:43:08 +0000 (16:43 -0400)]
Hermes: yet more H4 fixes

15 years agoHermes: More H4 changes. Application now at least loads the main screen
Ben Klang [Wed, 2 Jun 2010 20:37:23 +0000 (16:37 -0400)]
Hermes: More H4 changes.  Application now at least loads the main screen

15 years agoFramework: We still need to manually require DataTree here
Ben Klang [Wed, 2 Jun 2010 20:14:03 +0000 (16:14 -0400)]
Framework: We still need to manually require DataTree here

15 years agoHorde: Add params block to Group config as well
Ben Klang [Wed, 2 Jun 2010 20:05:57 +0000 (16:05 -0400)]
Horde: Add params block to Group config as well

15 years agoJust pass exception to logger (previous call was broken anyway)
Michael M Slusarz [Wed, 2 Jun 2010 19:53:54 +0000 (13:53 -0600)]
Just pass exception to logger (previous call was broken anyway)

15 years agoNotification will extract the message for us
Michael M Slusarz [Wed, 2 Jun 2010 19:53:28 +0000 (13:53 -0600)]
Notification will extract the message for us

15 years agoChangelog for krb5 driver removal
Michael M Slusarz [Wed, 2 Jun 2010 18:25:56 +0000 (12:25 -0600)]
Changelog for krb5 driver removal

15 years agoMove Horde_Auth::getAuth() to Horde_Registry::.
Michael M Slusarz [Wed, 2 Jun 2010 17:52:15 +0000 (11:52 -0600)]
Move Horde_Auth::getAuth() to Horde_Registry::.

Conversions:
  Horde_Auth::getAuth() -> $registry->getAuth()
  Horde_Auth::getBareAuth() -> $registry->getAuth('bare')
  Horde_Auth::getAuthDomain() -> $registry->getAuth('domain')
  Horde_Auth::getOriginalAuth() -> $registry->getAuth('original')

15 years agoShould be the last of the Horde_Db_Base -> Horde_Db_Adapter_Base conversions
Michael M Slusarz [Wed, 2 Jun 2010 17:54:41 +0000 (11:54 -0600)]
Should be the last of the Horde_Db_Base -> Horde_Db_Adapter_Base conversions

15 years agoMove getProvider() from horde/Auth to horde/Core
Michael M Slusarz [Wed, 2 Jun 2010 17:17:40 +0000 (11:17 -0600)]
Move getProvider() from horde/Auth to horde/Core

15 years agoDisplay warning to admin user if test script is enabled.
Michael M Slusarz [Wed, 2 Jun 2010 16:57:41 +0000 (10:57 -0600)]
Display warning to admin user if test script is enabled.

15 years agoFix phpdoc
Michael M Slusarz [Wed, 2 Jun 2010 16:59:10 +0000 (10:59 -0600)]
Fix phpdoc

15 years agoHorde: Fix LDAP configuration
Ben Klang [Wed, 2 Jun 2010 19:49:07 +0000 (15:49 -0400)]
Horde: Fix LDAP configuration

* parameters must be within "params" family
* filter_type -> filter (to match driver)

15 years agoTurba: Fix incorrect exception class name
Ben Klang [Tue, 1 Jun 2010 19:03:16 +0000 (15:03 -0400)]
Turba: Fix incorrect exception class name

15 years agoHermes: Remove $Horde$
Ben Klang [Wed, 26 May 2010 18:49:20 +0000 (14:49 -0400)]
Hermes: Remove $Horde$

15 years agoHermes: update purge script
Ben Klang [Wed, 26 May 2010 18:45:56 +0000 (14:45 -0400)]
Hermes: update purge script

15 years agoHermes: Update script initialization to H4
Ben Klang [Wed, 26 May 2010 18:41:40 +0000 (14:41 -0400)]
Hermes: Update script initialization to H4

15 years agoHermes: Update API to H4
Ben Klang [Wed, 26 May 2010 18:35:15 +0000 (14:35 -0400)]
Hermes: Update API to H4

15 years agoHermes: Convert to new H4 intialization
Ben Klang [Wed, 26 May 2010 18:27:56 +0000 (14:27 -0400)]
Hermes: Convert to new H4 intialization

15 years agoBeatnik: remove dead version file
Ben Klang [Wed, 26 May 2010 18:27:16 +0000 (14:27 -0400)]
Beatnik: remove dead version file

15 years agoImport Hermes from CVS
Ben Klang [Wed, 26 May 2010 18:14:33 +0000 (14:14 -0400)]
Import Hermes from CVS

15 years agoBeatnik: Fix duplicate message/false positive on autogenerate
Ben Klang [Tue, 25 May 2010 18:09:30 +0000 (14:09 -0400)]
Beatnik: Fix duplicate message/false positive on autogenerate

15 years agofix parse error
Michael J. Rubinsky [Wed, 2 Jun 2010 18:16:06 +0000 (14:16 -0400)]
fix parse error

15 years agoHorde_Db_Base -> Horde_Db_Adapter_Base
Michael J. Rubinsky [Wed, 2 Jun 2010 17:43:43 +0000 (13:43 -0400)]
Horde_Db_Base -> Horde_Db_Adapter_Base

15 years agows
Michael J. Rubinsky [Wed, 2 Jun 2010 17:37:19 +0000 (13:37 -0400)]
ws

15 years agoUse Horde_Url style links, parameter adding etc...
Michael J. Rubinsky [Wed, 2 Jun 2010 17:34:43 +0000 (13:34 -0400)]
Use Horde_Url style links, parameter adding etc...

15 years agoFix Identity usage
Michael J. Rubinsky [Wed, 2 Jun 2010 17:32:58 +0000 (13:32 -0400)]
Fix Identity usage

15 years agoFix convertUserName() conversion
Michael M Slusarz [Wed, 2 Jun 2010 16:13:04 +0000 (10:13 -0600)]
Fix convertUserName() conversion

15 years agoDelete recurring events also, if we are past the last recurrence.
Michael J. Rubinsky [Wed, 2 Jun 2010 15:49:07 +0000 (11:49 -0400)]
Delete recurring events also, if we are past the last recurrence.
Ticket: 9071
Author: patrick.abiven@apitech.fr
Signed Off By: mrubinsk@horde.org

15 years agoadd check for pdo now that some base libraries are using Horde_Db.
Michael J. Rubinsky [Mon, 31 May 2010 20:56:58 +0000 (16:56 -0400)]
add check for pdo now that some base libraries are using Horde_Db.

Tweaks to the error message welcome.

15 years agotypo
Michael J. Rubinsky [Mon, 31 May 2010 19:50:10 +0000 (15:50 -0400)]
typo

15 years agodon't show "find similar" link if we don't have the libpuzzle extension loaded.
Michael J. Rubinsky [Mon, 31 May 2010 19:48:49 +0000 (15:48 -0400)]
don't show "find similar" link if we don't have the libpuzzle extension loaded.

15 years agoBug #9069: Fix toggling nav_poll in DIMP
Michael M Slusarz [Wed, 2 Jun 2010 03:56:32 +0000 (21:56 -0600)]
Bug #9069: Fix toggling nav_poll in DIMP

15 years agoConvert Group to H4 conventions
Michael M Slusarz [Tue, 1 Jun 2010 08:46:27 +0000 (02:46 -0600)]
Convert Group to H4 conventions

Still needs a bunch of work, but now it should at least autoload.
Also, switch to Horde_Db usage for the Sql driver.

15 years agoMove convertUsername() from horde/Auth to horde/Core
Michael M Slusarz [Tue, 1 Jun 2010 20:29:33 +0000 (14:29 -0600)]
Move convertUsername() from horde/Auth to horde/Core

15 years agoMove authenticateFailure() and getLogoutUrl() from horde/Auth to horde/Core
Michael M Slusarz [Tue, 1 Jun 2010 19:11:26 +0000 (13:11 -0600)]
Move authenticateFailure() and getLogoutUrl() from horde/Auth to horde/Core

15 years agoMove clearAuth() from horde/Auth to horde/Core
Michael M Slusarz [Tue, 1 Jun 2010 18:55:42 +0000 (12:55 -0600)]
Move clearAuth() from horde/Auth to horde/Core

15 years agoMoved isAuthenticated() from horde/Auth to horde/Core
Michael M Slusarz [Tue, 1 Jun 2010 09:04:04 +0000 (03:04 -0600)]
Moved isAuthenticated() from horde/Auth to horde/Core

15 years agoMove requireAuth() from horde/Auth to horde/Core
Michael M Slusarz [Tue, 1 Jun 2010 08:51:25 +0000 (02:51 -0600)]
Move requireAuth() from horde/Auth to horde/Core

15 years agoThrow Exceptions; PEAR_Error removal
Michael M Slusarz [Tue, 1 Jun 2010 08:34:41 +0000 (02:34 -0600)]
Throw Exceptions; PEAR_Error removal

15 years agoMove isAdmin() from horde/Auth to horde/Core
Michael M Slusarz [Tue, 1 Jun 2010 07:05:01 +0000 (01:05 -0600)]
Move isAdmin() from horde/Auth to horde/Core

15 years agoMove readSessionData() to horde/Core from horde/Auth
Michael M Slusarz [Tue, 1 Jun 2010 05:50:53 +0000 (23:50 -0600)]
Move readSessionData() to horde/Core from horde/Auth

15 years agoMove application auth driver to horde/Core
Michael M Slusarz [Tue, 1 Jun 2010 04:34:35 +0000 (22:34 -0600)]
Move application auth driver to horde/Core

15 years agoLdap sessionhandler driver now uses Horde_Ldap
Michael M Slusarz [Mon, 31 May 2010 23:40:02 +0000 (17:40 -0600)]
Ldap sessionhandler driver now uses Horde_Ldap

15 years agoHorde_Auth binder usage
Michael M Slusarz [Mon, 31 May 2010 23:47:37 +0000 (17:47 -0600)]
Horde_Auth binder usage

Use Horde_Db and Horde_Ldap where appropriate.

15 years agoRemoved Krb5 auth driver
Michael M Slusarz [Mon, 31 May 2010 21:43:58 +0000 (15:43 -0600)]
Removed Krb5 auth driver

15 years agoRound to the nearest half hour when clicking in day/week views to create new events..
Jan Schneider [Tue, 1 Jun 2010 17:06:45 +0000 (19:06 +0200)]
Round to the nearest half hour when clicking in day/week views to create new events..

15 years agoHide subscription tab if creating new calendars.
Jan Schneider [Tue, 1 Jun 2010 16:56:32 +0000 (18:56 +0200)]
Hide subscription tab if creating new calendars.

15 years agoMFB
Jan Schneider [Tue, 1 Jun 2010 15:01:43 +0000 (17:01 +0200)]
MFB

15 years agoHigh z-index for KNL.
Jan Schneider [Mon, 31 May 2010 17:49:01 +0000 (19:49 +0200)]
High z-index for KNL.

15 years agoHave the default controller scan be closer to Horde's default logic
Chuck Hagenbuch [Tue, 1 Jun 2010 15:15:09 +0000 (11:15 -0400)]
Have the default controller scan be closer to Horde's default logic

15 years agoAllow the Implementation binder to create its own DependencyFinder if one isn't passe...
Chuck Hagenbuch [Tue, 1 Jun 2010 14:15:58 +0000 (10:15 -0400)]
Allow the Implementation binder to create its own DependencyFinder if one isn't passed in.

This isn't "pure", but it still lets the DependencyFinder be injected, and it
also makes bindImplementation() work again without any other hacks or extra
arguments.

15 years agoRewrite Migration tests to use Table/Column objects rather than relying on magical...
Chuck Hagenbuch [Tue, 1 Jun 2010 02:57:14 +0000 (22:57 -0400)]
Rewrite Migration tests to use Table/Column objects rather than relying on magical defaults-pulling entities

15 years agoBetter handling of NULL default values for columns
Chuck Hagenbuch [Tue, 1 Jun 2010 02:56:42 +0000 (22:56 -0400)]
Better handling of NULL default values for columns

15 years agoAdd shortcuts for accessing columns in the Table, similar to TableDefinition
Chuck Hagenbuch [Tue, 1 Jun 2010 02:56:11 +0000 (22:56 -0400)]
Add shortcuts for accessing columns in the Table, similar to TableDefinition

15 years agoremove commented-out code
Chuck Hagenbuch [Tue, 1 Jun 2010 02:55:27 +0000 (22:55 -0400)]
remove commented-out code

15 years agoCorrect interface name
Chuck Hagenbuch [Tue, 1 Jun 2010 01:14:42 +0000 (21:14 -0400)]
Correct interface name

15 years agoUpdate field name in doc comment
Chuck Hagenbuch [Tue, 1 Jun 2010 01:13:58 +0000 (21:13 -0400)]
Update field name in doc comment

15 years agoShorthand for adding foreign key references to a table
Chuck Hagenbuch [Mon, 31 May 2010 19:45:06 +0000 (15:45 -0400)]
Shorthand for adding foreign key references to a table

Credit to http://github.com/maintainable/framework/commit/1b2f572c510ebfac71e9681ed9e453e7e86f2314

15 years agoAdd shorthand for adding created_at/updated_at to a table.
Chuck Hagenbuch [Mon, 31 May 2010 19:40:13 +0000 (15:40 -0400)]
Add shorthand for adding created_at/updated_at to a table.

Credit to http://github.com/maintainable/framework/commit/2875fa7ccd8d6cb8176097bf2c2c00a756326649
Also change Rdo to use created_at/updated_at instead of created/updated

15 years agoAdd shorthand column creation methods
Chuck Hagenbuch [Mon, 31 May 2010 19:34:25 +0000 (15:34 -0400)]
Add shorthand column creation methods

Credit to http://github.com/maintainable/framework/commit/7709643d3b88cff39cec717d4c6248ebd373a480

15 years agoPass the Horde_Db_Adapter that Mappers use in the constructor, to make it injectable.
Chuck Hagenbuch [Mon, 31 May 2010 19:26:44 +0000 (15:26 -0400)]
Pass the Horde_Db_Adapter that Mappers use in the constructor, to make it injectable.

15 years agosome faces cleanup.
Michael J. Rubinsky [Mon, 31 May 2010 19:20:22 +0000 (15:20 -0400)]
some faces cleanup.

this code is still a complete mess and needs to be completely rewritten for H4

15 years agoUse full image name, not just directory.
Jan Schneider [Mon, 31 May 2010 17:41:30 +0000 (19:41 +0200)]
Use full image name, not just directory.

15 years agofix display of icons - we should be using Hodre::img, not Horde_Themes::img
Michael J. Rubinsky [Mon, 31 May 2010 17:30:56 +0000 (13:30 -0400)]
fix display of icons - we should be using Hodre::img, not Horde_Themes::img
in these cases.

15 years agofix logic
Michael J. Rubinsky [Mon, 31 May 2010 17:18:35 +0000 (13:18 -0400)]
fix logic

15 years agoAdd parameter to show only the first character of the weekday in calendar popups.
Jan Schneider [Mon, 31 May 2010 17:23:17 +0000 (19:23 +0200)]
Add parameter to show only the first character of the weekday in calendar popups.

15 years agoRemove superfluous description.
Jan Schneider [Mon, 31 May 2010 16:36:40 +0000 (18:36 +0200)]
Remove superfluous description.

15 years agoindent
Jan Schneider [Mon, 31 May 2010 16:35:14 +0000 (18:35 +0200)]
indent

15 years agoRemove superfluous description.
Jan Schneider [Mon, 31 May 2010 16:35:00 +0000 (18:35 +0200)]
Remove superfluous description.

15 years agoRemove mention of DataTree from Nag INSTALL, replace with Shares
Michael J. Rubinsky [Mon, 31 May 2010 16:36:46 +0000 (12:36 -0400)]
Remove mention of DataTree from Nag INSTALL, replace with Shares

15 years agoAdd DIVs.
Jan [Mon, 31 May 2010 16:08:09 +0000 (17:08 +0100)]
Add DIVs.

15 years agoAdd button class.
Jan [Mon, 31 May 2010 16:08:08 +0000 (17:08 +0100)]
Add button class.

15 years agoLet advanced permission scroll, if necessary.
Jan [Mon, 31 May 2010 16:08:07 +0000 (17:08 +0100)]
Let advanced permission scroll, if necessary.

15 years agoTweak services area.
Jan [Mon, 31 May 2010 16:08:06 +0000 (17:08 +0100)]
Tweak services area.

15 years agoTweak attendee list.
Jan [Mon, 31 May 2010 16:08:05 +0000 (17:08 +0100)]
Tweak attendee list.

15 years agoMove subscription URLs to separate tab.
Jan [Mon, 31 May 2010 16:08:04 +0000 (17:08 +0100)]
Move subscription URLs to separate tab.

15 years agoEncode URL.
Jan [Mon, 31 May 2010 16:08:03 +0000 (17:08 +0100)]
Encode URL.

15 years agoRe-add check that got lost somehow and allowed guest access to all applications.
Jan [Mon, 31 May 2010 16:08:02 +0000 (17:08 +0100)]
Re-add check that got lost somehow and allowed guest access to all applications.