horde.git
16 years agoAdd getName()
Gunnar Wrobel [Wed, 9 Dec 2009 20:51:17 +0000 (21:51 +0100)]
Add getName()

16 years agophpdoc
Gunnar Wrobel [Wed, 9 Dec 2009 20:51:04 +0000 (21:51 +0100)]
phpdoc

16 years agoAlways cast scalars to strings (catches Horde_Url objects)
Michael M Slusarz [Wed, 9 Dec 2009 09:00:19 +0000 (02:00 -0700)]
Always cast scalars to strings (catches Horde_Url objects)

16 years agoArray is a bit easier to parse in this format
Michael M Slusarz [Wed, 9 Dec 2009 08:45:33 +0000 (01:45 -0700)]
Array is a bit easier to parse in this format

16 years agoFix broken Horde::popupJs() due to Horde_Url changes.
Michael M Slusarz [Wed, 9 Dec 2009 08:45:07 +0000 (01:45 -0700)]
Fix broken Horde::popupJs() due to Horde_Url changes.

16 years agoAdd copy() instead of cAdd() and cRemove().
Jan Schneider [Tue, 8 Dec 2009 22:26:36 +0000 (23:26 +0100)]
Add copy() instead of cAdd() and cRemove().
Fix BC for some edge cases.

16 years agows
Michael M Slusarz [Tue, 8 Dec 2009 22:11:03 +0000 (15:11 -0700)]
ws

16 years agoCorrectly quote DOM ID
Michael M Slusarz [Tue, 8 Dec 2009 09:42:05 +0000 (02:42 -0700)]
Correctly quote DOM ID

16 years agoFix adding attributes as strings in fullSrcImg().
Jan Schneider [Tue, 8 Dec 2009 18:52:43 +0000 (19:52 +0100)]
Fix adding attributes as strings in fullSrcImg().

16 years agoFix preserving individual variables.
Jan Schneider [Tue, 8 Dec 2009 18:49:20 +0000 (19:49 +0100)]
Fix preserving individual variables.

16 years agoUse Horde_Url.
Jan Schneider [Tue, 8 Dec 2009 18:45:36 +0000 (19:45 +0100)]
Use Horde_Url.

16 years agoFix transparent auth for several drivers.
Michael M Slusarz [Tue, 8 Dec 2009 08:37:15 +0000 (01:37 -0700)]
Fix transparent auth for several drivers.

A driver should never call Horde_Auth::setAuth() itself - setAuth is
automatically called with the proper parameters if _transparent()
returns true.

Addtionally, should return false if transparent login not available, not
an exception.

16 years agoAdd explicit toString() method that accepts a $raw parameter to override, but
Jan Schneider [Tue, 8 Dec 2009 00:40:56 +0000 (01:40 +0100)]
Add explicit toString() method that accepts a $raw parameter to override, but
not overwrite the local $raw property.
Michael, can we remove setRaw() with this new feature?

16 years agoFix logic.
Jan Schneider [Tue, 8 Dec 2009 00:05:49 +0000 (01:05 +0100)]
Fix logic.

16 years agoCast to string.
Jan Schneider [Mon, 7 Dec 2009 16:19:29 +0000 (17:19 +0100)]
Cast to string.

16 years agoAdd a few more tests.
Jan Schneider [Mon, 7 Dec 2009 13:38:36 +0000 (14:38 +0100)]
Add a few more tests.

16 years agoBug #8753: Fix subscription determination if LIST-EXTENDED is not available
Michael M Slusarz [Mon, 7 Dec 2009 21:54:34 +0000 (14:54 -0700)]
Bug #8753: Fix subscription determination if LIST-EXTENDED is not available

16 years agoNeed $s_res if $list_msgs is true as well.
Michael J. Rubinsky [Mon, 7 Dec 2009 19:43:05 +0000 (14:43 -0500)]
Need $s_res if $list_msgs is true as well.

Bug: 8752

16 years agoAdd Horde_Url::setRaw(), useful for chaining
Michael M Slusarz [Mon, 7 Dec 2009 07:03:57 +0000 (00:03 -0700)]
Add Horde_Url::setRaw(), useful for chaining

16 years agoMove url cloning functions to cAdd() and cRemove()
Michael M Slusarz [Mon, 7 Dec 2009 06:02:49 +0000 (23:02 -0700)]
Move url cloning functions to cAdd() and cRemove()

16 years agoClone Horde_Url objects in static methods.
Chuck Hagenbuch [Sat, 5 Dec 2009 04:51:58 +0000 (23:51 -0500)]
Clone Horde_Url objects in static methods.

This avoids reference problems changing URLs as a result of later calls when
we're building pieces of URLs repeatedly. This can lead to really bad behavior,
like deletion of tasks in Nag when clicking what's supposed to be an edit link.

16 years agophpdoc
Michael M Slusarz [Fri, 4 Dec 2009 18:49:11 +0000 (11:49 -0700)]
phpdoc

16 years agoAdd stubs for response codes defined by RFC 5530
Michael M Slusarz [Fri, 4 Dec 2009 18:39:45 +0000 (11:39 -0700)]
Add stubs for response codes defined by RFC 5530

16 years agophpdoc, make header caching configurable
Michael M Slusarz [Fri, 4 Dec 2009 08:56:41 +0000 (01:56 -0700)]
phpdoc, make header caching configurable

16 years agoAgain fix left-overs from refactoring.
Jan Schneider [Fri, 4 Dec 2009 17:51:41 +0000 (18:51 +0100)]
Again fix left-overs from refactoring.

16 years agoRevert "Fix function parameter"
Chuck Hagenbuch [Fri, 4 Dec 2009 03:55:21 +0000 (22:55 -0500)]
Revert "Fix function parameter"

This reverts commit b452cf3f12da5df65488f3d8e0b56b8ad39254ca.

16 years agoRevert "This needs to be a string."
Michael M Slusarz [Thu, 3 Dec 2009 21:30:14 +0000 (14:30 -0700)]
Revert "This needs to be a string."

This reverts commit 1c8eaff249d41c3cdcfac9595a0a94fda887dcd0.
Correct phpdoc return value.

16 years agoFix function parameter
Michael M Slusarz [Thu, 3 Dec 2009 20:56:30 +0000 (13:56 -0700)]
Fix function parameter

16 years agoCast to string.
Jan Schneider [Thu, 3 Dec 2009 20:35:09 +0000 (21:35 +0100)]
Cast to string.

16 years agoReference not necessary.
Jan Schneider [Thu, 3 Dec 2009 18:17:27 +0000 (19:17 +0100)]
Reference not necessary.

16 years agoFix assertions.
Jan Schneider [Thu, 3 Dec 2009 18:16:00 +0000 (19:16 +0100)]
Fix assertions.

16 years agoFix factory mock.
Jan Schneider [Thu, 3 Dec 2009 18:10:34 +0000 (19:10 +0100)]
Fix factory mock.

16 years agoFix package name.
Jan Schneider [Thu, 3 Dec 2009 18:01:32 +0000 (19:01 +0100)]
Fix package name.

16 years agoFix package name.
Jan Schneider [Thu, 3 Dec 2009 18:01:18 +0000 (19:01 +0100)]
Fix package name.

16 years agoFix class names, ws.
Jan Schneider [Thu, 3 Dec 2009 18:00:44 +0000 (19:00 +0100)]
Fix class names, ws.

16 years agoFix signatures.
Jan Schneider [Thu, 3 Dec 2009 17:29:09 +0000 (18:29 +0100)]
Fix signatures.

16 years agoThe original host worked for me.
Jan Schneider [Thu, 3 Dec 2009 17:16:09 +0000 (18:16 +0100)]
The original host worked for me.

16 years agoFix package name, autoload test helpers.
Jan Schneider [Thu, 3 Dec 2009 17:04:05 +0000 (18:04 +0100)]
Fix package name, autoload test helpers.

16 years agoFix package name.
Jan Schneider [Thu, 3 Dec 2009 16:47:35 +0000 (17:47 +0100)]
Fix package name.

16 years agoE_STRICT fixes.
Jan Schneider [Thu, 3 Dec 2009 16:43:59 +0000 (17:43 +0100)]
E_STRICT fixes.

16 years agoNote locale requirements.
Jan Schneider [Thu, 3 Dec 2009 16:36:37 +0000 (17:36 +0100)]
Note locale requirements.

16 years agoFix typo
Michael M Slusarz [Thu, 3 Dec 2009 18:55:44 +0000 (11:55 -0700)]
Fix typo

16 years agoThis needs to be a string.
Michael M Slusarz [Thu, 3 Dec 2009 18:04:28 +0000 (11:04 -0700)]
This needs to be a string.

16 years agoAdd Horde_Url#link(). More Horde_Url usage.
Jan Schneider [Thu, 3 Dec 2009 15:17:46 +0000 (16:17 +0100)]
Add Horde_Url#link(). More Horde_Url usage.

16 years agoUtilize Horde_Url at some places.
Jan Schneider [Thu, 3 Dec 2009 14:49:18 +0000 (15:49 +0100)]
Utilize Horde_Url at some places.

16 years agoAdd pathInfo, fix notice with no parameters, allow to pass Horde_Url object to ctor.
Jan Schneider [Thu, 3 Dec 2009 14:48:58 +0000 (15:48 +0100)]
Add pathInfo, fix notice with no parameters, allow to pass Horde_Url object to ctor.

16 years agophpdoc
Jan Schneider [Thu, 3 Dec 2009 14:09:41 +0000 (15:09 +0100)]
phpdoc

16 years agoAdd basic Horde_Url class.
Jan Schneider [Thu, 3 Dec 2009 14:06:46 +0000 (15:06 +0100)]
Add basic Horde_Url class.

16 years agoMissed to add the base test suite.
Jan Schneider [Thu, 3 Dec 2009 12:15:43 +0000 (13:15 +0100)]
Missed to add the base test suite.

16 years agoOne test suite to rule them all.
Jan Schneider [Thu, 3 Dec 2009 12:05:04 +0000 (13:05 +0100)]
One test suite to rule them all.

16 years agoFix viral parse error.
Jan Schneider [Thu, 3 Dec 2009 11:13:50 +0000 (12:13 +0100)]
Fix viral parse error.

16 years agoAdd days and weeks to relative time.
Jan Schneider [Wed, 2 Dec 2009 23:37:21 +0000 (00:37 +0100)]
Add days and weeks to relative time.

16 years agoThis mthod can't be called statically
Michael J. Rubinsky [Wed, 2 Dec 2009 23:41:04 +0000 (18:41 -0500)]
This mthod can't be called statically

16 years agoIf pushApp() doesn't succeed, be sure to clear the app off the stack.
Michael M Slusarz [Wed, 2 Dec 2009 02:21:28 +0000 (19:21 -0700)]
If pushApp() doesn't succeed, be sure to clear the app off the stack.

16 years agooptimizations
Michael M Slusarz [Wed, 2 Dec 2009 02:10:55 +0000 (19:10 -0700)]
optimizations

16 years agoBug #8743: System tasks are always run, and may need init.
Michael M Slusarz [Wed, 2 Dec 2009 01:42:44 +0000 (18:42 -0700)]
Bug #8743: System tasks are always run, and may need init.

16 years agoImport Horde_Block from CVS HEAD
Michael M Slusarz [Wed, 2 Dec 2009 01:36:22 +0000 (18:36 -0700)]
Import Horde_Block from CVS HEAD

16 years agoBug #8746: Fix typo
Michael M Slusarz [Tue, 1 Dec 2009 21:36:45 +0000 (14:36 -0700)]
Bug #8746: Fix typo

16 years agoAdd run-time configurable caching for headers fetch requests
Michael M Slusarz [Tue, 1 Dec 2009 05:29:08 +0000 (22:29 -0700)]
Add run-time configurable caching for headers fetch requests

Fix some borken behavior when caching base headertext also.

16 years agoOnly cache headertext if peek is not specified
Michael M Slusarz [Tue, 1 Dec 2009 05:17:56 +0000 (22:17 -0700)]
Only cache headertext if peek is not specified

16 years agoFix 'load_base' registry application loading.
Michael M Slusarz [Mon, 30 Nov 2009 23:33:59 +0000 (16:33 -0700)]
Fix 'load_base' registry application loading.

Rename load_base -> init
Now can init an app from the registry if it doesn't have a base.php file
Login Tasks should now be able to be run in that application's
environment, without need to set up the environment in the tasks.

16 years agoFix credentials UI display
Michael M Slusarz [Mon, 30 Nov 2009 22:40:34 +0000 (15:40 -0700)]
Fix credentials UI display

16 years agoTry to remove ugly globals mess from Horde_Prefs_Ui
Michael M Slusarz [Mon, 30 Nov 2009 22:34:31 +0000 (15:34 -0700)]
Try to remove ugly globals mess from Horde_Prefs_Ui

16 years agoprefsHandle->prefsSpecial; add prefsSpecialGenerate callback
Michael M Slusarz [Mon, 30 Nov 2009 20:50:31 +0000 (13:50 -0700)]
prefsHandle->prefsSpecial; add prefsSpecialGenerate callback

16 years agoFix biweekly sunday events.
Gunnar Wrobel [Mon, 30 Nov 2009 20:22:50 +0000 (21:22 +0100)]
Fix biweekly sunday events.

16 years agodoc, spacing, trim output
Michael M Slusarz [Mon, 30 Nov 2009 18:09:31 +0000 (11:09 -0700)]
doc, spacing, trim output

16 years agoStore ajax location in a separate field.
Jan Schneider [Mon, 30 Nov 2009 17:03:01 +0000 (18:03 +0100)]
Store ajax location in a separate field.

16 years agoThis works again now.
Jan Schneider [Mon, 30 Nov 2009 09:32:25 +0000 (10:32 +0100)]
This works again now.

16 years agoTypo: THREAD_REFERENCES should be THREAD_REFS.
Matt Selsky [Mon, 30 Nov 2009 07:20:25 +0000 (02:20 -0500)]
Typo: THREAD_REFERENCES should be THREAD_REFS.

16 years agoMake ORDEREDSUBJECT the default thread algorithm
Michael M Slusarz [Mon, 30 Nov 2009 02:22:54 +0000 (19:22 -0700)]
Make ORDEREDSUBJECT the default thread algorithm

16 years agoAdd support for THREAD=REFS (draft-ietf-morg-inthread-00).
Michael M Slusarz [Mon, 30 Nov 2009 02:15:26 +0000 (19:15 -0700)]
Add support for THREAD=REFS (draft-ietf-morg-inthread-00).

16 years agoWorkaround broken RFC 3462 messages.
Michael M Slusarz [Mon, 30 Nov 2009 02:11:32 +0000 (19:11 -0700)]
Workaround broken RFC 3462 messages.

16 years agoI think these addFlag values were reversed; agreement/notices should stop the
Chuck Hagenbuch [Sun, 29 Nov 2009 15:43:43 +0000 (10:43 -0500)]
I think these addFlag values were reversed; agreement/notices should stop the
display of other tasks, not the other way around.

16 years agoThese should be logged at debug level.
Jan Schneider [Fri, 27 Nov 2009 17:29:08 +0000 (18:29 +0100)]
These should be logged at debug level.

16 years agoPass along the 'box' parameter to the pretty autocompleter.
Michael J. Rubinsky [Fri, 27 Nov 2009 20:54:12 +0000 (15:54 -0500)]
Pass along the 'box' parameter to the pretty autocompleter.

16 years agoFixed package.xml.
root [Fri, 27 Nov 2009 13:18:56 +0000 (14:18 +0100)]
Fixed package.xml.

16 years agoRevert "Fix escaping title (tooltip) text"
Jan Schneider [Fri, 27 Nov 2009 12:14:46 +0000 (13:14 +0100)]
Revert "Fix escaping title (tooltip) text"

That broke line wrapping and introduced XSS vulnerabilities.

This reverts commit a1ba596addce9de898ff5df0d00ca5025bfea02a.

16 years agoWe want the un-encoded message if we request the raw data.
Jan Schneider [Wed, 25 Nov 2009 10:27:47 +0000 (11:27 +0100)]
We want the un-encoded message if we request the raw data.

16 years agoFix test.
Jan Schneider [Tue, 24 Nov 2009 23:28:13 +0000 (00:28 +0100)]
Fix test.

16 years agoIgnore empty headers when parsing text data.
Michael M Slusarz [Thu, 26 Nov 2009 00:26:54 +0000 (17:26 -0700)]
Ignore empty headers when parsing text data.

16 years agoBug #8715: Fix XSS vulnerability.
Michael M Slusarz [Tue, 24 Nov 2009 05:15:43 +0000 (22:15 -0700)]
Bug #8715: Fix XSS vulnerability.

16 years agoFix signature.
Jan Schneider [Tue, 24 Nov 2009 17:56:18 +0000 (18:56 +0100)]
Fix signature.

16 years agoFix Horde_Prefs_CategoryManager classname
Chuck Hagenbuch [Tue, 24 Nov 2009 16:48:06 +0000 (11:48 -0500)]
Fix Horde_Prefs_CategoryManager classname

16 years agophpdoc typo.
Matt Selsky [Tue, 24 Nov 2009 14:12:35 +0000 (09:12 -0500)]
phpdoc typo.

16 years agoAdd Horde_Perms::hasAppPermission()
Michael M Slusarz [Tue, 24 Nov 2009 05:40:19 +0000 (22:40 -0700)]
Add Horde_Perms::hasAppPermission()

16 years agoMore efficient regex
Michael M Slusarz [Tue, 24 Nov 2009 05:15:27 +0000 (22:15 -0700)]
More efficient regex

16 years agoAdd support for RFC 5258 (LIST-EXTENDED)
Michael M Slusarz [Tue, 24 Nov 2009 03:14:09 +0000 (20:14 -0700)]
Add support for RFC 5258 (LIST-EXTENDED)

16 years agoMake this a public method.
Jan Schneider [Mon, 23 Nov 2009 23:42:00 +0000 (00:42 +0100)]
Make this a public method.

16 years agoImport Horde_Prefs from CVS HEAD
Michael M Slusarz [Mon, 23 Nov 2009 09:00:42 +0000 (02:00 -0700)]
Import Horde_Prefs from CVS HEAD

16 years agoRemove CVS/Horde 3 artifacts
Michael M Slusarz [Sun, 22 Nov 2009 18:18:29 +0000 (11:18 -0700)]
Remove CVS/Horde 3 artifacts

16 years agoUse a versioned cache.
Jan Schneider [Mon, 23 Nov 2009 10:47:24 +0000 (11:47 +0100)]
Use a versioned cache.

16 years agoFix class name.
Jan Schneider [Mon, 23 Nov 2009 10:42:29 +0000 (11:42 +0100)]
Fix class name.

16 years agoFix syntax error. Datepicker is still completely broken though.
Jan Schneider [Mon, 23 Nov 2009 10:37:19 +0000 (11:37 +0100)]
Fix syntax error. Datepicker is still completely broken though.

16 years agoTypo
Jan Schneider [Sat, 21 Nov 2009 13:06:21 +0000 (14:06 +0100)]
Typo

16 years agofix case
Michael J. Rubinsky [Sun, 22 Nov 2009 18:20:55 +0000 (13:20 -0500)]
fix case

16 years agoImport Horde_Perms from CVS HEAD.
Michael M Slusarz [Fri, 20 Nov 2009 17:26:28 +0000 (10:26 -0700)]
Import Horde_Perms from CVS HEAD.

16 years agoForce external scripts under Horde scope to better avoid duplicates and to ensure...
Michael J. Rubinsky [Sun, 22 Nov 2009 15:16:09 +0000 (10:16 -0500)]
Force external scripts under Horde scope to better avoid duplicates and to ensure they are loaded
before other application specific files

16 years agoRemove some references that aren't needed in PHP 5 code
Chuck Hagenbuch [Sat, 21 Nov 2009 19:20:46 +0000 (14:20 -0500)]
Remove some references that aren't needed in PHP 5 code
Restore $app loading functionality

16 years agoReturn alarm details when storing the notification instead of displaying it.
Jan Schneider [Fri, 20 Nov 2009 23:50:08 +0000 (00:50 +0100)]
Return alarm details when storing the notification instead of displaying it.

16 years agoRemove BC code.
Jan Schneider [Fri, 20 Nov 2009 17:31:41 +0000 (18:31 +0100)]
Remove BC code.