horde.git
14 years agoFix variable name
Michael M Slusarz [Tue, 25 Jan 2011 19:19:31 +0000 (12:19 -0700)]
Fix variable name

14 years agoAdd more MIME address encoding tests
Michael M Slusarz [Tue, 25 Jan 2011 19:19:17 +0000 (12:19 -0700)]
Add more MIME address encoding tests

14 years agoBug #9532: Don't MIME encode maildrop autoresponse file
Michael M Slusarz [Tue, 25 Jan 2011 17:49:37 +0000 (10:49 -0700)]
Bug #9532: Don't MIME encode maildrop autoresponse file

14 years agoBug #9539: Correct translations for application names
Michael M Slusarz [Tue, 25 Jan 2011 17:25:41 +0000 (10:25 -0700)]
Bug #9539: Correct translations for application names

14 years agoadd mime decode unit test
Michael M Slusarz [Tue, 25 Jan 2011 17:23:21 +0000 (10:23 -0700)]
add mime decode unit test

14 years agoBug #9529: fix decode() call
Michael M Slusarz [Tue, 25 Jan 2011 17:04:38 +0000 (10:04 -0700)]
Bug #9529: fix decode() call

14 years agoBug #9529: Fix undefined error
Michael M Slusarz [Tue, 25 Jan 2011 09:52:54 +0000 (02:52 -0700)]
Bug #9529: Fix undefined error

14 years agoMake sure there is always logout reason set on validation failure
Michael M Slusarz [Tue, 25 Jan 2011 08:34:27 +0000 (01:34 -0700)]
Make sure there is always logout reason set on validation failure

14 years agoLogging/error message if shibboleth auth fails validation
Michael M Slusarz [Tue, 25 Jan 2011 08:32:27 +0000 (01:32 -0700)]
Logging/error message if shibboleth auth fails validation

14 years agoRemove stray file.
Gunnar Wrobel [Tue, 25 Jan 2011 09:24:50 +0000 (10:24 +0100)]
Remove stray file.

14 years agoMFB
Jan Schneider [Mon, 24 Jan 2011 20:23:50 +0000 (21:23 +0100)]
MFB

14 years agoMore user_uid column fixes.
Jan Schneider [Mon, 24 Jan 2011 17:58:58 +0000 (18:58 +0100)]
More user_uid column fixes.

14 years agoAdd a first version of the package.xml files for our groupware apps.
Gunnar Wrobel [Tue, 25 Jan 2011 09:10:40 +0000 (10:10 +0100)]
Add a first version of the package.xml files for our groupware apps.

14 years agoSupport generating package.xml files for our groupware applications.
Gunnar Wrobel [Tue, 25 Jan 2011 09:10:07 +0000 (10:10 +0100)]
Support generating package.xml files for our groupware applications.

14 years agoFix shibboleth authentication checking
Michael M Slusarz [Tue, 25 Jan 2011 07:07:00 +0000 (00:07 -0700)]
Fix shibboleth authentication checking

Need to check shibboleth auth username to the original auth username,
not the Horde username (since the Horde username may have been altered
post-login by a hook).

14 years agoBug #9325: Upgrade serialized prefs from Horde 3
Michael M Slusarz [Tue, 25 Jan 2011 06:16:37 +0000 (23:16 -0700)]
Bug #9325: Upgrade serialized prefs from Horde 3

14 years agophpdoc
Michael M Slusarz [Tue, 25 Jan 2011 06:17:47 +0000 (23:17 -0700)]
phpdoc

14 years agoAdd some utility functions to horde/Prefs
Michael M Slusarz [Tue, 25 Jan 2011 05:44:23 +0000 (22:44 -0700)]
Add some utility functions to horde/Prefs

14 years agoBug #9529: Store description internally as UTF-8, not in charset of part
Michael M Slusarz [Tue, 25 Jan 2011 00:55:14 +0000 (17:55 -0700)]
Bug #9529: Store description internally as UTF-8, not in charset of part

14 years agophpdoc
Michael M Slusarz [Tue, 25 Jan 2011 00:53:28 +0000 (17:53 -0700)]
phpdoc

14 years agoAdd header decode test
Michael M Slusarz [Tue, 25 Jan 2011 00:46:31 +0000 (17:46 -0700)]
Add header decode test

14 years agoConvert horde/Template to PHPUnit tests
Michael M Slusarz [Sat, 22 Jan 2011 00:05:30 +0000 (17:05 -0700)]
Convert horde/Template to PHPUnit tests

14 years agophpdoc
Michael M Slusarz [Tue, 25 Jan 2011 00:08:37 +0000 (17:08 -0700)]
phpdoc

14 years agoBetter IMP login logging when not using IMP as authentication method
Michael M Slusarz [Tue, 25 Jan 2011 00:04:27 +0000 (17:04 -0700)]
Better IMP login logging when not using IMP as authentication method

14 years agoFix logging details from IMAP transaction
Michael M Slusarz [Tue, 25 Jan 2011 00:03:19 +0000 (17:03 -0700)]
Fix logging details from IMAP transaction

14 years agoOnly show backtrace if logging at DEBUG level
Michael M Slusarz [Mon, 24 Jan 2011 23:51:55 +0000 (16:51 -0700)]
Only show backtrace if logging at DEBUG level

Otherwise, things like framework libraries that throw exceptions and
provide way of logging exceptions (e.g. Horde_Imap_Client) give
backtraces for items that should not need to be logged (e.g.
authentication failures).

14 years agoBug #9507: Pref language overrides login language
Michael M Slusarz [Mon, 24 Jan 2011 23:44:06 +0000 (16:44 -0700)]
Bug #9507: Pref language overrides login language

14 years agoUpdate package.xml.
Gunnar Wrobel [Mon, 24 Jan 2011 22:20:48 +0000 (23:20 +0100)]
Update package.xml.

14 years agoMake sure to catch any exceptions thrown trying to rollback the transaction. Still...
Chuck Hagenbuch [Mon, 24 Jan 2011 04:03:51 +0000 (23:03 -0500)]
Make sure to catch any exceptions thrown trying to rollback the transaction. Still trying to trace down a "Exception thrown without a stack frame in Unknown on line 0"

14 years agoAlways make sure that we have a logger before using it
Chuck Hagenbuch [Mon, 24 Jan 2011 03:59:37 +0000 (22:59 -0500)]
Always make sure that we have a logger before using it

14 years agoDB may have been closed before write() - reconnect if it's not active
Chuck Hagenbuch [Mon, 24 Jan 2011 03:59:04 +0000 (22:59 -0500)]
DB may have been closed before write() - reconnect if it's not active

14 years agoBug #9282: When creating Horde_Db objects, register them with a child injector before...
Chuck Hagenbuch [Mon, 24 Jan 2011 03:33:15 +0000 (22:33 -0500)]
Bug #9282: When creating Horde_Db objects, register them with a child injector before creating any dependencies that could in turn want a Horde_Db dependency.

14 years agoFix PHPUnit deprecation warnings
Chuck Hagenbuch [Mon, 24 Jan 2011 03:25:14 +0000 (22:25 -0500)]
Fix PHPUnit deprecation warnings

14 years agoRemove logging to a SQL backend - not usually a good use of a relational database...
Chuck Hagenbuch [Mon, 24 Jan 2011 03:21:04 +0000 (22:21 -0500)]
Remove logging to a SQL backend - not usually a good use of a relational database, and could cause circular dependency problems.

14 years agopackage.xml for Horde_PubSub
Chuck Hagenbuch [Mon, 24 Jan 2011 02:52:51 +0000 (21:52 -0500)]
package.xml for Horde_PubSub

14 years agoRemove unnecessary @todos
Chuck Hagenbuch [Mon, 24 Jan 2011 01:03:00 +0000 (20:03 -0500)]
Remove unnecessary @todos

14 years agoFix form name
Michael J. Rubinsky [Sun, 23 Jan 2011 22:18:09 +0000 (17:18 -0500)]
Fix form name

14 years agoFix tree graphics in the bookmark folder tree
Chuck Hagenbuch [Sun, 23 Jan 2011 21:56:38 +0000 (16:56 -0500)]
Fix tree graphics in the bookmark folder tree

14 years agouser_id is NOT NULL
Jan Schneider [Sun, 23 Jan 2011 21:36:28 +0000 (22:36 +0100)]
user_id is NOT NULL

14 years agoRevert commenting out cache code.
Jan Schneider [Sun, 23 Jan 2011 21:35:50 +0000 (22:35 +0100)]
Revert commenting out cache code.

14 years agoOne more place we need ids instead of names.
Michael J. Rubinsky [Sun, 23 Jan 2011 18:42:47 +0000 (13:42 -0500)]
One more place we need ids instead of names.

Add a utility function to act as callback to array_map, still need
to audit code for all places to use it.

14 years agoAdd test to ensure listShares results are keyed by name
Michael J. Rubinsky [Sun, 23 Jan 2011 18:25:33 +0000 (13:25 -0500)]
Add test to ensure listShares results are keyed by name

14 years agoHorde_Share::listShares() returns a hash keyed by name, not id.
Michael J. Rubinsky [Sun, 23 Jan 2011 18:15:30 +0000 (13:15 -0500)]
Horde_Share::listShares() returns a hash keyed by name, not id.

14 years agoCall alarmInit() (Bug #9519).
Jan Schneider [Sat, 22 Jan 2011 17:31:39 +0000 (18:31 +0100)]
Call alarmInit() (Bug #9519).

14 years agoRemove accidentally added file.
Jan Schneider [Sat, 22 Jan 2011 12:25:50 +0000 (13:25 +0100)]
Remove accidentally added file.

14 years agoThe rest of the places we need full urls for stylesheets
Michael J. Rubinsky [Sat, 22 Jan 2011 06:25:29 +0000 (01:25 -0500)]
The rest of the places we need full urls for stylesheets

14 years agoAnother try at serving css for API rendered views
Michael J. Rubinsky [Sat, 22 Jan 2011 06:20:52 +0000 (01:20 -0500)]
Another try at serving css for API rendered views

14 years agoHorde_Share_Datatree needs _idExists() also.
Michael J. Rubinsky [Sat, 22 Jan 2011 06:02:22 +0000 (01:02 -0500)]
Horde_Share_Datatree needs _idExists() also.

Probably a more effecient way to check this, but this driver is
deprecated. This is just to satisfy implementing the abstract method.

14 years agoMake getBody() repeatable
Chuck Hagenbuch [Sat, 22 Jan 2011 03:36:57 +0000 (22:36 -0500)]
Make getBody() repeatable

14 years agoNeed to remove the old-style named index incase this is an upgrade from h3
Michael J Rubinsky [Sat, 22 Jan 2011 02:28:40 +0000 (21:28 -0500)]
Need to remove the old-style named index incase this is an upgrade from h3

14 years agoCatch error if index doesn't exist
Michael J. Rubinsky [Sat, 22 Jan 2011 02:18:55 +0000 (21:18 -0500)]
Catch error if index doesn't exist

14 years agoRemove hierarchical driver, update package.xml
Michael J. Rubinsky [Sat, 22 Jan 2011 02:12:31 +0000 (21:12 -0500)]
Remove hierarchical driver, update package.xml

14 years agoSqlHierarchical driver is no more
Michael J. Rubinsky [Sat, 22 Jan 2011 02:08:42 +0000 (21:08 -0500)]
SqlHierarchical driver is no more

14 years agoMove hierarchical functionality into The Sql and Sqlng share drivers.
Michael J. Rubinsky [Sat, 22 Jan 2011 02:03:01 +0000 (21:03 -0500)]
Move hierarchical functionality into The Sql and Sqlng share drivers.

Ansel is refactored to use the Sql driver for now. More refactoring is needed
before it can be switched back and forth between any drivers. (Need to compose
Horde_Share_Object with Ansel_Gallery instead of Ansel_Gallery extending the
share object).

Squashed commit of the following:

commit ed76634819d4e6c1737366d5ffafbfcc0630d12c
Author: Michael J. Rubinsky <mrubinsk@horde.org>
Date:   Fri Jan 21 20:59:26 2011 -0500

    Need to check against share ids in Ansel, not share_names

commit eb742b3414c3f27978beaa3c933f65f0e243efb2
Author: Michael J. Rubinsky <mrubinsk@horde.org>
Date:   Fri Jan 21 20:38:09 2011 -0500

    Cleanup/small refactoring for merged hierarchical driver

commit b3e50233d7288f3007ddea45cb35e0724c664aed
Author: Michael J. Rubinsky <mrubinsk@horde.org>
Date:   Fri Jan 21 20:28:16 2011 -0500

    extend Horde_Share_Object_Sql for now.

    Need to refactor so Ansel_Gallery is composed with Horde_Share_Object instead
    of extending it.

commit bb79f1f43aa7374cee325a70fd6849f52086ec75
Author: Michael J. Rubinsky <mrubinsk@horde.org>
Date:   Fri Jan 21 20:23:56 2011 -0500

    Simplify

commit 76ae1f5d2bb28a9267e336d912f4bd2cc49a4894
Author: Michael J. Rubinsky <mrubinsk@horde.org>
Date:   Fri Jan 21 16:37:14 2011 -0500

    Merge hierarchical functionality into base sql and sqlng drivers.

14 years agoConvert horde/Serialize to PHPUnit
Michael M Slusarz [Fri, 21 Jan 2011 23:40:41 +0000 (16:40 -0700)]
Convert horde/Serialize to PHPUnit

14 years agojson_decode() returns null on error, not false
Michael M Slusarz [Fri, 21 Jan 2011 23:39:48 +0000 (16:39 -0700)]
json_decode() returns null on error, not false

14 years agooveride the next-gen driver's default table name so the stress-test can run
Michael J. Rubinsky [Fri, 21 Jan 2011 20:53:50 +0000 (15:53 -0500)]
overide the next-gen driver's default table name so the stress-test can run
with the same migrations used in the unit tests.

14 years agoAnd still more configuration checks.
Jan Schneider [Fri, 21 Jan 2011 20:07:46 +0000 (21:07 +0100)]
And still more configuration checks.

14 years agoAnother unnecessary loop.
Jan Schneider [Fri, 21 Jan 2011 19:14:42 +0000 (20:14 +0100)]
Another unnecessary loop.

14 years ago...and three times a charm
Michael J. Rubinsky [Fri, 21 Jan 2011 20:00:41 +0000 (15:00 -0500)]
...and three times a charm

14 years agoOne more place to check for entire config entry
Michael J. Rubinsky [Fri, 21 Jan 2011 19:58:20 +0000 (14:58 -0500)]
One more place to check for entire config entry

14 years agoBug #9455: Add ability to output full URL for CSS
Michael M Slusarz [Fri, 21 Jan 2011 19:47:52 +0000 (12:47 -0700)]
Bug #9455: Add ability to output full URL for CSS

14 years agoBug #9455: Add ability to return relative URL when converting to string
Michael M Slusarz [Fri, 21 Jan 2011 19:44:37 +0000 (12:44 -0700)]
Bug #9455: Add ability to return relative URL when converting to string

14 years agoDon't need session info for cache URL
Michael M Slusarz [Fri, 21 Jan 2011 19:30:01 +0000 (12:30 -0700)]
Don't need session info for cache URL

14 years agophpdoc/style
Michael M Slusarz [Fri, 21 Jan 2011 18:50:04 +0000 (11:50 -0700)]
phpdoc/style

14 years agoRemove unnecessary loop.
Jan Schneider [Fri, 21 Jan 2011 19:03:30 +0000 (20:03 +0100)]
Remove unnecessary loop.

14 years agoCheck for backend-specific configuration.
Jan Schneider [Fri, 21 Jan 2011 19:03:06 +0000 (20:03 +0100)]
Check for backend-specific configuration.

14 years agoBug #9514: Don't allow adding public key if already exists
Michael M Slusarz [Fri, 21 Jan 2011 18:40:49 +0000 (11:40 -0700)]
Bug #9514: Don't allow adding public key if already exists

14 years agoBreak key info parsing into separate method
Michael M Slusarz [Fri, 21 Jan 2011 18:36:50 +0000 (11:36 -0700)]
Break key info parsing into separate method

14 years agoFix error reporting
Michael M Slusarz [Fri, 21 Jan 2011 18:27:25 +0000 (11:27 -0700)]
Fix error reporting

14 years agoStill more iframe resize tweaks
Michael M Slusarz [Fri, 21 Jan 2011 17:54:18 +0000 (10:54 -0700)]
Still more iframe resize tweaks

14 years agoThrow exception if git repository not found
Michael M Slusarz [Thu, 20 Jan 2011 23:31:50 +0000 (16:31 -0700)]
Throw exception if git repository not found

14 years agoFix attribute_params column type.
Jan Schneider [Fri, 21 Jan 2011 17:16:22 +0000 (18:16 +0100)]
Fix attribute_params column type.

14 years agoCatch exceptions from API call.
Jan Schneider [Fri, 21 Jan 2011 14:16:16 +0000 (15:16 +0100)]
Catch exceptions from API call.

14 years agoRevert "Output full uris for stylesheets when rendering via API"
Michael J Rubinsky [Fri, 21 Jan 2011 16:31:25 +0000 (11:31 -0500)]
Revert "Output full uris for stylesheets when rendering via API"

This doesn't work as I expected.  Can't use Horde::includeStylesheetFiles() if
full urls are desired.
This reverts commit f9488bf92087ac71d7affbaa849d8d0435c98a99.

14 years agoOutput full uris for stylesheets when rendering via API
Michael J. Rubinsky [Fri, 21 Jan 2011 16:11:05 +0000 (11:11 -0500)]
Output full uris for stylesheets when rendering via API

14 years agoReturn an empty array, not an empty string
Michael J. Rubinsky [Fri, 21 Jan 2011 15:50:32 +0000 (10:50 -0500)]
Return an empty array, not an empty string

14 years agoFix case.
Michael J Rubinsky [Fri, 21 Jan 2011 15:40:12 +0000 (10:40 -0500)]
Fix case.

Did I mention how much I love mac's case insensitive fs? Grr..

14 years agofix column name
Michael J Rubinsky [Fri, 21 Jan 2011 14:49:48 +0000 (09:49 -0500)]
fix column name

14 years agoAdd stance for SQL-NG share driver.
Jan Schneider [Fri, 21 Jan 2011 13:30:59 +0000 (14:30 +0100)]
Add stance for SQL-NG share driver.

14 years agoAdd share NG migrations.
Jan Schneider [Fri, 21 Jan 2011 13:28:44 +0000 (14:28 +0100)]
Add share NG migrations.

14 years agoFix licenses.
Jan Schneider [Fri, 21 Jan 2011 13:27:34 +0000 (14:27 +0100)]
Fix licenses.

14 years agoUnset default value.
Jan Schneider [Fri, 21 Jan 2011 13:14:25 +0000 (14:14 +0100)]
Unset default value.

14 years agoCast number defaults to integer/float.
Jan Schneider [Fri, 21 Jan 2011 13:13:53 +0000 (14:13 +0100)]
Cast number defaults to integer/float.

14 years agoWe don't have any way to authenticate at the command line, so set
Jan Schneider [Thu, 20 Jan 2011 18:45:34 +0000 (19:45 +0100)]
We don't have any way to authenticate at the command line, so set
'authentication' always to 'none' when in CLI mode.

14 years agoCli object is already instantiated.
Jan Schneider [Thu, 20 Jan 2011 18:42:32 +0000 (19:42 +0100)]
Cli object is already instantiated.

14 years agoShow correct error message when running CLI scripts.
Jan Schneider [Thu, 20 Jan 2011 18:32:16 +0000 (19:32 +0100)]
Show correct error message when running CLI scripts.

14 years agoAdd script for later migration of share data.
Jan Schneider [Thu, 20 Jan 2011 18:09:20 +0000 (19:09 +0100)]
Add script for later migration of share data.

14 years agoFix path.
Jan Schneider [Thu, 20 Jan 2011 18:08:40 +0000 (19:08 +0100)]
Fix path.

14 years agoWrap prompt message, and place default value after the prompt when using
Jan Schneider [Thu, 20 Jan 2011 18:07:48 +0000 (19:07 +0100)]
Wrap prompt message, and place default value after the prompt when using
multiple choices.

14 years agoFix badly broken patchsets display
Michael M Slusarz [Thu, 20 Jan 2011 20:57:36 +0000 (13:57 -0700)]
Fix badly broken patchsets display

14 years agoMakes way more sense to link to file/revision from file log rather than patchsets...
Michael M Slusarz [Thu, 20 Jan 2011 20:52:58 +0000 (13:52 -0700)]
Makes way more sense to link to file/revision from file log rather than patchsets (which don't work with CVS)

14 years agoFix +/- determination for CVS files
Michael M Slusarz [Thu, 20 Jan 2011 20:44:04 +0000 (13:44 -0700)]
Fix +/- determination for CVS files

14 years agoBug #9528: Fix Windows-1258 conversion
Michael M Slusarz [Thu, 20 Jan 2011 20:23:54 +0000 (13:23 -0700)]
Bug #9528: Fix Windows-1258 conversion

Remove workaround for broken iconv() added here:

http://git.horde.org/co.php/framework/Util/Attic/String.php?sa=1&rt=horde&r=1.19

There's no PHP bug referenced, and I can't find any.  Adding this
extra character breaks Windows-1258 conversion.
If it was a bug in 2003, hopefully it has been fixed by now (all unit
tests pass).

14 years agoFix URL determination when scanning for URLs
Michael M Slusarz [Thu, 20 Jan 2011 18:05:21 +0000 (11:05 -0700)]
Fix URL determination when scanning for URLs

Don't search at beginning of string - URL can appear anywhere in text.

14 years agophpdoc
Michael M Slusarz [Thu, 20 Jan 2011 17:56:25 +0000 (10:56 -0700)]
phpdoc

14 years agoBug #9524: Fix method signature
Michael M Slusarz [Thu, 20 Jan 2011 17:49:47 +0000 (10:49 -0700)]
Bug #9524: Fix method signature

14 years agoThis should only need to be done on creation of IMAP object
Michael M Slusarz [Thu, 20 Jan 2011 17:17:42 +0000 (10:17 -0700)]
This should only need to be done on creation of IMAP object

14 years agoIE fixes
Michael M Slusarz [Thu, 20 Jan 2011 08:56:41 +0000 (01:56 -0700)]
IE fixes

14 years agoExtend the base query to allow quickly fetching folder information.
Gunnar Wrobel [Thu, 20 Jan 2011 14:48:11 +0000 (15:48 +0100)]
Extend the base query to allow quickly fetching folder information.