horde.git
15 years agoMake Horde_Vcs_File#logs public.
Jan Schneider [Tue, 24 Aug 2010 14:47:53 +0000 (16:47 +0200)]
Make Horde_Vcs_File#logs public.

15 years agoProvide status in patchsets, don't parse trailing empty line.
Jan Schneider [Tue, 24 Aug 2010 14:47:14 +0000 (16:47 +0200)]
Provide status in patchsets, don't parse trailing empty line.

15 years agoExit early.
Jan Schneider [Tue, 24 Aug 2010 14:04:01 +0000 (16:04 +0200)]
Exit early.

15 years agoOnly link to cvsgraph.php if we actually have a CVS repo.
Jan Schneider [Tue, 24 Aug 2010 14:02:30 +0000 (16:02 +0200)]
Only link to cvsgraph.php if we actually have a CVS repo.

15 years agoFix variable name.
Jan Schneider [Tue, 24 Aug 2010 13:54:51 +0000 (15:54 +0200)]
Fix variable name.

15 years agoAdd doctype header.
Jan Schneider [Tue, 24 Aug 2010 13:52:55 +0000 (15:52 +0200)]
Add doctype header.

15 years agoFix CSS.
Jan Schneider [Tue, 24 Aug 2010 13:50:19 +0000 (15:50 +0200)]
Fix CSS.

15 years agoFix image.
Jan Schneider [Tue, 24 Aug 2010 13:48:52 +0000 (15:48 +0200)]
Fix image.

15 years agoDon't attach empty onb parameter.
Jan Schneider [Tue, 24 Aug 2010 13:42:42 +0000 (15:42 +0200)]
Don't attach empty onb parameter.

15 years agoUse Horde_Url. Always include repository in URL.
Jan Schneider [Tue, 24 Aug 2010 13:32:48 +0000 (15:32 +0200)]
Use Horde_Url. Always include repository in URL.

15 years agoAssume we have a Horde_Url here. Fix encoding of service links.
Jan Schneider [Tue, 24 Aug 2010 13:09:17 +0000 (15:09 +0200)]
Assume we have a Horde_Url here. Fix encoding of service links.

15 years agoFix passing onb parameter.
Jan Schneider [Tue, 24 Aug 2010 12:53:05 +0000 (14:53 +0200)]
Fix passing onb parameter.

15 years agoTweak comment.
Jan Schneider [Mon, 23 Aug 2010 21:50:12 +0000 (23:50 +0200)]
Tweak comment.

15 years agoFix the CI build script. Why did this work before?
Gunnar Wrobel [Tue, 24 Aug 2010 09:10:53 +0000 (11:10 +0200)]
Fix the CI build script. Why did this work before?

15 years agoAdd a fix to ignore the autoloading of the newer PHPUnit (>= 3.5.0, currently RC).
Gunnar Wrobel [Tue, 24 Aug 2010 08:07:50 +0000 (10:07 +0200)]
Add a fix to ignore the autoloading of the newer PHPUnit (>= 3.5.0, currently RC).

Also extracted the reduced Autoloading setup for the test suites. This
way I can avoid duplicating code when defining the Autoload.php setup
I use for running single test suites.

15 years agoRemove folder list caching.
Michael M Slusarz [Tue, 24 Aug 2010 07:38:54 +0000 (01:38 -0600)]
Remove folder list caching.

Folder lists are cached in the IMP_Imap_Tree object. No need to cache
this information multiple times.

15 years agoRe-add saving expand/collapse state in IMP folders page
Michael M Slusarz [Tue, 24 Aug 2010 07:27:25 +0000 (01:27 -0600)]
Re-add saving expand/collapse state in IMP folders page

15 years agoTrigger events when expanding/collapsing tree elements.
Michael M Slusarz [Tue, 24 Aug 2010 07:00:24 +0000 (01:00 -0600)]
Trigger events when expanding/collapsing tree elements.

15 years agoThis value needs to be unique to all buffers, not just the current buffer
Michael M Slusarz [Tue, 24 Aug 2010 05:58:20 +0000 (23:58 -0600)]
This value needs to be unique to all buffers, not just the current buffer

15 years agoUse Horde_Tree to render folder/search trees.
Michael M Slusarz [Wed, 18 Aug 2010 18:51:07 +0000 (12:51 -0600)]
Use Horde_Tree to render folder/search trees.

This isn't complete yet.  TODO list:
1. Auto JSON loading of collapsed->expanded levels.
2. Save expanded/collapse information on folders page.
3. Use tree to render MIMP & Folder drop-down lists.

15 years agoImplement Iterator in IMP_Imap_Tree::.
Michael M Slusarz [Tue, 17 Aug 2010 18:45:05 +0000 (12:45 -0600)]
Implement Iterator in IMP_Imap_Tree::.

15 years agoUse recursive calls, as it makes things clearer.
Michael M Slusarz [Tue, 24 Aug 2010 05:25:39 +0000 (23:25 -0600)]
Use recursive calls, as it makes things clearer.

15 years agoAdd 'lines_base' option
Michael M Slusarz [Mon, 23 Aug 2010 23:54:16 +0000 (17:54 -0600)]
Add 'lines_base' option

15 years agoSimplify getOption()
Michael M Slusarz [Mon, 23 Aug 2010 23:28:08 +0000 (17:28 -0600)]
Simplify getOption()

15 years agoHorde_Tree cleanups.
Michael M Slusarz [Mon, 23 Aug 2010 22:19:01 +0000 (16:19 -0600)]
Horde_Tree cleanups.

Don't hardcode float or other styles.
Use spans for internal elements.

15 years agoMove HTML-specific code out of base Tree class
Michael M Slusarz [Mon, 23 Aug 2010 22:00:35 +0000 (16:00 -0600)]
Move HTML-specific code out of base Tree class

15 years agoMake addNodeParams() driver-specific
Michael M Slusarz [Mon, 23 Aug 2010 22:00:25 +0000 (16:00 -0600)]
Make addNodeParams() driver-specific

15 years agoFix static variable access.
Michael M Slusarz [Mon, 23 Aug 2010 21:05:06 +0000 (15:05 -0600)]
Fix static variable access.

15 years agoMove some more RTL code out of tree renderer
Michael M Slusarz [Mon, 23 Aug 2010 20:56:13 +0000 (14:56 -0600)]
Move some more RTL code out of tree renderer

15 years agoMore places to use Horde_Variables::
Michael M Slusarz [Mon, 23 Aug 2010 18:29:39 +0000 (12:29 -0600)]
More places to use Horde_Variables::

15 years agoReplace Horde_Core_Autoloader with Horde_Autoloader_Default
Gunnar Wrobel [Tue, 24 Aug 2010 05:33:47 +0000 (07:33 +0200)]
Replace Horde_Core_Autoloader with Horde_Autoloader_Default

15 years agoFinish converting Driver -> Base
Chuck Hagenbuch [Mon, 23 Aug 2010 19:30:27 +0000 (15:30 -0400)]
Finish converting Driver -> Base

15 years agoOnly use language name for locales that don't require the country part.
Jan Schneider [Mon, 23 Aug 2010 16:13:21 +0000 (18:13 +0200)]
Only use language name for locales that don't require the country part.

15 years agoRemove the Autoloader here and update the package.xml.
Gunnar Wrobel [Mon, 23 Aug 2010 15:29:09 +0000 (17:29 +0200)]
Remove the Autoloader here and update the package.xml.

15 years agoI don't see a reason to avoid providing the default autoloader within
Gunnar Wrobel [Mon, 23 Aug 2010 15:26:52 +0000 (17:26 +0200)]
I don't see a reason to avoid providing the default autoloader within
Horde_Autoloader.

It introduces no additional dependencies and will be required by a any
application that does not derive from Horde_Core.

15 years agoDriver -> Transport
Jan Schneider [Mon, 23 Aug 2010 14:09:15 +0000 (16:09 +0200)]
Driver -> Transport

15 years agoDriver -> Base
Jan Schneider [Mon, 23 Aug 2010 13:48:21 +0000 (15:48 +0200)]
Driver -> Base

15 years agoxdiff is a PECL package, not an extension (PEAR Bug 17782).
Jan Schneider [Mon, 23 Aug 2010 13:24:41 +0000 (15:24 +0200)]
xdiff is a PECL package, not an extension (PEAR Bug 17782).

15 years agoAssign result.
Jan Schneider [Mon, 23 Aug 2010 13:18:06 +0000 (15:18 +0200)]
Assign result.

15 years agoCheck if unserialization failed.
Jan Schneider [Mon, 23 Aug 2010 13:07:41 +0000 (15:07 +0200)]
Check if unserialization failed.

15 years agoSet maximum height for duplicate list, to make scrolling easier.
Jan Schneider [Mon, 23 Aug 2010 12:57:33 +0000 (14:57 +0200)]
Set maximum height for duplicate list, to make scrolling easier.

15 years agoFix rendering images in inactive forms.
Jan Schneider [Mon, 23 Aug 2010 12:54:43 +0000 (14:54 +0200)]
Fix rendering images in inactive forms.

15 years agoFix Horde::img() call.
Jan Schneider [Mon, 23 Aug 2010 12:52:06 +0000 (14:52 +0200)]
Fix Horde::img() call.

15 years agoCatch non-existant image even if using Horde_Themes_Image.
Jan Schneider [Mon, 23 Aug 2010 12:51:54 +0000 (14:51 +0200)]
Catch non-existant image even if using Horde_Themes_Image.

15 years agoDon't cache history entry from last contact.
Jan Schneider [Mon, 23 Aug 2010 12:42:56 +0000 (14:42 +0200)]
Don't cache history entry from last contact.

15 years agoUse UTF-8 encoded language names.
Jan Schneider [Thu, 19 Aug 2010 13:22:46 +0000 (15:22 +0200)]
Use UTF-8 encoded language names.

15 years agoFix version numbers.
Jan Schneider [Thu, 19 Aug 2010 12:07:05 +0000 (14:07 +0200)]
Fix version numbers.

15 years agoTweak
Jan Schneider [Thu, 19 Aug 2010 08:17:22 +0000 (10:17 +0200)]
Tweak

15 years agoChange label to Portal here too.
Jan Schneider [Wed, 18 Aug 2010 21:06:24 +0000 (23:06 +0200)]
Change label to Portal here too.

15 years agoAdded the Installer module to Horde_Element. It allows to install a PEAR based Horde...
Gunnar Wrobel [Mon, 23 Aug 2010 07:42:38 +0000 (09:42 +0200)]
Added the Installer module to Horde_Element. It allows to install a PEAR based Horde framework package from the repository tree, including its dependencies. Horde dependencies will also be pulled from the current tree, remote dependencies will be downloaded.

This should now allow a continuous integration (CI) setup that tests
the PEAR based Horde framework packages including their
dependencies. While we will support PEAR based releases for Horde4 I
assume from past experiences that the focus will remain on the
applications. As those rely on a fully installed framework it will be
quite easy to overlook PEAR dependency problems. So I feel it is
necessary to include the full installation method via PEAR into the CI
in order to spot problems early.

The general idea of the Horde_Element package is to provide tools for
managing Horde "Elements" which I consider to be PEAR based packages
from the framework (and maybe later also the applications). While I'm
currently focusing on the basics I think it would make sense to later
add methods that allow publishing the elements better than via
pear.horde.org.

15 years agoRename Horde_Qc to Horde_Element. I hope that fits better for what I have in mind...
Gunnar Wrobel [Sun, 22 Aug 2010 17:33:24 +0000 (19:33 +0200)]
Rename Horde_Qc to Horde_Element. I hope that fits better for what I have in mind for this package of tools.

15 years agoKeep order as in branch master.
Gunnar Wrobel [Mon, 5 Jul 2010 06:03:33 +0000 (08:03 +0200)]
Keep order as in branch master.

15 years agoAutomatic update.
Gunnar Wrobel [Mon, 5 Jul 2010 03:45:03 +0000 (05:45 +0200)]
Automatic update.

15 years agoMake the package.xml handling functional again. Integrate all patches the action...
Gunnar Wrobel [Mon, 5 Jul 2010 03:44:04 +0000 (05:44 +0200)]
Make the package.xml handling functional again. Integrate all patches the action has seen.

15 years agoCompleted option parsing.
Gunnar Wrobel [Mon, 5 Jul 2010 03:13:28 +0000 (05:13 +0200)]
Completed option parsing.

15 years agoWorking option parser.
Gunnar Wrobel [Wed, 30 Jun 2010 19:40:46 +0000 (21:40 +0200)]
Working option parser.

15 years agoCleanup first draft.
Gunnar Wrobel [Wed, 30 Jun 2010 08:33:30 +0000 (10:33 +0200)]
Cleanup first draft.

15 years agoIntermediate step in refactoring the Quality package.
Gunnar Wrobel [Tue, 2 Mar 2010 12:49:51 +0000 (13:49 +0100)]
Intermediate step in refactoring the Quality package.

15 years agoRenamed Horde_Packaging to Horde_Qc and started reorganzing into classes/modules.
Gunnar Wrobel [Wed, 24 Feb 2010 12:34:47 +0000 (13:34 +0100)]
Renamed Horde_Packaging to Horde_Qc and started reorganzing into classes/modules.

15 years agoMerged.
Gunnar Wrobel [Wed, 30 Jun 2010 06:37:50 +0000 (08:37 +0200)]
Merged.

15 years agoFix typo
Michael M Slusarz [Mon, 23 Aug 2010 02:47:51 +0000 (20:47 -0600)]
Fix typo

15 years agoRemove some more references
Chuck Hagenbuch [Mon, 23 Aug 2010 02:18:55 +0000 (22:18 -0400)]
Remove some more references

15 years ago"datatree" is not an application
Chuck Hagenbuch [Mon, 23 Aug 2010 02:17:47 +0000 (22:17 -0400)]
"datatree" is not an application

15 years agoFix variable name - no tasks were viewable or editable
Chuck Hagenbuch [Mon, 23 Aug 2010 01:54:48 +0000 (21:54 -0400)]
Fix variable name - no tasks were viewable or editable

15 years agoAdd Horde_Core_Ui_Layout to package.xml
Chuck Hagenbuch [Sun, 22 Aug 2010 03:44:25 +0000 (23:44 -0400)]
Add Horde_Core_Ui_Layout to package.xml

15 years agoMove Horde_Ui_Layout under the Horde_Core_Ui umbrella
Chuck Hagenbuch [Sun, 22 Aug 2010 03:42:35 +0000 (23:42 -0400)]
Move Horde_Ui_Layout under the Horde_Core_Ui umbrella

15 years agoLoad preview images with GET, and fix bad parameter formatting
Chuck Hagenbuch [Sun, 22 Aug 2010 03:40:21 +0000 (23:40 -0400)]
Load preview images with GET, and fix bad parameter formatting

15 years agoNo need for this snippet to be xhtml
Chuck Hagenbuch [Sun, 22 Aug 2010 03:40:04 +0000 (23:40 -0400)]
No need for this snippet to be xhtml

15 years agoRemove unnecessary global
Chuck Hagenbuch [Sun, 22 Aug 2010 03:30:27 +0000 (23:30 -0400)]
Remove unnecessary global

15 years agoSimplify block title when showing all galleries
Chuck Hagenbuch [Sun, 22 Aug 2010 03:25:20 +0000 (23:25 -0400)]
Simplify block title when showing all galleries

15 years agoDon't add javascript until we need it. Don't offer gallery filters since getRecentIma...
Chuck Hagenbuch [Sun, 22 Aug 2010 03:24:26 +0000 (23:24 -0400)]
Don't add javascript until we need it. Don't offer gallery filters since getRecentImagesGeodata() isn't written to support them.

15 years agoMake getRandomGallery() actually random
Chuck Hagenbuch [Sun, 22 Aug 2010 03:11:19 +0000 (23:11 -0400)]
Make getRandomGallery() actually random

15 years agoFix variable name
Chuck Hagenbuch [Sun, 22 Aug 2010 02:54:38 +0000 (22:54 -0400)]
Fix variable name

15 years agoPass $gallery to Ansel::getBreadCrumbs() whenever possible since otherwise we may...
Chuck Hagenbuch [Sun, 22 Aug 2010 02:47:54 +0000 (22:47 -0400)]
Pass $gallery to Ansel::getBreadCrumbs() whenever possible since otherwise we may lose state, like the current date on datemode galleries.

15 years agoWS
Chuck Hagenbuch [Sun, 22 Aug 2010 02:47:32 +0000 (22:47 -0400)]
WS

15 years agoSimplify
Chuck Hagenbuch [Sun, 22 Aug 2010 02:47:23 +0000 (22:47 -0400)]
Simplify

15 years agoSimplify; also fix logic for how isset() usually works vs. empty()
Chuck Hagenbuch [Sun, 22 Aug 2010 02:38:13 +0000 (22:38 -0400)]
Simplify; also fix logic for how isset() usually works vs. empty()

15 years agoCS, whitespace, remove some references, add a type hint or two
Chuck Hagenbuch [Sun, 22 Aug 2010 02:11:09 +0000 (22:11 -0400)]
CS, whitespace, remove some references, add a type hint or two

15 years agoFix method name - deleteImage() doesn't exist, we want removeImage()
Chuck Hagenbuch [Sat, 21 Aug 2010 02:15:19 +0000 (22:15 -0400)]
Fix method name - deleteImage() doesn't exist, we want removeImage()

15 years agoWe never want all of the images at all child levels when calling getImages()
Chuck Hagenbuch [Sat, 21 Aug 2010 02:13:06 +0000 (22:13 -0400)]
We never want all of the images at all child levels when calling getImages()

That breaks the model of DateMode galleries acting like a collection of separate
galleries, and was causing API-generated lightboxes to have way too much data in
them, and pages like the Sort Images page to load all 2,000+ images in one of my
galleries.

15 years agows/style/spelling
Chuck Hagenbuch [Sat, 21 Aug 2010 01:40:51 +0000 (21:40 -0400)]
ws/style/spelling

15 years agoNeed to assign the link() call to this variable, otherwise URLs are incorrect.
Chuck Hagenbuch [Sat, 21 Aug 2010 01:40:29 +0000 (21:40 -0400)]
Need to assign the link() call to this variable, otherwise URLs are incorrect.

15 years agows/style
Chuck Hagenbuch [Sat, 21 Aug 2010 01:39:44 +0000 (21:39 -0400)]
ws/style

15 years agoMove logic for returning childImageIds to a function
Chuck Hagenbuch [Sat, 21 Aug 2010 01:19:47 +0000 (21:19 -0400)]
Move logic for returning childImageIds to a function

15 years agoMake this public like all the other vars here
Chuck Hagenbuch [Sat, 21 Aug 2010 01:07:21 +0000 (21:07 -0400)]
Make this public like all the other vars here

15 years agoHave to pass perpage now through to the json() call so that API values are picked up.
Chuck Hagenbuch [Sat, 21 Aug 2010 00:54:55 +0000 (20:54 -0400)]
Have to pass perpage now through to the json() call so that API values are picked up.

15 years agoWS
Chuck Hagenbuch [Sat, 21 Aug 2010 00:54:43 +0000 (20:54 -0400)]
WS

15 years agoDon't call setTextdomain() if $app is empty (throws an error)
Chuck Hagenbuch [Sat, 21 Aug 2010 00:25:50 +0000 (20:25 -0400)]
Don't call setTextdomain() if $app is empty (throws an error)

15 years agoSpecial-use fixes.
Michael M Slusarz [Fri, 20 Aug 2010 23:04:14 +0000 (17:04 -0600)]
Special-use fixes.

This is a RETURN option, not a SELECT option.
Some servers complain if they don't know what SPECIAL-USE return is.
Although this seems to go against the draft RFC, use the create
CAPABILITY string to determine whether to send the return option.

15 years agoWe call this a spam mailbox in IMP
Michael M Slusarz [Fri, 20 Aug 2010 23:03:26 +0000 (17:03 -0600)]
We call this a spam mailbox in IMP

15 years agoThese constants are only used in the prefs UI
Michael M Slusarz [Fri, 20 Aug 2010 22:49:25 +0000 (16:49 -0600)]
These constants are only used in the prefs UI

15 years agoAdd support for setting/retrieving special-use mailboxes from IMAP server
Michael M Slusarz [Fri, 20 Aug 2010 22:47:28 +0000 (16:47 -0600)]
Add support for setting/retrieving special-use mailboxes from IMAP server

15 years agoAdd support for special-use mailboxes (draft-ietf-morg-list-specialuse-02)
Michael M Slusarz [Fri, 20 Aug 2010 21:43:12 +0000 (15:43 -0600)]
Add support for special-use mailboxes (draft-ietf-morg-list-specialuse-02)

15 years agoUse composeCache consistently to make the javascript work properly on the redirect...
Michael M Slusarz [Fri, 20 Aug 2010 21:04:54 +0000 (15:04 -0600)]
Use composeCache consistently to make the javascript work properly on the redirect page

15 years agoFix javascript tree node toggling.
Michael M Slusarz [Fri, 20 Aug 2010 20:40:12 +0000 (14:40 -0600)]
Fix javascript tree node toggling.

15 years agoBug #9189: The text is in the server charset, not the object charset
Michael M Slusarz [Fri, 20 Aug 2010 20:33:09 +0000 (14:33 -0600)]
Bug #9189: The text is in the server charset, not the object charset

15 years agoBug #9189: Pass charset to Html2text.
Michael M Slusarz [Fri, 20 Aug 2010 20:31:44 +0000 (14:31 -0600)]
Bug #9189: Pass charset to Html2text.

15 years agoHide preview prefs if not active
Michael M Slusarz [Fri, 20 Aug 2010 20:13:46 +0000 (14:13 -0600)]
Hide preview prefs if not active

15 years agoBug #9190: Add Horde_Support_Domhtml.
Michael M Slusarz [Fri, 20 Aug 2010 17:40:35 +0000 (11:40 -0600)]
Bug #9190: Add Horde_Support_Domhtml.

Charset handling with libxml is less than ideal.  Abstract the
loadHTML() code out into a single place so that we can experiment and
fix things all at once instead of piecemeal.

Suggestions for where else this could reside?  It does require
Horde_String, so maybe horde/Util would be better.

15 years agoMore places to explicitly pass the charset.
Michael M Slusarz [Fri, 20 Aug 2010 17:17:43 +0000 (11:17 -0600)]
More places to explicitly pass the charset.