[commits] Horde branch H4-Jonah updated. c6d7ec215a261919fc0c3fbb270d2ad505747e23

Michael Rubinsky mike at theupstairsroom.com
Fri Aug 13 22:26:42 UTC 2010


The branch "H4-Jonah" has been updated.
The following is a summary of the commits.

from: dd0bf24f4f69f88e760586061b14147b73fce849

3b4b0d7 Update to Prototype 1.7-RC2.
c37afb5 Integrate post-RC2 fixes from git.
e9da307 Fix BC in Hash.toJSON().
b378bec New prototypejs allows us to jettison this hackish code
7a57580 Merge branch 'newprototype' into prototype-1.7
b6c25a5 Fix dragging inside a scrolled view.
3c8646d Merge branch 'prototype-1.7' of ssh://git.horde.org/horde/git/horde into prototype-1.7
c9a1684 No longer used.
acb8a1f String.toJSON() no longer exists.
5903a93 Array.toJSON() no longer exists.
ee6139d RB_confirm is too specific - add to RB_window instead
da73e51 Revert "RB_confirm is too specific - add to RB_window instead"
d17f335 Revert my rejected fix, and pull in latest fixes from prototype. Fixes a positioning issue with redbox.
f938bc1 Merge branch 'prototype-1.7' of dev.horde.org:/horde/git/horde into prototype-1.7
0541c1b Merge branch 'prototype-1.7' of ssh://git.horde.org/horde/git/horde into prototype-1.7
6a443c3 Revert "RB_confirm is too specific - add to RB_window instead"
47eba91 Merge branch 'prototype-1.7' of dev.horde.org:/horde/git/horde into prototype-1.7
1b53372 Use Object.toJSON().
29625e5 Merge branch 'prototype-1.7' of ssh://git.horde.org/horde/git/horde into prototype-1.7
f8f027e Fix scroll offset issues.
40d2b92 Fix dragging in scrolled view correctly.
e149c71 Merge horde/Ajax into horde/Core.
af3cdd7 looks like the function signature changed, fix it.
f0a65e5 Revert "Remove DataTree code from Horde_Perms"
588c7a2 force image dimensions
a2a7c0c Use Horde_View for rendering tweets. Tweak style.
1d95e0c remove deprecated file
c21c38d was a little over zealous with search/replace
488a0bc A few more H4 tracking changes
d8d502e remove dead cdoe
4ade7a3 Galleries should only be able to adjust their own image counts.
153c584 Horde_Service_Twitter_Request:: needs a Horde_Controller_Request:: object
43afa0a Twitter prefs fixes
0bb3146 Ignore exceptions from the Http client here. Probably from reading an empty body from the stream
2b55562 Use horde native CSS.
4f4fa3e CSS cleanup for twitter/facebook.
5c83158 fix twitter reply to functionality
2e60bcd Add Horde_Block_Exception
e7ba4e2 Initial note display block (for "pinning" a specific note to a portal page)
251fdaa Reorganize Horde_Mail a bit to group the transport classes
fa570ac Method capitalization tweak
83372c5 Shorten the formatter interface name; nicer for type hints and docs.
e44892e Shorten the filter interface name; nice for type hints and docs.
c8ef75c Use named constants (Horde_Log_Filter::ACCEPT, Horde_Log_Filter::IGNORE) for clarity in filters.
7fc48dd fix scope
fa7b233 nuke a todo
2340a70 Copyright years
29ab608 Need to catch Horde_Block_Exception here so we return to the proper application scope
dad1338 No more PEAR_Error
fabc7e4 PHP5-ify application blocks
bd6d4a1 Fix function visibility
2ebfadf no need for this to be a param, use a private member.
253e6a3 Seperate out the Date decorator to it's own file, split out Base functionality of GalleryMode classes
df95b12 toDriverCharset() needs to be public, rename it as such.
0f7fba3 Make sure we only access Horde_Share's public interface.
d293fe9 Ansel_ImageView -> Ansel_ImageGenerator
e379017 Fix imple name
b3d5b3f missing parameters
8243f99 don't attach the imple when being called from services/imple.php
4b2dca5 Rewrite of Horde's MVC system to use controllers built around the single responsibility principle and dependency injection.
c48a51b Fix display of client names
6fff6de Mark methods as public and static
7863058 User the Injector to get Horde_Auth instances
732366d Add Horde_Text_Filter_Exception::
299524b Remove horde/Core dependency in Emails filter.
442b22a Create Horde_Text_Filter binder/factory.
c02029d Remove horde/Core dependency from horde/Text_Filter
a881d9b Track changes to Horde_Controller_Request
f9b9fd6 Use injector for getting Facebook instance
1a10fd0 parse error
8e49d9c More Horde_Controller change tracking
4bb6919 Convert XSS filter to use DOM/XML parsing.
81ab305 Convert XSS filter tests to PHPUnit.
3f3c1a9 PHPUnit does not like the static usage of DOMDocument.
da03dca Remove e preg modifier
07c5d05 Add missing default parameter
52d626e Better matching existence checking
69d3938 Fix phpdoc.
aa7df24 Convert the rest of Text_Filter tests to PHPUnit.
b077e75 Convert IMP HTML viewer to using XML/DOM parser.
b524c48 Fix parsing mailto: URLs in HTML viewer
15a4bac Allow Xss filter to return a DOMDocument object.
dd5faae Remove unneeded comment.
1b6d96f Horde_Mime_Viewer HTML viewer now uses DOM parsing.
6520b99 Add a custom version of scriptaculous' inplaceeditor.
6fb6926 Merge horde/Ui with horde/Core.
0f4ce20 Fix phpdoc.
d4ffbab Clean up Horde_Ui_Core_Pager::.
ebb0729 Don't search own addresses when doing tied/recipient check
481c7f4 Need to check the scheme of the actual link, not the text data
9737f5b Fix variable name
454f965 Fix undefined error for Outlook style addresses
4db2d3b Fix missing parameter error
8787960 Fix unknown image display for PDF thumbnails
d80a637 Fix mailto: processing for link tags with pre-existing target attribute
0ec03ab First pass at adding Ajax editing to menmo's note block.
8c033de Rename Ansel_Gallery::getOwner to Ansel_Gallery::getIdentity
c6f86a7 Various renaming and code organization changes:
89685ad ws
be5df58 Show the function call trace rather than just the line of the eventual error.
025d946 Make this class friendlier to injection by moving $path to a setter
56fb3e2 ws
1887415 Add a dom id to details, move it to a div (instead of a pre inside a p, which isn't valid).
5221f7d Set $path before returning the request
3a6722c Fix type ($cookie => $cookies)
1f1a488 ws
13c93ba HEREDOCs in class member initializers don't seem to work in PHP 5.2.x (parse error)
7937f7d Take a guess at the number of rows in the note and pass it to the editor.
1e8a8e1 More HTML viewer tweaking
001ec30 Update phpdoc
7506739 Use parameter in correct function call
2347242 One source driver viewer.
37df126 Move this method.
7d6ef69 Add showAjaxView().
618404a Add addAnchor() for chaining.
66a6ea1 Require a supported calendar type for editing.
cf2e5e2 Catch errors in Kronolith::listEvents() so that the remaining drivers are still loaded and displayed.
60c4c54 Remove unused code.
b9865ab Catch empty title due to invalid json strings.
00a3d25 Redirect to ajax interface when trying to access a tradtional page directly.
0f20eb4 parse error
976f804 Move Mime Viewer code to horde/Mime_Viewer package
006703a horde/Mime_Viewer cleanups.
049cf7a Missed a place to indicate HTML images are blocked
771d43f More OpenOffice MIME types.
31782c9 fix replying, again.
7d56c17 Add full_weekdays option to Horde_Core_Ui_JsCalendar::.
83cab23 Move all edit screen javascript to a static file.
c0039cb Fix undefined variable warning
d934dfd Consistently use Horde_Url::setAnchor()
da1e6a5 Fix portal access
4f192b3 translations should also be searched on the framework (Bug #9144).
5e3c83b Add fr_FR translation.
0d3c690 Make this a warning.
c2f1b9c Include anyone user when listing users in the ACL screen (Bug 9135).
eb6d40e Import and export the privacy field in CSV data (Request #9139).
c01ba6d Make sure Horde_Core_Ui_JsCalendar::init() is only run once.
486f0e8 Use Horde_Core_Ui_JsCalendar.
dce20ad Git rid of the last of the open_calendar.js references
04cf8e0 No PHP code in open_html_helper.js script
0d2c73e Finally can get rid of the javascript.php helper script
7ebcfde MFB, don't use 'AS' in table aliases.
9e0e56d Make sure we convert back to proper charset
757e6ea Add preference to define default font family/size for the HTML compose editor
2124439 Fix default charset.
3983a5e Add missing charset parameter
ca8911e Some sidebar fixes
262dae9 Fix class name
d12cbcd Allow month/year/week to be clicked on and trigger events.
22d919c Update goto.js script to use Horde_Calendar js lib.
9f22281 Don't use non-portable LIMIT syntax, use db abstraction methods.
0e2e0fa MFB: Set emulate_database option for Oracle (Bug #9151).
03e2a1d Fix variable name.
3257a00 Use From: address too when searching for matching identities, to select the correct identity when replying to a message from yourself.
155edcb Revert "Fix portal access"
fe46f44 note about LIMIT and AS in CODING_STANDARDS
ec96f66 ...actually remove the LIMIT from the SQL statement
14c3189 remaining LIMIT to queryLimit() changes
94e1c9b Cast to string.
6fcfc11 Work on the url parameters directly.
d76a099 Fix this.
29898fb Bug #9155: IMP_Compose:: fixes.
3c6ff77 Still need to catch the encoded place holder too.
108e672 Fix method name
401ac10 Hopefully the final, working version.
7b3bbbe setAnchor() makes more sense actually.
81c121f Thank you, failing git merge.
f1f0cc1 More tweaks to HTML quoting style.
f63085a Make the portal the default Horde initial page
b5009a9 Move sidebar out of portal namespace.
2c1f667 Optimize sidebar loading
dcab617 Use a 2 row textarea, and add a characters remaining countdown
e8190e2 label this as "Tweet" and not "Update"
7766053 Greatly simplify javascript.
423abaf Fix adding task lists.
9828cc2 Subscribe to created task list.
ab91d64 Arrange task list tabs like calendar tabs. Fixes sharing tab not being available when creating task lists.
b8fddd7 Merge branch 'prototype-1.7'
c396523 Send agenda emails with HTML part and convert to Horde_View.
48b2c52 Portuguese fixes.
ca5ba13 Some H4 updates
41e0501 More places to add ajaxui to URL
84ff509 Remove Horde_Browser::escapeJSCode()
6d1acd3 addslashes() not needed - handled by JSON encoding
a827e52 Another place to use JSON encoding instead of addslashes()
e381237 Fix dom:loaded actions
77d4f50 prototypejs existence check.
5b68df4 Remove javascript notification listener
428c80c More places to move javascript into static js files
ab64374 window.confirm() is more correct/thorough
09c2479 Cleaner implementation of onclick handler
f65c3c8 Some DIMP index template cleanups
6417080 Fix some typos
0c38846 More addslashes->JSON conversions
ccbd032 Exclusively use Horde_Url in horde/Core
cdc15dd addInlineScript() should use Horde::outputSent()
39a339e This code needs to run on dom:loaded
cfe3dca More removal of onclick attributes.
ada336b Fix improper handling of upload errors.
c0e10b4 Fix output buffering for things like the new sidebar code in the prefs screen
d8147af Fix function call parameters for Horde_Script_Files::_add()
33bf4bc Missed an onclick conversion
d9976b2 Have inline script appear in HEAD.
e512135 Add Horde_Url::unique().
7b29d0d Make sure this always returns a string (URL could be completely empty)
79bf8f4 Better random string generation.
1ccc465 Not used
060308d Convert browse javascript to a static js file
4528653 prototypejs 1.7 fixes
c6fc56c Fix popup JS code.
de554e1 Fix forwarding from the IMP mailbox page
435cc81 Clean up some javascript defs in kronolith
f2e9fd2 turba_shares might not exist
5e0c62c sanity checking for Horde_Mime::is8bit()
33eb148 use Horde_Url methods in turba
162a7b8 Add Horde_Url::redirect().
02d755c Use Horde_Url::redirect()
ecf9342 phpdoc
c1f241b Fix/cleanup app permissions checking
8df3f79 Fix array_merge usage.
52c9a8d Use Horde_Url::redirect()
969704e make sure these are Horde_Url objects
517d58f Move Ansel's tag functionality to content tagger.
8f06d26 $results still needs to be defined if we catch an exception here.
8623037 Add ability to reset all activesync device policykeys at once.
feacb8d Remove 'AS' from table aliases in Tagger
d0445e1 Fix/Finish implemenation for Content_Tagger::getSimilarObjects
3a10cef Return object ids as the client ids, not content ids.
a7280e6 Use Content_Tagger::getSimilarObjects for the related images widget.
46ef151 Add a browsing prefix for rewrite rules (#8524)
c3d5a86 Frameset is gone - we can finally remove this JS for setting the title
24d64b5 When rewriting URLs use /rt/-/* instead of *?rt=rt (#7806)
be31238 This is now taken care of by configuring an in-memory cache
56b1684 Changes
fba9a3c remove categories from ansel, replaced by tags
fa0842d Fix permission check
aac4082 ensure calendar is always on top.
a784450 Add Chora_Exception
a0b4b13 Don't use AS for table aliases (Bug #9151)
d88268a Log all values.
6536223 Fix class name (Bug #8969).
470aa2b Fix display of multipart/related images.
77e3dd7 Load Horde_Prefs using the injector.
e4543da Fix dimp sidebar display on IE 8.
db37b00 Fix setting header fields in dimp compose page.
d94b500 Fix resizing compose window in dimp.
5867655 This was an old Safari 1/2 hack and is no longer needed
fbd4028 Fix inifinte resize IE 8 bug in dimp compose screen
a7806d8 Add Horde_Support_Randomid::
aa05e7f Use Horde_Support_Guid/Horde_Support_Randomid
5c69730 Fix phpdoc
78a174e This is not necessarily an array
4a9fc60 Remove horde/Core dependency in Horde_Prefs_Identity
bcf644f Placeholder for Horde_Ldap injection.
b1f13c2 phpdoc
d60db49 Use Horde_Url::redirect()
fb8207c Allow a configuration to be passed to Horde_Db factory.
ede7911 Use Horde_Db for IMP SQL quota driver
b8c7521 use Horde_Support_Randomid:: for note ids, and Horde_Support_Guid:: for note uids.
9cca14d Clean up uid/randomid/guid changes.
38b06b2 Some fixes for Prefs/Identities changes.
eba3000 Redirect to login screen if not authenticated for this application.
af21616 Pad time string.
c44c4d2 Fix saving ACLs, improve handling of "anyone" user, stricter enforcement of RFC 4314.
70a4f06 Theoretically fix showing user drop-down, but authUserList() is currently broken.
8dff802 Better determination if initial slug is a domain name.
87286a6 Bug #9165: Fix creating Horde_Auth_Imap object using IMP config
ca3ed74 Add Default EOL value.
09a0ade Convert Icalendar to H4.
7f7a430 Use Horde_Url#redirect().
4532a2c Only deal with the new user if any ACLs have been set.
d203a7e Make executable.
09534fb Add $Id$ tag.
b748c86 Fix package.xml.
7ecb46b Catch Icalendar exceptions.
73bb6dd This method does not require this parameter
d814109 While a good idea in concept, this is a PHP parse error
ec83658 Add DOM filter link from Chuck
55375aa Add missing file
1c9368a Need to assign this instance to a variable.
b71500d Bump cache version, Horde_Icalendar has changed. The class version probably needs to be propagated by the class itself.
d1e7042 Fix class names.
7cffd99 Clean up activesync admin/prefs scripts, particularly javascript
3fcd7e2 Upgrade CKeditor to v3.3.2
2d61eca Add Horde::ajaxAvailable()
2954bbe Another prototypejs 1.7 fix.
19c0155 Request #9159: Automatically determine view
a8a7f67 Use charset param
f90dd6f Fix bad encoding when parsing HTML data
af93978 Never add 'ajaxui' param to ajax URL.
b020b0d More places to use Horde_Support_Randomid::.
170c853 Remove usage of getFormData() in IMP_Compose::.
9f938e6 Bug #9162: Fix logintasks confirmation page.
f385719 Fix package name
c6661fe Move logintasks javascript out of template file
fc9c527 Move user update javascript out of template file
1ab902f Missed a commit for the activesyncprefs changes
98e997e Don't redirect if exporting or importing from the Ajax view.
55f0321 Fix property name.
17aff98 Fix method name.
edd088a Need a dom id here if we are going to access it with $()
5abf80c Need to add geoLocation here also.
03a2a13 Fix listApps() call
b881969 Provide a bit more debugging info in migrator script
92a03ff Fix creation of postgres sequence tables
b2d5e2b Fix determination of reply_type for logging purposes.
541094b Don't encode ampersands in javascript output.
5f13f3f Don't fail if we can't log sentmail info.
5f886af Inserts were broken in postgres on tables with autoincrement tables.
e915691 More places where ajaxui parameter may break things
781417e Fix object name
f7c4f52 $event->recurrence will never be set here
1869e55 Make sure $adds is defined
4d3b94f Only include Recurrence.Until in the AS message if the event has it set.
041d64e Simple Layout library to replace the layout functionality hardcoded into the old Horde_Controller code.
df3fa89 comment style and whitespace
f66336d Fix setting sensitivity on AS exception messages.
cda18fe Fix procmail vacation rule if no dates are set (Gaudenz Steinlin <gaudenz at debian.org>, Bug #8982).
73d6cbe Fix notices with certain output buffer configurations (Valentin.Vidic at CARNet.hr, Bug #7851).
64d3059 typo
12eb905 Don't try to call getImages() if there are no related images
8f76373 Assign $url since we later expect it to be an object.
91aac53 Add a type hint here to help with dependency injection
e60b26e Use the gallery owner's preferences to get a display name
2cd967a Remove inclusion of base.php from Trean's API
0126e65 Make sure that $url is a Horde_Url, and only try to add it if we make a successful API call.
362cd7a Some H4 tweaks to trean's tree_menu
16e2b37 simplify
c289f68 fix variable name
a0662bb Horde::link -> Horde_Url#link()
7defaa3 Small code cleanups while changing another issue
d457d33 Fix bad caching of share attributes that was causing the wrong shares to be returned in some cases.
bedb7a0 Add Horde_Controller_UrlWriter
f8aa2c3 Cast $routeName to string
7b24481 Horde_Controller_Request uses getPath(), not getUri()
8c1bf20 Start fleshing out Horde_Controller_Base more, including the ability to get the request and response objects and an UrlWriter.
944d141 Make it possible to set tilesperrow and tilesperpage through the API
ebc4e03 Fix a parse error in the iTip viewer (incomplete conversion to the Horde_iCalendar H4 changes).
7fc6791 Add toiCalendar().
784ff94 phpdoc
ab560a8 Enable track_errors.
168f28c Add (read-only) CalDAV client support.
94ecea5 Use Kronolith::(un)subscribeRemoteCalendar().
9d2802c Fix class name.
b4bec57 Bubble up the error message from the server.
595c1f0 Once again fix parameter names for remote calendars.
f6007c3 Implement reading individual CalDAV events.
85a7e9e Use Horde_Date to do this parsing.
c135db8 Even better, use the new Horde_Date#toIcalendar() method instead.
9a14ffc Prune dead code
bb0e1ed Use Horde::endBuffer() here since we might not have an ob to flush.
ef94b20 remove commented out code
d48a602 There might be 53 weeks in the (ISO-8601) year.
28e6109 Add test for getting nextRecurrence of an event with a start date < 2010 and a recurs after date of 1/1/2010.
32aa6d5 Fix class name
f5727b9 Oops. We need Randomid here, not Uuid.
dd6bb23 Don't return detached recurrences when exporting to iCalendar.
bf40d9d add event tags to CSV export
6012528 This element won't exist if the event is a detached recurrence.
f5ed218 Add reference to RFC 2392
1eaaddf Horde::link -> Horde_Url#link()
9d177a3 Unneeded globals usage.
1cecd5d Load Mime_Viewer through an injector.
0606689 Clean up MS-TNEF handling.
740ab41 Don't show compressed contents info in full mode.
19c5170 Word wrapping
d0bbaea Place prefs options under correct header
2061e16 Request #6455: Spam reporting on mailbox move.
041ae02 Add some uniqueness tests for random id generation
3ee9329 Fix method name.
d73feb5 Read WebDAV ACL for permission checking.
c2b91fa Implement CalDAV DELETE.
659aaf8 Fix toggling holiday off and on if there is a maximum event limit.
0c16a05 Add light wrappers classes for individual calendars, so that we have a common calendar API independent of the underlying driver. Prepare to edit/add events in drivers other than the internal drivers.
580f432 Make sure we record the user when updating the map table. Fixes Bug: 9168.
8c4c0aa Better randomid generation (?)
4cdb357 fix parse error
faf956c There is no longer a length parameter
01bd22e Tweaks to new randomid algorithm
8b55549 Fix deleting message flags
93be020 Move prefs javascript to its own file
d74162c This function does not need to return anything
7c61bc0 Bug #7669: On invalid token during logout, redirect to initial page
37e91a0 Request #7962: PGP reply validate preference
b56d935 Bug #9169: Fix altering trash/spam/drafts folders
e4f3b14 Make sure deleted folders are strings
1a10853 Fix determination of mailbox on context clicks
34a1fa9 Bug #9138: Fix sentmail selection
a1fda78 Fix typo
f3d20c5 Use str_replace() instead of strtr()
c737589 Remove unnecessary wrapper.
d49b5b9 Update for new Kronolith_Calendar classes, etc.
37b8712 Split up saveEvent() into _addEvent() and _updateEvent().
734fe07 Remove unused code. Michael, I guess the fromDriver() stuff can go too?
0be481a Need $notification too.
9f771b2 Fix typos.
d41360b Only set geolocation if it has been submitted.
9d423ef Remove unnecessary toDriver() method.
7ad836e Use calendar-delegator-separator that can't appear in calendar URLs.
263e2fa Add PUT support, CalDAV event can now be created and updated too.
3e898d5 Revert back to let the drivers decide which kind of IDs they want.
741783a EXDATE can be a DATE-TIME field.
67a53b9 Fix property name.
808fb0c Simplify
83c583e style
44b6496 Update method name.
576d868 Allow to pass an error object or exception to Horde_Cli#fatal().
2f5bd68 Fix NLS access.
4e87c5a Convert all help files to UTF-8.
fe6c80b Revert "Remove unused code. Michael, I guess the fromDriver() stuff can go too?"
aaf26c2 Rename method to toProperties().
e954d82 Punctuation fixes.
a9f8f78 Remove output array after joining.
cb00bdd Make sure node names don't have bad characters (e.g. null)
37a428f Use injector to load IMP_Filter
161b232 Clean up tree_folders script
5f44b6a Ignore more backup files in config directory
7a76d22 Fix typos
026eab4 Need full URLs here, because the ajaxui parameter is needed
3a05397 Revert "Remove unnecessary wrapper."
252804f Fix typo
8266fff Clean up delete.php script
b109197 Add Horde_Url_Exception::
3bddcc4 Throw exception on redirect() failure
539c7c3 Use Horde::endBuffer() - there might not be an active buffer to flush.
ce13037 Have Kronolith_Event_Resource:: extend Kronolith_Event_Sql
07a13ad Add missing lightbox graphics to silver and tango-blue themes
f074c12 Document why we need this.
dce7d86 Use Horde_Cli::fatal as default exception handler.
e982ba8 Show backtrace in fatal().
09b0650 Use uuid extension if available.
4906a41 Fix parse error.
3241085 #sidebar-frame is no more.
dd24a90 .scrollbar-quirk is no more.
9d73a46 Fix variable name.
29e8dba Don't initialize the facebook javascript if we are not connected to fb.
da7e61f avoid undefined variable errors
ae7d0f7 Fix sidebar refreshing.
8611536 Throw an expcetion instead of just logging this.
865e6fe Don't assume we will always have updates.
79c350b Tweak style.
5b645b4 Remove superfluous lines.
0085908 This finally catches errors in Firebug for me.
d06c8b2 Add an unsharpmask effect
f4d3976 Fix file name, update package.xml
151d2d2 Add margin.
6f48980 Remove old file
a4a6efa Convert Nag SQL driver to horde/Db
cc26617 Move uuid generation to generate()
fd9e8a3 Use Horde_Db_Pear injector as much as possible
92b2bb5 Use Horde_Vfs injector; don't call Horde::fatal() directly
dc4f17b Don't call Horde::fatal() directly
8bba53e Bug #9171: Missing lock_scope definition
ed3a52f Testing Bug: 8557
074b213 Fix ws introduced in test commit for Bug: 8557
e60cabc We don't want to start on a default branch, we want to display all branches (Bug #8561).
e4d95de Insert "All Branches" option.
bf16e29 Do the unsharp operation later at the end of the command string
7115a22 Implement unsharpmask filtering in Ansel.
33d387b Fix parse error.
4714bc2 Merge branch 'master' of /horde/git/horde
04a605a Fix VFS name.
7ab161e Assign to variable.
3521fe2 Remove Imagick:: constant from ImageMagick driver
c6d7ec2 Merge branch 'master' into H4-Jonah

-----------------------------------------------------------------------

commit 3b4b0d7f6522cc0bd8973fbe4816cd66f69070e4
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 30 17:56:37 2010 +0200

    Update to Prototype 1.7-RC2.

 horde/js/prototype.js | 3848 +++++++++++++++++++++++++------------------------
 1 files changed, 1974 insertions(+), 1874 deletions(-)

http://git.horde.org/diff.php/horde/js/prototype.js?rt=horde-git&r1=8b7dea70d5b9821baac636e337b4781d03c0cff6&r2=3b4b0d7f6522cc0bd8973fbe4816cd66f69070e4

-----------------------------------------------------------------------

commit c37afb58afa2424ae5e070e4d169305ee3bce9d9
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 30 17:59:21 2010 +0200

    Integrate post-RC2 fixes from git.

 horde/js/prototype.js |  127 ++++++++++++++++++++++++++++++++-----------------
 1 files changed, 84 insertions(+), 43 deletions(-)

http://git.horde.org/diff.php/horde/js/prototype.js?rt=horde-git&r1=3b4b0d7f6522cc0bd8973fbe4816cd66f69070e4&r2=c37afb58afa2424ae5e070e4d169305ee3bce9d9

-----------------------------------------------------------------------

commit e9da307989792c91670476750a2ba85fc7faf910
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 30 17:59:50 2010 +0200

    Fix BC in Hash.toJSON().

 horde/js/prototype.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/js/prototype.js?rt=horde-git&r1=c37afb58afa2424ae5e070e4d169305ee3bce9d9&r2=e9da307989792c91670476750a2ba85fc7faf910

-----------------------------------------------------------------------

commit b378bec00ebd94d87291f10356a555e5ed4fd14d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Apr 13 00:30:40 2010 -0600

    New prototypejs allows us to jettison this hackish code

 imp/js/imp.js |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/imp/js/imp.js?rt=horde-git&r1=d6ddd5319c226270e0124d093a151c52eadca97b&r2=b378bec00ebd94d87291f10356a555e5ed4fd14d

-----------------------------------------------------------------------

commit 7a57580deed71706880064e9c53fbe28e91c47ad
Merge: e9da307 b378bec
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jun 30 11:46:46 2010 -0600

    Merge branch 'newprototype' into prototype-1.7

 imp/js/imp.js |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/imp/js/imp.js?rt=horde-git&r1=d6ddd5319c226270e0124d093a151c52eadca97b&r2=7a57580deed71706880064e9c53fbe28e91c47ad

-----------------------------------------------------------------------

commit b6c25a57a3d9bfacea760f7464cc4c9c7548f023
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 30 22:44:19 2010 +0200

    Fix dragging inside a scrolled view.

 kronolith/js/kronolith.js |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=020aeae63152abddaf2495d4f33cc945555790ad&r2=b6c25a57a3d9bfacea760f7464cc4c9c7548f023

-----------------------------------------------------------------------

commit 3c8646d87999c2b953d452885c5cc99871324652
Merge: b6c25a5 7a57580
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 30 23:35:16 2010 +0200

    Merge branch 'prototype-1.7' of ssh://git.horde.org/horde/git/horde into prototype-1.7

 imp/js/imp.js |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/imp/js/imp.js?rt=horde-git&r1=d6ddd5319c226270e0124d093a151c52eadca97b&r2=3c8646d87999c2b953d452885c5cc99871324652

-----------------------------------------------------------------------

commit c9a16841e90729870e0417851860df1c28431524
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 30 23:39:31 2010 +0200

    No longer used.

 kronolith/js/kronolith.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=b6c25a57a3d9bfacea760f7464cc4c9c7548f023&r2=c9a16841e90729870e0417851860df1c28431524

-----------------------------------------------------------------------

commit acb8a1f1a36db0b9873bc98e8e9174737bbc02dc
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 30 23:58:04 2010 +0200

    String.toJSON() no longer exists.

 horde/js/hordetree.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/horde/js/hordetree.js?rt=horde-git&r1=9f3c620977d75ac9e8b9de2bdb81b46519972609&r2=acb8a1f1a36db0b9873bc98e8e9174737bbc02dc

-----------------------------------------------------------------------

commit 5903a93a438dc24abfc78fe29559d94c6d187940
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 1 15:15:12 2010 -0600

    Array.toJSON() no longer exists.

 imp/js/dimpbase.js |    6 +++---
 imp/js/search.js   |    2 +-
 imp/js/viewport.js |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=0217d059e2e1a8f9bab3193d863996ef5c80a7c7&r2=5903a93a438dc24abfc78fe29559d94c6d187940
http://git.horde.org/diff.php/imp/js/search.js?rt=horde-git&r1=4ff6763fddf80477f6e7d5c169bedf33cbf8e6ec&r2=5903a93a438dc24abfc78fe29559d94c6d187940
http://git.horde.org/diff.php/imp/js/viewport.js?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=5903a93a438dc24abfc78fe29559d94c6d187940

-----------------------------------------------------------------------

commit ee6139d3d2cec11152d3eac4422ce59b2c3f0034
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 6 21:53:12 2010 -0600

    RB_confirm is too specific - add to RB_window instead

 horde/themes/screen.css |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=ee6139d3d2cec11152d3eac4422ce59b2c3f0034

-----------------------------------------------------------------------

commit da73e5188abf68eca24baa388d6db352eff600b0
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 7 11:19:24 2010 +0200

    Revert "RB_confirm is too specific - add to RB_window instead"
    
    There was a reason this was so specific. We already use forms in RB dialogs,
    e.g. in Kronolith, that we don't want to look like a confirm dialog.
    
    This reverts commit 59140912dd17385553124964ec4c8d824fa753b2.

 horde/themes/screen.css |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=ee6139d3d2cec11152d3eac4422ce59b2c3f0034&r2=da73e5188abf68eca24baa388d6db352eff600b0

-----------------------------------------------------------------------

commit d17f3356a4b7f006226afb853526bb6f120c7d4a
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 7 12:20:28 2010 +0200

    Revert my rejected fix, and pull in latest fixes from prototype. Fixes a positioning issue with redbox.

 horde/js/prototype.js |   48 +++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 37 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/horde/js/prototype.js?rt=horde-git&r1=e9da307989792c91670476750a2ba85fc7faf910&r2=d17f3356a4b7f006226afb853526bb6f120c7d4a

-----------------------------------------------------------------------

commit f938bc131c2ea5cfa7f125b096c9016a35b23443
Merge: d17f335 ee6139d
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 7 12:41:11 2010 +0200

    Merge branch 'prototype-1.7' of dev.horde.org:/horde/git/horde into prototype-1.7

 horde/themes/screen.css |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=f938bc131c2ea5cfa7f125b096c9016a35b23443

-----------------------------------------------------------------------

commit 0541c1b25837ad4701a5979e3e9c488d53ef0dbe
Merge: da73e51 f938bc1
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 7 12:42:01 2010 +0200

    Merge branch 'prototype-1.7' of ssh://git.horde.org/horde/git/horde into prototype-1.7

 horde/js/prototype.js |   48 +++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 37 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/horde/js/prototype.js?rt=horde-git&r1=e9da307989792c91670476750a2ba85fc7faf910&r2=0541c1b25837ad4701a5979e3e9c488d53ef0dbe

-----------------------------------------------------------------------

commit 6a443c3842a9894488ea534f64c252d26e634502
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 7 11:19:24 2010 +0200

    Revert "RB_confirm is too specific - add to RB_window instead"
    
    There was a reason this was so specific. We already use forms in RB dialogs,
    e.g. in Kronolith, that we don't want to look like a confirm dialog.
    
    This reverts commit 59140912dd17385553124964ec4c8d824fa753b2.

 horde/themes/screen.css |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=ee6139d3d2cec11152d3eac4422ce59b2c3f0034&r2=6a443c3842a9894488ea534f64c252d26e634502

-----------------------------------------------------------------------

commit 47eba91fe13f787a1ff3bbad6a4435d7c3d386bb
Merge: 6a443c3 0541c1b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 7 13:02:00 2010 +0200

    Merge branch 'prototype-1.7' of dev.horde.org:/horde/git/horde into prototype-1.7



-----------------------------------------------------------------------

commit 1b5337226a157dd74310fa56f124a4ffa1795997
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 7 16:10:58 2010 +0200

    Use Object.toJSON().

 kronolith/js/kronolith.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=c9a16841e90729870e0417851860df1c28431524&r2=1b5337226a157dd74310fa56f124a4ffa1795997

-----------------------------------------------------------------------

commit 29625e5a31cd167cfc5f211e1debeeb9d0b65b90
Merge: 1b53372 47eba91
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 7 16:13:04 2010 +0200

    Merge branch 'prototype-1.7' of ssh://git.horde.org/horde/git/horde into prototype-1.7



-----------------------------------------------------------------------

commit f8f027e4fff87f88495b80dceb1b2d295c951b45
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 7 18:25:21 2010 +0200

    Fix scroll offset issues.

 kronolith/js/kronolith.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=1b5337226a157dd74310fa56f124a4ffa1795997&r2=f8f027e4fff87f88495b80dceb1b2d295c951b45

-----------------------------------------------------------------------

commit 40d2b922ff191bbeba0d03f1d24156cd07ea9917
Author: Jan Schneider <jan at horde.org>
Date:   Sat Jul 10 11:47:19 2010 +0200

    Fix dragging in scrolled view correctly.

 kronolith/js/kronolith.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=f8f027e4fff87f88495b80dceb1b2d295c951b45&r2=40d2b922ff191bbeba0d03f1d24156cd07ea9917

-----------------------------------------------------------------------

commit e149c7180ec549934c1f63334a466addd41710fb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 14 16:52:45 2010 -0600

    Merge horde/Ajax into horde/Core.
    
    Ajax related code is so interrelated to core Horde code that it is
    simply too much overhead to maintain as a separate package.
    
    Add binders for Application file (Horde_Ajax) and Imple
    (Horde_Ajax_Imple).

 ansel/gallery.php                                              |    8 +-
 ansel/lib/Ajax/Imple/EditCaption.php                           |    2 +-
 ansel/lib/Ajax/Imple/EditFaces.php                             |    2 +-
 ansel/lib/Ajax/Imple/Embed.php                                 |    2 +-
 ansel/lib/Ajax/Imple/GallerySlugCheck.php                      |    2 +-
 ansel/lib/Ajax/Imple/ImageSaveGeotag.php                       |    2 +-
 ansel/lib/Ajax/Imple/LocationAutoCompleter.php                 |    2 +-
 ansel/lib/Ajax/Imple/TagActions.php                            |    2 +-
 ansel/lib/Ajax/Imple/ToggleGalleryActions.php                  |    2 +-
 ansel/lib/Ajax/Imple/ToggleOtherGalleries.php                  |    2 +-
 ansel/lib/Ansel.php                                            |    5 +-
 ansel/lib/Tile/Image.php                                       |    8 +-
 ansel/lib/View/Image.php                                       |   10 +-
 ansel/lib/Widget/Actions.php                                   |    5 +-
 ansel/lib/Widget/Geotag.php                                    |    2 +-
 ansel/lib/Widget/ImageFaces.php                                |   12 +-
 ansel/lib/Widget/OtherGalleries.php                            |    5 +-
 ansel/lib/Widget/Tags.php                                      |   10 +-
 ansel/map_edit.php                                             |   12 +-
 framework/Ajax/lib/Horde/Ajax.php                              |   36 --
 framework/Ajax/lib/Horde/Ajax/Application/Base.php             |  196 -------
 framework/Ajax/lib/Horde/Ajax/Exception.php                    |   16 -
 framework/Ajax/lib/Horde/Ajax/Imple.php                        |   47 --
 framework/Ajax/lib/Horde/Ajax/Imple/AutoCompleter.php          |  120 -----
 framework/Ajax/lib/Horde/Ajax/Imple/Base.php                   |   80 ---
 framework/Ajax/lib/Horde/Ajax/Imple/Geocoder/Geonames.php      |   70 ---
 framework/Ajax/lib/Horde/Ajax/Imple/SpellChecker.php           |  120 -----
 framework/Ajax/package.xml                                     |   96 ----
 framework/Core/lib/Horde.php                                   |   54 ++-
 framework/Core/lib/Horde/Core/Ajax/Application.php             |  198 ++++++++
 framework/Core/lib/Horde/Core/Ajax/Imple.php                   |   83 +++
 framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter.php     |  122 +++++
 framework/Core/lib/Horde/Core/Ajax/Imple/Geocoder/Geonames.php |   75 +++
 framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php      |  122 +++++
 framework/Core/lib/Horde/Core/Binder/Ajax.php                  |   17 +
 framework/Core/lib/Horde/Core/Binder/Imple.php                 |   17 +
 framework/Core/lib/Horde/Core/Factory/Ajax.php                 |   68 +++
 framework/Core/lib/Horde/Core/Factory/Imple.php                |   84 +++
 framework/Core/lib/Horde/Registry.php                          |    2 +
 framework/Core/package.xml                                     |   30 +-
 horde/config/hooks.php.dist                                    |    4 +-
 horde/js/hordemap/map.js                                       |    2 +-
 horde/services/ajax.php                                        |    4 +-
 horde/services/imple.php                                       |    4 +-
 imp/config/hooks.php.dist                                      |    4 +-
 imp/lib/Ajax/Application.php                                   |    2 +-
 imp/lib/Ajax/Imple/ContactAutoCompleter.php                    |    2 +-
 imp/lib/Ajax/Imple/PassphraseDialog.php                        |    2 +-
 imp/lib/Mime/Viewer/Pgp.php                                    |   13 +-
 imp/lib/Mime/Viewer/Smime.php                                  |    5 +-
 imp/lib/Prefs/Ui.php                                           |   10 +-
 imp/lib/Ui/Compose.php                                         |   10 +-
 kronolith/attendees.php                                        |    5 +-
 kronolith/calendars/edit.php                                   |    7 +-
 kronolith/config/hooks.php.dist                                |    4 +-
 kronolith/index.php                                            |   50 +-
 kronolith/lib/Ajax/Application.php                             |    2 +-
 kronolith/lib/Ajax/Imple/ContactAutoCompleter.php              |    7 +-
 kronolith/lib/Ajax/Imple/Embed.php                             |    2 +-
 kronolith/lib/Ajax/Imple/TagActions.php                        |    2 +-
 kronolith/lib/Ajax/Imple/TagAutoCompleter.php                  |    7 +-
 kronolith/lib/Kronolith.php                                    |   14 +-
 kronolith/templates/edit/edit.inc                              |    4 +-
 kronolith/templates/panel.inc                                  |   32 +-
 shout/lib/Ajax/Application.php                                 |    2 +-
 whups/lib/Ajax/Imple/ContactAutoCompleter.php                  |    2 +-
 whups/lib/Forms/VarRenderer.php                                |    6 +-
 67 files changed, 1011 insertions(+), 945 deletions(-)
 delete mode 100644 framework/Ajax/lib/Horde/Ajax.php
 delete mode 100644 framework/Ajax/lib/Horde/Ajax/Application/Base.php
 delete mode 100644 framework/Ajax/lib/Horde/Ajax/Exception.php
 delete mode 100644 framework/Ajax/lib/Horde/Ajax/Imple.php
 delete mode 100644 framework/Ajax/lib/Horde/Ajax/Imple/AutoCompleter.php
 delete mode 100644 framework/Ajax/lib/Horde/Ajax/Imple/Base.php
 delete mode 100644 framework/Ajax/lib/Horde/Ajax/Imple/Geocoder/Geonames.php
 delete mode 100644 framework/Ajax/lib/Horde/Ajax/Imple/SpellChecker.php
 delete mode 100644 framework/Ajax/package.xml
 create mode 100644 framework/Core/lib/Horde/Core/Ajax/Application.php
 create mode 100644 framework/Core/lib/Horde/Core/Ajax/Imple.php
 create mode 100644 framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter.php
 create mode 100644 framework/Core/lib/Horde/Core/Ajax/Imple/Geocoder/Geonames.php
 create mode 100644 framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php
 create mode 100644 framework/Core/lib/Horde/Core/Binder/Ajax.php
 create mode 100644 framework/Core/lib/Horde/Core/Binder/Imple.php
 create mode 100644 framework/Core/lib/Horde/Core/Factory/Ajax.php
 create mode 100644 framework/Core/lib/Horde/Core/Factory/Imple.php

http://git.horde.org/diff.php/ansel/gallery.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/EditCaption.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/EditFaces.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/Embed.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/GallerySlugCheck.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/ImageSaveGeotag.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/LocationAutoCompleter.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/TagActions.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/ToggleGalleryActions.php?rt=horde-git&r1=d06f295c234496e58ebca0db2ef65bbc0cffc753&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/ToggleOtherGalleries.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/lib/Tile/Image.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/lib/View/Image.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/lib/Widget/Actions.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/lib/Widget/Geotag.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/lib/Widget/ImageFaces.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/lib/Widget/OtherGalleries.php?rt=horde-git&r1=c1ef2524dc208e5ae4b056709bcf014dfb299505&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/lib/Widget/Tags.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/ansel/map_edit.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax.php?rt=horde-git&r1=b72c6d41a4678781abd1a9f0910d5cf7f785389b&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Application/Base.php?rt=horde-git&r1=45a58c6905e88bd5187afb012388cb0b774b8e9e&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Exception.php?rt=horde-git&r1=13879630963e68a2bfe3f85e37082bd6d5ac6631&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Imple.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Imple/AutoCompleter.php?rt=horde-git&r1=982c3e5f00025038177f38640ee2468072004c77&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Imple/Base.php?rt=horde-git&r1=82ed1890bd98c37f2740a782f9eab123e5e50c0c&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Imple/Geocoder/Geonames.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Imple/SpellChecker.php?rt=horde-git&r1=7c6fee520ba0dc9d13a01b906349afd8b850e4e7&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/framework/Ajax/package.xml?rt=horde-git&r1=13879630963e68a2bfe3f85e37082bd6d5ac6631&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=1ecf24cad25d135302eca71c28032a325b1ca4e1&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ajax/Application.php?rt=horde-git&r=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ajax/Imple.php?rt=horde-git&r=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter.php?rt=horde-git&r=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ajax/Imple/Geocoder/Geonames.php?rt=horde-git&r=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php?rt=horde-git&r=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Ajax.php?rt=horde-git&r=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Imple.php?rt=horde-git&r=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/Ajax.php?rt=horde-git&r=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/Imple.php?rt=horde-git&r=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/horde/config/hooks.php.dist?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/horde/js/hordemap/map.js?rt=horde-git&r1=83485e5e6d7ba0e0d32b795450bb469199a6a509&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/horde/services/ajax.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/horde/services/imple.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=37db1ae919326399b18d6d2eacfdec37e5c632d9&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/imp/lib/Ajax/Imple/ContactAutoCompleter.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/imp/lib/Ajax/Imple/PassphraseDialog.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smime.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=d24e5bc6d3120312922d85c62424618a8617e7b4&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/kronolith/attendees.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/kronolith/calendars/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/kronolith/config/hooks.php.dist?rt=horde-git&r1=9368dc6eedfbb043aa3b213cf5039416cf79c36b&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/kronolith/index.php?rt=horde-git&r1=48360a7399b640a69bf51ea671798837b5c49780&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php?rt=horde-git&r1=f3943e8fc2471ce1a26a4818f669021c786b67a8&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/Embed.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/TagActions.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/TagAutoCompleter.php?rt=horde-git&r1=2675b5cdc4012d1d667eeedee5a7d648bfa95b3e&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=808a4d46879f908e87cb97e2735ef5e9076105ea&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/kronolith/templates/edit/edit.inc?rt=horde-git&r1=614292148c99d573cf5516faf0e261d283ba91a3&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/kronolith/templates/panel.inc?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/shout/lib/Ajax/Application.php?rt=horde-git&r1=538efc094f170366ed934de3624038e9c9abaa88&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/whups/lib/Ajax/Imple/ContactAutoCompleter.php?rt=horde-git&r1=d010e1c4130cd1de967d92539b519e3d4be71c52&r2=e149c7180ec549934c1f63334a466addd41710fb
http://git.horde.org/diff.php/whups/lib/Forms/VarRenderer.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=e149c7180ec549934c1f63334a466addd41710fb

-----------------------------------------------------------------------

commit af3cdd744d0fa8f538baaa19bde12053e9f07667
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 16 20:51:22 2010 -0400

    looks like the function signature changed, fix it.

 kronolith/lib/Ajax/Application.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=af3cdd744d0fa8f538baaa19bde12053e9f07667

-----------------------------------------------------------------------

commit f0a65e5a0275d23e890981ebb7f30e3475dafc48
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Jul 17 00:38:08 2010 -0400

    Revert "Remove DataTree code from Horde_Perms"
    
    This reverts commit f866a2f5cb272ffe5cd0857b84774107d0df85f9, except for
    removing the DataTree support from the Perms binder, which has been kept.

 framework/Perms/lib/Horde/Perms/Datatree.php                  |  248 ++++
 framework/Perms/lib/Horde/Perms/Permission/DataTreeObject.php |  590 +++++++++
 framework/Perms/package.xml                                   |    8 +
 3 files changed, 846 insertions(+), 0 deletions(-)
 create mode 100644 framework/Perms/lib/Horde/Perms/Datatree.php
 create mode 100644 framework/Perms/lib/Horde/Perms/Permission/DataTreeObject.php

http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Datatree.php?rt=horde-git&r1=f866a2f5cb272ffe5cd0857b84774107d0df85f9&r2=f0a65e5a0275d23e890981ebb7f30e3475dafc48
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Permission/DataTreeObject.php?rt=horde-git&r1=f866a2f5cb272ffe5cd0857b84774107d0df85f9&r2=f0a65e5a0275d23e890981ebb7f30e3475dafc48
http://git.horde.org/diff.php/framework/Perms/package.xml?rt=horde-git&r1=f866a2f5cb272ffe5cd0857b84774107d0df85f9&r2=f0a65e5a0275d23e890981ebb7f30e3475dafc48

-----------------------------------------------------------------------

commit 588c7a2c23d9a734daa2dc22a07767b8d84938fb
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 17 09:22:06 2010 -0400

    force image dimensions

 horde/services/twitter.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/services/twitter.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=588c7a2c23d9a734daa2dc22a07767b8d84938fb

-----------------------------------------------------------------------

commit a2a7c0c1bb7e9a6d8d1698e39a0bda74ece8f10b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 17 09:58:30 2010 -0400

    Use Horde_View for rendering tweets. Tweak style.

 horde/services/twitter.php                   |   38 +++++++++-----------------
 horde/templates/block/twitter_tweet.html.php |   38 ++++++++++++++++++++++++++
 2 files changed, 51 insertions(+), 25 deletions(-)
 create mode 100644 horde/templates/block/twitter_tweet.html.php

http://git.horde.org/diff.php/horde/services/twitter.php?rt=horde-git&r1=588c7a2c23d9a734daa2dc22a07767b8d84938fb&r2=a2a7c0c1bb7e9a6d8d1698e39a0bda74ece8f10b
http://git.horde.org/co.php/horde/templates/block/twitter_tweet.html.php?rt=horde-git&r=a2a7c0c1bb7e9a6d8d1698e39a0bda74ece8f10b

-----------------------------------------------------------------------

commit 1d95e0c6daa8c71df5c21c4814b90173d09581eb
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 17 09:59:02 2010 -0400

    remove deprecated file

 horde/services/twitterapi.php |   39 ---------------------------------------
 1 files changed, 0 insertions(+), 39 deletions(-)
 delete mode 100644 horde/services/twitterapi.php

http://git.horde.org/diff.php/horde/services/twitterapi.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=1d95e0c6daa8c71df5c21c4814b90173d09581eb

-----------------------------------------------------------------------

commit c21c38defb72570ea3e320c487194f1d8ff8fac8
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 17 15:02:31 2010 -0400

    was a little over zealous with search/replace

 ansel/group.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/ansel/group.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c21c38defb72570ea3e320c487194f1d8ff8fac8

-----------------------------------------------------------------------

commit 488a0bc46c04be4279eed2f7fca68e341ea7952f
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Jul 17 14:51:50 2010 -0400

    A few more H4 tracking changes

 trean/add.php           |    4 ++--
 trean/bookmark.php      |    2 +-
 trean/lib/Bookmarks.php |    6 +-----
 3 files changed, 4 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/trean/add.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=488a0bc46c04be4279eed2f7fca68e341ea7952f
http://git.horde.org/diff.php/trean/bookmark.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=488a0bc46c04be4279eed2f7fca68e341ea7952f
http://git.horde.org/diff.php/trean/lib/Bookmarks.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=488a0bc46c04be4279eed2f7fca68e341ea7952f

-----------------------------------------------------------------------

commit d8d502ec4105057dcd33920c338f9cdfc0661fb7
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 17 16:28:08 2010 -0400

    remove dead cdoe

 ansel/lib/Gallery.php |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=d8d502ec4105057dcd33920c338f9cdfc0661fb7

-----------------------------------------------------------------------

commit 4ade7a3815a52c12068fb5d91ebea676ac2edbb8
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 17 17:05:46 2010 -0400

    Galleries should only be able to adjust their own image counts.
    
    Not sure why this was done this way originally.  We have to instantiate the
    "other" gallery anyway, so just do it the proper way and call updateImageCount()
    on the "other" gallery directly.

 ansel/lib/Gallery.php          |   43 +++++++++++----------------------------
 ansel/lib/GalleryMode/Date.php |    9 +++++--
 ansel/lib/View/Base.php        |    5 ++++
 3 files changed, 23 insertions(+), 34 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=d8d502ec4105057dcd33920c338f9cdfc0661fb7&r2=4ade7a3815a52c12068fb5d91ebea676ac2edbb8
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Date.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=4ade7a3815a52c12068fb5d91ebea676ac2edbb8
http://git.horde.org/diff.php/ansel/lib/View/Base.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=4ade7a3815a52c12068fb5d91ebea676ac2edbb8

-----------------------------------------------------------------------

commit 153c5842aee6509f9e171589a97d1b30989b1fb1
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 18 12:17:58 2010 -0400

    Horde_Service_Twitter_Request:: needs a Horde_Controller_Request:: object

 framework/Core/lib/Horde/Core/Binder/Twitter.php                  |    2 +-
 framework/Oauth/lib/Horde/Oauth/Request.php                       |    2 +-
 .../Service_Twitter/lib/Horde/Service/Twitter/Auth/Oauth.php      |    2 +-
 framework/Service_Twitter/lib/Horde/Service/Twitter/Request.php   |   11 +++++
 .../Service_Twitter/lib/Horde/Service/Twitter/Request/Oauth.php   |    6 +-
 5 files changed, 17 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Twitter.php?rt=horde-git&r1=ae1d6ce5e8d61aba5949fd83f613943d66cbcab8&r2=153c5842aee6509f9e171589a97d1b30989b1fb1
http://git.horde.org/diff.php/framework/Oauth/lib/Horde/Oauth/Request.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=153c5842aee6509f9e171589a97d1b30989b1fb1
http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Auth/Oauth.php?rt=horde-git&r1=ba321d2d1745ffb077c313bd60670b8d0b7f28f0&r2=153c5842aee6509f9e171589a97d1b30989b1fb1
http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Request.php?rt=horde-git&r1=ba321d2d1745ffb077c313bd60670b8d0b7f28f0&r2=153c5842aee6509f9e171589a97d1b30989b1fb1
http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Request/Oauth.php?rt=horde-git&r1=ba321d2d1745ffb077c313bd60670b8d0b7f28f0&r2=153c5842aee6509f9e171589a97d1b30989b1fb1

-----------------------------------------------------------------------

commit 43afa0adbeb16b0f56f541bffa6be6bd4a4bd6a4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 18 12:20:02 2010 -0400

    Twitter prefs fixes

 horde/lib/Prefs/Ui.php             |   76 ++++++++++++++++++++++++++++++++++++
 horde/services/twitter.php         |   30 --------------
 horde/templates/prefs/twitter.html |   24 +++++++++++
 3 files changed, 100 insertions(+), 30 deletions(-)
 create mode 100644 horde/templates/prefs/twitter.html

http://git.horde.org/diff.php/horde/lib/Prefs/Ui.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=43afa0adbeb16b0f56f541bffa6be6bd4a4bd6a4
http://git.horde.org/diff.php/horde/services/twitter.php?rt=horde-git&r1=a2a7c0c1bb7e9a6d8d1698e39a0bda74ece8f10b&r2=43afa0adbeb16b0f56f541bffa6be6bd4a4bd6a4
http://git.horde.org/co.php/horde/templates/prefs/twitter.html?rt=horde-git&r=43afa0adbeb16b0f56f541bffa6be6bd4a4bd6a4

-----------------------------------------------------------------------

commit 0bb314620bfd8f8eab2ca2e63f3aa5715fb4c4a0
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 18 12:31:40 2010 -0400

    Ignore exceptions from the Http client here. Probably from reading an empty body from
    the stream

 .../Service_Twitter/lib/Horde/Service/Twitter/Request/Oauth.php   |   13 +++--
 1 files changed, 9 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Request/Oauth.php?rt=horde-git&r1=153c5842aee6509f9e171589a97d1b30989b1fb1&r2=0bb314620bfd8f8eab2ca2e63f3aa5715fb4c4a0

-----------------------------------------------------------------------

commit 2b555623fdcae8263be85da0af210757cc9b4a08
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 18 12:50:47 2010 -0400

    Use horde native CSS.
    
    Twitter doesn't require/suggest the CSS look like twitter when connecting accounts
    (like Facebook does).

 horde/templates/prefs/twitter.html |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/horde/templates/prefs/twitter.html?rt=horde-git&r1=43afa0adbeb16b0f56f541bffa6be6bd4a4bd6a4&r2=2b555623fdcae8263be85da0af210757cc9b4a08

-----------------------------------------------------------------------

commit 4f4fa3e6bebde4f8b9fffa671f76a41300aea34b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 18 13:36:49 2010 -0400

    CSS cleanup for twitter/facebook.
    
    Don't use facebook css in twitter block. Merge some general "social media" css into screen.css.

 horde/lib/Block/twitter_timeline.php         |    8 ++------
 horde/lib/Prefs/Ui.php                       |    2 +-
 horde/templates/block/twitter_tweet.html.php |    2 +-
 horde/templates/prefs/twitter.html           |    2 +-
 horde/themes/facebook.css                    |   24 +-----------------------
 horde/themes/screen.css                      |   24 ++++++++++++++++++++++++
 6 files changed, 30 insertions(+), 32 deletions(-)

http://git.horde.org/diff.php/horde/lib/Block/twitter_timeline.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=4f4fa3e6bebde4f8b9fffa671f76a41300aea34b
http://git.horde.org/diff.php/horde/lib/Prefs/Ui.php?rt=horde-git&r1=43afa0adbeb16b0f56f541bffa6be6bd4a4bd6a4&r2=4f4fa3e6bebde4f8b9fffa671f76a41300aea34b
http://git.horde.org/diff.php/horde/templates/block/twitter_tweet.html.php?rt=horde-git&r1=a2a7c0c1bb7e9a6d8d1698e39a0bda74ece8f10b&r2=4f4fa3e6bebde4f8b9fffa671f76a41300aea34b
http://git.horde.org/diff.php/horde/templates/prefs/twitter.html?rt=horde-git&r1=2b555623fdcae8263be85da0af210757cc9b4a08&r2=4f4fa3e6bebde4f8b9fffa671f76a41300aea34b
http://git.horde.org/diff.php/horde/themes/facebook.css?rt=horde-git&r1=56a647c9f01f66e97560fad249d81693cbb4fd83&r2=4f4fa3e6bebde4f8b9fffa671f76a41300aea34b
http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=4f4fa3e6bebde4f8b9fffa671f76a41300aea34b

-----------------------------------------------------------------------

commit 5c83158de91985ee27ab730fc906f03a802b02e7
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 18 14:13:57 2010 -0400

    fix twitter reply to functionality

 horde/js/twitterclient.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/js/twitterclient.js?rt=horde-git&r1=dc2c41f40942fa286d6eec13fa10adf58d3f92ff&r2=5c83158de91985ee27ab730fc906f03a802b02e7

-----------------------------------------------------------------------

commit 2e60bcd854e2a7b9456cc49dc39754fa4ac5b8f0
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Jul 18 16:17:03 2010 -0400

    Add Horde_Block_Exception

 framework/Block/lib/Horde/Block/Exception.php |   15 +++++++++++++++
 framework/Block/package.xml                   |    2 ++
 2 files changed, 17 insertions(+), 0 deletions(-)
 create mode 100644 framework/Block/lib/Horde/Block/Exception.php

http://git.horde.org/co.php/framework/Block/lib/Horde/Block/Exception.php?rt=horde-git&r=2e60bcd854e2a7b9456cc49dc39754fa4ac5b8f0
http://git.horde.org/diff.php/framework/Block/package.xml?rt=horde-git&r1=0d00b758975eb54f57460eb9d3b60740deefac58&r2=2e60bcd854e2a7b9456cc49dc39754fa4ac5b8f0

-----------------------------------------------------------------------

commit e7ba4e2b2ebeb23751af731aa1717cbcc9b4c4d0
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Jul 18 16:17:18 2010 -0400

    Initial note display block (for "pinning" a specific note to a portal page)
    
    Anyone up for adding ajax edit capability to it?

 mnemo/lib/Block/note.php |   84 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 84 insertions(+), 0 deletions(-)
 create mode 100644 mnemo/lib/Block/note.php

http://git.horde.org/co.php/mnemo/lib/Block/note.php?rt=horde-git&r=e7ba4e2b2ebeb23751af731aa1717cbcc9b4c4d0

-----------------------------------------------------------------------

commit 251fdaa7a63528d0de7301c00a94138780bfda03
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Jul 18 16:59:36 2010 -0400

    Reorganize Horde_Mail a bit to group the transport classes

 framework/Alarm/lib/Horde/Alarm/Handler/Mail.php     |   11 +-
 framework/Core/lib/Horde/Core/Binder/Mail.php        |   12 +-
 framework/Mail/lib/Horde/Mail.php                    |   17 +-
 framework/Mail/lib/Horde/Mail/Driver.php             |  214 ----------
 framework/Mail/lib/Horde/Mail/Mail.php               |  149 -------
 framework/Mail/lib/Horde/Mail/Mock.php               |  138 -------
 framework/Mail/lib/Horde/Mail/Null.php               |   77 ----
 framework/Mail/lib/Horde/Mail/Sendmail.php           |  247 -----------
 framework/Mail/lib/Horde/Mail/Smtp.php               |  356 ----------------
 framework/Mail/lib/Horde/Mail/Smtpmx.php             |  389 ------------------
 framework/Mail/lib/Horde/Mail/Transport.php          |  213 ++++++++++
 framework/Mail/lib/Horde/Mail/Transport/Mail.php     |  148 +++++++
 framework/Mail/lib/Horde/Mail/Transport/Mock.php     |  137 ++++++
 framework/Mail/lib/Horde/Mail/Transport/Null.php     |   76 ++++
 framework/Mail/lib/Horde/Mail/Transport/Sendmail.php |  246 +++++++++++
 framework/Mail/lib/Horde/Mail/Transport/Smtp.php     |  355 ++++++++++++++++
 framework/Mail/lib/Horde/Mail/Transport/Smtpmx.php   |  388 +++++++++++++++++
 framework/Mail/package.xml                           |   32 +-
 framework/Mime/lib/Horde/Mime/Part.php               |    8 +-
 imp/lib/Injector/Binder/Mail.php                     |    8 +-
 20 files changed, 1606 insertions(+), 1615 deletions(-)
 delete mode 100644 framework/Mail/lib/Horde/Mail/Driver.php
 delete mode 100644 framework/Mail/lib/Horde/Mail/Mail.php
 delete mode 100644 framework/Mail/lib/Horde/Mail/Mock.php
 delete mode 100644 framework/Mail/lib/Horde/Mail/Null.php
 delete mode 100644 framework/Mail/lib/Horde/Mail/Sendmail.php
 delete mode 100644 framework/Mail/lib/Horde/Mail/Smtp.php
 delete mode 100644 framework/Mail/lib/Horde/Mail/Smtpmx.php
 create mode 100644 framework/Mail/lib/Horde/Mail/Transport.php
 create mode 100644 framework/Mail/lib/Horde/Mail/Transport/Mail.php
 create mode 100644 framework/Mail/lib/Horde/Mail/Transport/Mock.php
 create mode 100644 framework/Mail/lib/Horde/Mail/Transport/Null.php
 create mode 100644 framework/Mail/lib/Horde/Mail/Transport/Sendmail.php
 create mode 100644 framework/Mail/lib/Horde/Mail/Transport/Smtp.php
 create mode 100644 framework/Mail/lib/Horde/Mail/Transport/Smtpmx.php

http://git.horde.org/diff.php/framework/Alarm/lib/Horde/Alarm/Handler/Mail.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Mail.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/diff.php/framework/Mail/lib/Horde/Mail.php?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/diff.php/framework/Mail/lib/Horde/Mail/Driver.php?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/diff.php/framework/Mail/lib/Horde/Mail/Mail.php?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/diff.php/framework/Mail/lib/Horde/Mail/Mock.php?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/diff.php/framework/Mail/lib/Horde/Mail/Null.php?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/diff.php/framework/Mail/lib/Horde/Mail/Sendmail.php?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/diff.php/framework/Mail/lib/Horde/Mail/Smtp.php?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/diff.php/framework/Mail/lib/Horde/Mail/Smtpmx.php?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/co.php/framework/Mail/lib/Horde/Mail/Transport.php?rt=horde-git&r=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/co.php/framework/Mail/lib/Horde/Mail/Transport/Mail.php?rt=horde-git&r=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/co.php/framework/Mail/lib/Horde/Mail/Transport/Mock.php?rt=horde-git&r=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/co.php/framework/Mail/lib/Horde/Mail/Transport/Null.php?rt=horde-git&r=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/co.php/framework/Mail/lib/Horde/Mail/Transport/Sendmail.php?rt=horde-git&r=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/co.php/framework/Mail/lib/Horde/Mail/Transport/Smtp.php?rt=horde-git&r=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/co.php/framework/Mail/lib/Horde/Mail/Transport/Smtpmx.php?rt=horde-git&r=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/diff.php/framework/Mail/package.xml?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Part.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=251fdaa7a63528d0de7301c00a94138780bfda03
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Mail.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=251fdaa7a63528d0de7301c00a94138780bfda03

-----------------------------------------------------------------------

commit fa570ac7910315f57443e5316ab9d5592c73dcea
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Jul 18 17:21:32 2010 -0400

    Method capitalization tweak

 framework/Mime/lib/Horde/Mime/Mail.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Mail.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=fa570ac7910315f57443e5316ab9d5592c73dcea

-----------------------------------------------------------------------

commit 83372c506e46dc967699f51c1fb6ebff9ab5b881
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Jul 18 21:28:03 2010 -0400

    Shorten the formatter interface name; nicer for type hints and docs.

 framework/Log/lib/Horde/Log/Formatter.php           |   30 ++++++++++++++++++
 framework/Log/lib/Horde/Log/Formatter/Interface.php |   31 -------------------
 framework/Log/lib/Horde/Log/Formatter/Simple.php    |    2 +-
 framework/Log/lib/Horde/Log/Formatter/Xml.php       |    2 +-
 framework/Log/lib/Horde/Log/Handler/Firebug.php     |    6 ++--
 framework/Log/lib/Horde/Log/Handler/Scribe.php      |    8 ++--
 framework/Log/lib/Horde/Log/Handler/Stream.php      |   12 +++----
 framework/Log/package.xml                           |    4 +-
 8 files changed, 46 insertions(+), 49 deletions(-)
 create mode 100644 framework/Log/lib/Horde/Log/Formatter.php
 delete mode 100644 framework/Log/lib/Horde/Log/Formatter/Interface.php

http://git.horde.org/co.php/framework/Log/lib/Horde/Log/Formatter.php?rt=horde-git&r=83372c506e46dc967699f51c1fb6ebff9ab5b881
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Formatter/Interface.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=83372c506e46dc967699f51c1fb6ebff9ab5b881
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Formatter/Simple.php?rt=horde-git&r1=5b8ebd2770f430b618924b61dbccaea0bf14e478&r2=83372c506e46dc967699f51c1fb6ebff9ab5b881
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Formatter/Xml.php?rt=horde-git&r1=5b8ebd2770f430b618924b61dbccaea0bf14e478&r2=83372c506e46dc967699f51c1fb6ebff9ab5b881
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Handler/Firebug.php?rt=horde-git&r1=069ae7ae903e148655c5e0b03218295b361e2897&r2=83372c506e46dc967699f51c1fb6ebff9ab5b881
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Handler/Scribe.php?rt=horde-git&r1=7ba71d6a8021a9319633f1166a1ecad30ccd55d0&r2=83372c506e46dc967699f51c1fb6ebff9ab5b881
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Handler/Stream.php?rt=horde-git&r1=5b8ebd2770f430b618924b61dbccaea0bf14e478&r2=83372c506e46dc967699f51c1fb6ebff9ab5b881
http://git.horde.org/diff.php/framework/Log/package.xml?rt=horde-git&r1=7ba71d6a8021a9319633f1166a1ecad30ccd55d0&r2=83372c506e46dc967699f51c1fb6ebff9ab5b881

-----------------------------------------------------------------------

commit e44892e41fb4939d61c082a778d1faf6c6302561
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Jul 18 21:34:30 2010 -0400

    Shorten the filter interface name; nice for type hints and docs.

 framework/Log/lib/Horde/Log/Filter.php            |   34 ++++++++++++++++++++
 framework/Log/lib/Horde/Log/Filter/Constraint.php |    2 +-
 framework/Log/lib/Horde/Log/Filter/Interface.php  |   35 ---------------------
 framework/Log/lib/Horde/Log/Filter/Level.php      |    3 +-
 framework/Log/lib/Horde/Log/Filter/Message.php    |    3 +-
 framework/Log/lib/Horde/Log/Filter/Suppress.php   |    3 +-
 framework/Log/lib/Horde/Log/Handler/Base.php      |    5 +--
 framework/Log/lib/Horde/Log/Logger.php            |   10 +++---
 framework/Log/package.xml                         |    4 +-
 9 files changed, 47 insertions(+), 52 deletions(-)
 create mode 100644 framework/Log/lib/Horde/Log/Filter.php
 delete mode 100644 framework/Log/lib/Horde/Log/Filter/Interface.php

http://git.horde.org/co.php/framework/Log/lib/Horde/Log/Filter.php?rt=horde-git&r=e44892e41fb4939d61c082a778d1faf6c6302561
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Constraint.php?rt=horde-git&r1=378a3d6e4dbb5618edb7f9b9e1f8fc811e7276ee&r2=e44892e41fb4939d61c082a778d1faf6c6302561
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Interface.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=e44892e41fb4939d61c082a778d1faf6c6302561
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Level.php?rt=horde-git&r1=d8bdc6d56520c56babf23bea8c315953f1472800&r2=e44892e41fb4939d61c082a778d1faf6c6302561
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Message.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=e44892e41fb4939d61c082a778d1faf6c6302561
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Suppress.php?rt=horde-git&r1=79176634bcec327bf1cf6e76c10cc35779671bc2&r2=e44892e41fb4939d61c082a778d1faf6c6302561
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Handler/Base.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=e44892e41fb4939d61c082a778d1faf6c6302561
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Logger.php?rt=horde-git&r1=dbda92bd4bed887dcbd80cd547f7ebcfdc2af80e&r2=e44892e41fb4939d61c082a778d1faf6c6302561
http://git.horde.org/diff.php/framework/Log/package.xml?rt=horde-git&r1=83372c506e46dc967699f51c1fb6ebff9ab5b881&r2=e44892e41fb4939d61c082a778d1faf6c6302561

-----------------------------------------------------------------------

commit c8ef75ceba334d701a223ecddc4d6a90b29f1fd0
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Jul 18 21:40:14 2010 -0400

    Use named constants (Horde_Log_Filter::ACCEPT, Horde_Log_Filter::IGNORE) for clarity in filters.

 framework/Log/lib/Horde/Log/Filter.php            |   13 ++++++++++++-
 framework/Log/lib/Horde/Log/Filter/Constraint.php |    7 ++++---
 framework/Log/lib/Horde/Log/Filter/Level.php      |    3 ++-
 framework/Log/lib/Horde/Log/Filter/Message.php    |    3 ++-
 framework/Log/lib/Horde/Log/Filter/Suppress.php   |    5 +++--
 5 files changed, 23 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter.php?rt=horde-git&r1=e44892e41fb4939d61c082a778d1faf6c6302561&r2=c8ef75ceba334d701a223ecddc4d6a90b29f1fd0
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Constraint.php?rt=horde-git&r1=e44892e41fb4939d61c082a778d1faf6c6302561&r2=c8ef75ceba334d701a223ecddc4d6a90b29f1fd0
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Level.php?rt=horde-git&r1=e44892e41fb4939d61c082a778d1faf6c6302561&r2=c8ef75ceba334d701a223ecddc4d6a90b29f1fd0
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Message.php?rt=horde-git&r1=e44892e41fb4939d61c082a778d1faf6c6302561&r2=c8ef75ceba334d701a223ecddc4d6a90b29f1fd0
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Suppress.php?rt=horde-git&r1=e44892e41fb4939d61c082a778d1faf6c6302561&r2=c8ef75ceba334d701a223ecddc4d6a90b29f1fd0

-----------------------------------------------------------------------

commit 7fc48dd329030144270f8299a5ea3e93683c7af5
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jul 19 09:40:34 2010 -0400

    fix scope

 horde/templates/block/twitter_tweet.html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/templates/block/twitter_tweet.html.php?rt=horde-git&r1=4f4fa3e6bebde4f8b9fffa671f76a41300aea34b&r2=7fc48dd329030144270f8299a5ea3e93683c7af5

-----------------------------------------------------------------------

commit fa7b23315b5d92ae31182112cbc01e1067943c17
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jul 19 09:40:54 2010 -0400

    nuke a todo

 horde/lib/Block/twitter_timeline.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/lib/Block/twitter_timeline.php?rt=horde-git&r1=4f4fa3e6bebde4f8b9fffa671f76a41300aea34b&r2=fa7b23315b5d92ae31182112cbc01e1067943c17

-----------------------------------------------------------------------

commit 2340a704ea1212c8d87b3674c587e673410803e0
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Jul 19 09:58:48 2010 -0400

    Copyright years

 framework/Support/lib/Horde/Support/Backtrace.php |    4 ++--
 framework/Support/lib/Horde/Support/Guid.php      |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Support/lib/Horde/Support/Backtrace.php?rt=horde-git&r1=67c8356f34e93a36beb529f62ed759aaa1de1db1&r2=2340a704ea1212c8d87b3674c587e673410803e0
http://git.horde.org/diff.php/framework/Support/lib/Horde/Support/Guid.php?rt=horde-git&r1=a2362bc321848e5a3191a07b039eda951d8ac268&r2=2340a704ea1212c8d87b3674c587e673410803e0

-----------------------------------------------------------------------

commit 29ab608461dcd12bf5bf9f5240863fff012b7002
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jul 19 10:22:17 2010 -0400

    Need to catch Horde_Block_Exception here so we return to the proper application scope

 framework/Block/lib/Horde/Block.php |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Block/lib/Horde/Block.php?rt=horde-git&r1=44ea3d9ab81bde2dfc2199621d7ed377b8e0c9c2&r2=29ab608461dcd12bf5bf9f5240863fff012b7002

-----------------------------------------------------------------------

commit dad133825fb50c49992e65ebe16b167519c08f0e
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jul 19 10:26:18 2010 -0400

    No more PEAR_Error

 framework/Block/lib/Horde/Block/Collection.php  |    3 ---
 framework/Block/lib/Horde/Block/Layout/View.php |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Collection.php?rt=horde-git&r1=6979c65b9e77dc2b8f17769b38bdebace679a474&r2=dad133825fb50c49992e65ebe16b167519c08f0e
http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Layout/View.php?rt=horde-git&r1=7ec1d18fc3b2a7c54cb0730e5d4c867951758020&r2=dad133825fb50c49992e65ebe16b167519c08f0e

-----------------------------------------------------------------------

commit fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jul 19 11:33:43 2010 -0400

    PHP5-ify application blocks

 agora/lib/Block/forums.php                 |   18 +++++++----
 agora/lib/Block/thread.php                 |   30 +++++++++++++++----
 agora/lib/Block/threads.php                |   21 +++++++-----
 ansel/lib/Block/cloud.php                  |   29 ++++++++++++++----
 ansel/lib/Block/gallery.php                |   42 +++++++++++++++++++++----
 ansel/lib/Block/my_galleries.php           |   29 ++++++++++++++----
 ansel/lib/Block/random_photo.php           |   29 ++++++++++++++----
 ansel/lib/Block/recent_comments.php        |   44 +++++++++++++++++++++-----
 ansel/lib/Block/recent_faces.php           |   22 +++++++++++--
 ansel/lib/Block/recently_added.php         |   45 +++++++++++++++++++++------
 ansel/lib/Block/recently_added_geodata.php |   44 +++++++++++++++++++++-----
 gollem/lib/Block/tree_menu.php             |    8 ++--
 hermes/lib/Block/tree_menu.php             |    8 ++--
 hermes/lib/Block/tree_stopwatch.php        |    8 ++--
 horde/lib/Block/account.php                |   23 ++++++++------
 horde/lib/Block/cloud.php                  |   22 +++++++-------
 horde/lib/Block/fb_stream.php              |   14 ++++----
 horde/lib/Block/feed.php                   |   16 +++++-----
 horde/lib/Block/fortune.php                |   14 ++++----
 horde/lib/Block/google.php                 |   14 ++++----
 horde/lib/Block/iframe.php                 |   23 ++++++++-----
 horde/lib/Block/metar.php                  |   24 +++++++-------
 horde/lib/Block/moon.php                   |   16 +++++-----
 horde/lib/Block/sunrise.php                |   16 +++++-----
 horde/lib/Block/time.php                   |   14 ++++----
 horde/lib/Block/twitter_timeline.php       |   16 +++++-----
 horde/lib/Block/vatid.php                  |   12 ++++----
 horde/lib/Block/weatherdotcom.php          |   16 +++++-----
 ingo/lib/Block/overview.php                |   22 +++++++-------
 kronolith/lib/Block/month.php              |   17 +++++-----
 kronolith/lib/Block/monthlist.php          |   12 ++++----
 kronolith/lib/Block/prevmonthlist.php      |   13 ++++----
 kronolith/lib/Block/summary.php            |   12 ++++----
 kronolith/lib/Block/tree_alarms.php        |    8 ++--
 kronolith/lib/Block/tree_menu.php          |    8 ++--
 mnemo/lib/Block/note.php                   |    2 +-
 mnemo/lib/Block/summary.php                |   18 +++++-----
 mnemo/lib/Block/tree_menu.php              |   23 +++++++-------
 nag/lib/Block/summary.php                  |   16 +++++-----
 nag/lib/Block/tree_alarms.php              |    8 ++--
 nag/lib/Block/tree_menu.php                |    8 ++--
 trean/lib/Block/bookmarks.php              |   22 ++++++-------
 trean/lib/Block/highestrated.php           |   19 +++++-------
 trean/lib/Block/mostclicked.php            |   19 +++++-------
 trean/lib/Block/tree_menu.php              |    9 ++---
 turba/lib/Block/minisearch.php             |   13 ++++----
 turba/lib/Block/tree_menu.php              |    8 ++--
 whups/lib/Block/myqueries.php              |   10 +++---
 whups/lib/Block/myrequests.php             |   11 ++++---
 whups/lib/Block/mytickets.php              |   11 ++++---
 whups/lib/Block/query.php                  |   16 +++++----
 whups/lib/Block/queuecontents.php          |   16 +++++----
 whups/lib/Block/queuesummary.php           |   11 ++++---
 whups/lib/Block/tree_menu.php              |    8 ++--
 whups/lib/Block/unassigned.php             |   11 ++++---
 wicked/lib/Block/page.php                  |   12 ++++----
 56 files changed, 593 insertions(+), 387 deletions(-)

http://git.horde.org/diff.php/agora/lib/Block/forums.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/agora/lib/Block/thread.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/agora/lib/Block/threads.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/ansel/lib/Block/cloud.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/ansel/lib/Block/gallery.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/ansel/lib/Block/my_galleries.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/ansel/lib/Block/random_photo.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/ansel/lib/Block/recent_comments.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/ansel/lib/Block/recent_faces.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/ansel/lib/Block/recently_added.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/ansel/lib/Block/recently_added_geodata.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/gollem/lib/Block/tree_menu.php?rt=horde-git&r1=508a445fb73741355a7fea8beb46d3eb94c97402&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/hermes/lib/Block/tree_menu.php?rt=horde-git&r1=6b350756466586e9bbe386c35483613548c937e2&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/hermes/lib/Block/tree_stopwatch.php?rt=horde-git&r1=6b350756466586e9bbe386c35483613548c937e2&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/horde/lib/Block/account.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/horde/lib/Block/cloud.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/horde/lib/Block/fb_stream.php?rt=horde-git&r1=26dfe1d2eef0e3ca0651735b927dbb2eb7458a7e&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/horde/lib/Block/feed.php?rt=horde-git&r1=6773f72d82d15be155590ed3ed3428b0ec35cd2c&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/horde/lib/Block/fortune.php?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/horde/lib/Block/google.php?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/horde/lib/Block/iframe.php?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/horde/lib/Block/metar.php?rt=horde-git&r1=93510a91b24963b05c9c834cdf6ef395f7137193&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/horde/lib/Block/moon.php?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/horde/lib/Block/sunrise.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/horde/lib/Block/time.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/horde/lib/Block/twitter_timeline.php?rt=horde-git&r1=fa7b23315b5d92ae31182112cbc01e1067943c17&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/horde/lib/Block/vatid.php?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/horde/lib/Block/weatherdotcom.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/ingo/lib/Block/overview.php?rt=horde-git&r1=2a629e5dae217a42c1c847ed85e0ed530a177c6d&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/kronolith/lib/Block/month.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/kronolith/lib/Block/monthlist.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/kronolith/lib/Block/prevmonthlist.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/kronolith/lib/Block/summary.php?rt=horde-git&r1=3644cfe2d76526cca4e429520440b8db262d275b&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/kronolith/lib/Block/tree_alarms.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/kronolith/lib/Block/tree_menu.php?rt=horde-git&r1=508a445fb73741355a7fea8beb46d3eb94c97402&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/mnemo/lib/Block/note.php?rt=horde-git&r1=e7ba4e2b2ebeb23751af731aa1717cbcc9b4c4d0&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/mnemo/lib/Block/summary.php?rt=horde-git&r1=4df314b97c7341fa01c6159134fb7cd0df98a11d&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/mnemo/lib/Block/tree_menu.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/nag/lib/Block/summary.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/nag/lib/Block/tree_alarms.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/nag/lib/Block/tree_menu.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/trean/lib/Block/bookmarks.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/trean/lib/Block/highestrated.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/trean/lib/Block/mostclicked.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/trean/lib/Block/tree_menu.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/turba/lib/Block/minisearch.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/turba/lib/Block/tree_menu.php?rt=horde-git&r1=508a445fb73741355a7fea8beb46d3eb94c97402&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/whups/lib/Block/myqueries.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/whups/lib/Block/myrequests.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/whups/lib/Block/mytickets.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/whups/lib/Block/query.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/whups/lib/Block/queuecontents.php?rt=horde-git&r1=961e51d5b0bfa9fb19746cd44bab50546e56e480&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/whups/lib/Block/queuesummary.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/whups/lib/Block/tree_menu.php?rt=horde-git&r1=508a445fb73741355a7fea8beb46d3eb94c97402&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/whups/lib/Block/unassigned.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63
http://git.horde.org/diff.php/wicked/lib/Block/page.php?rt=horde-git&r1=a4e98230bc8a69ec705dfe5fe8968b1d0e879c89&r2=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63

-----------------------------------------------------------------------

commit bd6d4a104b486bcff3b2091e4f07cdcec17ba7e6
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jul 19 11:41:10 2010 -0400

    Fix function visibility

 kronolith/lib/Block/summary.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Block/summary.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=bd6d4a104b486bcff3b2091e4f07cdcec17ba7e6

-----------------------------------------------------------------------

commit 2ebfadf463a0cb344470f58c307debdc53646cbf
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jul 19 12:10:57 2010 -0400

    no need for this to be a param, use a private member.

 mnemo/lib/Block/note.php |   19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/mnemo/lib/Block/note.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=2ebfadf463a0cb344470f58c307debdc53646cbf

-----------------------------------------------------------------------

commit 253e6a3d0d4e241137f5665e4ac41be62fee9ee8
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jul 19 12:26:59 2010 -0400

    Seperate out the Date decorator to it's own file, split out Base functionality of GalleryMode classes

 ansel/lib/Gallery.php                |    4 +-
 ansel/lib/Gallery/Decorator/Date.php |  199 +++++++++++++
 ansel/lib/GalleryMode/Base.php       |  153 ++++++++++
 ansel/lib/GalleryMode/Date.php       |  541 +++++-----------------------------
 ansel/lib/GalleryMode/Normal.php     |  106 +++----
 5 files changed, 474 insertions(+), 529 deletions(-)
 create mode 100644 ansel/lib/Gallery/Decorator/Date.php
 create mode 100644 ansel/lib/GalleryMode/Base.php

http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=4ade7a3815a52c12068fb5d91ebea676ac2edbb8&r2=253e6a3d0d4e241137f5665e4ac41be62fee9ee8
http://git.horde.org/co.php/ansel/lib/Gallery/Decorator/Date.php?rt=horde-git&r=253e6a3d0d4e241137f5665e4ac41be62fee9ee8
http://git.horde.org/co.php/ansel/lib/GalleryMode/Base.php?rt=horde-git&r=253e6a3d0d4e241137f5665e4ac41be62fee9ee8
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Date.php?rt=horde-git&r1=4ade7a3815a52c12068fb5d91ebea676ac2edbb8&r2=253e6a3d0d4e241137f5665e4ac41be62fee9ee8
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Normal.php?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=253e6a3d0d4e241137f5665e4ac41be62fee9ee8

-----------------------------------------------------------------------

commit df95b1257ff0201b44aec092cdd4d70018beb14f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jul 19 12:41:30 2010 -0400

    toDriverCharset() needs to be public, rename it as such.
    
    Share objects need to be able to call this method.

 framework/Share/lib/Horde/Share.php                  |   11 +++++++++++
 framework/Share/lib/Horde/Share/Object/Sql.php       |    2 +-
 framework/Share/lib/Horde/Share/Sql.php              |    7 +++----
 framework/Share/lib/Horde/Share/Sql/Hierarchical.php |    2 +-
 4 files changed, 16 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Share/lib/Horde/Share.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=df95b1257ff0201b44aec092cdd4d70018beb14f
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Object/Sql.php?rt=horde-git&r1=8803573f569534186783002ad4d82150a2b727b8&r2=df95b1257ff0201b44aec092cdd4d70018beb14f
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=df95b1257ff0201b44aec092cdd4d70018beb14f
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Sql/Hierarchical.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=df95b1257ff0201b44aec092cdd4d70018beb14f

-----------------------------------------------------------------------

commit 0f7fba3e34d95faed44770b7d484787716bfa9a0
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jul 19 12:42:33 2010 -0400

    Make sure we only access Horde_Share's public interface.
    
    In preparation for using composition with the share object instead of inheritance.

 ansel/lib/Gallery.php                |   15 +++++++--------
 ansel/lib/Gallery/Decorator/Date.php |    7 ++-----
 2 files changed, 9 insertions(+), 13 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=253e6a3d0d4e241137f5665e4ac41be62fee9ee8&r2=0f7fba3e34d95faed44770b7d484787716bfa9a0
http://git.horde.org/diff.php/ansel/lib/Gallery/Decorator/Date.php?rt=horde-git&r1=253e6a3d0d4e241137f5665e4ac41be62fee9ee8&r2=0f7fba3e34d95faed44770b7d484787716bfa9a0

-----------------------------------------------------------------------

commit d293fe9fedf628bfe4bf1743f4d6d9c452011465
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jul 19 13:35:29 2010 -0400

    Ansel_ImageView -> Ansel_ImageGenerator

 ansel/image.php                               |    4 +-
 ansel/lib/Gallery.php                         |    4 +-
 ansel/lib/Image.php                           |    8 +-
 ansel/lib/ImageGenerator.php                  |  196 +++++++++++++++++++++++++
 ansel/lib/ImageGenerator/Mini.php             |   23 +++
 ansel/lib/ImageGenerator/PlainStack.php       |   44 ++++++
 ansel/lib/ImageGenerator/PolaroidStack.php    |   44 ++++++
 ansel/lib/ImageGenerator/PolaroidThumb.php    |   45 ++++++
 ansel/lib/ImageGenerator/PrettyThumb.php      |   50 +++++++
 ansel/lib/ImageGenerator/RoundedStack.php     |   46 ++++++
 ansel/lib/ImageGenerator/Screen.php           |   23 +++
 ansel/lib/ImageGenerator/ShadowSharpThumb.php |   48 ++++++
 ansel/lib/ImageGenerator/Thumb.php            |   22 +++
 ansel/lib/ImageView.php                       |  196 -------------------------
 ansel/lib/ImageView/Mini.php                  |   23 ---
 ansel/lib/ImageView/PlainStack.php            |   44 ------
 ansel/lib/ImageView/PolaroidStack.php         |   44 ------
 ansel/lib/ImageView/PolaroidThumb.php         |   45 ------
 ansel/lib/ImageView/PrettyThumb.php           |   50 -------
 ansel/lib/ImageView/RoundedStack.php          |   46 ------
 ansel/lib/ImageView/Screen.php                |   23 ---
 ansel/lib/ImageView/ShadowSharpThumb.php      |   48 ------
 ansel/lib/ImageView/Thumb.php                 |   22 ---
 ansel/lib/View/Base.php                       |    2 +-
 ansel/templates/image/crop_image.inc          |    2 +-
 ansel/templates/image/edit_image.inc          |    2 +-
 ansel/templates/image/resize_image.inc        |    2 +-
 27 files changed, 553 insertions(+), 553 deletions(-)
 create mode 100644 ansel/lib/ImageGenerator.php
 create mode 100755 ansel/lib/ImageGenerator/Mini.php
 create mode 100644 ansel/lib/ImageGenerator/PlainStack.php
 create mode 100644 ansel/lib/ImageGenerator/PolaroidStack.php
 create mode 100644 ansel/lib/ImageGenerator/PolaroidThumb.php
 create mode 100644 ansel/lib/ImageGenerator/PrettyThumb.php
 create mode 100644 ansel/lib/ImageGenerator/RoundedStack.php
 create mode 100755 ansel/lib/ImageGenerator/Screen.php
 create mode 100644 ansel/lib/ImageGenerator/ShadowSharpThumb.php
 create mode 100755 ansel/lib/ImageGenerator/Thumb.php
 delete mode 100644 ansel/lib/ImageView.php
 delete mode 100755 ansel/lib/ImageView/Mini.php
 delete mode 100644 ansel/lib/ImageView/PlainStack.php
 delete mode 100644 ansel/lib/ImageView/PolaroidStack.php
 delete mode 100644 ansel/lib/ImageView/PolaroidThumb.php
 delete mode 100644 ansel/lib/ImageView/PrettyThumb.php
 delete mode 100644 ansel/lib/ImageView/RoundedStack.php
 delete mode 100755 ansel/lib/ImageView/Screen.php
 delete mode 100644 ansel/lib/ImageView/ShadowSharpThumb.php
 delete mode 100755 ansel/lib/ImageView/Thumb.php

http://git.horde.org/diff.php/ansel/image.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=0f7fba3e34d95faed44770b7d484787716bfa9a0&r2=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/diff.php/ansel/lib/Image.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/co.php/ansel/lib/ImageGenerator.php?rt=horde-git&r=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/co.php/ansel/lib/ImageGenerator/Mini.php?rt=horde-git&r=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/co.php/ansel/lib/ImageGenerator/PlainStack.php?rt=horde-git&r=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/co.php/ansel/lib/ImageGenerator/PolaroidStack.php?rt=horde-git&r=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/co.php/ansel/lib/ImageGenerator/PolaroidThumb.php?rt=horde-git&r=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/co.php/ansel/lib/ImageGenerator/PrettyThumb.php?rt=horde-git&r=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/co.php/ansel/lib/ImageGenerator/RoundedStack.php?rt=horde-git&r=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/co.php/ansel/lib/ImageGenerator/Screen.php?rt=horde-git&r=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/co.php/ansel/lib/ImageGenerator/ShadowSharpThumb.php?rt=horde-git&r=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/co.php/ansel/lib/ImageGenerator/Thumb.php?rt=horde-git&r=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/diff.php/ansel/lib/ImageView.php?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/diff.php/ansel/lib/ImageView/Mini.php?rt=horde-git&r1=cbd8bad59d9ec401aebdac10da48d90f3dc3f012&r2=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/diff.php/ansel/lib/ImageView/PlainStack.php?rt=horde-git&r1=cbd8bad59d9ec401aebdac10da48d90f3dc3f012&r2=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/diff.php/ansel/lib/ImageView/PolaroidStack.php?rt=horde-git&r1=cbd8bad59d9ec401aebdac10da48d90f3dc3f012&r2=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/diff.php/ansel/lib/ImageView/PolaroidThumb.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/diff.php/ansel/lib/ImageView/PrettyThumb.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/diff.php/ansel/lib/ImageView/RoundedStack.php?rt=horde-git&r1=cbd8bad59d9ec401aebdac10da48d90f3dc3f012&r2=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/diff.php/ansel/lib/ImageView/Screen.php?rt=horde-git&r1=cbd8bad59d9ec401aebdac10da48d90f3dc3f012&r2=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/diff.php/ansel/lib/ImageView/ShadowSharpThumb.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/diff.php/ansel/lib/ImageView/Thumb.php?rt=horde-git&r1=cbd8bad59d9ec401aebdac10da48d90f3dc3f012&r2=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/diff.php/ansel/lib/View/Base.php?rt=horde-git&r1=4ade7a3815a52c12068fb5d91ebea676ac2edbb8&r2=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/diff.php/ansel/templates/image/crop_image.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/diff.php/ansel/templates/image/edit_image.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=d293fe9fedf628bfe4bf1743f4d6d9c452011465
http://git.horde.org/diff.php/ansel/templates/image/resize_image.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=d293fe9fedf628bfe4bf1743f4d6d9c452011465

-----------------------------------------------------------------------

commit e379017fd763cae14fd8c3be74d9906d9b085b8a
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jul 19 13:53:25 2010 -0400

    Fix imple name

 ansel/map_edit.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/ansel/map_edit.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=e379017fd763cae14fd8c3be74d9906d9b085b8a

-----------------------------------------------------------------------

commit b3d5b3f124473eb1cdb075f3e2f929731384b478
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jul 19 13:53:44 2010 -0400

    missing parameters

 ansel/lib/Api.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Api.php?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=b3d5b3f124473eb1cdb075f3e2f929731384b478

-----------------------------------------------------------------------

commit 8243f99d9a66ed465bdf09c9cd72adcb151b1f9c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jul 19 13:59:14 2010 -0400

    don't attach the imple when being called from services/imple.php
    
    This is where we are serving an ajax request from the imple, not rendering it.

 horde/services/imple.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/services/imple.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=8243f99d9a66ed465bdf09c9cd72adcb151b1f9c

-----------------------------------------------------------------------

commit 4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Jan 23 20:58:33 2010 -0500

    Rewrite of Horde's MVC system to use controllers built around the single responsibility principle and dependency injection.

 framework/Controller/lib/Horde/Controller.php                     |   13 +
 framework/Controller/lib/Horde/Controller/Base.php                |  501 +----
 framework/Controller/lib/Horde/Controller/Dispatcher.php          |  266 ---
 framework/Controller/lib/Horde/Controller/FileUpload.php          |   39 -
 framework/Controller/lib/Horde/Controller/Filter/Gzip.php         |   37 +
 framework/Controller/lib/Horde/Controller/FilterCollection.php    |   20 +
 framework/Controller/lib/Horde/Controller/FilterRunner.php        |   97 +
 framework/Controller/lib/Horde/Controller/Mime/Type.php           |  136 --
 framework/Controller/lib/Horde/Controller/Null.php                |   16 +
 framework/Controller/lib/Horde/Controller/PostFilter.php          |   14 +
 framework/Controller/lib/Horde/Controller/PreFilter.php           |   17 +
 framework/Controller/lib/Horde/Controller/Request.php             |   47 +
 framework/Controller/lib/Horde/Controller/Request/Base.php        |  212 --
 framework/Controller/lib/Horde/Controller/Request/Cli.php         |  121 -
 framework/Controller/lib/Horde/Controller/Request/Http.php        |  499 +----
 framework/Controller/lib/Horde/Controller/Request/Mock.php        |   29 -
 framework/Controller/lib/Horde/Controller/Request/Null.php        |   73 +
 .../Controller/lib/Horde/Controller/RequestConfiguration.php      |   18 +
 framework/Controller/lib/Horde/Controller/Response.php            |   62 +
 framework/Controller/lib/Horde/Controller/Response/Base.php       |   39 -
 framework/Controller/lib/Horde/Controller/Response/Cli.php        |   78 -
 framework/Controller/lib/Horde/Controller/Response/Http.php       |  305 ---
 framework/Controller/lib/Horde/Controller/Response/Mock.php       |   26 -
 framework/Controller/lib/Horde/Controller/ResponseWriter.php      |   11 +
 framework/Controller/lib/Horde/Controller/ResponseWriter/Web.php  |   19 +
 .../Controller/lib/Horde/Controller/ResponseWriter/WebDebug.php   |   30 +
 framework/Controller/lib/Horde/Controller/Runner.php              |   46 +
 framework/Controller/lib/Horde/Controller/Scanner.php             |  170 --
 framework/Controller/lib/Horde/Controller/SettingsExporter.php    |   20 +
 .../Controller/lib/Horde/Controller/SettingsExporter/Default.php  |   24 +
 framework/Controller/lib/Horde/Controller/StatusCodes.php         |  139 --
 framework/Controller/lib/Horde/Controller/UrlWriter.php           |   84 -
 framework/Controller/package.xml                                  |   70 +-
 framework/Controller/test/Horde/Controller/FilterRunnerTest.php   |   73 +
 framework/Core/lib/Horde/Core/Binder/Mapper.php                   |   16 +
 framework/Core/lib/Horde/Core/Controller/NotFound.php             |   11 +
 framework/Core/lib/Horde/Core/Controller/RequestConfiguration.php |   71 +
 framework/Core/lib/Horde/Core/Controller/RequestMapper.php        |   65 +
 framework/Core/lib/Horde/Core/Controller/SettingsFinder.php       |   31 +
 framework/Core/lib/Horde/Core/Factory/Request.php                 |   10 +
 framework/Core/lib/Horde/Registry.php                             |   32 +-
 framework/Core/package.xml                                        |   20 +-
 horde/rampage.php                                                 |   76 +-
 43 files changed, 1044 insertions(+), 2639 deletions(-)
 create mode 100644 framework/Controller/lib/Horde/Controller.php
 delete mode 100644 framework/Controller/lib/Horde/Controller/Dispatcher.php
 delete mode 100644 framework/Controller/lib/Horde/Controller/FileUpload.php
 create mode 100644 framework/Controller/lib/Horde/Controller/Filter/Gzip.php
 create mode 100644 framework/Controller/lib/Horde/Controller/FilterCollection.php
 create mode 100644 framework/Controller/lib/Horde/Controller/FilterRunner.php
 delete mode 100644 framework/Controller/lib/Horde/Controller/Mime/Type.php
 create mode 100644 framework/Controller/lib/Horde/Controller/Null.php
 create mode 100644 framework/Controller/lib/Horde/Controller/PostFilter.php
 create mode 100644 framework/Controller/lib/Horde/Controller/PreFilter.php
 create mode 100644 framework/Controller/lib/Horde/Controller/Request.php
 delete mode 100644 framework/Controller/lib/Horde/Controller/Request/Base.php
 delete mode 100644 framework/Controller/lib/Horde/Controller/Request/Cli.php
 delete mode 100644 framework/Controller/lib/Horde/Controller/Request/Mock.php
 create mode 100644 framework/Controller/lib/Horde/Controller/Request/Null.php
 create mode 100644 framework/Controller/lib/Horde/Controller/RequestConfiguration.php
 create mode 100644 framework/Controller/lib/Horde/Controller/Response.php
 delete mode 100644 framework/Controller/lib/Horde/Controller/Response/Base.php
 delete mode 100644 framework/Controller/lib/Horde/Controller/Response/Cli.php
 delete mode 100644 framework/Controller/lib/Horde/Controller/Response/Http.php
 delete mode 100644 framework/Controller/lib/Horde/Controller/Response/Mock.php
 create mode 100644 framework/Controller/lib/Horde/Controller/ResponseWriter.php
 create mode 100644 framework/Controller/lib/Horde/Controller/ResponseWriter/Web.php
 create mode 100644 framework/Controller/lib/Horde/Controller/ResponseWriter/WebDebug.php
 create mode 100644 framework/Controller/lib/Horde/Controller/Runner.php
 delete mode 100644 framework/Controller/lib/Horde/Controller/Scanner.php
 create mode 100644 framework/Controller/lib/Horde/Controller/SettingsExporter.php
 create mode 100644 framework/Controller/lib/Horde/Controller/SettingsExporter/Default.php
 delete mode 100644 framework/Controller/lib/Horde/Controller/StatusCodes.php
 delete mode 100644 framework/Controller/lib/Horde/Controller/UrlWriter.php
 create mode 100644 framework/Controller/test/Horde/Controller/FilterRunnerTest.php
 create mode 100644 framework/Core/lib/Horde/Core/Binder/Mapper.php
 create mode 100644 framework/Core/lib/Horde/Core/Controller/NotFound.php
 create mode 100644 framework/Core/lib/Horde/Core/Controller/RequestConfiguration.php
 create mode 100644 framework/Core/lib/Horde/Core/Controller/RequestMapper.php
 create mode 100644 framework/Core/lib/Horde/Core/Controller/SettingsFinder.php
 create mode 100644 framework/Core/lib/Horde/Core/Factory/Request.php

http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Dispatcher.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/FileUpload.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/Filter/Gzip.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/FilterCollection.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/FilterRunner.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Mime/Type.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/Null.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/PostFilter.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/PreFilter.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/Request.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Request/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Request/Cli.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Request/Http.php?rt=horde-git&r1=8a9328f19d062c3ab899bfa743666888cafd169f&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Request/Mock.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/Request/Null.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/RequestConfiguration.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/Response.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Response/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Response/Cli.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Response/Http.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Response/Mock.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/ResponseWriter.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/ResponseWriter/Web.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/ResponseWriter/WebDebug.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/Runner.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Scanner.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/SettingsExporter.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/SettingsExporter/Default.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/StatusCodes.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/UrlWriter.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Controller/package.xml?rt=horde-git&r1=d3d3baab02895180cece777e6b881703701da408&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Controller/test/Horde/Controller/FilterRunnerTest.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Mapper.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Controller/NotFound.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Controller/RequestConfiguration.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Controller/RequestMapper.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Controller/SettingsFinder.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/Request.php?rt=horde-git&r=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec
http://git.horde.org/diff.php/horde/rampage.php?rt=horde-git&r1=53c5cf65e2a7adf62cb6fa46d1d3e082252aae63&r2=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec

-----------------------------------------------------------------------

commit c48a51bbc0b2d36f6945f47650c7e2ffd20a3432
Author: Ben Klang <ben at alkaloid.net>
Date:   Tue Jul 20 14:25:21 2010 -0400

    Fix display of client names
    
    ...and add "public static" markers to functions

 hermes/lib/Api.php |   38 ++++++++++++++++++--------------------
 1 files changed, 18 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/hermes/lib/Api.php?rt=horde-git&r1=fcd15e9464bd2ba2f56b8d9ca97a0875761600b8&r2=c48a51bbc0b2d36f6945f47650c7e2ffd20a3432

-----------------------------------------------------------------------

commit 6fff6de13bb81e599d1f5e7343033b5a86504771
Author: Ben Klang <ben at alkaloid.net>
Date:   Tue Jul 20 14:26:12 2010 -0400

    Mark methods as public and static

 hermes/lib/Hermes.php |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/hermes/lib/Hermes.php?rt=horde-git&r1=b79b69328c922ef5ee0b1725da492f3fd074462f&r2=6fff6de13bb81e599d1f5e7343033b5a86504771

-----------------------------------------------------------------------

commit 786305876903ba99e4557ba96381929fa1a45d88
Author: Ben Klang <ben at alkaloid.net>
Date:   Tue Jul 20 14:26:31 2010 -0400

    User the Injector to get Horde_Auth instances

 hermes/lib/Forms/Search.php |    4 ++--
 hermes/lib/Forms/Time.php   |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/hermes/lib/Forms/Search.php?rt=horde-git&r1=6266e6db7fc9124db6a84941b6bb12d3541a47b4&r2=786305876903ba99e4557ba96381929fa1a45d88
http://git.horde.org/diff.php/hermes/lib/Forms/Time.php?rt=horde-git&r1=6266e6db7fc9124db6a84941b6bb12d3541a47b4&r2=786305876903ba99e4557ba96381929fa1a45d88

-----------------------------------------------------------------------

commit 732366d9d246a790cbc342f21ce792011ea0ffa0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Jul 19 16:26:32 2010 -0600

    Add Horde_Text_Filter_Exception::

 framework/Text_Filter/lib/Horde/Text/Filter.php           |    6 ++--
 framework/Text_Filter/lib/Horde/Text/Filter/Exception.php |   17 +++++++++++++
 framework/Text_Filter/package.xml                         |    8 +++++-
 3 files changed, 27 insertions(+), 4 deletions(-)
 create mode 100644 framework/Text_Filter/lib/Horde/Text/Filter/Exception.php

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter.php?rt=horde-git&r1=22f1769f5a769204ddeb3bfbdf12ae971b282997&r2=732366d9d246a790cbc342f21ce792011ea0ffa0
http://git.horde.org/co.php/framework/Text_Filter/lib/Horde/Text/Filter/Exception.php?rt=horde-git&r=732366d9d246a790cbc342f21ce792011ea0ffa0
http://git.horde.org/diff.php/framework/Text_Filter/package.xml?rt=horde-git&r1=01be634d9b7a943fb6d437db62005cf99636dc10&r2=732366d9d246a790cbc342f21ce792011ea0ffa0

-----------------------------------------------------------------------

commit 299524b0175d2e8e37e3b9aa3a21be0654be8af7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 9 15:51:18 2010 -0600

    Remove horde/Core dependency in Emails filter.

 framework/Core/lib/Horde/Core/Text/Filter/Emails.php   |   88 ++++++++
 framework/Core/package.xml                             |    2 +
 framework/Text_Filter/lib/Horde/Text/Filter/Emails.php |  181 ++++++----------
 3 files changed, 154 insertions(+), 117 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Text/Filter/Emails.php

http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Text/Filter/Emails.php?rt=horde-git&r=299524b0175d2e8e37e3b9aa3a21be0654be8af7
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec&r2=299524b0175d2e8e37e3b9aa3a21be0654be8af7
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Emails.php?rt=horde-git&r1=22f1769f5a769204ddeb3bfbdf12ae971b282997&r2=299524b0175d2e8e37e3b9aa3a21be0654be8af7

-----------------------------------------------------------------------

commit 442b22a378aabaa70d44ec30ec2b33ee0785e0a2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Jul 19 15:52:23 2010 -0600

    Create Horde_Text_Filter binder/factory.

 agora/lib/Messages.php                                    |    4 +-
 ansel/lib/Ajax/Imple/EditCaption.php                      |    6 +-
 ansel/lib/Storage.php                                     |    2 +-
 ansel/lib/Tile/Image.php                                  |    2 +-
 ansel/lib/View/Base.php                                   |    2 +-
 ansel/templates/captions/captions.inc                     |    2 +-
 ansel/templates/image/crop_image.inc                      |    2 +-
 ansel/templates/image/edit_image.inc                      |    2 +-
 ansel/templates/image/preview_cropimage.inc               |    2 +-
 ansel/templates/image/preview_image.inc                   |    2 +-
 ansel/templates/image/resize_image.inc                    |    2 +-
 ansel/templates/view/gallery.inc                          |    2 +-
 ansel/templates/view/gallerylightbox.inc                  |    2 +-
 ansel/templates/view/image.inc                            |    2 +-
 chora/annotate.php                                        |    4 +-
 chora/browsedir.php                                       |    4 +-
 chora/cvsgraph.php                                        |    2 +-
 chora/diff.php                                            |    2 +-
 chora/history.php                                         |    2 +-
 chora/lib/Chora.php                                       |    4 +-
 chora/stats.php                                           |    2 +-
 chora/templates/checkout/checkout.inc                     |    2 +-
 folks/lib/Driver.php                                      |    3 +-
 folks/lib/Forms/Activity.php                              |    2 +-
 folks/lib/Notification/facebook.php                       |    2 +-
 framework/Core/lib/Horde.php                              |    2 +-
 framework/Core/lib/Horde/Config.php                       |    4 +-
 framework/Core/lib/Horde/Core/Binder/TextFilter.php       |   17 ++
 framework/Core/lib/Horde/Core/Factory/TextFilter.php      |  148 +++++++++++++
 framework/Core/lib/Horde/Core/Text/Filter/Emails.php      |   15 +-
 framework/Core/lib/Horde/Registry.php                     |    1 +
 framework/Core/lib/Horde/Themes.php                       |    2 +-
 framework/Core/package.xml                                |    4 +
 framework/Mime/lib/Horde/Mime/Mail.php                    |    2 +-
 framework/Rampage/scripts/Horde/Rampage/rampage.php       |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter.php           |    9 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Emails.php    |   17 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Text2html.php |   52 +++--
 framework/Text_Filter/test/Horde/Text/Filter/emails.phpt  |    2 +-
 horde/lib/Block/fortune.php                               |    4 +-
 horde/lib/Block/twitter_timeline.php                      |    2 +-
 horde/services/twitter.php                                |    8 +-
 horde/templates/javascript/open_html_helper.js            |    2 +-
 imp/lib/Compose.php                                       |   12 +-
 imp/lib/Contents.php                                      |    2 +-
 imp/lib/IMP.php                                           |   13 +-
 imp/lib/Mime/Viewer/Html.php                              |    4 +-
 imp/lib/Mime/Viewer/Pgp.php                               |    2 +-
 imp/lib/Mime/Viewer/Plain.php                             |    7 +-
 imp/lib/Prefs/Ui.php                                      |    2 +-
 imp/lib/Ui/Compose.php                                    |    2 +-
 imp/lib/Ui/Mailbox.php                                    |    2 +-
 imp/lib/Ui/Message.php                                    |    6 +-
 imp/mailbox.php                                           |    2 +-
 imp/message-mimp.php                                      |    2 +-
 imp/view.php                                              |    2 +-
 ingo/lib/Ingo.php                                         |    2 +-
 jonah/delivery/rss.php                                    |    2 +-
 jonah/lib/Api.php                                         |    6 +-
 jonah/lib/Block/latest.php                                |    2 +-
 jonah/lib/Block/story.php                                 |    2 +-
 jonah/lib/Driver.php                                      |    4 +-
 jonah/lib/News.php                                        |    6 +-
 jonah/stories/pdf.php                                     |    2 +-
 jonah/stories/view.php                                    |    2 +-
 kronolith/templates/itip/notification.html.php            |    2 +-
 kronolith/templates/view/view.inc                         |    6 +-
 luxor/lib/Lang/Generic.php                                |    2 +-
 luxor/lib/Luxor.php                                       |    4 +-
 mnemo/lib/Block/note.php                                  |    4 +-
 mnemo/templates/view/memo.inc                             |    2 +-
 nag/lib/Task.php                                          |    2 +-
 whups/lib/Renderer/Comment.php                            |    4 +-
 73 files changed, 333 insertions(+), 135 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Binder/TextFilter.php
 create mode 100644 framework/Core/lib/Horde/Core/Factory/TextFilter.php

http://git.horde.org/diff.php/agora/lib/Messages.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/EditCaption.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/ansel/lib/Tile/Image.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/ansel/lib/View/Base.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/ansel/templates/captions/captions.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/ansel/templates/image/crop_image.inc?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/ansel/templates/image/edit_image.inc?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/ansel/templates/image/preview_cropimage.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/ansel/templates/image/preview_image.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/ansel/templates/image/resize_image.inc?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/ansel/templates/view/gallery.inc?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/ansel/templates/view/gallerylightbox.inc?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/ansel/templates/view/image.inc?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/chora/annotate.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/chora/browsedir.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/chora/cvsgraph.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/chora/diff.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/chora/history.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/chora/lib/Chora.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/chora/stats.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/chora/templates/checkout/checkout.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/folks/lib/Driver.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/folks/lib/Forms/Activity.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/folks/lib/Notification/facebook.php?rt=horde-git&r1=7ee32238f69e45b2d5f5c37853321505118e530f&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/framework/Core/lib/Horde/Config.php?rt=horde-git&r1=f51219d853ecbc41ae3948bef25f6c5e8c36217f&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/TextFilter.php?rt=horde-git&r=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/TextFilter.php?rt=horde-git&r=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Text/Filter/Emails.php?rt=horde-git&r1=299524b0175d2e8e37e3b9aa3a21be0654be8af7&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/framework/Core/lib/Horde/Themes.php?rt=horde-git&r1=51c9bd36796c4574f64321a4bbd8ad4b7600a707&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=299524b0175d2e8e37e3b9aa3a21be0654be8af7&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Mail.php?rt=horde-git&r1=fa570ac7910315f57443e5316ab9d5592c73dcea&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/framework/Rampage/scripts/Horde/Rampage/rampage.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter.php?rt=horde-git&r1=732366d9d246a790cbc342f21ce792011ea0ffa0&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Emails.php?rt=horde-git&r1=299524b0175d2e8e37e3b9aa3a21be0654be8af7&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Text2html.php?rt=horde-git&r1=22f1769f5a769204ddeb3bfbdf12ae971b282997&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/emails.phpt?rt=horde-git&r1=6526ed2737651e556c17a12501f97d228322887f&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/horde/lib/Block/fortune.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/horde/lib/Block/twitter_timeline.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/horde/services/twitter.php?rt=horde-git&r1=43afa0adbeb16b0f56f541bffa6be6bd4a4bd6a4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/horde/templates/javascript/open_html_helper.js?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=a609599aaecc2d2add98b197b1389eef294b91a5&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Plain.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/imp/lib/Ui/Mailbox.php?rt=horde-git&r1=aba071378907bfd551fa9773b395ea68412b45a3&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/imp/lib/Ui/Message.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/imp/view.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/ingo/lib/Ingo.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/jonah/delivery/rss.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/jonah/lib/Api.php?rt=horde-git&r1=6573179c4dd65c8761d383737758d30926ec09f6&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/jonah/lib/Block/latest.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/jonah/lib/Block/story.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/jonah/lib/Driver.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/jonah/lib/News.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/jonah/stories/pdf.php?rt=horde-git&r1=02f0d2185d480f2a55973f213f59d89379b3a9ac&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/jonah/stories/view.php?rt=horde-git&r1=02f0d2185d480f2a55973f213f59d89379b3a9ac&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/kronolith/templates/itip/notification.html.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/kronolith/templates/view/view.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/luxor/lib/Lang/Generic.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/luxor/lib/Luxor.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/mnemo/lib/Block/note.php?rt=horde-git&r1=2ebfadf463a0cb344470f58c307debdc53646cbf&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/mnemo/templates/view/memo.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/nag/lib/Task.php?rt=horde-git&r1=51c9bd36796c4574f64321a4bbd8ad4b7600a707&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2
http://git.horde.org/diff.php/whups/lib/Renderer/Comment.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=442b22a378aabaa70d44ec30ec2b33ee0785e0a2

-----------------------------------------------------------------------

commit c02029d4a32c3b1e602f516d4d9301330659e22f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 20 14:30:59 2010 -0600

    Remove horde/Core dependency from horde/Text_Filter

 framework/Core/lib/Horde/Core/Factory/TextFilter.php            |    8 +
 framework/Core/lib/Horde/Core/Text/Filter/Bbcode.php            |   30 +++
 framework/Core/lib/Horde/Core/Text/Filter/Highlightquotes.php   |   84 +++++++
 framework/Core/package.xml                                      |    4 +
 framework/Text_Filter/lib/Horde/Text/Filter/Bbcode.php          |   48 ++--
 framework/Text_Filter/lib/Horde/Text/Filter/Highlightquotes.php |   82 ++++---
 framework/Text_Filter/package.xml                               |    8 +-
 7 files changed, 209 insertions(+), 55 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Text/Filter/Bbcode.php
 create mode 100644 framework/Core/lib/Horde/Core/Text/Filter/Highlightquotes.php

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/TextFilter.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=c02029d4a32c3b1e602f516d4d9301330659e22f
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Text/Filter/Bbcode.php?rt=horde-git&r=c02029d4a32c3b1e602f516d4d9301330659e22f
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Text/Filter/Highlightquotes.php?rt=horde-git&r=c02029d4a32c3b1e602f516d4d9301330659e22f
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=c02029d4a32c3b1e602f516d4d9301330659e22f
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Bbcode.php?rt=horde-git&r1=cd9a236dbe25be9450e508682950d45de4ba6287&r2=c02029d4a32c3b1e602f516d4d9301330659e22f
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Highlightquotes.php?rt=horde-git&r1=22f1769f5a769204ddeb3bfbdf12ae971b282997&r2=c02029d4a32c3b1e602f516d4d9301330659e22f
http://git.horde.org/diff.php/framework/Text_Filter/package.xml?rt=horde-git&r1=732366d9d246a790cbc342f21ce792011ea0ffa0&r2=c02029d4a32c3b1e602f516d4d9301330659e22f

-----------------------------------------------------------------------

commit a881d9b4a6ebf0b09c8c440c35962b6419697be4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Jul 20 18:05:26 2010 -0400

    Track changes to Horde_Controller_Request
    
    This should be everything except for Kolab related issues, as I'm not comfortable
    touching Kolab code.

 folks/lib/Forms/Activity.php                                      |    2 +-
 folks/lib/Friends/facebook.php                                    |    2 +-
 folks/lib/Notification/facebook.php                               |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync.php                     |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/ActiveSync/Factory.php  |    2 +-
 framework/Core/lib/Horde/Core/Binder/Twitter.php                  |    2 +-
 framework/Rpc/lib/Horde/Rpc.php                                   |   12 ++--
 framework/Rpc/lib/Horde/Rpc/ActiveSync.php                        |    4 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php    |   19 +++--
 .../Service_Twitter/lib/Horde/Service/Twitter/Auth/Oauth.php      |    2 +-
 horde/rpc.php                                                     |    4 +-
 horde/services/twitter.php                                        |    2 +-
 turba/lib/Driver/Facebook.php                                     |    2 +-
 13 files changed, 29 insertions(+), 28 deletions(-)

http://git.horde.org/diff.php/folks/lib/Forms/Activity.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=a881d9b4a6ebf0b09c8c440c35962b6419697be4
http://git.horde.org/diff.php/folks/lib/Friends/facebook.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a881d9b4a6ebf0b09c8c440c35962b6419697be4
http://git.horde.org/diff.php/folks/lib/Notification/facebook.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=a881d9b4a6ebf0b09c8c440c35962b6419697be4
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync.php?rt=horde-git&r1=da5f0dc719d294cd95f376dae3150f2de7ed06b1&r2=a881d9b4a6ebf0b09c8c440c35962b6419697be4
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/ActiveSync/Factory.php?rt=horde-git&r1=121652b06b516af77a95fa3b18f62975c20b17e1&r2=a881d9b4a6ebf0b09c8c440c35962b6419697be4
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Twitter.php?rt=horde-git&r1=153c5842aee6509f9e171589a97d1b30989b1fb1&r2=a881d9b4a6ebf0b09c8c440c35962b6419697be4
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=a881d9b4a6ebf0b09c8c440c35962b6419697be4
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/ActiveSync.php?rt=horde-git&r1=586420a74e33395131e4b36b2cff92b97725a25f&r2=a881d9b4a6ebf0b09c8c440c35962b6419697be4
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a881d9b4a6ebf0b09c8c440c35962b6419697be4
http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Auth/Oauth.php?rt=horde-git&r1=153c5842aee6509f9e171589a97d1b30989b1fb1&r2=a881d9b4a6ebf0b09c8c440c35962b6419697be4
http://git.horde.org/diff.php/horde/rpc.php?rt=horde-git&r1=6fc09b8317f9dbde2538e0585e8def7631936eb4&r2=a881d9b4a6ebf0b09c8c440c35962b6419697be4
http://git.horde.org/diff.php/horde/services/twitter.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=a881d9b4a6ebf0b09c8c440c35962b6419697be4
http://git.horde.org/diff.php/turba/lib/Driver/Facebook.php?rt=horde-git&r1=c1d5af276a1a4032771f72b3c97bc80352681b25&r2=a881d9b4a6ebf0b09c8c440c35962b6419697be4

-----------------------------------------------------------------------

commit f9b9fd6b4e44fd733ac14d03b9dbf693efe5fd31
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Jul 20 18:14:38 2010 -0400

    Use injector for getting Facebook instance

 folks/lib/Friends/facebook.php      |   13 +++---
 folks/lib/Notification/facebook.php |   12 +++--
 turba/lib/Driver/Facebook.php       |   85 +++++++++++++++++++----------------
 3 files changed, 61 insertions(+), 49 deletions(-)

http://git.horde.org/diff.php/folks/lib/Friends/facebook.php?rt=horde-git&r1=a881d9b4a6ebf0b09c8c440c35962b6419697be4&r2=f9b9fd6b4e44fd733ac14d03b9dbf693efe5fd31
http://git.horde.org/diff.php/folks/lib/Notification/facebook.php?rt=horde-git&r1=a881d9b4a6ebf0b09c8c440c35962b6419697be4&r2=f9b9fd6b4e44fd733ac14d03b9dbf693efe5fd31
http://git.horde.org/diff.php/turba/lib/Driver/Facebook.php?rt=horde-git&r1=a881d9b4a6ebf0b09c8c440c35962b6419697be4&r2=f9b9fd6b4e44fd733ac14d03b9dbf693efe5fd31

-----------------------------------------------------------------------

commit 1a10fd0ce5ac8f3fea9f085303a2831d5f060fbf
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Jul 20 18:25:35 2010 -0400

    parse error

 horde/rpc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/rpc.php?rt=horde-git&r1=a881d9b4a6ebf0b09c8c440c35962b6419697be4&r2=1a10fd0ce5ac8f3fea9f085303a2831d5f060fbf

-----------------------------------------------------------------------

commit 8e49d9cad19ae84479791d7e0330854c007ebac6
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Jul 20 18:27:43 2010 -0400

    More Horde_Controller change tracking

 framework/Rpc/lib/Horde/Rpc/ActiveSync.php |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/ActiveSync.php?rt=horde-git&r1=a881d9b4a6ebf0b09c8c440c35962b6419697be4&r2=8e49d9cad19ae84479791d7e0330854c007ebac6

-----------------------------------------------------------------------

commit 4bb6919a96ef42eb0c048bc5ae4548bda7e7ddcb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 21 18:08:22 2010 -0600

    Convert XSS filter to use DOM/XML parsing.
    
    This frees us from having to worry about malformed HTML and
    instead directly filter the HTML input by removing specific tags
    and/or attributes.

 framework/Mime/lib/Horde/Mime/Viewer/Html.php             |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php |    2 +
 framework/Text_Filter/lib/Horde/Text/Filter/Xss.php       |  417 +++++--------
 framework/Text_Filter/package.xml                         |    3 +-
 framework/Text_Filter/test/Horde/Text/Filter/xss.phpt     |  238 +++----
 imp/lib/Compose.php                                       |    2 +-
 6 files changed, 265 insertions(+), 399 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Html.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=4bb6919a96ef42eb0c048bc5ae4548bda7e7ddcb
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php?rt=horde-git&r1=22f1769f5a769204ddeb3bfbdf12ae971b282997&r2=4bb6919a96ef42eb0c048bc5ae4548bda7e7ddcb
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Xss.php?rt=horde-git&r1=22f1769f5a769204ddeb3bfbdf12ae971b282997&r2=4bb6919a96ef42eb0c048bc5ae4548bda7e7ddcb
http://git.horde.org/diff.php/framework/Text_Filter/package.xml?rt=horde-git&r1=c02029d4a32c3b1e602f516d4d9301330659e22f&r2=4bb6919a96ef42eb0c048bc5ae4548bda7e7ddcb
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/xss.phpt?rt=horde-git&r1=23c8ed79dd7c65bca75f984646522f01fbec467b&r2=4bb6919a96ef42eb0c048bc5ae4548bda7e7ddcb
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=4bb6919a96ef42eb0c048bc5ae4548bda7e7ddcb

-----------------------------------------------------------------------

commit 81ab3055a0a950afaa707bb74d4cccf2526ad161
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 22 11:12:15 2010 -0600

    Convert XSS filter tests to PHPUnit.

 framework/Text_Filter/package.xml                                 |   95 +--
 framework/Text_Filter/test/Horde/Text/Filter/AllTests.php         |   38 +
 framework/Text_Filter/test/Horde/Text/Filter/Autoload.php         |   28 +
 framework/Text_Filter/test/Horde/Text/Filter/XssTest.php          |  Bin 0 -> 22419 bytes
 .../Text_Filter/test/Horde/Text/Filter/fixtures/style_xss01.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss01.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss02.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss03.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss04.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss05.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss06.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss07.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss08.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss09.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss10.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss100.html |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss11.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss12.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss13.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss14.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss15.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss16.html  |   28 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss17.html  |  Bin 35 -> 0 bytes
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss18.html  |  Bin 32 -> 0 bytes
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss19.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss20.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss21.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss22.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss23.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss24.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss25.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss26.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss27.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss28.html  |    2 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss29.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss30.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss31.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss32.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss33.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss34.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss35.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss36.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss37.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss38.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss39.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss40.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss41.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss42.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss43.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss44.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss45.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss46.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss47.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss48.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss49.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss50.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss51.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss52.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss53.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss54.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss55.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss56.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss57.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss58.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss59.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss60.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss61.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss62.html  |    2 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss63.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss64.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss65.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss66.html  |    3 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss67.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss68.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss69.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss70.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss71.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss72.html  |    4 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss73.html  |    2 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss74.html  |    2 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss75.html  |    2 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss76.html  |    5 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss77.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss78.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss79.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss80.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss81.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss82.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss83.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss84.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss85.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss95.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss96.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss97.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss98.html  |   12 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss99.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/phpunit.xml          |    8 +
 framework/Text_Filter/test/Horde/Text/Filter/xss.phpt             |  215 -----
 98 files changed, 78 insertions(+), 448 deletions(-)
 create mode 100644 framework/Text_Filter/test/Horde/Text/Filter/AllTests.php
 create mode 100644 framework/Text_Filter/test/Horde/Text/Filter/Autoload.php
 create mode 100644 framework/Text_Filter/test/Horde/Text/Filter/XssTest.php
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/style_xss01.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss01.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss02.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss03.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss04.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss05.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss06.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss07.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss08.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss09.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss10.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss100.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss11.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss12.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss13.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss14.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss15.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss16.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss17.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss18.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss19.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss20.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss21.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss22.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss23.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss24.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss25.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss26.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss27.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss28.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss29.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss30.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss31.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss32.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss33.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss34.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss35.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss36.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss37.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss38.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss39.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss40.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss41.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss42.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss43.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss44.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss45.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss46.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss47.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss48.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss49.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss50.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss51.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss52.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss53.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss54.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss55.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss56.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss57.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss58.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss59.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss60.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss61.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss62.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss63.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss64.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss65.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss66.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss67.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss68.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss69.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss70.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss71.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss72.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss73.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss74.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss75.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss76.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss77.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss78.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss79.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss80.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss81.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss82.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss83.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss84.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss85.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss95.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss96.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss97.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss98.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss99.html
 create mode 100644 framework/Text_Filter/test/Horde/Text/Filter/phpunit.xml
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/xss.phpt

http://git.horde.org/diff.php/framework/Text_Filter/package.xml?rt=horde-git&r1=4bb6919a96ef42eb0c048bc5ae4548bda7e7ddcb&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/AllTests.php?rt=horde-git&r=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/Autoload.php?rt=horde-git&r=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/XssTest.php?rt=horde-git&r=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/style_xss01.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss01.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss02.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss03.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss04.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss05.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss06.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss07.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss08.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss09.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss10.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss100.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss11.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss12.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss13.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss14.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss15.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss16.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss17.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss18.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss19.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss20.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss21.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss22.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss23.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss24.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss25.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss26.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss27.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss28.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss29.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss30.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss31.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss32.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss33.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss34.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss35.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss36.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss37.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss38.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss39.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss40.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss41.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss42.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss43.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss44.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss45.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss46.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss47.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss48.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss49.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss50.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss51.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss52.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss53.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss54.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss55.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss56.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss57.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss58.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss59.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss60.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss61.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss62.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss63.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss64.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss65.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss66.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss67.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss68.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss69.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss70.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss71.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss72.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss73.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss74.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss75.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss76.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss77.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss78.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss79.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss80.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss81.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss82.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss83.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss84.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss85.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss95.html?rt=horde-git&r1=23c8ed79dd7c65bca75f984646522f01fbec467b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss96.html?rt=horde-git&r1=14d802ae6bf6ae4e7d8721deeb3fd7ffab66a97a&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss97.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss98.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss99.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/phpunit.xml?rt=horde-git&r=81ab3055a0a950afaa707bb74d4cccf2526ad161
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/xss.phpt?rt=horde-git&r1=4bb6919a96ef42eb0c048bc5ae4548bda7e7ddcb&r2=81ab3055a0a950afaa707bb74d4cccf2526ad161

-----------------------------------------------------------------------

commit 3f3c1a9dbac8bffda689b1017c5e6d4e04adbaba
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 22 11:23:36 2010 -0600

    PHPUnit does not like the static usage of DOMDocument.

 framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php?rt=horde-git&r1=4bb6919a96ef42eb0c048bc5ae4548bda7e7ddcb&r2=3f3c1a9dbac8bffda689b1017c5e6d4e04adbaba

-----------------------------------------------------------------------

commit da03dcac1b1708dc4d248af26b6b2ea3c8f4c09b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 22 12:16:39 2010 -0600

    Remove e preg modifier

 framework/Text_Filter/lib/Horde/Text/Filter/Environment.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Environment.php?rt=horde-git&r1=627a1c64d6a13ae37e40c1abca767377e0c98054&r2=da03dcac1b1708dc4d248af26b6b2ea3c8f4c09b

-----------------------------------------------------------------------

commit 07c5d05fa23d1424e3073cf364f33a483b84a8a5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 22 12:34:49 2010 -0600

    Add missing default parameter

 framework/Text_Filter/lib/Horde/Text/Filter/Text2html.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Text2html.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=07c5d05fa23d1424e3073cf364f33a483b84a8a5

-----------------------------------------------------------------------

commit 52d626ee01c245151ab0e997c95a0c8b617f46d5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 22 12:39:29 2010 -0600

    Better matching existence checking

 framework/Text_Filter/lib/Horde/Text/Filter/Emails.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Emails.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=52d626ee01c245151ab0e997c95a0c8b617f46d5

-----------------------------------------------------------------------

commit 69d3938fec6ae969f8a5eb8d2402c0b9a653e731
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 22 13:04:02 2010 -0600

    Fix phpdoc.

 framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php?rt=horde-git&r1=3f3c1a9dbac8bffda689b1017c5e6d4e04adbaba&r2=69d3938fec6ae969f8a5eb8d2402c0b9a653e731

-----------------------------------------------------------------------

commit aa7df24a4953126a39d3c1b4e6762ec7bf353571
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 22 12:16:58 2010 -0600

    Convert the rest of Text_Filter tests to PHPUnit.

 framework/Text_Filter/package.xml                                 |   15 +-
 framework/Text_Filter/test/Horde/Text/Filter/EmailsTest.php       |   39 +
 framework/Text_Filter/test/Horde/Text/Filter/EnvironmentTest.php  |   35 +
 framework/Text_Filter/test/Horde/Text/Filter/Html2textTest.php    |  448 +++++
 framework/Text_Filter/test/Horde/Text/Filter/Space2htmlTest.php   |   53 +
 framework/Text_Filter/test/Horde/Text/Filter/Text2htmlTest.php    |  107 +
 framework/Text_Filter/test/Horde/Text/Filter/emails.phpt          |   40 -
 framework/Text_Filter/test/Horde/Text/Filter/environment.phpt     |   31 -
 .../Text_Filter/test/Horde/Text/Filter/fixtures/html2text.html    |  176 --
 .../Text_Filter/test/Horde/Text/Filter/fixtures/text2html.txt     |    9 -
 framework/Text_Filter/test/Horde/Text/Filter/html2text.phpt       |  155 --
 framework/Text_Filter/test/Horde/Text/Filter/html2text2.phpt      |   37 -
 framework/Text_Filter/test/Horde/Text/Filter/html2text3.phpt      |   66 -
 framework/Text_Filter/test/Horde/Text/Filter/space2html.phpt      |   29 -
 framework/Text_Filter/test/Horde/Text/Filter/text2html.phpt       |   94 -
 15 files changed, 687 insertions(+), 647 deletions(-)
 create mode 100644 framework/Text_Filter/test/Horde/Text/Filter/EmailsTest.php
 create mode 100644 framework/Text_Filter/test/Horde/Text/Filter/EnvironmentTest.php
 create mode 100644 framework/Text_Filter/test/Horde/Text/Filter/Html2textTest.php
 create mode 100644 framework/Text_Filter/test/Horde/Text/Filter/Space2htmlTest.php
 create mode 100644 framework/Text_Filter/test/Horde/Text/Filter/Text2htmlTest.php
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/emails.phpt
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/environment.phpt
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/html2text.html
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/fixtures/text2html.txt
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/html2text.phpt
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/html2text2.phpt
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/html2text3.phpt
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/space2html.phpt
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/text2html.phpt

http://git.horde.org/diff.php/framework/Text_Filter/package.xml?rt=horde-git&r1=81ab3055a0a950afaa707bb74d4cccf2526ad161&r2=aa7df24a4953126a39d3c1b4e6762ec7bf353571
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/EmailsTest.php?rt=horde-git&r=aa7df24a4953126a39d3c1b4e6762ec7bf353571
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/EnvironmentTest.php?rt=horde-git&r=aa7df24a4953126a39d3c1b4e6762ec7bf353571
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/Html2textTest.php?rt=horde-git&r=aa7df24a4953126a39d3c1b4e6762ec7bf353571
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/Space2htmlTest.php?rt=horde-git&r=aa7df24a4953126a39d3c1b4e6762ec7bf353571
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/Text2htmlTest.php?rt=horde-git&r=aa7df24a4953126a39d3c1b4e6762ec7bf353571
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/emails.phpt?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=aa7df24a4953126a39d3c1b4e6762ec7bf353571
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/environment.phpt?rt=horde-git&r1=6526ed2737651e556c17a12501f97d228322887f&r2=aa7df24a4953126a39d3c1b4e6762ec7bf353571
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/html2text.html?rt=horde-git&r1=9313cdee4f6ab63e30b3be1a858ab101b6a5b111&r2=aa7df24a4953126a39d3c1b4e6762ec7bf353571
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/text2html.txt?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=aa7df24a4953126a39d3c1b4e6762ec7bf353571
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/html2text.phpt?rt=horde-git&r1=a07a670b86c2a5d7c611d903ffbd516f99f30ee7&r2=aa7df24a4953126a39d3c1b4e6762ec7bf353571
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/html2text2.phpt?rt=horde-git&r1=a07a670b86c2a5d7c611d903ffbd516f99f30ee7&r2=aa7df24a4953126a39d3c1b4e6762ec7bf353571
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/html2text3.phpt?rt=horde-git&r1=9313cdee4f6ab63e30b3be1a858ab101b6a5b111&r2=aa7df24a4953126a39d3c1b4e6762ec7bf353571
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/space2html.phpt?rt=horde-git&r1=6526ed2737651e556c17a12501f97d228322887f&r2=aa7df24a4953126a39d3c1b4e6762ec7bf353571
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/text2html.phpt?rt=horde-git&r1=6526ed2737651e556c17a12501f97d228322887f&r2=aa7df24a4953126a39d3c1b4e6762ec7bf353571

-----------------------------------------------------------------------

commit b077e75cf250faa5be9fdda55431621709b71508
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 22 14:38:50 2010 -0600

    Convert IMP HTML viewer to using XML/DOM parser.

 imp/js/imp.js                       |    2 +-
 imp/lib/Mime/Viewer/Html.php        |  270 ++++++++++++++++++-----------------
 imp/lib/tests/mime_viewer_html.phpt |   87 +++++++-----
 3 files changed, 188 insertions(+), 171 deletions(-)

http://git.horde.org/diff.php/imp/js/imp.js?rt=horde-git&r1=d6ddd5319c226270e0124d093a151c52eadca97b&r2=b077e75cf250faa5be9fdda55431621709b71508
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=b077e75cf250faa5be9fdda55431621709b71508
http://git.horde.org/diff.php/imp/lib/tests/mime_viewer_html.phpt?rt=horde-git&r1=c976326cfd1ee61836b14cfdfc223cea86053683&r2=b077e75cf250faa5be9fdda55431621709b71508

-----------------------------------------------------------------------

commit b524c489fd3eee15e5c1a7fd8c301a8e0c96a5e2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 23 09:58:23 2010 -0600

    Fix parsing mailto: URLs in HTML viewer

 imp/lib/IMP.php              |   23 ++++++++++++++++-------
 imp/lib/Mime/Viewer/Html.php |    5 +++--
 2 files changed, 19 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=b524c489fd3eee15e5c1a7fd8c301a8e0c96a5e2
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=b077e75cf250faa5be9fdda55431621709b71508&r2=b524c489fd3eee15e5c1a7fd8c301a8e0c96a5e2

-----------------------------------------------------------------------

commit 15a4bac530af50296f53dfdd73c52c476882de10
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 23 10:08:17 2010 -0600

    Allow Xss filter to return a DOMDocument object.

 framework/Text_Filter/lib/Horde/Text/Filter/Xss.php |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Xss.php?rt=horde-git&r1=4bb6919a96ef42eb0c048bc5ae4548bda7e7ddcb&r2=15a4bac530af50296f53dfdd73c52c476882de10

-----------------------------------------------------------------------

commit dd5faae5171825818bf591ce5d5a5f5b3466e8aa
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 23 10:43:22 2010 -0600

    Remove unneeded comment.

 framework/Text_Filter/lib/Horde/Text/Filter/Xss.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Xss.php?rt=horde-git&r1=15a4bac530af50296f53dfdd73c52c476882de10&r2=dd5faae5171825818bf591ce5d5a5f5b3466e8aa

-----------------------------------------------------------------------

commit 1b6d96ff95dbcc6009d4b5fe0d152e3b80880211
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 23 11:49:23 2010 -0600

    Horde_Mime_Viewer HTML viewer now uses DOM parsing.
    
    Additionally, refactor driver so that it (and things like the IMP
    extended driver) can reuse the DOMDocument object so that the HTML data
    does not need to be continually reparsed.

 framework/Mime/lib/Horde/Mime/Viewer/Html.php |  259 ++++++++++++++-----------
 imp/lib/Mime/Viewer/Html.php                  |  207 +++++++++-----------
 imp/lib/tests/mime_viewer_html.phpt           |   45 ++++-
 3 files changed, 277 insertions(+), 234 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Html.php?rt=horde-git&r1=4bb6919a96ef42eb0c048bc5ae4548bda7e7ddcb&r2=1b6d96ff95dbcc6009d4b5fe0d152e3b80880211
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=b524c489fd3eee15e5c1a7fd8c301a8e0c96a5e2&r2=1b6d96ff95dbcc6009d4b5fe0d152e3b80880211
http://git.horde.org/diff.php/imp/lib/tests/mime_viewer_html.phpt?rt=horde-git&r1=b077e75cf250faa5be9fdda55431621709b71508&r2=1b6d96ff95dbcc6009d4b5fe0d152e3b80880211

-----------------------------------------------------------------------

commit 6520b990fc76e43996fe8656f833bc10218499a7
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 23 14:59:08 2010 -0400

    Add a custom version of scriptaculous' inplaceeditor.
    
    More effecient usage, adds more options, use prototype elements, events.
    Better CSS.

 ansel/js/editcaption.js              |   38 ---
 ansel/lib/Ajax/Imple/EditCaption.php |   16 +-
 ansel/lib/Tile/Image.php             |    6 +-
 ansel/lib/View/Image.php             |    3 +-
 ansel/themes/screen.css              |   23 --
 horde/js/inplaceeditor.js            |  460 ++++++++++++++++++++++++++++++++++
 horde/themes/screen.css              |    9 +
 7 files changed, 484 insertions(+), 71 deletions(-)
 delete mode 100644 ansel/js/editcaption.js
 create mode 100644 horde/js/inplaceeditor.js

http://git.horde.org/diff.php/ansel/js/editcaption.js?rt=horde-git&r1=342c9c84bd64728e7bb89092616407f773ba688a&r2=6520b990fc76e43996fe8656f833bc10218499a7
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/EditCaption.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=6520b990fc76e43996fe8656f833bc10218499a7
http://git.horde.org/diff.php/ansel/lib/Tile/Image.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=6520b990fc76e43996fe8656f833bc10218499a7
http://git.horde.org/diff.php/ansel/lib/View/Image.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=6520b990fc76e43996fe8656f833bc10218499a7
http://git.horde.org/diff.php/ansel/themes/screen.css?rt=horde-git&r1=0395936f19ae533fdc096354b5b358da57ae8036&r2=6520b990fc76e43996fe8656f833bc10218499a7
http://git.horde.org/co.php/horde/js/inplaceeditor.js?rt=horde-git&r=6520b990fc76e43996fe8656f833bc10218499a7
http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=4f4fa3e6bebde4f8b9fffa671f76a41300aea34b&r2=6520b990fc76e43996fe8656f833bc10218499a7

-----------------------------------------------------------------------

commit 6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 14 16:02:24 2010 -0600

    Merge horde/Ui with horde/Core.

 agora/forums.php                                              |    2 +-
 agora/lib/Comments.php                                        |    2 +-
 agora/messages/index.php                                      |    2 +-
 agora/moderate.php                                            |    2 +-
 agora/search.php                                              |    2 +-
 agora/threads.php                                             |    2 +-
 ansel/faces/gallery.php                                       |    2 +-
 ansel/faces/search/all.php                                    |    2 +-
 ansel/faces/search/image_search.php                           |    2 +-
 ansel/faces/search/name.php                                   |    2 +-
 ansel/faces/search/named.php                                  |    2 +-
 ansel/faces/search/owner.php                                  |    2 +-
 ansel/faces/search/tabs.php                                   |    2 +-
 ansel/group.php                                               |    2 +-
 ansel/lib/Block/cloud.php                                     |    2 +-
 ansel/lib/View/GalleryRenderer/Gallery.php                    |    2 +-
 ansel/lib/View/GalleryRenderer/GalleryLightbox.php            |    2 +-
 ansel/lib/View/List.php                                       |    2 +-
 ansel/lib/View/Results.php                                    |    2 +-
 babel/view.php                                                |    2 +-
 beatnik/listzones.php                                         |    2 +-
 fima/lib/UI/VarRenderer/fima.php                              |    8 +-
 fima/postings.php                                             |    2 +-
 folks/account/tabs.php                                        |    2 +-
 folks/activity.php                                            |    2 +-
 folks/birthday.php                                            |    2 +-
 folks/edit/tabs.php                                           |    2 +-
 folks/list.php                                                |    2 +-
 folks/new.php                                                 |    2 +-
 folks/online.php                                              |    2 +-
 folks/popularity.php                                          |    2 +-
 folks/search.php                                              |    2 +-
 framework/Core/lib/Horde/Core/Ui/FlagImage.php                |   39 +
 framework/Core/lib/Horde/Core/Ui/JsCalendar.php               |   85 +
 framework/Core/lib/Horde/Core/Ui/Language.php                 |   46 +
 framework/Core/lib/Horde/Core/Ui/Pager.php                    |  128 +
 framework/Core/lib/Horde/Core/Ui/Tabs.php                     |  114 +
 framework/Core/lib/Horde/Core/Ui/TagCloud.php                 |  317 ++
 framework/Core/lib/Horde/Core/Ui/VarRenderer.php              |  105 +
 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php         | 1673 +++++++++
 framework/Core/lib/Horde/Core/Ui/VarRenderer/TablesetHtml.php |  123 +
 framework/Core/lib/Horde/Core/Ui/Widget.php                   |  129 +
 framework/Core/package.xml                                    |   27 +-
 framework/Form/Form/Renderer.php                              |    4 +-
 framework/Ui/lib/Horde/Ui/FlagImage.php                       |   39 -
 framework/Ui/lib/Horde/Ui/JsCalendar.php                      |   82 -
 framework/Ui/lib/Horde/Ui/Language.php                        |   44 -
 framework/Ui/lib/Horde/Ui/Pager.php                           |  129 -
 framework/Ui/lib/Horde/Ui/Tabs.php                            |  112 -
 framework/Ui/lib/Horde/Ui/TagCloud.php                        |  315 --
 framework/Ui/lib/Horde/Ui/VarRenderer.php                     |  103 -
 framework/Ui/lib/Horde/Ui/VarRenderer/Html.php                | 1671 --------
 framework/Ui/lib/Horde/Ui/VarRenderer/TablesetHtml.php        |  121 -
 framework/Ui/lib/Horde/Ui/Widget.php                          |  127 -
 framework/Ui/package.xml                                      |  122 -
 gollem/manager.php                                            |    2 +-
 hermes/lib/Hermes.php                                         |    2 +-
 hermes/lib/Table.php                                          |    8 +-
 hermes/search.php                                             |    2 +-
 hermes/time.php                                               |    2 +-
 horde/admin/sessions.php                                      |    2 +-
 horde/lib/Block/cloud.php                                     |    2 +-
 horde/services/help/index.php                                 |    2 +-
 horde/templates/admin/user/list.inc                           |    2 +-
 imp/message.php                                               |    4 +-
 imp/search.php                                                |    4 +-
 ingo/lib/Ui/VarRenderer/Ingo.php                              |    2 +-
 ingo/spam.php                                                 |    2 +-
 jonah/lib/Block/cloud.php                                     |    2 +-
 jonah/stories/view.php                                        |    2 +-
 koward/lib/Koward/Controller/ObjectController.php             |    2 +-
 kronolith/attendees.php                                       |    2 +-
 kronolith/lib/Event.php                                       |    4 +-
 kronolith/lib/Kronolith.php                                   |    6 +-
 nag/lib/Ui/VarRenderer/Nag.php                                |    8 +-
 nag/list.php                                                  |    2 +-
 news/admin/tabs.php                                           |    2 +-
 news/lib/Forms/Search.php                                     |    2 +-
 news/lib/Search.php                                           |    2 +-
 news/lib/TagCloud.php                                         |    2 +-
 operator/search.php                                           |    2 +-
 shout/lib/Shout.php                                           |    2 +-
 skoli/entry.php                                               |    2 +-
 turba/contact.php                                             |    2 +-
 turba/lib/View/List.php                                       |    6 +-
 turba/search.php                                              |    2 +-
 vilma/lib/Vilma.php                                           |    4 +-
 vilma/users/index.php                                         |    2 +-
 whups/admin/index.php                                         |    2 +-
 whups/lib/Forms/VarRenderer.php                               |   12 +-
 whups/lib/Query.php                                           |    2 +-
 whups/lib/Renderer/Query.php                                  |    2 +-
 whups/lib/Whups.php                                           |    2 +-
 whups/query/index.php                                         |    2 +-
 94 files changed, 2879 insertions(+), 2962 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Ui/FlagImage.php
 create mode 100644 framework/Core/lib/Horde/Core/Ui/JsCalendar.php
 create mode 100644 framework/Core/lib/Horde/Core/Ui/Language.php
 create mode 100644 framework/Core/lib/Horde/Core/Ui/Pager.php
 create mode 100644 framework/Core/lib/Horde/Core/Ui/Tabs.php
 create mode 100644 framework/Core/lib/Horde/Core/Ui/TagCloud.php
 create mode 100644 framework/Core/lib/Horde/Core/Ui/VarRenderer.php
 create mode 100644 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php
 create mode 100644 framework/Core/lib/Horde/Core/Ui/VarRenderer/TablesetHtml.php
 create mode 100644 framework/Core/lib/Horde/Core/Ui/Widget.php
 delete mode 100644 framework/Ui/lib/Horde/Ui/FlagImage.php
 delete mode 100644 framework/Ui/lib/Horde/Ui/JsCalendar.php
 delete mode 100644 framework/Ui/lib/Horde/Ui/Language.php
 delete mode 100644 framework/Ui/lib/Horde/Ui/Pager.php
 delete mode 100644 framework/Ui/lib/Horde/Ui/Tabs.php
 delete mode 100644 framework/Ui/lib/Horde/Ui/TagCloud.php
 delete mode 100644 framework/Ui/lib/Horde/Ui/VarRenderer.php
 delete mode 100644 framework/Ui/lib/Horde/Ui/VarRenderer/Html.php
 delete mode 100644 framework/Ui/lib/Horde/Ui/VarRenderer/TablesetHtml.php
 delete mode 100644 framework/Ui/lib/Horde/Ui/Widget.php
 delete mode 100644 framework/Ui/package.xml

http://git.horde.org/diff.php/agora/forums.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/agora/lib/Comments.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/agora/messages/index.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/agora/moderate.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/agora/search.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/agora/threads.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/ansel/faces/gallery.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/ansel/faces/search/all.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/ansel/faces/search/image_search.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/ansel/faces/search/name.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/ansel/faces/search/named.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/ansel/faces/search/owner.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/ansel/faces/search/tabs.php?rt=horde-git&r1=01f3b2a47fad7946a8c640fcda0a01cfaf45c648&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/ansel/group.php?rt=horde-git&r1=c21c38defb72570ea3e320c487194f1d8ff8fac8&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/ansel/lib/Block/cloud.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/Gallery.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/GalleryLightbox.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/ansel/lib/View/List.php?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/ansel/lib/View/Results.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/babel/view.php?rt=horde-git&r1=f694e1112316d4cc7bef9e9275e538f64628095a&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/beatnik/listzones.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/fima/lib/UI/VarRenderer/fima.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/fima/postings.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/folks/account/tabs.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/folks/activity.php?rt=horde-git&r1=c359db9b00ea1ede5895a66550f6987a110cf514&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/folks/birthday.php?rt=horde-git&r1=c359db9b00ea1ede5895a66550f6987a110cf514&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/folks/edit/tabs.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/folks/list.php?rt=horde-git&r1=c359db9b00ea1ede5895a66550f6987a110cf514&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/folks/new.php?rt=horde-git&r1=c359db9b00ea1ede5895a66550f6987a110cf514&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/folks/online.php?rt=horde-git&r1=c359db9b00ea1ede5895a66550f6987a110cf514&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/folks/popularity.php?rt=horde-git&r1=c359db9b00ea1ede5895a66550f6987a110cf514&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/folks/search.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/FlagImage.php?rt=horde-git&r=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/JsCalendar.php?rt=horde-git&r=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/Language.php?rt=horde-git&r=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/Pager.php?rt=horde-git&r=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/Tabs.php?rt=horde-git&r=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/TagCloud.php?rt=horde-git&r=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/VarRenderer.php?rt=horde-git&r=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php?rt=horde-git&r=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/VarRenderer/TablesetHtml.php?rt=horde-git&r=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/Widget.php?rt=horde-git&r=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=c02029d4a32c3b1e602f516d4d9301330659e22f&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/framework/Form/Form/Renderer.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/FlagImage.php?rt=horde-git&r1=86fabfe0c09db15976a0b88f05351f756527268c&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/JsCalendar.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/Language.php?rt=horde-git&r1=51c9bd36796c4574f64321a4bbd8ad4b7600a707&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/Pager.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/Tabs.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/TagCloud.php?rt=horde-git&r1=c3458e6dd9780340bb18f6e54fdd10b02e880f52&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/VarRenderer.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/VarRenderer/Html.php?rt=horde-git&r1=c16292ee564fc1962d8e103be10759864c4cfbba&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/VarRenderer/TablesetHtml.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/Widget.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/framework/Ui/package.xml?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/gollem/manager.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/hermes/lib/Hermes.php?rt=horde-git&r1=6fff6de13bb81e599d1f5e7343033b5a86504771&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/hermes/lib/Table.php?rt=horde-git&r1=7a85d89d830b74cb282fa7c8d59bf63d715a5ad9&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/hermes/search.php?rt=horde-git&r1=6266e6db7fc9124db6a84941b6bb12d3541a47b4&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/hermes/time.php?rt=horde-git&r1=21e6ab16bb3435a787bf3596c0e3d42d7dbc9161&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/horde/admin/sessions.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/horde/lib/Block/cloud.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/horde/services/help/index.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/horde/templates/admin/user/list.inc?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/imp/search.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/ingo/lib/Ui/VarRenderer/Ingo.php?rt=horde-git&r1=ce45992f1b882ca56743c47290c6796c25f6f6d4&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/ingo/spam.php?rt=horde-git&r1=ce45992f1b882ca56743c47290c6796c25f6f6d4&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/jonah/lib/Block/cloud.php?rt=horde-git&r1=02f0d2185d480f2a55973f213f59d89379b3a9ac&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/jonah/stories/view.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/koward/lib/Koward/Controller/ObjectController.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/kronolith/attendees.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/nag/lib/Ui/VarRenderer/Nag.php?rt=horde-git&r1=7fb94c01e7b32caf1833bbf3e8ba1810dfb05bbd&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/nag/list.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/news/admin/tabs.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/news/lib/Forms/Search.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/news/lib/Search.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/news/lib/TagCloud.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/operator/search.php?rt=horde-git&r1=62bf2e16044836371a8c666f0a9f1916dd005d6e&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/shout/lib/Shout.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/skoli/entry.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/turba/contact.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/turba/lib/View/List.php?rt=horde-git&r1=7857f589b7a93fbd3a78a5a7d2aa70f54ceacdd9&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/turba/search.php?rt=horde-git&r1=7ab2b244936de50db86beeeb9ec729d2b0d6a760&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/vilma/lib/Vilma.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/vilma/users/index.php?rt=horde-git&r1=7c5d7e45cef461482636d06d39521bd40fa20ece&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/whups/admin/index.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/whups/lib/Forms/VarRenderer.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/whups/lib/Query.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/whups/lib/Renderer/Query.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/whups/lib/Whups.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9
http://git.horde.org/diff.php/whups/query/index.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9

-----------------------------------------------------------------------

commit 0f4ce204ab8861df841f34a7cb5252c792d81e12
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 23 14:46:01 2010 -0600

    Fix phpdoc.

 framework/Util/lib/Horde/Util.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=136f92429a107d4c35f9e7bfeb8fe329f7cb8817&r2=0f4ce204ab8861df841f34a7cb5252c792d81e12

-----------------------------------------------------------------------

commit d4ffbab1a0d6377b5052d870dc766490bb495bd3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 23 14:53:14 2010 -0600

    Clean up Horde_Ui_Core_Pager::.
    
    Use Horde_Url.
    Combine statements.

 framework/Core/lib/Horde/Core/Ui/Pager.php |   44 ++++++++++++++--------------
 1 files changed, 22 insertions(+), 22 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/Pager.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=d4ffbab1a0d6377b5052d870dc766490bb495bd3

-----------------------------------------------------------------------

commit ebb072950dc84bff70ce606b69da5130c8a82d3a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 23 15:32:19 2010 -0600

    Don't search own addresses when doing tied/recipient check

 imp/lib/Compose.php        |    2 +-
 imp/lib/Prefs/Identity.php |   27 ++++++++++++---------------
 2 files changed, 13 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=4bb6919a96ef42eb0c048bc5ae4548bda7e7ddcb&r2=ebb072950dc84bff70ce606b69da5130c8a82d3a
http://git.horde.org/diff.php/imp/lib/Prefs/Identity.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=ebb072950dc84bff70ce606b69da5130c8a82d3a

-----------------------------------------------------------------------

commit 481c7f4626ceed3c64f7a1bd6c0ffe00c5cf9fa5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 23 15:52:46 2010 -0600

    Need to check the scheme of the actual link, not the text data

 framework/Mime/lib/Horde/Mime/Viewer/Html.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Html.php?rt=horde-git&r1=1b6d96ff95dbcc6009d4b5fe0d152e3b80880211&r2=481c7f4626ceed3c64f7a1bd6c0ffe00c5cf9fa5

-----------------------------------------------------------------------

commit 9737f5bcd72d0d0789b9f6f6363da3bd1dd4d252
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 23 16:08:00 2010 -0600

    Fix variable name

 imp/lib/Prefs/Identity.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/lib/Prefs/Identity.php?rt=horde-git&r1=ebb072950dc84bff70ce606b69da5130c8a82d3a&r2=9737f5bcd72d0d0789b9f6f6363da3bd1dd4d252

-----------------------------------------------------------------------

commit 454f96547b19637c4a8aeab10a95415809264a87
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 23 16:19:31 2010 -0600

    Fix undefined error for Outlook style addresses

 framework/Core/lib/Horde/Core/Text/Filter/Emails.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Text/Filter/Emails.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=454f96547b19637c4a8aeab10a95415809264a87

-----------------------------------------------------------------------

commit 4db2d3b58a6085706ca1cf85c3a89463d54e3e0b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 23 16:27:21 2010 -0600

    Fix missing parameter error

 framework/Mime/lib/Horde/Mime/Part.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Part.php?rt=horde-git&r1=251fdaa7a63528d0de7301c00a94138780bfda03&r2=4db2d3b58a6085706ca1cf85c3a89463d54e3e0b

-----------------------------------------------------------------------

commit 878796061d9792971ff2266bbc7f3dadd1098b4c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 23 16:35:04 2010 -0600

    Fix unknown image display for PDF thumbnails

 imp/lib/Mime/Viewer/Pdf.php |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pdf.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=878796061d9792971ff2266bbc7f3dadd1098b4c

-----------------------------------------------------------------------

commit d80a637f1af7643e33582eb483ebb5954ea88513
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 23 16:46:00 2010 -0600

    Fix mailto: processing for link tags with pre-existing target attribute

 imp/lib/Mime/Viewer/Html.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=1b6d96ff95dbcc6009d4b5fe0d152e3b80880211&r2=d80a637f1af7643e33582eb483ebb5954ea88513

-----------------------------------------------------------------------

commit 0ec03ab2b173ac391bbbcda3a783b32af38de718
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 23 19:13:54 2010 -0400

    First pass at adding Ajax editing to menmo's note block.
    
    Can probably still tweak some things, but basic functionality is there.
    Just click any where on the note to activate the editor.

 horde/js/inplaceeditor.js         |    6 ++-
 mnemo/lib/Ajax/Imple/EditNote.php |   84 +++++++++++++++++++++++++++++++++++++
 mnemo/lib/Block/note.php          |    7 ++-
 3 files changed, 94 insertions(+), 3 deletions(-)
 create mode 100644 mnemo/lib/Ajax/Imple/EditNote.php

http://git.horde.org/diff.php/horde/js/inplaceeditor.js?rt=horde-git&r1=6520b990fc76e43996fe8656f833bc10218499a7&r2=0ec03ab2b173ac391bbbcda3a783b32af38de718
http://git.horde.org/co.php/mnemo/lib/Ajax/Imple/EditNote.php?rt=horde-git&r=0ec03ab2b173ac391bbbcda3a783b32af38de718
http://git.horde.org/diff.php/mnemo/lib/Block/note.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=0ec03ab2b173ac391bbbcda3a783b32af38de718

-----------------------------------------------------------------------

commit 8c033de2ed775187c43f7d3230cc08858339e290
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 24 14:01:34 2010 -0400

    Rename Ansel_Gallery::getOwner to Ansel_Gallery::getIdentity

 ansel/lib/Gallery.php                              |    7 ++-----
 ansel/lib/Tile/Gallery.php                         |    2 +-
 ansel/lib/View/GalleryRenderer/Gallery.php         |    2 +-
 ansel/lib/View/GalleryRenderer/GalleryLightbox.php |    2 +-
 ansel/lib/Widget/OtherGalleries.php                |    2 +-
 5 files changed, 6 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=8c033de2ed775187c43f7d3230cc08858339e290
http://git.horde.org/diff.php/ansel/lib/Tile/Gallery.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=8c033de2ed775187c43f7d3230cc08858339e290
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/Gallery.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=8c033de2ed775187c43f7d3230cc08858339e290
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/GalleryLightbox.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=8c033de2ed775187c43f7d3230cc08858339e290
http://git.horde.org/diff.php/ansel/lib/Widget/OtherGalleries.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=8c033de2ed775187c43f7d3230cc08858339e290

-----------------------------------------------------------------------

commit c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 24 14:59:24 2010 -0400

    Various renaming and code organization changes:
    
    Rename ansel gallery's "default" image to "key" image - it's not a
    default for anything, name it appropriately in the code
    
    Move all sql storage related code to Ansel_Storage.
    
    Don't use the share's database to manipulate non-share tables.

 ansel/lib/Api.php                               |    4 +-
 ansel/lib/Block/gallery.php                     |    4 +-
 ansel/lib/Block/my_galleries.php                |    2 +-
 ansel/lib/Gallery.php                           |   52 +++++++++-------------
 ansel/lib/Gallery/Decorator/Date.php            |    6 +-
 ansel/lib/GalleryMode/Date.php                  |   18 ++------
 ansel/lib/GalleryMode/Normal.php                |   16 ++-----
 ansel/lib/ImageGenerator.php                    |    4 +-
 ansel/lib/ImageGenerator/PolaroidThumb.php      |    2 +-
 ansel/lib/Storage.php                           |   33 ++++++++++++++
 ansel/lib/Tile/DateGallery.php                  |    2 +-
 ansel/lib/Tile/Gallery.php                      |    2 +-
 ansel/lib/View/EmbeddedRenderer/GalleryLink.php |    6 +-
 ansel/lib/View/Results.php                      |    3 +-
 ansel/lib/Widget/OtherGalleries.php             |    2 +-
 ansel/rss.php                                   |    4 +-
 ansel/templates/group/category.inc              |    2 +-
 ansel/templates/group/owner.inc                 |    2 +-
 18 files changed, 85 insertions(+), 79 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Api.php?rt=horde-git&r1=b3d5b3f124473eb1cdb075f3e2f929731384b478&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/Block/gallery.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/Block/my_galleries.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=8c033de2ed775187c43f7d3230cc08858339e290&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/Gallery/Decorator/Date.php?rt=horde-git&r1=0f7fba3e34d95faed44770b7d484787716bfa9a0&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Date.php?rt=horde-git&r1=253e6a3d0d4e241137f5665e4ac41be62fee9ee8&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Normal.php?rt=horde-git&r1=253e6a3d0d4e241137f5665e4ac41be62fee9ee8&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/ImageGenerator.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/ImageGenerator/PolaroidThumb.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/Tile/DateGallery.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/Tile/Gallery.php?rt=horde-git&r1=8c033de2ed775187c43f7d3230cc08858339e290&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/View/EmbeddedRenderer/GalleryLink.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/View/Results.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/lib/Widget/OtherGalleries.php?rt=horde-git&r1=8c033de2ed775187c43f7d3230cc08858339e290&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/rss.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/templates/group/category.inc?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9
http://git.horde.org/diff.php/ansel/templates/group/owner.inc?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9

-----------------------------------------------------------------------

commit 89685ad84efa8c987f281ce95275c30bac62606e
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Jul 24 15:56:40 2010 -0400

    ws

 framework/Support/lib/Horde/Support/Stack.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Support/lib/Horde/Support/Stack.php?rt=horde-git&r1=95eb2a91e2d18aec9d9eea81eea3dfb0efe395e0&r2=89685ad84efa8c987f281ce95275c30bac62606e

-----------------------------------------------------------------------

commit be5df5808208736e9d6e038d86b4f0a846dcb863
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Jul 24 15:56:57 2010 -0400

    Show the function call trace rather than just the line of the eventual error.

 framework/Core/lib/Horde.php |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=be5df5808208736e9d6e038d86b4f0a846dcb863

-----------------------------------------------------------------------

commit 025d94651802727f7ce4dccb74aacda2fdad7449
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Jul 24 16:08:06 2010 -0400

    Make this class friendlier to injection by moving $path to a setter

 framework/Controller/lib/Horde/Controller/Request/Http.php |   13 +++++------
 1 files changed, 6 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Request/Http.php?rt=horde-git&r1=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec&r2=025d94651802727f7ce4dccb74aacda2fdad7449

-----------------------------------------------------------------------

commit 56fb3e203c3c7ebeb6fdb25ef2b658e852cbeb19
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Jul 24 16:08:46 2010 -0400

    ws

 framework/Core/lib/Horde/Core/Binder/Facebook.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Facebook.php?rt=horde-git&r1=ae1d6ce5e8d61aba5949fd83f613943d66cbcab8&r2=56fb3e203c3c7ebeb6fdb25ef2b658e852cbeb19

-----------------------------------------------------------------------

commit 1887415875d4f90a145f6c7491395e30a78767aa
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Jul 24 16:09:10 2010 -0400

    Add a dom id to details, move it to a div (instead of a pre inside a p, which isn't valid).
    
    Also remove some unnecessary code now that we show a backtrace instead of file/line.

 framework/Core/lib/Horde.php |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=be5df5808208736e9d6e038d86b4f0a846dcb863&r2=1887415875d4f90a145f6c7491395e30a78767aa

-----------------------------------------------------------------------

commit 5221f7d700aaf499e7063ec345ace98048773291
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Jul 24 16:10:01 2010 -0400

    Set $path before returning the request

 framework/Core/lib/Horde/Core/Factory/Request.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Request.php?rt=horde-git&r1=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec&r2=5221f7d700aaf499e7063ec345ace98048773291

-----------------------------------------------------------------------

commit 3a6722cf9371f9399c19d828d1ff7a7b8603f472
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Jul 24 16:10:31 2010 -0400

    Fix type ($cookie => $cookies)

 framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php?rt=horde-git&r1=a881d9b4a6ebf0b09c8c440c35962b6419697be4&r2=3a6722cf9371f9399c19d828d1ff7a7b8603f472

-----------------------------------------------------------------------

commit 1f1a48829a9680d70ab8de4e80c43a6f50082223
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Jul 24 16:10:50 2010 -0400

    ws

 framework/Service_Facebook/lib/Horde/Service/Facebook.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=1f1a48829a9680d70ab8de4e80c43a6f50082223

-----------------------------------------------------------------------

commit 13c93ba17804df889935ca48bc219be053aeb516
Author: Chuck Hagenbuch <chuck at bluestatedigital.com>
Date:   Sat Jul 24 16:27:06 2010 -0400

    HEREDOCs in class member initializers don't seem to work in PHP 5.2.x (parse error)

 framework/Text_Filter/lib/Horde/Text/Filter/Emails.php |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Emails.php?rt=horde-git&r1=52d626ee01c245151ab0e997c95a0c8b617f46d5&r2=13c93ba17804df889935ca48bc219be053aeb516

-----------------------------------------------------------------------

commit 7937f7d0b8c560e7a297cf8c5ca8de06e3b895e1
Author: Chuck Hagenbuch <chuck at bluestatedigital.com>
Date:   Sat Jul 24 16:34:23 2010 -0400

    Take a guess at the number of rows in the note and pass it to the editor.

 mnemo/lib/Ajax/Imple/EditNote.php |   26 +++++++++++++-------------
 mnemo/lib/Block/note.php          |    5 +++--
 2 files changed, 16 insertions(+), 15 deletions(-)

http://git.horde.org/diff.php/mnemo/lib/Ajax/Imple/EditNote.php?rt=horde-git&r1=0ec03ab2b173ac391bbbcda3a783b32af38de718&r2=7937f7d0b8c560e7a297cf8c5ca8de06e3b895e1
http://git.horde.org/diff.php/mnemo/lib/Block/note.php?rt=horde-git&r1=0ec03ab2b173ac391bbbcda3a783b32af38de718&r2=7937f7d0b8c560e7a297cf8c5ca8de06e3b895e1

-----------------------------------------------------------------------

commit 1e8a8e1c7d1168063a23c67f389678085a6d9881
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Jul 24 12:47:22 2010 -0600

    More HTML viewer tweaking

 imp/lib/Mime/Viewer/Html.php |   27 ++++++++++++++++++++++-----
 1 files changed, 22 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=d80a637f1af7643e33582eb483ebb5954ea88513&r2=1e8a8e1c7d1168063a23c67f389678085a6d9881

-----------------------------------------------------------------------

commit 001ec308d8c383bbddf1a4c55dbbf800a6080252
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Jul 25 23:20:10 2010 -0600

    Update phpdoc

 framework/Mime/lib/Horde/Mime.php                     |    8 +++++---
 framework/Mime/lib/Horde/Mime/Address.php             |    8 +++++---
 framework/Mime/lib/Horde/Mime/Exception.php           |    3 ++-
 framework/Mime/lib/Horde/Mime/Headers.php             |    6 ++++--
 framework/Mime/lib/Horde/Mime/Magic.php               |    8 +++++---
 framework/Mime/lib/Horde/Mime/Mail.php                |    6 ++++--
 framework/Mime/lib/Horde/Mime/Mdn.php                 |    6 ++++--
 framework/Mime/lib/Horde/Mime/Part.php                |    8 +++++---
 framework/Mime/lib/Horde/Mime/Viewer.php              |    8 +++++---
 framework/Mime/lib/Horde/Mime/Viewer/Audio.php        |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Css.php          |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Deb.php          |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Default.php      |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Driver.php       |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Enriched.php     |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Enscript.php     |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Html.php         |   10 ++++++----
 framework/Mime/lib/Horde/Mime/Viewer/Images.php       |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Msexcel.php      |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Mspowerpoint.php |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Msword.php       |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Ooo.php          |    8 +++++---
 framework/Mime/lib/Horde/Mime/Viewer/Pdf.php          |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Php.php          |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Plain.php        |    8 +++++---
 framework/Mime/lib/Horde/Mime/Viewer/Rar.php          |    8 +++++---
 framework/Mime/lib/Horde/Mime/Viewer/Report.php       |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Rfc822.php       |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Richtext.php     |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Rpm.php          |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Rtf.php          |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Security.php     |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Simple.php       |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Smil.php         |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Source.php       |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Srchighlite.php  |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Tgz.php          |    8 +++++---
 framework/Mime/lib/Horde/Mime/Viewer/Tnef.php         |    8 +++++---
 framework/Mime/lib/Horde/Mime/Viewer/Vcard.php        |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Webcpp.php       |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Wordperfect.php  |    6 ++++--
 framework/Mime/lib/Horde/Mime/Viewer/Zip.php          |    8 +++++---
 framework/Mime/lib/Horde/Mime/mime.mapping.php        |    5 +++--
 43 files changed, 182 insertions(+), 98 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Address.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Exception.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Headers.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Magic.php?rt=horde-git&r1=30fc86fd904af822bd92a4e1a7d19defef2484c3&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Mail.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Mdn.php?rt=horde-git&r1=808a4d46879f908e87cb97e2735ef5e9076105ea&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Part.php?rt=horde-git&r1=4db2d3b58a6085706ca1cf85c3a89463d54e3e0b&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Audio.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Css.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Deb.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Default.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Driver.php?rt=horde-git&r1=bcf78fab6904296a2d923651d46fef0812bb74bf&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Enriched.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Enscript.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Html.php?rt=horde-git&r1=481c7f4626ceed3c64f7a1bd6c0ffe00c5cf9fa5&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Images.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Msexcel.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Mspowerpoint.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Msword.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Pdf.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Php.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Plain.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Rar.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Report.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Rfc822.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Richtext.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Rpm.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Rtf.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Security.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Simple.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Smil.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Source.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Srchighlite.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Tgz.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Tnef.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Vcard.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Webcpp.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Wordperfect.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Zip.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/mime.mapping.php?rt=horde-git&r1=b9218c358ff19eef6aaf88791471c2c629baefdf&r2=001ec308d8c383bbddf1a4c55dbbf800a6080252

-----------------------------------------------------------------------

commit 7506739fa63f9c0bcd224820e566a256ba6167be
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Jul 26 00:16:29 2010 -0600

    Use parameter in correct function call

 framework/Mime/lib/Horde/Mime/Part.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Part.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=7506739fa63f9c0bcd224820e566a256ba6167be

-----------------------------------------------------------------------

commit 23472425ab20835f7899c928e78fd1c361d565cc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Jul 26 00:02:52 2010 -0600

    One source driver viewer.
    
    Remove Webcpp and Enscript drivers. Use a single driver
    (GNU source-highlight) to render code data.

 framework/Mime/lib/Horde/Mime/Viewer/Enscript.php    |  161 --------------
 framework/Mime/lib/Horde/Mime/Viewer/Srchighlite.php |  100 +++++++--
 framework/Mime/lib/Horde/Mime/Viewer/Webcpp.php      |  111 ----------
 framework/Mime/package.xml                           |    8 +-
 horde/config/mime_drivers.php.dist                   |  198 ++++++++++--------
 horde/docs/UPGRADING                                 |    2 +
 6 files changed, 194 insertions(+), 386 deletions(-)
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Enscript.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Webcpp.php

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Enscript.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=23472425ab20835f7899c928e78fd1c361d565cc
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Srchighlite.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=23472425ab20835f7899c928e78fd1c361d565cc
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Webcpp.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=23472425ab20835f7899c928e78fd1c361d565cc
http://git.horde.org/diff.php/framework/Mime/package.xml?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=23472425ab20835f7899c928e78fd1c361d565cc
http://git.horde.org/diff.php/horde/config/mime_drivers.php.dist?rt=horde-git&r1=3fbb9ddd1f97c04eff42fcd9348a2bf1947fd5e0&r2=23472425ab20835f7899c928e78fd1c361d565cc
http://git.horde.org/diff.php/horde/docs/UPGRADING?rt=horde-git&r1=4da2e6c5009d7689dbf34ee1edd98526a0f72fb3&r2=23472425ab20835f7899c928e78fd1c361d565cc

-----------------------------------------------------------------------

commit 37df1260d3aa4234221245bc43634ec1b528c099
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jul 20 22:33:05 2010 +0200

    Move this method.

 kronolith/lib/Kronolith.php |  122 +++++++++++++++++++++---------------------
 1 files changed, 61 insertions(+), 61 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=37df1260d3aa4234221245bc43634ec1b528c099

-----------------------------------------------------------------------

commit 7d6ef69a3540299fe2cc5d4725849225c4506ae2
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jul 20 22:38:35 2010 +0200

    Add showAjaxView().

 kronolith/index.php         |    4 +---
 kronolith/lib/Kronolith.php |   15 +++++++++++++++
 2 files changed, 16 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/index.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=7d6ef69a3540299fe2cc5d4725849225c4506ae2
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=37df1260d3aa4234221245bc43634ec1b528c099&r2=7d6ef69a3540299fe2cc5d4725849225c4506ae2

-----------------------------------------------------------------------

commit 618404aa4540fdda7568092cc75d9585a0f4c18c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jul 20 22:44:33 2010 +0200

    Add addAnchor() for chaining.

 framework/Url/lib/Horde/Url.php          |   13 +++++++++++++
 framework/Url/test/Horde/Url/AddTest.php |    2 ++
 2 files changed, 15 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Url/lib/Horde/Url.php?rt=horde-git&r1=7a42b804b9c6737e2a4a1d6680bb1d147b1c2f41&r2=618404aa4540fdda7568092cc75d9585a0f4c18c
http://git.horde.org/diff.php/framework/Url/test/Horde/Url/AddTest.php?rt=horde-git&r1=5aa89b8dd72db54de4ece643ac6ba9e9ab199476&r2=618404aa4540fdda7568092cc75d9585a0f4c18c

-----------------------------------------------------------------------

commit 66a6ea1f56ac9f41baca32c171a2f9fb29b3a6a9
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jul 20 23:01:32 2010 +0200

    Require a supported calendar type for editing.

 kronolith/js/kronolith.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=eaa17bf3175f2e4656fd3431919bf0ce19096738&r2=66a6ea1f56ac9f41baca32c171a2f9fb29b3a6a9

-----------------------------------------------------------------------

commit cf2e5e2c5383b57dad5471ec01615c22e2a9a250
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jul 20 23:34:24 2010 +0200

    Catch errors in Kronolith::listEvents() so that the remaining drivers are still loaded and displayed.

 kronolith/lib/Kronolith.php |   59 +++++++++++++++++++++++++++++--------------
 1 files changed, 40 insertions(+), 19 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=7d6ef69a3540299fe2cc5d4725849225c4506ae2&r2=cf2e5e2c5383b57dad5471ec01615c22e2a9a250

-----------------------------------------------------------------------

commit 60c4c543eda20cc9f7ba5883c88d839361b96120
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jul 20 23:51:13 2010 +0200

    Remove unused code.

 kronolith/lib/Event.php |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=60c4c543eda20cc9f7ba5883c88d839361b96120

-----------------------------------------------------------------------

commit b9865ab2fafe2738bf568fbd790d9dd73dccdf50
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 21 00:00:42 2010 +0200

    Catch empty title due to invalid json strings.

 kronolith/js/kronolith.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=66a6ea1f56ac9f41baca32c171a2f9fb29b3a6a9&r2=b9865ab2fafe2738bf568fbd790d9dd73dccdf50

-----------------------------------------------------------------------

commit 00a3d252c7f0b694fdb6599ad22728465d6cf6c5
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 21 00:07:08 2010 +0200

    Redirect to ajax interface when trying to access a tradtional page directly.

 kronolith/add.php                          |    5 +++++
 kronolith/attendees.php                    |    5 +++++
 kronolith/calendars/create.php             |    5 +++++
 kronolith/calendars/delete.php             |    6 ++++++
 kronolith/calendars/edit.php               |    8 +++++++-
 kronolith/calendars/index.php              |    5 +++++
 kronolith/calendars/remote_edit.php        |   11 ++++++++---
 kronolith/calendars/remote_subscribe.php   |   11 +++++++++--
 kronolith/calendars/remote_unsubscribe.php |   11 +++++++++--
 kronolith/contacts.php                     |    5 +++++
 kronolith/data.php                         |    5 +++++
 kronolith/day.php                          |    5 +++++
 kronolith/delete.php                       |    5 +++++
 kronolith/edit.php                         |    5 +++++
 kronolith/event.php                        |    5 +++++
 kronolith/month.php                        |    5 +++++
 kronolith/new.php                          |    5 +++++
 kronolith/perms.php                        |    5 +++++
 kronolith/resources/create.php             |    5 +++++
 kronolith/resources/delete.php             |    5 +++++
 kronolith/resources/edit.php               |    5 +++++
 kronolith/resources/index.php              |    5 +++++
 kronolith/search.php                       |    5 +++++
 kronolith/view.php                         |    5 +++++
 kronolith/week.php                         |    5 +++++
 kronolith/workweek.php                     |    5 +++++
 kronolith/year.php                         |    5 +++++
 27 files changed, 149 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/kronolith/add.php?rt=horde-git&r1=ee0a7e0a65e1cedb48629ceb59e5db3f096a2bed&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/attendees.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/calendars/create.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/calendars/delete.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/calendars/edit.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/calendars/index.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/calendars/remote_edit.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/calendars/remote_subscribe.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/calendars/remote_unsubscribe.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/contacts.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/day.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/delete.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/edit.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/event.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/month.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/new.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/perms.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/resources/create.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/resources/delete.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/resources/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/resources/index.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/search.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/view.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/week.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/workweek.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5
http://git.horde.org/diff.php/kronolith/year.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=00a3d252c7f0b694fdb6599ad22728465d6cf6c5

-----------------------------------------------------------------------

commit 0f20eb449755bce33371770eec3ba4190a66c66b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jul 26 19:08:53 2010 -0400

    parse error

 horde/config/mime_drivers.php.dist |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/config/mime_drivers.php.dist?rt=horde-git&r1=23472425ab20835f7899c928e78fd1c361d565cc&r2=0f20eb449755bce33371770eec3ba4190a66c66b

-----------------------------------------------------------------------

commit 976f8044b7cb1e484382ca0676122458e0d0b715
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Jul 26 13:49:29 2010 -0600

    Move Mime Viewer code to horde/Mime_Viewer package

 framework/Mime/lib/Horde/Mime/Exception.php                       |    2 +-
 framework/Mime/lib/Horde/Mime/Viewer.php                          |  287 -
 framework/Mime/lib/Horde/Mime/Viewer/Audio.php                    |   45 -
 framework/Mime/lib/Horde/Mime/Viewer/Css.php                      |  130 -
 framework/Mime/lib/Horde/Mime/Viewer/Deb.php                      |   87 -
 framework/Mime/lib/Horde/Mime/Viewer/Default.php                  |   19 -
 framework/Mime/lib/Horde/Mime/Viewer/Driver.php                   |  353 -
 framework/Mime/lib/Horde/Mime/Viewer/Enriched.php                 |  202 -
 framework/Mime/lib/Horde/Mime/Viewer/Html.php                     |  287 -
 framework/Mime/lib/Horde/Mime/Viewer/Images.php                   |   84 -
 framework/Mime/lib/Horde/Mime/Viewer/Msexcel.php                  |   59 -
 framework/Mime/lib/Horde/Mime/Viewer/Mspowerpoint.php             |   62 -
 framework/Mime/lib/Horde/Mime/Viewer/Msword.php                   |   68 -
 framework/Mime/lib/Horde/Mime/Viewer/Ooo.php                      |  130 -
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/common.xsl               | 1165 ---
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/global_document.xsl      | 1674 -----
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/main_html.xsl            |  462 --
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/palm.xsl                 |  404 -
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/style_header.xsl         |  379 -
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/style_inlined.xsl        |  398 -
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/style_mapping.xsl        |  660 --
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/table.xsl                |  328 -
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/table_cells.xsl          |  484 --
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/table_columns.xsl        |  215 -
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/table_rows.xsl           |  177 -
 framework/Mime/lib/Horde/Mime/Viewer/Pdf.php                      |   46 -
 framework/Mime/lib/Horde/Mime/Viewer/Php.php                      |   74 -
 framework/Mime/lib/Horde/Mime/Viewer/Plain.php                    |   98 -
 framework/Mime/lib/Horde/Mime/Viewer/Rar.php                      |  121 -
 framework/Mime/lib/Horde/Mime/Viewer/Report.php                   |   43 -
 framework/Mime/lib/Horde/Mime/Viewer/Rfc822.php                   |   94 -
 framework/Mime/lib/Horde/Mime/Viewer/Richtext.php                 |  153 -
 framework/Mime/lib/Horde/Mime/Viewer/Rpm.php                      |   89 -
 framework/Mime/lib/Horde/Mime/Viewer/Rtf.php                      |   66 -
 framework/Mime/lib/Horde/Mime/Viewer/Security.php                 |   36 -
 framework/Mime/lib/Horde/Mime/Viewer/Simple.php                   |   45 -
 framework/Mime/lib/Horde/Mime/Viewer/Smil.php                     |  121 -
 framework/Mime/lib/Horde/Mime/Viewer/Source.php                   |   34 -
 framework/Mime/lib/Horde/Mime/Viewer/Srchighlite.php              |  185 -
 framework/Mime/lib/Horde/Mime/Viewer/Tgz.php                      |  141 -
 framework/Mime/lib/Horde/Mime/Viewer/Tnef.php                     |   89 -
 framework/Mime/lib/Horde/Mime/Viewer/Vcard.php                    |  424 --
 framework/Mime/lib/Horde/Mime/Viewer/Wordperfect.php              |   66 -
 framework/Mime/lib/Horde/Mime/Viewer/Zip.php                      |  156 -
 framework/Mime/package.xml                                        |  124 +-
 framework/Mime/test/Horde/Mime/fixtures/url1.html                 |    1 -
 framework/Mime/test/Horde/Mime/fixtures/url2.html                 |    1 -
 framework/Mime/test/Horde/Mime/fixtures/url3.html                 |    1 -
 framework/Mime/test/Horde/Mime/fixtures/url4.html                 |    1 -
 framework/Mime/test/Horde/Mime/fixtures/url5.html                 |    1 -
 framework/Mime/test/Horde/Mime/fixtures/url6.html                 |    1 -
 framework/Mime/test/Horde/Mime/fixtures/url7.html                 |    1 -
 framework/Mime/test/Horde/Mime/url.phpt                           |   56 -
 framework/Mime/test/Horde/Mime/viewer_php.phpt                    |   27 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer.php                   |  287 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Audio.php             |   45 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Css.php               |  130 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Deb.php               |   87 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Default.php           |   19 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Driver.php            |  353 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Enriched.php          |  202 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php              |  287 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Images.php            |   84 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msexcel.php           |   59 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Mspowerpoint.php      |   62 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msword.php            |   68 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo.php               |  130 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/common.xsl        | 1165 +++
 .../Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/global_document.xsl     | 1674 +++++
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/main_html.xsl     |  462 ++
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/palm.xsl          |  404 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_header.xsl  |  379 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_inlined.xsl |  398 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_mapping.xsl |  660 ++
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table.xsl         |  328 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_cells.xsl   |  484 ++
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_columns.xsl |  215 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_rows.xsl    |  177 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Pdf.php               |   46 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Php.php               |   74 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Plain.php             |   98 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rar.php               |  121 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Report.php            |   43 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rfc822.php            |   94 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Richtext.php          |  153 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rpm.php               |   89 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rtf.php               |   66 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Security.php          |   36 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Simple.php            |   45 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Smil.php              |  121 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Source.php            |   34 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Srchighlite.php       |  185 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tgz.php               |  141 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tnef.php              |   89 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Vcard.php             |  424 ++
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Wordperfect.php       |   66 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Zip.php               |  156 +
 framework/Mime_Viewer/package.xml                                 |  192 +
 framework/Mime_Viewer/test/Horde/Mime/Viewer/url.phpt             |   66 +
 framework/Mime_Viewer/test/Horde/Mime/Viewer/viewer_php.phpt      |   27 +
 100 files changed, 10529 insertions(+), 10452 deletions(-)
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Audio.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Css.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Deb.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Default.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Driver.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Enriched.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Html.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Images.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Msexcel.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Mspowerpoint.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Msword.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Ooo.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Ooo/common.xsl
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Ooo/global_document.xsl
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Ooo/main_html.xsl
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Ooo/palm.xsl
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Ooo/style_header.xsl
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Ooo/style_inlined.xsl
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Ooo/style_mapping.xsl
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Ooo/table.xsl
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Ooo/table_cells.xsl
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Ooo/table_columns.xsl
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Ooo/table_rows.xsl
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Pdf.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Php.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Plain.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Rar.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Report.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Rfc822.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Richtext.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Rpm.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Rtf.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Security.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Simple.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Smil.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Source.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Srchighlite.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Tgz.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Tnef.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Vcard.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Wordperfect.php
 delete mode 100644 framework/Mime/lib/Horde/Mime/Viewer/Zip.php
 delete mode 100644 framework/Mime/test/Horde/Mime/fixtures/url1.html
 delete mode 100644 framework/Mime/test/Horde/Mime/fixtures/url2.html
 delete mode 100644 framework/Mime/test/Horde/Mime/fixtures/url3.html
 delete mode 100644 framework/Mime/test/Horde/Mime/fixtures/url4.html
 delete mode 100644 framework/Mime/test/Horde/Mime/fixtures/url5.html
 delete mode 100644 framework/Mime/test/Horde/Mime/fixtures/url6.html
 delete mode 100644 framework/Mime/test/Horde/Mime/fixtures/url7.html
 delete mode 100644 framework/Mime/test/Horde/Mime/url.phpt
 delete mode 100644 framework/Mime/test/Horde/Mime/viewer_php.phpt
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Audio.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Css.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Deb.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Default.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Driver.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Enriched.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Images.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msexcel.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Mspowerpoint.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msword.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/common.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/global_document.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/main_html.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/palm.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_header.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_inlined.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_mapping.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_cells.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_columns.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_rows.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Pdf.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Php.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Plain.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rar.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Report.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rfc822.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Richtext.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rpm.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rtf.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Security.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Simple.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Smil.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Source.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Srchighlite.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tgz.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tnef.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Vcard.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Wordperfect.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Zip.php
 create mode 100644 framework/Mime_Viewer/package.xml
 create mode 100644 framework/Mime_Viewer/test/Horde/Mime/Viewer/url.phpt
 create mode 100644 framework/Mime_Viewer/test/Horde/Mime/Viewer/viewer_php.phpt

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Exception.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Audio.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Css.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Deb.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Default.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Driver.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Enriched.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Html.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Images.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Msexcel.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Mspowerpoint.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Msword.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/common.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/global_document.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/main_html.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/palm.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/style_header.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/style_inlined.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/style_mapping.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/table.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/table_cells.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/table_columns.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/table_rows.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Pdf.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Php.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Plain.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Rar.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Report.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Rfc822.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Richtext.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Rpm.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Rtf.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Security.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Simple.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Smil.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Source.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Srchighlite.php?rt=horde-git&r1=23472425ab20835f7899c928e78fd1c361d565cc&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Tgz.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Tnef.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Vcard.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Wordperfect.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Zip.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/package.xml?rt=horde-git&r1=23472425ab20835f7899c928e78fd1c361d565cc&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/fixtures/url1.html?rt=horde-git&r1=9fc97eebefd27f3f030872a96655debaa7e2b20a&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/fixtures/url2.html?rt=horde-git&r1=9fc97eebefd27f3f030872a96655debaa7e2b20a&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/fixtures/url3.html?rt=horde-git&r1=9fc97eebefd27f3f030872a96655debaa7e2b20a&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/fixtures/url4.html?rt=horde-git&r1=9fc97eebefd27f3f030872a96655debaa7e2b20a&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/fixtures/url5.html?rt=horde-git&r1=9fc97eebefd27f3f030872a96655debaa7e2b20a&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/fixtures/url6.html?rt=horde-git&r1=9fc97eebefd27f3f030872a96655debaa7e2b20a&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/fixtures/url7.html?rt=horde-git&r1=9fc97eebefd27f3f030872a96655debaa7e2b20a&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/url.phpt?rt=horde-git&r1=9fc97eebefd27f3f030872a96655debaa7e2b20a&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/viewer_php.phpt?rt=horde-git&r1=a940b0a2acb8d4d16a2cf1ffdaf6c6a23ddbf588&r2=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Audio.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Css.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Deb.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Default.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Driver.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Enriched.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Images.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msexcel.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Mspowerpoint.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msword.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/common.xsl?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/global_document.xsl?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/main_html.xsl?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/palm.xsl?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_header.xsl?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_inlined.xsl?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_mapping.xsl?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table.xsl?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_cells.xsl?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_columns.xsl?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_rows.xsl?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Pdf.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Php.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Plain.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rar.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Report.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rfc822.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Richtext.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rpm.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rtf.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Security.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Simple.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Smil.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Source.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Srchighlite.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tgz.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tnef.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Vcard.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Wordperfect.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Zip.php?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/package.xml?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/test/Horde/Mime/Viewer/url.phpt?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715
http://git.horde.org/co.php/framework/Mime_Viewer/test/Horde/Mime/Viewer/viewer_php.phpt?rt=horde-git&r=976f8044b7cb1e484382ca0676122458e0d0b715

-----------------------------------------------------------------------

commit 006703a11933d065dd25f518f9422af3c87637a4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Jul 26 15:06:48 2010 -0600

    horde/Mime_Viewer cleanups.
    
    Horde_Mime_Viewer_Driver -> Horde_Mime_Viewer_Base to be more consistent
    with other packages.
    
    Add some helper functions to reduce duplicate code.

 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Audio.php        |   12 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Base.php         |  394 ++++++++++
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Css.php          |   15 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Deb.php          |   30 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Default.php      |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Driver.php       |  353 ---------
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Enriched.php     |   25 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Exception.php    |   17 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php         |   15 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Images.php       |   13 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msexcel.php      |   19 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Mspowerpoint.php |   16 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msword.php       |   24 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo.php          |    4 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Pdf.php          |   13 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Php.php          |   37 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Plain.php        |   34 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rar.php          |   22 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Report.php       |    3 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rfc822.php       |   25 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Richtext.php     |   28 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rpm.php          |   24 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rtf.php          |   22 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Security.php     |    4 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Simple.php       |   14 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Smil.php         |   14 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Source.php       |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Srchighlite.php  |   26 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tgz.php          |   25 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tnef.php         |   22 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Vcard.php        |   16 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Wordperfect.php  |   22 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Zip.php          |   25 +-
 framework/Mime_Viewer/package.xml                            |    4 +-
 gollem/lib/Mime/Viewer/Images.php                            |    2 +-
 imp/lib/Contents.php                                         |    4 +-
 imp/lib/Mime/Viewer/Alternative.php                          |    8 +-
 imp/lib/Mime/Viewer/Appledouble.php                          |    8 +-
 imp/lib/Mime/Viewer/Enriched.php                             |    5 +-
 imp/lib/Mime/Viewer/Html.php                                 |    6 +-
 imp/lib/Mime/Viewer/Images.php                               |    6 +-
 imp/lib/Mime/Viewer/Itip.php                                 |    6 +-
 imp/lib/Mime/Viewer/Mdn.php                                  |    6 +-
 imp/lib/Mime/Viewer/Partial.php                              |    4 +-
 imp/lib/Mime/Viewer/Pdf.php                                  |    4 +-
 imp/lib/Mime/Viewer/Pgp.php                                  |   10 +-
 imp/lib/Mime/Viewer/Plain.php                                |    6 +-
 imp/lib/Mime/Viewer/Related.php                              |    6 +-
 imp/lib/Mime/Viewer/Rfc822.php                               |    2 +-
 imp/lib/Mime/Viewer/Smime.php                                |    4 +-
 imp/lib/Mime/Viewer/Status.php                               |    6 +-
 imp/lib/Mime/Viewer/Tnef.php                                 |    4 +-
 imp/lib/Mime/Viewer/Vcard.php                                |    2 +-
 imp/lib/Mime/Viewer/Zip.php                                  |    2 +-
 whups/lib/Mime/Viewer/Zip.php                                |    4 +-
 55 files changed, 682 insertions(+), 744 deletions(-)
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Base.php
 delete mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Driver.php
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Exception.php

http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Audio.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Base.php?rt=horde-git&r=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Css.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Deb.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Default.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Driver.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Enriched.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Exception.php?rt=horde-git&r=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Images.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msexcel.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Mspowerpoint.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msword.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Pdf.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Php.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Plain.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rar.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Report.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rfc822.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Richtext.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rpm.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rtf.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Security.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Simple.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Smil.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Source.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Srchighlite.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tgz.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tnef.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Vcard.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Wordperfect.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Zip.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/framework/Mime_Viewer/package.xml?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/gollem/lib/Mime/Viewer/Images.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Alternative.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Appledouble.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Enriched.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=1e8a8e1c7d1168063a23c67f389678085a6d9881&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Images.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Itip.php?rt=horde-git&r1=0c8011581ba136b49dfa6380c69bc3979e19b29e&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Mdn.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Partial.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pdf.php?rt=horde-git&r1=878796061d9792971ff2266bbc7f3dadd1098b4c&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Plain.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Related.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Rfc822.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smime.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Status.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Tnef.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Vcard.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Zip.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=006703a11933d065dd25f518f9422af3c87637a4
http://git.horde.org/diff.php/whups/lib/Mime/Viewer/Zip.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=006703a11933d065dd25f518f9422af3c87637a4

-----------------------------------------------------------------------

commit 049cf7a627bcf0bb6a79b6f7a5851dc4d752b522
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Jul 26 15:15:33 2010 -0600

    Missed a place to indicate HTML images are blocked

 imp/lib/Mime/Viewer/Html.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=049cf7a627bcf0bb6a79b6f7a5851dc4d752b522

-----------------------------------------------------------------------

commit 771d43f97367c40fee5203faf7cbe25e7ca41dc0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Jul 26 17:33:07 2010 -0600

    More OpenOffice MIME types.

 horde/config/mime_drivers.php.dist |   28 +++++++++++++++++-----------
 1 files changed, 17 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/horde/config/mime_drivers.php.dist?rt=horde-git&r1=0f20eb449755bce33371770eec3ba4190a66c66b&r2=771d43f97367c40fee5203faf7cbe25e7ca41dc0

-----------------------------------------------------------------------

commit 31782c98506d6879277950ccc023f21e033c6ec7
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jul 26 20:15:55 2010 -0400

    fix replying, again.

 framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php |    4 ---
 horde/services/twitter.php                                       |    7 +++++-
 2 files changed, 6 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php?rt=horde-git&r1=71a3a265ed69fa0cfccb095bbbbd11d599d660e1&r2=31782c98506d6879277950ccc023f21e033c6ec7
http://git.horde.org/diff.php/horde/services/twitter.php?rt=horde-git&r1=a881d9b4a6ebf0b09c8c440c35962b6419697be4&r2=31782c98506d6879277950ccc023f21e033c6ec7

-----------------------------------------------------------------------

commit 7d56c17c90b7759d8373fe1a8241223686e07445
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 00:05:09 2010 -0600

    Add full_weekdays option to Horde_Core_Ui_JsCalendar::.

 framework/Core/lib/Horde/Core/Ui/JsCalendar.php |   43 ++++++++++++++++++++---
 horde/js/calendar.js                            |    3 +-
 2 files changed, 40 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/JsCalendar.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7d56c17c90b7759d8373fe1a8241223686e07445
http://git.horde.org/diff.php/horde/js/calendar.js?rt=horde-git&r1=8bdd7eab708a4526fdd3ded6762f56358012dc6e&r2=7d56c17c90b7759d8373fe1a8241223686e07445

-----------------------------------------------------------------------

commit 83cab23538795560cc52939c1e0fee65eb96e4fe
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 02:02:51 2010 -0600

    Move all edit screen javascript to a static file.
    
    This started off as converting to Horde_Core_Ui_JsCalendar usage, but
    ended up an entire rewrite of the edit screen.

 kronolith/js/edit.js                           |  528 ++++++++++++++++++++++++
 kronolith/lib/Event.php                        |   48 +--
 kronolith/lib/View/EditEvent.php               |    9 +-
 kronolith/new.php                              |    6 +-
 kronolith/search.php                           |    5 +
 kronolith/templates/edit/edit.inc              |  120 +++---
 kronolith/templates/edit/edit_timespan.inc     |   30 +-
 kronolith/templates/edit/javascript.inc        |  288 -------------
 kronolith/templates/javascript_defs.php        |    8 +-
 kronolith/templates/search/search_advanced.inc |    4 -
 kronolith/themes/screen.css                    |    3 +
 11 files changed, 633 insertions(+), 416 deletions(-)
 create mode 100644 kronolith/js/edit.js
 delete mode 100644 kronolith/templates/edit/javascript.inc

http://git.horde.org/co.php/kronolith/js/edit.js?rt=horde-git&r=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=60c4c543eda20cc9f7ba5883c88d839361b96120&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/lib/View/EditEvent.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/new.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/search.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/templates/edit/edit.inc?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/templates/edit/edit_timespan.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/templates/edit/javascript.inc?rt=horde-git&r1=c21b3e6ca9c80fd87f5360ff5564bc1003e78557&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/templates/javascript_defs.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/templates/search/search_advanced.inc?rt=horde-git&r1=3e51d67bd8fab45456a4c5388a41335d838b4a64&r2=83cab23538795560cc52939c1e0fee65eb96e4fe
http://git.horde.org/diff.php/kronolith/themes/screen.css?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=83cab23538795560cc52939c1e0fee65eb96e4fe

-----------------------------------------------------------------------

commit c0039cb946de4997d5f8076b357c55df536dba6c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 02:06:38 2010 -0600

    Fix undefined variable warning

 horde/js/hordetree.js |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/horde/js/hordetree.js?rt=horde-git&r1=fbd31925287e16e404599fde3ef2c77ae30b8e38&r2=c0039cb946de4997d5f8076b357c55df536dba6c

-----------------------------------------------------------------------

commit d934dfda17564153b68ab78ccbd04828b95f2546
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 02:11:56 2010 -0600

    Consistently use Horde_Url::setAnchor()

 ansel/lib/Ansel.php                         |    6 ++----
 framework/Url/test/Horde/Url/AddTest.php    |    6 +++---
 framework/Url/test/Horde/Url/RemoveTest.php |    4 ++--
 horde/admin/datatree.php                    |    3 +--
 horde/login.php                             |    2 +-
 5 files changed, 9 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=d934dfda17564153b68ab78ccbd04828b95f2546
http://git.horde.org/diff.php/framework/Url/test/Horde/Url/AddTest.php?rt=horde-git&r1=618404aa4540fdda7568092cc75d9585a0f4c18c&r2=d934dfda17564153b68ab78ccbd04828b95f2546
http://git.horde.org/diff.php/framework/Url/test/Horde/Url/RemoveTest.php?rt=horde-git&r1=5aa89b8dd72db54de4ece643ac6ba9e9ab199476&r2=d934dfda17564153b68ab78ccbd04828b95f2546
http://git.horde.org/diff.php/horde/admin/datatree.php?rt=horde-git&r1=4e4cf781c170606b3c1254bbde2a6f6a88ae2f3e&r2=d934dfda17564153b68ab78ccbd04828b95f2546
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=d934dfda17564153b68ab78ccbd04828b95f2546

-----------------------------------------------------------------------

commit da1e6a55be90f4653aa964ee1003c44a1701846a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 02:17:38 2010 -0600

    Fix portal access

 horde/index.php |    3 ++-
 horde/login.php |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/index.php?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=da1e6a55be90f4653aa964ee1003c44a1701846a
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=d934dfda17564153b68ab78ccbd04828b95f2546&r2=da1e6a55be90f4653aa964ee1003c44a1701846a

-----------------------------------------------------------------------

commit 4f192b3e405ef19aa81110ca8268dc5e36eec5cb
Author: Gonçalo Queirós <goncalo.queiros at portugalmail.net>
Date:   Tue Jul 20 11:34:37 2010 +0100

    translations should also be searched on the framework (Bug #9144).
    
    Signed-off-by: Jan Schneider <jan at horde.org>

 horde/po/translation.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/po/translation.php?rt=horde-git&r1=be7b1b7393f8d6e0bb8f548792fc72d9a615a992&r2=4f192b3e405ef19aa81110ca8268dc5e36eec5cb

-----------------------------------------------------------------------

commit 5e3c83b7bdbc6dd679daedba34ee4fe622a8c86b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jul 27 19:02:42 2010 +0200

    Add fr_FR translation.

 ansel/docs/CHANGES                      |    1 +
 ansel/docs/CREDITS                      |    1 +
 ansel/locale/fr_FR/LC_MESSAGES/ansel.mo |  Bin 0 -> 189966 bytes
 ansel/po/fr_FR.po                       | 3628 +++++++++++++++++++++++++++++++
 4 files changed, 3630 insertions(+), 0 deletions(-)
 create mode 100644 ansel/locale/fr_FR/LC_MESSAGES/ansel.mo
 create mode 100644 ansel/po/fr_FR.po

http://git.horde.org/diff.php/ansel/docs/CHANGES?rt=horde-git&r1=630a32e184831be163232908ce7a99936d834c26&r2=5e3c83b7bdbc6dd679daedba34ee4fe622a8c86b
http://git.horde.org/diff.php/ansel/docs/CREDITS?rt=horde-git&r1=8a517bbf2a3f1bee8f19b8bf1de4cb270fb8a2b7&r2=5e3c83b7bdbc6dd679daedba34ee4fe622a8c86b
http://git.horde.org/co.php/ansel/locale/fr_FR/LC_MESSAGES/ansel.mo?rt=horde-git&r=5e3c83b7bdbc6dd679daedba34ee4fe622a8c86b
http://git.horde.org/co.php/ansel/po/fr_FR.po?rt=horde-git&r=5e3c83b7bdbc6dd679daedba34ee4fe622a8c86b

-----------------------------------------------------------------------

commit 0d3c69053b7eb67e5dccdae6b1724142d7cad600
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jul 27 19:03:55 2010 +0200

    Make this a warning.

 horde/po/translation.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/po/translation.php?rt=horde-git&r1=4f192b3e405ef19aa81110ca8268dc5e36eec5cb&r2=0d3c69053b7eb67e5dccdae6b1724142d7cad600

-----------------------------------------------------------------------

commit c2f1b9c05d75bdd9868c2f20c65b91352dbfab33
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jul 27 19:52:36 2010 +0200

    Include anyone user when listing users in the ACL screen (Bug 9135).

 imp/docs/CHANGES     |    1 +
 imp/lib/Prefs/Ui.php |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=37db1ae919326399b18d6d2eacfdec37e5c632d9&r2=c2f1b9c05d75bdd9868c2f20c65b91352dbfab33
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=c2f1b9c05d75bdd9868c2f20c65b91352dbfab33

-----------------------------------------------------------------------

commit eb6d40e5575cfc5ff525adcd4596c1bcfe8204ff
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jul 27 19:54:16 2010 +0200

    Import and export the privacy field in CSV data (Request #9139).

 kronolith/data.php      |    1 +
 kronolith/docs/CHANGES  |    1 +
 kronolith/lib/Event.php |    3 +++
 3 files changed, 5 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=eb6d40e5575cfc5ff525adcd4596c1bcfe8204ff
http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-git&r1=fd150aee89b8cd3ef784c67557c9588396e209a0&r2=eb6d40e5575cfc5ff525adcd4596c1bcfe8204ff
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=83cab23538795560cc52939c1e0fee65eb96e4fe&r2=eb6d40e5575cfc5ff525adcd4596c1bcfe8204ff

-----------------------------------------------------------------------

commit c01ba6d1a87bd8e5da6c598efb37192a07bc7ea5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 14:25:25 2010 -0600

    Make sure Horde_Core_Ui_JsCalendar::init() is only run once.

 framework/Core/lib/Horde/Core/Ui/JsCalendar.php |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/JsCalendar.php?rt=horde-git&r1=7d56c17c90b7759d8373fe1a8241223686e07445&r2=c01ba6d1a87bd8e5da6c598efb37192a07bc7ea5

-----------------------------------------------------------------------

commit 486f0e8fb05e142f2e88f937772f4193664856ea
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 14:51:17 2010 -0600

    Use Horde_Core_Ui_JsCalendar.
    
    Add some functionality from kronolith also, like displaying the weekday
    name and doing javascript actions when clicking on input labels.

 nag/js/calendar.js             |  109 ++++++++++++++++++++++++++++++++++++++
 nag/lib/Ui/VarRenderer/Nag.php |  112 ++++++++++++++++------------------------
 nag/themes/screen.css          |    5 ++
 3 files changed, 158 insertions(+), 68 deletions(-)
 create mode 100644 nag/js/calendar.js

http://git.horde.org/co.php/nag/js/calendar.js?rt=horde-git&r=486f0e8fb05e142f2e88f937772f4193664856ea
http://git.horde.org/diff.php/nag/lib/Ui/VarRenderer/Nag.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=486f0e8fb05e142f2e88f937772f4193664856ea
http://git.horde.org/diff.php/nag/themes/screen.css?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=486f0e8fb05e142f2e88f937772f4193664856ea

-----------------------------------------------------------------------

commit dce20ade120ccc304c128d3537aff50a6b0c4a0b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 15:06:13 2010 -0600

    Git rid of the last of the open_calendar.js references

 fima/lib/Fima.php                                    |   14 -
 framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php |    9 -
 framework/Rampage/scripts/Horde/Rampage/rampage.php  |   16 +-
 horde/templates/javascript/open_calendar.js          |  476 ------------------
 jonah/stories/edit.php                               |    3 -
 5 files changed, 3 insertions(+), 515 deletions(-)
 delete mode 100644 horde/templates/javascript/open_calendar.js

http://git.horde.org/diff.php/fima/lib/Fima.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=dce20ade120ccc304c128d3537aff50a6b0c4a0b
http://git.horde.org/diff.php/framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=dce20ade120ccc304c128d3537aff50a6b0c4a0b
http://git.horde.org/diff.php/framework/Rampage/scripts/Horde/Rampage/rampage.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=dce20ade120ccc304c128d3537aff50a6b0c4a0b
http://git.horde.org/diff.php/horde/templates/javascript/open_calendar.js?rt=horde-git&r1=8f7b65e5fc300e6e60ca493a863ca5010ee11f85&r2=dce20ade120ccc304c128d3537aff50a6b0c4a0b
http://git.horde.org/diff.php/jonah/stories/edit.php?rt=horde-git&r1=cf9deddd51a113bbde23e9d2027906a73d5237d4&r2=dce20ade120ccc304c128d3537aff50a6b0c4a0b

-----------------------------------------------------------------------

commit 04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 15:28:31 2010 -0600

    No PHP code in open_html_helper.js script

 framework/Core/lib/Horde/Core/Text/Filter/Emoticons.php   |    2 +-
 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php     |   20 ++++-
 framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php      |   18 +++-
 framework/Text_Filter/lib/Horde/Text/Filter/Emoticons.php |    4 +-
 horde/js/open_html_helper.js                              |   66 +++++++++++++
 horde/templates/javascript/open_html_helper.js            |   65 ------------
 6 files changed, 103 insertions(+), 72 deletions(-)
 create mode 100644 horde/js/open_html_helper.js
 delete mode 100644 horde/templates/javascript/open_html_helper.js

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Text/Filter/Emoticons.php?rt=horde-git&r1=a24c64699916138f8b346fe46e6ff48a6608f0f2&r2=04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6
http://git.horde.org/diff.php/framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php?rt=horde-git&r1=dce20ade120ccc304c128d3537aff50a6b0c4a0b&r2=04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Emoticons.php?rt=horde-git&r1=a24c64699916138f8b346fe46e6ff48a6608f0f2&r2=04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6
http://git.horde.org/co.php/horde/js/open_html_helper.js?rt=horde-git&r=04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6
http://git.horde.org/diff.php/horde/templates/javascript/open_html_helper.js?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6

-----------------------------------------------------------------------

commit 0d2c73ef062d9ae22afc6df0987a91a49502bffe
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 15:32:23 2010 -0600

    Finally can get rid of the javascript.php helper script

 framework/Core/lib/Horde.php              |    5 +--
 framework/Core/lib/Horde/Script/Files.php |   51 ++++++++--------------------
 horde/services/javascript.php             |   28 ----------------
 3 files changed, 16 insertions(+), 68 deletions(-)
 delete mode 100644 horde/services/javascript.php

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=1887415875d4f90a145f6c7491395e30a78767aa&r2=0d2c73ef062d9ae22afc6df0987a91a49502bffe
http://git.horde.org/diff.php/framework/Core/lib/Horde/Script/Files.php?rt=horde-git&r1=5dfb1dc4140eb2996f0251c6335ccdb05028f93c&r2=0d2c73ef062d9ae22afc6df0987a91a49502bffe
http://git.horde.org/diff.php/horde/services/javascript.php?rt=horde-git&r1=a55a240fee0e6fe4908e44211fd25f70e68a7b2a&r2=0d2c73ef062d9ae22afc6df0987a91a49502bffe

-----------------------------------------------------------------------

commit 7ebcfde1f90ad9c41d603ada10c1ef51567852e5
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Jul 27 19:14:18 2010 -0400

    MFB, don't use 'AS' in table aliases.
    
    Some of the changes from CVS were already present in Git, this is the remaining changes.
    
    Bug: 9151

 framework/Share/lib/Horde/Share/Sql/Hierarchical.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Sql/Hierarchical.php?rt=horde-git&r1=df95b1257ff0201b44aec092cdd4d70018beb14f&r2=7ebcfde1f90ad9c41d603ada10c1ef51567852e5

-----------------------------------------------------------------------

commit 9e0e56d72ee6d729daaab946885dcc127f0c2f94
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 17:57:01 2010 -0600

    Make sure we convert back to proper charset

 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=9e0e56d72ee6d729daaab946885dcc127f0c2f94

-----------------------------------------------------------------------

commit 757e6eafe65f6718646e7d2200431601da202020
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 18:26:36 2010 -0600

    Add preference to define default font family/size for the HTML compose editor
    
    Essentially makes HTML compose mode a WYSIWYG editor, since it now will
    send th message using the same default font as appears on the screen.

 imp/config/prefs.php.dist |   22 +++++++++++++++++++++-
 imp/docs/CHANGES          |    2 ++
 imp/lib/Compose.php       |   18 ++++++++++++++++++
 imp/lib/Prefs/Ui.php      |    5 +++++
 imp/lib/Ui/Compose.php    |   18 +++++++++++++++---
 5 files changed, 61 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=d24e5bc6d3120312922d85c62424618a8617e7b4&r2=757e6eafe65f6718646e7d2200431601da202020
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=c2f1b9c05d75bdd9868c2f20c65b91352dbfab33&r2=757e6eafe65f6718646e7d2200431601da202020
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=ebb072950dc84bff70ce606b69da5130c8a82d3a&r2=757e6eafe65f6718646e7d2200431601da202020
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=c2f1b9c05d75bdd9868c2f20c65b91352dbfab33&r2=757e6eafe65f6718646e7d2200431601da202020
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=757e6eafe65f6718646e7d2200431601da202020

-----------------------------------------------------------------------

commit 2124439d8f90a25265df250724470adffa889e7d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 18:29:33 2010 -0600

    Fix default charset.

 framework/Mime/lib/Horde/Mime.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=2124439d8f90a25265df250724470adffa889e7d

-----------------------------------------------------------------------

commit 3983a5e8809294627f4ddeb45cac974ed261192b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 18:29:52 2010 -0600

    Add missing charset parameter

 imp/lib/Compose.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=757e6eafe65f6718646e7d2200431601da202020&r2=3983a5e8809294627f4ddeb45cac974ed261192b

-----------------------------------------------------------------------

commit ca8911effe060c86fb7ec26dfc83e424a7dc0a37
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 20:09:29 2010 -0600

    Some sidebar fixes

 horde/js/sidebar.js     |   10 +++++++---
 horde/themes/screen.css |    4 ++++
 2 files changed, 11 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/horde/js/sidebar.js?rt=horde-git&r1=0b28bedd89f53114aed8161d517f2dff3ffc4911&r2=ca8911effe060c86fb7ec26dfc83e424a7dc0a37
http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=6520b990fc76e43996fe8656f833bc10218499a7&r2=ca8911effe060c86fb7ec26dfc83e424a7dc0a37

-----------------------------------------------------------------------

commit 262dae9e8fad3ae0616b11e21a94d9d7aeff10c2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 20:37:01 2010 -0600

    Fix class name

 horde/lib/Ajax/Application.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/lib/Ajax/Application.php?rt=horde-git&r1=0b28bedd89f53114aed8161d517f2dff3ffc4911&r2=262dae9e8fad3ae0616b11e21a94d9d7aeff10c2

-----------------------------------------------------------------------

commit d12cbcd05a630be6adc73b22a07b6e4a88571325
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 21:33:27 2010 -0600

    Allow month/year/week to be clicked on and trigger events.
    
    Also, clean up event handling so it is all done with a single observe.

 framework/Core/lib/Horde/Core/Ui/JsCalendar.php |   18 ++-
 horde/js/calendar.js                            |  157 +++++++++++++++--------
 horde/themes/screen.css                         |    5 +
 3 files changed, 121 insertions(+), 59 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/JsCalendar.php?rt=horde-git&r1=c01ba6d1a87bd8e5da6c598efb37192a07bc7ea5&r2=d12cbcd05a630be6adc73b22a07b6e4a88571325
http://git.horde.org/diff.php/horde/js/calendar.js?rt=horde-git&r1=7d56c17c90b7759d8373fe1a8241223686e07445&r2=d12cbcd05a630be6adc73b22a07b6e4a88571325
http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=ca8911effe060c86fb7ec26dfc83e424a7dc0a37&r2=d12cbcd05a630be6adc73b22a07b6e4a88571325

-----------------------------------------------------------------------

commit 22d919cb7dd2ae3c69f420c3dc0df7a419904e73
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jul 27 21:34:56 2010 -0600

    Update goto.js script to use Horde_Calendar js lib.

 kronolith/js/goto.js                   |   63 +++++++
 kronolith/lib/Kronolith.php            |   16 ++-
 kronolith/templates/javascript/goto.js |  316 --------------------------------
 kronolith/themes/screen.css            |    2 +-
 4 files changed, 78 insertions(+), 319 deletions(-)
 create mode 100644 kronolith/js/goto.js
 delete mode 100644 kronolith/templates/javascript/goto.js

http://git.horde.org/co.php/kronolith/js/goto.js?rt=horde-git&r=22d919cb7dd2ae3c69f420c3dc0df7a419904e73
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=cf2e5e2c5383b57dad5471ec01615c22e2a9a250&r2=22d919cb7dd2ae3c69f420c3dc0df7a419904e73
http://git.horde.org/diff.php/kronolith/templates/javascript/goto.js?rt=horde-git&r1=9b8087dc95430062395b40e3a3eb2381e825442c&r2=22d919cb7dd2ae3c69f420c3dc0df7a419904e73
http://git.horde.org/diff.php/kronolith/themes/screen.css?rt=horde-git&r1=83cab23538795560cc52939c1e0fee65eb96e4fe&r2=22d919cb7dd2ae3c69f420c3dc0df7a419904e73

-----------------------------------------------------------------------

commit 9f2228151ca44692782d475bf7b5737a590b2702
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Jul 28 01:47:37 2010 -0400

    Don't use non-portable LIMIT syntax, use db abstraction methods.

 ansel/lib/Storage.php    |    5 ++++-
 ansel/lib/Tags.php       |    3 ++-
 content/lib/Tagger.php   |    9 ++++-----
 imp/lib/Sentmail/Sql.php |    6 +++---
 news/lib/Driver/sql.php  |    2 +-
 5 files changed, 14 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9&r2=9f2228151ca44692782d475bf7b5737a590b2702
http://git.horde.org/diff.php/ansel/lib/Tags.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=9f2228151ca44692782d475bf7b5737a590b2702
http://git.horde.org/diff.php/content/lib/Tagger.php?rt=horde-git&r1=81e6ed1d8f39a1886ebb3e35aa02bec8f9ed6c52&r2=9f2228151ca44692782d475bf7b5737a590b2702
http://git.horde.org/diff.php/imp/lib/Sentmail/Sql.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=9f2228151ca44692782d475bf7b5737a590b2702
http://git.horde.org/diff.php/news/lib/Driver/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=9f2228151ca44692782d475bf7b5737a590b2702

-----------------------------------------------------------------------

commit 0e2e0fae606be0700dbd617d488a06755a806f8d
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 28 11:08:26 2010 +0200

    MFB: Set emulate_database option for Oracle (Bug #9151).

 ansel/lib/Ansel.php                     |    5 +++
 framework/Share/lib/Horde/Share/Sql.php |   42 +++++++++++++++++++-----------
 2 files changed, 31 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=d934dfda17564153b68ab78ccbd04828b95f2546&r2=0e2e0fae606be0700dbd617d488a06755a806f8d
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Sql.php?rt=horde-git&r1=df95b1257ff0201b44aec092cdd4d70018beb14f&r2=0e2e0fae606be0700dbd617d488a06755a806f8d

-----------------------------------------------------------------------

commit 03e2a1dab2147cca28ab1041dbcaf63bdbb63cad
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 28 12:38:57 2010 +0200

    Fix variable name.

 imp/lib/Sentmail/Sql.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Sentmail/Sql.php?rt=horde-git&r1=9f2228151ca44692782d475bf7b5737a590b2702&r2=03e2a1dab2147cca28ab1041dbcaf63bdbb63cad

-----------------------------------------------------------------------

commit 3257a00ff5d907b989c9ad8e41fd0b2492edd299
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 28 12:45:49 2010 +0200

    Use From: address too when searching for matching identities, to select the
    correct identity when replying to a message from yourself.

 imp/message.php |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=3257a00ff5d907b989c9ad8e41fd0b2492edd299

-----------------------------------------------------------------------

commit 155edcbb7d3dae2f1dc336b10d1a8324b9860d51
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 28 15:15:23 2010 +0200

    Revert "Fix portal access"
    
    This reverts commit da1e6a55be90f4653aa964ee1003c44a1701846a.
    
    This broke initial_application redirection after logging in.

 horde/index.php |    3 +--
 horde/login.php |    1 -
 2 files changed, 1 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/horde/index.php?rt=horde-git&r1=da1e6a55be90f4653aa964ee1003c44a1701846a&r2=155edcbb7d3dae2f1dc336b10d1a8324b9860d51
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=da1e6a55be90f4653aa964ee1003c44a1701846a&r2=155edcbb7d3dae2f1dc336b10d1a8324b9860d51

-----------------------------------------------------------------------

commit fe46f441ba288126f0d8d62c85871cee666bfa98
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Jul 28 10:44:01 2010 -0400

    note about LIMIT and AS in CODING_STANDARDS

 horde/docs/CODING_STANDARDS    |    4 ++++
 horde/docs/CODING_STANDARDS.H3 |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/horde/docs/CODING_STANDARDS?rt=horde-git&r1=5e2dfa927f89ca13fdcc17cb9bd918feb6622d10&r2=fe46f441ba288126f0d8d62c85871cee666bfa98
http://git.horde.org/diff.php/horde/docs/CODING_STANDARDS.H3?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=fe46f441ba288126f0d8d62c85871cee666bfa98

-----------------------------------------------------------------------

commit ec96f665b847ecf534e3d24659475dfa940a800b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Jul 28 10:48:52 2010 -0400

    ...actually remove the LIMIT from the SQL statement

 news/lib/Driver/sql.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/news/lib/Driver/sql.php?rt=horde-git&r1=9f2228151ca44692782d475bf7b5737a590b2702&r2=ec96f665b847ecf534e3d24659475dfa940a800b

-----------------------------------------------------------------------

commit 14c31893e5de6b469e2632664fe891d871810dfc
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Jul 28 11:17:53 2010 -0400

    remaining LIMIT to queryLimit() changes

 fima/lib/Driver/sql.php           |   15 +++++++--------
 folks/lib/Driver/sql.php          |   16 ++++++++++------
 news/lib/Block/category.php       |   14 ++++++++------
 news/lib/Block/last.php           |   15 ++++++++-------
 news/lib/Block/last_blogs.php     |   13 +++++++------
 news/lib/Block/most_commented.php |   14 ++++++++------
 news/lib/Block/most_read.php      |   14 ++++++++------
 skoli/lib/Driver/sql.php          |    5 +++--
 8 files changed, 59 insertions(+), 47 deletions(-)

http://git.horde.org/diff.php/fima/lib/Driver/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=14c31893e5de6b469e2632664fe891d871810dfc
http://git.horde.org/diff.php/folks/lib/Driver/sql.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=14c31893e5de6b469e2632664fe891d871810dfc
http://git.horde.org/diff.php/news/lib/Block/category.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=14c31893e5de6b469e2632664fe891d871810dfc
http://git.horde.org/diff.php/news/lib/Block/last.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=14c31893e5de6b469e2632664fe891d871810dfc
http://git.horde.org/diff.php/news/lib/Block/last_blogs.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=14c31893e5de6b469e2632664fe891d871810dfc
http://git.horde.org/diff.php/news/lib/Block/most_commented.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=14c31893e5de6b469e2632664fe891d871810dfc
http://git.horde.org/diff.php/news/lib/Block/most_read.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=14c31893e5de6b469e2632664fe891d871810dfc
http://git.horde.org/diff.php/skoli/lib/Driver/sql.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=14c31893e5de6b469e2632664fe891d871810dfc

-----------------------------------------------------------------------

commit 94e1c9b267a29b7b7ce43abd4550cf547e88f323
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 28 17:58:28 2010 +0200

    Cast to string.

 kronolith/lib/Kronolith.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=22d919cb7dd2ae3c69f420c3dc0df7a419904e73&r2=94e1c9b267a29b7b7ce43abd4550cf547e88f323

-----------------------------------------------------------------------

commit 6fcfc1106f4e27d12acf0aec7be65488f8eca1ea
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 28 18:10:00 2010 +0200

    Work on the url parameters directly.

 horde/login.php |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=155edcbb7d3dae2f1dc336b10d1a8324b9860d51&r2=6fcfc1106f4e27d12acf0aec7be65488f8eca1ea

-----------------------------------------------------------------------

commit d76a099bdc8cf1ab738b241b771198b0699cd983
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 28 18:12:44 2010 +0200

    Fix this.

 horde/login.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=6fcfc1106f4e27d12acf0aec7be65488f8eca1ea&r2=d76a099bdc8cf1ab738b241b771198b0699cd983

-----------------------------------------------------------------------

commit 29898fbf81bd27be54ce371300f68f5a9658142e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 28 10:11:40 2010 -0600

    Bug #9155: IMP_Compose:: fixes.
    
    Fix 2 charset parameter's for Horde_Mime::encodeAddress().
    Fix use of un-initialized variable.

 imp/lib/Compose.php |   30 +++++++++++++++++++-----------
 1 files changed, 19 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=3983a5e8809294627f4ddeb45cac974ed261192b&r2=29898fbf81bd27be54ce371300f68f5a9658142e

-----------------------------------------------------------------------

commit 3c6ff771eb3e6e58b27bc7a832830ba421f02cf6
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 28 18:17:22 2010 +0200

    Still need to catch the encoded place holder too.

 horde/login.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=d76a099bdc8cf1ab738b241b771198b0699cd983&r2=3c6ff771eb3e6e58b27bc7a832830ba421f02cf6

-----------------------------------------------------------------------

commit 108e6725a156313f0d48f64469f36d5859f67919
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Jul 28 12:25:30 2010 -0400

    Fix method name

 ansel/lib/Ansel.php                         |    4 ++--
 framework/Url/test/Horde/Url/AddTest.php    |    6 +++---
 framework/Url/test/Horde/Url/RemoveTest.php |    4 ++--
 horde/admin/datatree.php                    |    2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=0e2e0fae606be0700dbd617d488a06755a806f8d&r2=108e6725a156313f0d48f64469f36d5859f67919
http://git.horde.org/diff.php/framework/Url/test/Horde/Url/AddTest.php?rt=horde-git&r1=d934dfda17564153b68ab78ccbd04828b95f2546&r2=108e6725a156313f0d48f64469f36d5859f67919
http://git.horde.org/diff.php/framework/Url/test/Horde/Url/RemoveTest.php?rt=horde-git&r1=d934dfda17564153b68ab78ccbd04828b95f2546&r2=108e6725a156313f0d48f64469f36d5859f67919
http://git.horde.org/diff.php/horde/admin/datatree.php?rt=horde-git&r1=d934dfda17564153b68ab78ccbd04828b95f2546&r2=108e6725a156313f0d48f64469f36d5859f67919

-----------------------------------------------------------------------

commit 401ac10f4cdb759974baeb0b924a8ea3a0d2e020
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 28 18:24:57 2010 +0200

    Hopefully the final, working version.

 horde/login.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=3c6ff771eb3e6e58b27bc7a832830ba421f02cf6&r2=401ac10f4cdb759974baeb0b924a8ea3a0d2e020

-----------------------------------------------------------------------

commit 7b3bbbebc0bdf043604682a9f7ad347a83b9d0db
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 28 18:41:51 2010 +0200

    setAnchor() makes more sense actually.

 framework/Url/lib/Horde/Url.php            |    4 ++--
 framework/Url/test/Horde/Url/AddTest.php   |    2 +-
 horde/login.php                            |    2 +-
 kronolith/calendars/create.php             |    2 +-
 kronolith/calendars/delete.php             |    2 +-
 kronolith/calendars/edit.php               |    2 +-
 kronolith/calendars/remote_edit.php        |    2 +-
 kronolith/calendars/remote_subscribe.php   |    2 +-
 kronolith/calendars/remote_unsubscribe.php |    2 +-
 kronolith/day.php                          |    2 +-
 kronolith/event.php                        |    2 +-
 kronolith/month.php                        |    2 +-
 kronolith/new.php                          |    2 +-
 kronolith/week.php                         |    2 +-
 kronolith/workweek.php                     |    2 +-
 kronolith/year.php                         |    2 +-
 16 files changed, 17 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/framework/Url/lib/Horde/Url.php?rt=horde-git&r1=618404aa4540fdda7568092cc75d9585a0f4c18c&r2=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db
http://git.horde.org/diff.php/framework/Url/test/Horde/Url/AddTest.php?rt=horde-git&r1=108e6725a156313f0d48f64469f36d5859f67919&r2=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=401ac10f4cdb759974baeb0b924a8ea3a0d2e020&r2=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db
http://git.horde.org/diff.php/kronolith/calendars/create.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db
http://git.horde.org/diff.php/kronolith/calendars/delete.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db
http://git.horde.org/diff.php/kronolith/calendars/edit.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db
http://git.horde.org/diff.php/kronolith/calendars/remote_edit.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db
http://git.horde.org/diff.php/kronolith/calendars/remote_subscribe.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db
http://git.horde.org/diff.php/kronolith/calendars/remote_unsubscribe.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db
http://git.horde.org/diff.php/kronolith/day.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db
http://git.horde.org/diff.php/kronolith/event.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db
http://git.horde.org/diff.php/kronolith/month.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db
http://git.horde.org/diff.php/kronolith/new.php?rt=horde-git&r1=83cab23538795560cc52939c1e0fee65eb96e4fe&r2=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db
http://git.horde.org/diff.php/kronolith/week.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db
http://git.horde.org/diff.php/kronolith/workweek.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db
http://git.horde.org/diff.php/kronolith/year.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db

-----------------------------------------------------------------------

commit 81c121f7b46ef9cb08956636ebbef0ded70796f9
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 28 18:44:20 2010 +0200

    Thank you, failing git merge.

 ansel/lib/Ansel.php                         |    4 ++--
 framework/Url/test/Horde/Url/AddTest.php    |    6 +++---
 framework/Url/test/Horde/Url/RemoveTest.php |    4 ++--
 horde/admin/datatree.php                    |    2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=108e6725a156313f0d48f64469f36d5859f67919&r2=81c121f7b46ef9cb08956636ebbef0ded70796f9
http://git.horde.org/diff.php/framework/Url/test/Horde/Url/AddTest.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=81c121f7b46ef9cb08956636ebbef0ded70796f9
http://git.horde.org/diff.php/framework/Url/test/Horde/Url/RemoveTest.php?rt=horde-git&r1=108e6725a156313f0d48f64469f36d5859f67919&r2=81c121f7b46ef9cb08956636ebbef0ded70796f9
http://git.horde.org/diff.php/horde/admin/datatree.php?rt=horde-git&r1=108e6725a156313f0d48f64469f36d5859f67919&r2=81c121f7b46ef9cb08956636ebbef0ded70796f9

-----------------------------------------------------------------------

commit f1f0cc184dea9f56a251ca183a027c91d0fec6c5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 28 11:15:00 2010 -0600

    More tweaks to HTML quoting style.
    
    Outlook and/or hotmail doesn't seem to reply to just blockquote/cite
    very well.

 imp/lib/Compose.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=29898fbf81bd27be54ce371300f68f5a9658142e&r2=f1f0cc184dea9f56a251ca183a027c91d0fec6c5

-----------------------------------------------------------------------

commit f63085ad2befe24a222f11873b0a19464016a7da
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 28 11:19:11 2010 -0600

    Make the portal the default Horde initial page

 horde/config/registry.php.dist |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/config/registry.php.dist?rt=horde-git&r1=90a2ff3748fc26760444e567070a2e9177aaa6cd&r2=f63085ad2befe24a222f11873b0a19464016a7da

-----------------------------------------------------------------------

commit b5009a9166b95bfc8d720e492cb5c0397d56512d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 28 11:38:45 2010 -0600

    Move sidebar out of portal namespace.
    
    Sidebar really doesn't have anything to do with the portal, so separate
    thse elements in the Horde directory layout.

 ansel/templates/menu.inc               |    2 +-
 beatnik/templates/menu.inc             |    2 +-
 chora/templates/menu.inc               |    2 +-
 crumb/templates/menu.inc               |    2 +-
 fima/templates/menu.inc                |    2 +-
 folks/templates/menu.inc               |    2 +-
 framework/Core/lib/Horde.php           |    2 +-
 gollem/lib/Gollem.php                  |    2 +-
 hermes/templates/menu.inc              |    2 +-
 horde/js/sidebar.js                    |    2 +-
 horde/services/portal/sidebar.php      |   53 --------------------------------
 horde/services/sidebar.php             |   53 ++++++++++++++++++++++++++++++++
 horde/templates/admin/menu.inc         |    2 +-
 horde/templates/menu/menu.inc          |    2 +-
 horde/templates/portal/sidebar.inc     |   12 -------
 horde/templates/sidebar/sidebar.inc    |   12 +++++++
 imp/lib/IMP.php                        |    2 +-
 ingo/lib/Ingo.php                      |    2 +-
 kastalia/templates/menu.inc            |    2 +-
 koward/www/horde/config/prefs.php.dist |    2 +-
 kronolith/templates/menu.inc           |    2 +-
 luxor/templates/menu.inc               |    2 +-
 mnemo/templates/menu.inc               |    2 +-
 nag/templates/menu.inc                 |    2 +-
 news/templates/menu.inc                |    2 +-
 operator/templates/menu.inc            |    2 +-
 pastie/templates/menu.inc              |    2 +-
 shout/templates/menu.inc               |    2 +-
 skeleton/templates/menu.inc            |    2 +-
 skoli/templates/menu.inc               |    2 +-
 trean/templates/menu.inc               |    2 +-
 turba/templates/menu.inc               |    2 +-
 whups/templates/menu.inc               |    2 +-
 wicked/templates/menu.inc              |    2 +-
 34 files changed, 95 insertions(+), 95 deletions(-)
 delete mode 100644 horde/services/portal/sidebar.php
 create mode 100644 horde/services/sidebar.php
 delete mode 100644 horde/templates/portal/sidebar.inc
 create mode 100644 horde/templates/sidebar/sidebar.inc

http://git.horde.org/diff.php/ansel/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/beatnik/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/chora/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/crumb/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/fima/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/folks/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=0d2c73ef062d9ae22afc6df0987a91a49502bffe&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/gollem/lib/Gollem.php?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/hermes/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/horde/js/sidebar.js?rt=horde-git&r1=ca8911effe060c86fb7ec26dfc83e424a7dc0a37&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/horde/services/portal/sidebar.php?rt=horde-git&r1=0b28bedd89f53114aed8161d517f2dff3ffc4911&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/co.php/horde/services/sidebar.php?rt=horde-git&r=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/horde/templates/admin/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/horde/templates/menu/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/horde/templates/portal/sidebar.inc?rt=horde-git&r1=0b28bedd89f53114aed8161d517f2dff3ffc4911&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/co.php/horde/templates/sidebar/sidebar.inc?rt=horde-git&r=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=b524c489fd3eee15e5c1a7fd8c301a8e0c96a5e2&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/ingo/lib/Ingo.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/kastalia/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/koward/www/horde/config/prefs.php.dist?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/kronolith/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/luxor/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/mnemo/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/nag/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/news/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/operator/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/pastie/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/shout/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/skeleton/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/skoli/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/trean/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/turba/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/whups/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d
http://git.horde.org/diff.php/wicked/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=b5009a9166b95bfc8d720e492cb5c0397d56512d

-----------------------------------------------------------------------

commit 2c1f6677f31a59f0e5cca50e87aa7b6a8dbad387
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 28 11:59:20 2010 -0600

    Optimize sidebar loading

 horde/js/sidebar.js                 |   62 ++++++++++++++++------------------
 horde/services/sidebar.php          |   26 ++++++++++++---
 horde/templates/sidebar/sidebar.inc |    4 +-
 horde/themes/screen.css             |    4 ++
 4 files changed, 56 insertions(+), 40 deletions(-)

http://git.horde.org/diff.php/horde/js/sidebar.js?rt=horde-git&r1=b5009a9166b95bfc8d720e492cb5c0397d56512d&r2=2c1f6677f31a59f0e5cca50e87aa7b6a8dbad387
http://git.horde.org/diff.php/horde/services/sidebar.php?rt=horde-git&r1=b5009a9166b95bfc8d720e492cb5c0397d56512d&r2=2c1f6677f31a59f0e5cca50e87aa7b6a8dbad387
http://git.horde.org/diff.php/horde/templates/sidebar/sidebar.inc?rt=horde-git&r1=b5009a9166b95bfc8d720e492cb5c0397d56512d&r2=2c1f6677f31a59f0e5cca50e87aa7b6a8dbad387
http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=d12cbcd05a630be6adc73b22a07b6e4a88571325&r2=2c1f6677f31a59f0e5cca50e87aa7b6a8dbad387

-----------------------------------------------------------------------

commit dcab6177d9bc43f2957f1ebfc2abc9bacf044b3c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Jul 28 17:15:57 2010 -0400

    Use a 2 row textarea, and add a characters remaining countdown

 horde/js/twitterclient.js            |    5 +++++
 horde/lib/Block/twitter_timeline.php |    5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/js/twitterclient.js?rt=horde-git&r1=5c83158de91985ee27ab730fc906f03a802b02e7&r2=dcab6177d9bc43f2957f1ebfc2abc9bacf044b3c
http://git.horde.org/diff.php/horde/lib/Block/twitter_timeline.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=dcab6177d9bc43f2957f1ebfc2abc9bacf044b3c

-----------------------------------------------------------------------

commit e8190e26ce2471f0b87bb99ad075eb11cb06701d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Jul 28 17:20:56 2010 -0400

    label this as "Tweet" and not "Update"
    
    This doesn't update anything, it posts a tweet.

 horde/lib/Block/twitter_timeline.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/lib/Block/twitter_timeline.php?rt=horde-git&r1=dcab6177d9bc43f2957f1ebfc2abc9bacf044b3c&r2=e8190e26ce2471f0b87bb99ad075eb11cb06701d

-----------------------------------------------------------------------

commit 7766053152233804025e99dd804a029e56361d9f
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 28 23:40:31 2010 +0200

    Greatly simplify javascript.

 imp/js/acl.js |   55 ++++++-------------------------------------------------
 1 files changed, 6 insertions(+), 49 deletions(-)

http://git.horde.org/diff.php/imp/js/acl.js?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=7766053152233804025e99dd804a029e56361d9f

-----------------------------------------------------------------------

commit 423abafc005e5f2163366b70a543e7322563c347
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jul 29 10:50:44 2010 +0200

    Fix adding task lists.

 kronolith/lib/Ajax/Application.php |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=af3cdd744d0fa8f538baaa19bde12053e9f07667&r2=423abafc005e5f2163366b70a543e7322563c347

-----------------------------------------------------------------------

commit 9828cc2d504663d235415a1afa44828ec3d34622
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jul 29 11:26:16 2010 +0200

    Subscribe to created task list.

 kronolith/lib/Ajax/Application.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=423abafc005e5f2163366b70a543e7322563c347&r2=9828cc2d504663d235415a1afa44828ec3d34622

-----------------------------------------------------------------------

commit ab91d641afef9609a23cd5aea175e7d35aeafff4
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jul 29 11:44:15 2010 +0200

    Arrange task list tabs like calendar tabs. Fixes sharing tab not being
    available when creating task lists.

 kronolith/templates/chunks/calendar.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/templates/chunks/calendar.php?rt=horde-git&r1=eaa17bf3175f2e4656fd3431919bf0ce19096738&r2=ab91d641afef9609a23cd5aea175e7d35aeafff4

-----------------------------------------------------------------------

commit b8fddd7910ba55bebea83680586e0e19785b6a8c
Merge: ab91d64 40d2b92
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jul 29 11:52:48 2010 +0200

    Merge branch 'prototype-1.7'

 horde/js/prototype.js     | 3949 +++++++++++++++++++++++----------------------
 imp/js/dimpbase.js        |    6 +-
 imp/js/imp.js             |   14 -
 imp/js/search.js          |    2 +-
 imp/js/viewport.js        |    2 +-
 kronolith/js/kronolith.js |   20 +-
 6 files changed, 2073 insertions(+), 1920 deletions(-)

http://git.horde.org/diff.php/horde/js/prototype.js?rt=horde-git&r1=8b7dea70d5b9821baac636e337b4781d03c0cff6&r2=b8fddd7910ba55bebea83680586e0e19785b6a8c
http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=37db1ae919326399b18d6d2eacfdec37e5c632d9&r2=b8fddd7910ba55bebea83680586e0e19785b6a8c
http://git.horde.org/diff.php/imp/js/imp.js?rt=horde-git&r1=b077e75cf250faa5be9fdda55431621709b71508&r2=b8fddd7910ba55bebea83680586e0e19785b6a8c
http://git.horde.org/diff.php/imp/js/search.js?rt=horde-git&r1=4ff6763fddf80477f6e7d5c169bedf33cbf8e6ec&r2=b8fddd7910ba55bebea83680586e0e19785b6a8c
http://git.horde.org/diff.php/imp/js/viewport.js?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=b8fddd7910ba55bebea83680586e0e19785b6a8c
http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=b9865ab2fafe2738bf568fbd790d9dd73dccdf50&r2=b8fddd7910ba55bebea83680586e0e19785b6a8c

-----------------------------------------------------------------------

commit c39652345e5b1c645a22bde2df1eaa20231e6fba
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jul 29 14:26:28 2010 +0200

    Send agenda emails with HTML part and convert to Horde_View.

 kronolith/docs/CHANGES                            |    1 +
 kronolith/scripts/agenda.php                      |   68 ++++++++++----------
 kronolith/templates/agenda/notification.html.php  |   19 ++++++
 kronolith/templates/agenda/notification.plain.php |   11 +++
 4 files changed, 65 insertions(+), 34 deletions(-)
 create mode 100644 kronolith/templates/agenda/notification.html.php
 create mode 100644 kronolith/templates/agenda/notification.plain.php

http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-git&r1=eb6d40e5575cfc5ff525adcd4596c1bcfe8204ff&r2=c39652345e5b1c645a22bde2df1eaa20231e6fba
http://git.horde.org/diff.php/kronolith/scripts/agenda.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c39652345e5b1c645a22bde2df1eaa20231e6fba
http://git.horde.org/co.php/kronolith/templates/agenda/notification.html.php?rt=horde-git&r=c39652345e5b1c645a22bde2df1eaa20231e6fba
http://git.horde.org/co.php/kronolith/templates/agenda/notification.plain.php?rt=horde-git&r=c39652345e5b1c645a22bde2df1eaa20231e6fba

-----------------------------------------------------------------------

commit 48b2c52b13ceb23ee965611d72360abda9d6de26
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jul 29 14:34:35 2010 +0200

    Portuguese fixes.

 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt.php         |   19 ++---
 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Grabber.php |   12 ++-
 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Ordinal.php |    6 +-
 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Pointer.php |    5 +-
 .../Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Repeater.php      |   18 ++++-
 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Scalar.php  |    3 +-
 .../Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Separator.php     |    2 +
 7 files changed, 45 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt.php?rt=horde-git&r1=1e901184aa6ec232fc16ddea7b78d69ca76127c1&r2=48b2c52b13ceb23ee965611d72360abda9d6de26
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Grabber.php?rt=horde-git&r1=1e901184aa6ec232fc16ddea7b78d69ca76127c1&r2=48b2c52b13ceb23ee965611d72360abda9d6de26
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Ordinal.php?rt=horde-git&r1=1e901184aa6ec232fc16ddea7b78d69ca76127c1&r2=48b2c52b13ceb23ee965611d72360abda9d6de26
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Pointer.php?rt=horde-git&r1=1e901184aa6ec232fc16ddea7b78d69ca76127c1&r2=48b2c52b13ceb23ee965611d72360abda9d6de26
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Repeater.php?rt=horde-git&r1=1e901184aa6ec232fc16ddea7b78d69ca76127c1&r2=48b2c52b13ceb23ee965611d72360abda9d6de26
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Scalar.php?rt=horde-git&r1=1e901184aa6ec232fc16ddea7b78d69ca76127c1&r2=48b2c52b13ceb23ee965611d72360abda9d6de26
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Separator.php?rt=horde-git&r1=1e901184aa6ec232fc16ddea7b78d69ca76127c1&r2=48b2c52b13ceb23ee965611d72360abda9d6de26

-----------------------------------------------------------------------

commit ca5ba13640752a349e51a3bf9f9e9e93d9659329
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 28 16:56:41 2010 -0600

    Some H4 updates

 horde/scripts/import_squirrelmail_file_prefs.php   |    7 ++-----
 horde/scripts/import_squirrelmail_sql_prefs.php    |    8 +++++---
 horde/scripts/upgrades/migrate_user_categories.php |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/horde/scripts/import_squirrelmail_file_prefs.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=ca5ba13640752a349e51a3bf9f9e9e93d9659329
http://git.horde.org/diff.php/horde/scripts/import_squirrelmail_sql_prefs.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=ca5ba13640752a349e51a3bf9f9e9e93d9659329
http://git.horde.org/diff.php/horde/scripts/upgrades/migrate_user_categories.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=ca5ba13640752a349e51a3bf9f9e9e93d9659329

-----------------------------------------------------------------------

commit 41e0501f8d7fbf067a1f1358116892e42227482a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 10:22:46 2010 -0600

    More places to add ajaxui to URL

 imp/templates/dimp/javascript_defs_dimp.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/templates/dimp/javascript_defs_dimp.php?rt=horde-git&r1=37db1ae919326399b18d6d2eacfdec37e5c632d9&r2=41e0501f8d7fbf067a1f1358116892e42227482a

-----------------------------------------------------------------------

commit 84ff50960b31e40ffedb0719088f86760e5d352c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 10:24:25 2010 -0600

    Remove Horde_Browser::escapeJSCode()
    
    This is handled by json encoding now.

 framework/Browser/lib/Horde/Browser.php |   26 --------------------------
 framework/Browser/package.xml           |    3 ++-
 2 files changed, 2 insertions(+), 27 deletions(-)

http://git.horde.org/diff.php/framework/Browser/lib/Horde/Browser.php?rt=horde-git&r1=0ad10d38fd7e182c2d49fafb5b633c48c94aa6fb&r2=84ff50960b31e40ffedb0719088f86760e5d352c
http://git.horde.org/diff.php/framework/Browser/package.xml?rt=horde-git&r1=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0&r2=84ff50960b31e40ffedb0719088f86760e5d352c

-----------------------------------------------------------------------

commit 6d1acd383b9a13f5ac979050ab53cd076c2715a5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 10:25:30 2010 -0600

    addslashes() not needed - handled by JSON encoding

 kronolith/templates/javascript_defs.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/kronolith/templates/javascript_defs.php?rt=horde-git&r1=83cab23538795560cc52939c1e0fee65eb96e4fe&r2=6d1acd383b9a13f5ac979050ab53cd076c2715a5

-----------------------------------------------------------------------

commit a827e523835263bc8b09de7bb7f1ef57a1814a94
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 10:32:27 2010 -0600

    Another place to use JSON encoding instead of addslashes()

 imp/js/compose-dimp.js    |   29 ++++++++++++++++++++++-------
 imp/lib/Views/Compose.php |    8 +++++++-
 2 files changed, 29 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=ff6f63bd81b26adfe9573e67aef4a2d03a798140&r2=a827e523835263bc8b09de7bb7f1ef57a1814a94
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=a827e523835263bc8b09de7bb7f1ef57a1814a94

-----------------------------------------------------------------------

commit e38123701fd206af83311e515d251c84724ef8af
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 10:36:51 2010 -0600

    Fix dom:loaded actions

 kronolith/search.php |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/search.php?rt=horde-git&r1=83cab23538795560cc52939c1e0fee65eb96e4fe&r2=e38123701fd206af83311e515d251c84724ef8af

-----------------------------------------------------------------------

commit 77d4f505f962f918e5bb510808c338d04f135331
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 10:48:01 2010 -0600

    prototypejs existence check.
    
    Automatically add prototpye.js if using a mode of Horde::addInlineScript()
    that requires it ('dom', 'load').

 framework/Core/lib/Horde.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=b5009a9166b95bfc8d720e492cb5c0397d56512d&r2=77d4f505f962f918e5bb510808c338d04f135331

-----------------------------------------------------------------------

commit 5b68df4f310a217b1cebc18d3b4a5075b077225d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 11:04:49 2010 -0600

    Remove javascript notification listener

 ansel/gallery.php                                                 |    9 +-
 ansel/gallery/sort.php                                            |    6 +-
 fima/postings.php                                                 |   10 +-
 fima/report.php                                                   |    5 +-
 fima/search.php                                                   |    5 +-
 framework/Alarm/lib/Horde/Alarm/Handler/Desktop.php               |   26 +-
 framework/Core/lib/Horde/Core/Binder/Alarm.php                    |    2 +-
 .../Notification/lib/Horde/Notification/Listener/Javascript.php   |   71 ----
 framework/Notification/package.xml                                |    7 +-
 .../Notification/Class/Notification/Listener/JavascriptTest.php   |   85 -----
 horde/admin/groups.php                                            |    4 +-
 horde/templates/common-footer.inc                                 |    2 +-
 kastalia/templates/common-footer.inc                              |    2 +-
 mnemo/search.php                                                  |    6 +-
 nag/search.php                                                    |    6 +-
 passwd/main.php                                                   |    5 +-
 skoli/search.php                                                  |    5 +-
 trean/add.php                                                     |    5 +-
 turba/search.php                                                  |   10 +-
 wicked/lib/Page/EditPage.php                                      |    6 +-
 wicked/lib/Page/NewPage.php                                       |    7 +-
 21 files changed, 86 insertions(+), 198 deletions(-)
 delete mode 100644 framework/Notification/lib/Horde/Notification/Listener/Javascript.php
 delete mode 100644 framework/Notification/test/Horde/Notification/Class/Notification/Listener/JavascriptTest.php

http://git.horde.org/diff.php/ansel/gallery.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/ansel/gallery/sort.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/fima/postings.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/fima/report.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/fima/search.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/framework/Alarm/lib/Horde/Alarm/Handler/Desktop.php?rt=horde-git&r1=3e4a9d6208d5cdec779b80517db1a52d9829a933&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Alarm.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/framework/Notification/lib/Horde/Notification/Listener/Javascript.php?rt=horde-git&r1=5cb275f850668dcca18a2d671afa0d588218611b&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/framework/Notification/package.xml?rt=horde-git&r1=231e494b97fefdf39ceddae93332ac990e547a43&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/framework/Notification/test/Horde/Notification/Class/Notification/Listener/JavascriptTest.php?rt=horde-git&r1=e48b8a54fc54a179be749967a6a8b6b73cc1162e&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/horde/admin/groups.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/horde/templates/common-footer.inc?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/kastalia/templates/common-footer.inc?rt=horde-git&r1=70cc149678b00f8fe32463d1dfcb169967c9de44&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/mnemo/search.php?rt=horde-git&r1=a6be9f9e0be27ba612bc61d0e74e83c54ce8bbf4&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/nag/search.php?rt=horde-git&r1=659c348abc1a65fec88aa8c25b6848687dcb9f05&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/passwd/main.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/skoli/search.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/trean/add.php?rt=horde-git&r1=488a0bc46c04be4279eed2f7fca68e341ea7952f&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/turba/search.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/wicked/lib/Page/EditPage.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d
http://git.horde.org/diff.php/wicked/lib/Page/NewPage.php?rt=horde-git&r1=92b12343f3c66891d49ca8936f60a6d74bee0fdc&r2=5b68df4f310a217b1cebc18d3b4a5075b077225d

-----------------------------------------------------------------------

commit 428c80cce1acba5b78156e0fe904cbe2ca2600b3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 11:17:32 2010 -0600

    More places to move javascript into static js files

 imp/js/message.js |   19 +++++++++++++++++++
 imp/message.php   |   12 ++++++++++--
 2 files changed, 29 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/js/message.js?rt=horde-git&r1=25e4e9f441d22b3df2b6f6396ff8b4be3063695c&r2=428c80cce1acba5b78156e0fe904cbe2ca2600b3
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=3257a00ff5d907b989c9ad8e41fd0b2492edd299&r2=428c80cce1acba5b78156e0fe904cbe2ca2600b3

-----------------------------------------------------------------------

commit ab643741549f37427b213302d5152be6f68106b7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 11:20:05 2010 -0600

    window.confirm() is more correct/thorough

 imp/lib/Prefs/Ui.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=757e6eafe65f6718646e7d2200431601da202020&r2=ab643741549f37427b213302d5152be6f68106b7

-----------------------------------------------------------------------

commit 09c2479da76035d3828e51bc92c6f44eed56dd7b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 11:27:26 2010 -0600

    Cleaner implementation of onclick handler

 imp/thread.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/thread.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=09c2479da76035d3828e51bc92c6f44eed56dd7b

-----------------------------------------------------------------------

commit f65c3c883afee135628e0b6d3b288f7a7ebc4848
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 11:42:43 2010 -0600

    Some DIMP index template cleanups

 imp/index-dimp.php           |   13 -------------
 imp/templates/dimp/index.inc |   20 +++++++++++++++++---
 2 files changed, 17 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/imp/index-dimp.php?rt=horde-git&r1=2effd3ce519011db72737c32c437f9c6364a23f0&r2=f65c3c883afee135628e0b6d3b288f7a7ebc4848
http://git.horde.org/diff.php/imp/templates/dimp/index.inc?rt=horde-git&r1=034c899d59320b764bdcb750d2d1a3eaf0fb7af1&r2=f65c3c883afee135628e0b6d3b288f7a7ebc4848

-----------------------------------------------------------------------

commit 6417080e53a8bcd534fba7a42fe447b4c347a090
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 12:21:17 2010 -0600

    Fix some typos

 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msexcel.php      |    4 ++--
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Mspowerpoint.php |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rpm.php          |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msexcel.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=6417080e53a8bcd534fba7a42fe447b4c347a090
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Mspowerpoint.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=6417080e53a8bcd534fba7a42fe447b4c347a090
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rpm.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=6417080e53a8bcd534fba7a42fe447b4c347a090

-----------------------------------------------------------------------

commit 0c38846136db99cc7cb74a64e45c4b11fad2c325
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 15:20:40 2010 -0600

    More addslashes->JSON conversions

 imp/lib/Contents.php |    2 +-
 imp/lib/IMP.php      |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=0c38846136db99cc7cb74a64e45c4b11fad2c325
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=b5009a9166b95bfc8d720e492cb5c0397d56512d&r2=0c38846136db99cc7cb74a64e45c4b11fad2c325

-----------------------------------------------------------------------

commit ccbd0323ad66961a7059c71680b74d2724316db2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 15:27:30 2010 -0600

    Exclusively use Horde_Url in horde/Core

 framework/Core/lib/Horde/Core/Auth/Signup/Base.php    |    4 +-
 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php |   42 +++++++++--------
 framework/Core/lib/Horde/Menu.php                     |    2 +-
 3 files changed, 26 insertions(+), 22 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Auth/Signup/Base.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=ccbd0323ad66961a7059c71680b74d2724316db2
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php?rt=horde-git&r1=04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6&r2=ccbd0323ad66961a7059c71680b74d2724316db2
http://git.horde.org/diff.php/framework/Core/lib/Horde/Menu.php?rt=horde-git&r1=51c9bd36796c4574f64321a4bbd8ad4b7600a707&r2=ccbd0323ad66961a7059c71680b74d2724316db2

-----------------------------------------------------------------------

commit cdc15dd8342c8e4ddb86bf67f2dc4dc07dacb4ef
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 15:59:27 2010 -0600

    addInlineScript() should use Horde::outputSent()

 framework/Core/lib/Horde.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=77d4f505f962f918e5bb510808c338d04f135331&r2=cdc15dd8342c8e4ddb86bf67f2dc4dc07dacb4ef

-----------------------------------------------------------------------

commit 39a339e42445f9702b9e638e78b13178bdff4c65
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 16:14:51 2010 -0600

    This code needs to run on dom:loaded

 imp/lib/Ajax/Imple/PassphraseDialog.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Ajax/Imple/PassphraseDialog.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=39a339e42445f9702b9e638e78b13178bdff4c65

-----------------------------------------------------------------------

commit cfe3dcaeb7056bdcfdf05ab0adcda44607090462
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 16:11:01 2010 -0600

    More removal of onclick attributes.

 imp/lib/Prefs/Ui.php                     |   35 ++++++++++++++++++++++++------
 imp/templates/prefs/pgpprivatekey.html   |    6 ++--
 imp/templates/prefs/pgppublickey.html    |    8 +++---
 imp/templates/prefs/smimeprivatekey.html |    4 +-
 4 files changed, 37 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=ab643741549f37427b213302d5152be6f68106b7&r2=cfe3dcaeb7056bdcfdf05ab0adcda44607090462
http://git.horde.org/diff.php/imp/templates/prefs/pgpprivatekey.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=cfe3dcaeb7056bdcfdf05ab0adcda44607090462
http://git.horde.org/diff.php/imp/templates/prefs/pgppublickey.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=cfe3dcaeb7056bdcfdf05ab0adcda44607090462
http://git.horde.org/diff.php/imp/templates/prefs/smimeprivatekey.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=cfe3dcaeb7056bdcfdf05ab0adcda44607090462

-----------------------------------------------------------------------

commit ada336bdf4ad7e198575ee656c1d72016ffbef9b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 16:25:41 2010 -0600

    Fix improper handling of upload errors.

 imp/pgp.php   |   31 +++++++++++++++++++++++--------
 imp/smime.php |   35 +++++++++++++++++++++++------------
 2 files changed, 46 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/imp/pgp.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=ada336bdf4ad7e198575ee656c1d72016ffbef9b
http://git.horde.org/diff.php/imp/smime.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=ada336bdf4ad7e198575ee656c1d72016ffbef9b

-----------------------------------------------------------------------

commit c0e10b4a380f6e08c70d1ee0856a7b629b8da111
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 16:38:56 2010 -0600

    Fix output buffering for things like the new sidebar code in the prefs screen

 framework/Core/lib/Horde/Core/Prefs/Ui.php |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=ddcc547d9cee57008e50b003c9b418b2e050a7f5&r2=c0e10b4a380f6e08c70d1ee0856a7b629b8da111

-----------------------------------------------------------------------

commit d8147af321e71eb7a7557660ce3a5c9b9c1e7878
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 16:43:13 2010 -0600

    Fix function call parameters for Horde_Script_Files::_add()

 framework/Core/lib/Horde/Script/Files.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Script/Files.php?rt=horde-git&r1=0d2c73ef062d9ae22afc6df0987a91a49502bffe&r2=d8147af321e71eb7a7557660ce3a5c9b9c1e7878

-----------------------------------------------------------------------

commit 33bf4bc05ec530e5ac2bffbaca62bc0ac2ebb24e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 00:12:42 2010 -0600

    Missed an onclick conversion

 imp/lib/Prefs/Ui.php                    |    3 ++-
 imp/templates/prefs/smimepublickey.html |    8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=cfe3dcaeb7056bdcfdf05ab0adcda44607090462&r2=33bf4bc05ec530e5ac2bffbaca62bc0ac2ebb24e
http://git.horde.org/diff.php/imp/templates/prefs/smimepublickey.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=33bf4bc05ec530e5ac2bffbaca62bc0ac2ebb24e

-----------------------------------------------------------------------

commit d9976b2e14fcd049f0bb0e126958ff27f51e4f0f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 00:18:06 2010 -0600

    Have inline script appear in HEAD.

 imp/contacts.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/contacts.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=d9976b2e14fcd049f0bb0e126958ff27f51e4f0f

-----------------------------------------------------------------------

commit e5121354ec05594eeffda5a773f0c9f63a167a6b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 00:21:06 2010 -0600

    Add Horde_Url::unique().
    
    Remove Horde::nocacheUrl().

 framework/Block/lib/Horde/Block/Layout.php |   15 ++++++-------
 framework/Core/lib/Horde.php               |   30 +++------------------------
 framework/Core/package.xml                 |    3 +-
 framework/Url/lib/Horde/Url.php            |   10 +++++++++
 framework/Url/package.xml                  |    3 +-
 imp/compose.php                            |    2 +-
 imp/contacts.php                           |    2 +-
 imp/lib/IMP.php                            |    2 +-
 imp/lib/Ui/Mimp.php                        |    2 +-
 kronolith/add.php                          |    2 +-
 kronolith/attendees.php                    |    2 +-
 kronolith/delete.php                       |    2 +-
 kronolith/edit.php                         |    2 +-
 kronolith/event.php                        |    2 +-
 kronolith/templates/contacts/contacts.inc  |    2 +-
 turba/edit.php                             |    2 +-
 turba/merge.php                            |    3 +-
 17 files changed, 37 insertions(+), 49 deletions(-)

http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Layout.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=cdc15dd8342c8e4ddb86bf67f2dc4dc07dacb4ef&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/framework/Url/lib/Horde/Url.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/framework/Url/package.xml?rt=horde-git&r1=7a42b804b9c6737e2a4a1d6680bb1d147b1c2f41&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=d99358c7192283e929ff5427ec62456e622b2e3c&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/imp/contacts.php?rt=horde-git&r1=d9976b2e14fcd049f0bb0e126958ff27f51e4f0f&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=0c38846136db99cc7cb74a64e45c4b11fad2c325&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/imp/lib/Ui/Mimp.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/kronolith/add.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/kronolith/attendees.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/kronolith/delete.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/kronolith/edit.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/kronolith/event.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/kronolith/templates/contacts/contacts.inc?rt=horde-git&r1=ea8bf7cdee66921a04150b65896f8aefd424249f&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/turba/edit.php?rt=horde-git&r1=a85e65cacb497253afbf558a31e439fc8d265ae4&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/turba/merge.php?rt=horde-git&r1=5a021f983ec8c5ea5972293ba801e2b9eccbe8fb&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b

-----------------------------------------------------------------------

commit 7b29d0dee20d34183408eea0d44e14dec822d9f1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 02:19:59 2010 -0600

    Make sure this always returns a string (URL could be completely empty)

 framework/Url/lib/Horde/Url.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Url/lib/Horde/Url.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=7b29d0dee20d34183408eea0d44e14dec822d9f1

-----------------------------------------------------------------------

commit 79bf8f469ae19a69c1de18c50528aeb89eeef24a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 01:47:44 2010 -0600

    Better random string generation.
    
    Use either Horde_Support_Uuid or uniqid(mt_rand()) (the former is more
    random and should be used for things like persistent data; the latter is
    useful for things like cache-busting).

 ansel/lib/Ansel.php                                   |    2 +-
 ansel/xppublish.php                                   |    4 +-
 fima/lib/Driver/sql.php                               |    4 +-
 fima/lib/Forms/CreateLedger.php                       |    2 +-
 folks/lib/Friends/shared.php                          |    9 +-----
 framework/Block/lib/Horde/Block/Layout/Manager.php    |    4 +-
 framework/Core/lib/Horde/Config.php                   |   10 +++---
 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php |    2 +-
 framework/Core/package.xml                            |    4 +++
 framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php  |    2 +-
 framework/Prefs/lib/Horde/Prefs/Identity.php          |    2 +-
 framework/Rpc/lib/Horde/Rpc/Webdav.php                |    2 +-
 framework/Secret/lib/Horde/Secret.php                 |    2 +-
 framework/SyncML/SyncML/Backend/Sql.php               |   23 +---------------
 framework/SyncML/package.xml                          |    4 +++
 framework/Token/lib/Horde/Token.php                   |    2 +-
 framework/Util/lib/Horde/Util.php                     |    2 +-
 framework/iCalendar/iCalendar/vevent.php              |    4 +--
 framework/iCalendar/package.xml                       |    4 +++
 gollem/lib/Api.php                                    |    2 +-
 gollem/selectlist.php                                 |    2 +-
 horde/admin/alarms.php                                |    4 +--
 horde/templates/contents/open_view_win.js             |    2 +-
 hylax/lib/Driver/spandsp.php                          |    2 +-
 imp/attachment.php                                    |    2 +-
 imp/lib/Compose.php                                   |    2 +-
 imp/lib/Injector/Binder/Imaptree.php                  |    2 +-
 ingo/config/backends.php.dist                         |    2 +-
 kronolith/lib/Driver/Sql.php                          |    2 +-
 kronolith/lib/Kronolith.php                           |    2 +-
 kronolith/lib/Resource.php                            |    4 +-
 mnemo/lib/Driver.php                                  |   14 ----------
 mnemo/lib/Driver/kolab.php                            |    4 +-
 mnemo/lib/Driver/sql.php                              |    6 ++--
 mnemo/lib/Forms/CreateNotepad.php                     |    2 +-
 nag/lib/Driver.php                                    |   16 +-----------
 nag/lib/Driver/Kolab.php                              |    4 +-
 nag/lib/Driver/Sql.php                                |    6 ++--
 nag/lib/Nag.php                                       |    2 +-
 skoli/lib/Driver.php                                  |   13 ---------
 skoli/lib/Driver/sql.php                              |    4 +-
 skoli/lib/Forms/CreateClass.php                       |    2 +-
 trean/lib/Bookmarks.php                               |    2 +-
 turba/lib/Driver.php                                  |   16 +-----------
 turba/lib/Driver/Kolab.php                            |   10 +++----
 turba/lib/Driver/Sql.php                              |    2 +-
 turba/scripts/upgrades/public_to_horde_share.php      |    4 +-
 turba/search.php                                      |    2 +-
 whups/lib/Query.php                                   |    2 +-
 whups/lib/View/Results.php                            |    2 +-
 wicked/scripts/mail-filter.php                        |    2 +-
 51 files changed, 79 insertions(+), 152 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=81c121f7b46ef9cb08956636ebbef0ded70796f9&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/ansel/xppublish.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/fima/lib/Driver/sql.php?rt=horde-git&r1=14c31893e5de6b469e2632664fe891d871810dfc&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/fima/lib/Forms/CreateLedger.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/folks/lib/Friends/shared.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Layout/Manager.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Core/lib/Horde/Config.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php?rt=horde-git&r1=ccbd0323ad66961a7059c71680b74d2724316db2&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php?rt=horde-git&r1=04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Identity.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/Webdav.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Secret/lib/Horde/Secret.php?rt=horde-git&r1=adbdf2167a21a091e69e3a14e553ea0d84b2f7ae&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend/Sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/SyncML/package.xml?rt=horde-git&r1=9cb1db2414871d3c98a0ebed0d11288c84cb384f&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Token/lib/Horde/Token.php?rt=horde-git&r1=69d631396c9c6560805bd0aadf8f775797a45f2d&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=0f4ce204ab8861df841f34a7cb5252c792d81e12&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vevent.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/iCalendar/package.xml?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/gollem/lib/Api.php?rt=horde-git&r1=1ed41f6721afe6cf43bd54c58ab8252d0346ac65&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/gollem/selectlist.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/horde/admin/alarms.php?rt=horde-git&r1=df513e2ad330d85e3f88efad89ec4345de13a100&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/horde/templates/contents/open_view_win.js?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/hylax/lib/Driver/spandsp.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/imp/attachment.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=f1f0cc184dea9f56a251ca183a027c91d0fec6c5&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Imaptree.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/ingo/config/backends.php.dist?rt=horde-git&r1=2457678e563d01f9f306711761f214bc8d653fec&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=94e1c9b267a29b7b7ce43abd4550cf547e88f323&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/kronolith/lib/Resource.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/mnemo/lib/Driver.php?rt=horde-git&r1=c16292ee564fc1962d8e103be10759864c4cfbba&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/mnemo/lib/Driver/kolab.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/mnemo/lib/Driver/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/mnemo/lib/Forms/CreateNotepad.php?rt=horde-git&r1=4df314b97c7341fa01c6159134fb7cd0df98a11d&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/nag/lib/Driver.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/nag/lib/Driver/Kolab.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/nag/lib/Driver/Sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/skoli/lib/Driver.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/skoli/lib/Driver/sql.php?rt=horde-git&r1=14c31893e5de6b469e2632664fe891d871810dfc&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/skoli/lib/Forms/CreateClass.php?rt=horde-git&r1=15803a5314228be2a466a7c0b7487e7be589e343&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/trean/lib/Bookmarks.php?rt=horde-git&r1=488a0bc46c04be4279eed2f7fca68e341ea7952f&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/turba/lib/Driver.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/turba/lib/Driver/Kolab.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/turba/lib/Driver/Sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/turba/scripts/upgrades/public_to_horde_share.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/turba/search.php?rt=horde-git&r1=5b68df4f310a217b1cebc18d3b4a5075b077225d&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/whups/lib/Query.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/whups/lib/View/Results.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/wicked/scripts/mail-filter.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a

-----------------------------------------------------------------------

commit 1ccc46510ce25e67c481621e256463631d868239
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 02:38:28 2010 -0600

    Not used

 horde/templates/contents/open_view_win.js |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)
 delete mode 100644 horde/templates/contents/open_view_win.js

http://git.horde.org/diff.php/horde/templates/contents/open_view_win.js?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=1ccc46510ce25e67c481621e256463631d868239

-----------------------------------------------------------------------

commit 060308d6c24f24231d6739236a02e1642584e332
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 10:02:16 2010 -0600

    Convert browse javascript to a static js file

 turba/js/browse.js                    |   92 +++++++++++++++++++++++++++++++++
 turba/lib/Turba.php                   |   23 ++++++++
 turba/lib/View/Browse.php             |    4 +-
 turba/search.php                      |    5 ++-
 turba/templates/browse/javascript.inc |   88 -------------------------------
 5 files changed, 121 insertions(+), 91 deletions(-)
 create mode 100644 turba/js/browse.js
 delete mode 100644 turba/templates/browse/javascript.inc

http://git.horde.org/co.php/turba/js/browse.js?rt=horde-git&r=060308d6c24f24231d6739236a02e1642584e332
http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-git&r1=833c0c52de8324e1d0e6dce3b2f1e467de14ff91&r2=060308d6c24f24231d6739236a02e1642584e332
http://git.horde.org/diff.php/turba/lib/View/Browse.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=060308d6c24f24231d6739236a02e1642584e332
http://git.horde.org/diff.php/turba/search.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=060308d6c24f24231d6739236a02e1642584e332
http://git.horde.org/diff.php/turba/templates/browse/javascript.inc?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=060308d6c24f24231d6739236a02e1642584e332

-----------------------------------------------------------------------

commit 4528653f81e184dadb9651819fca8a7024adcac9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 10:52:08 2010 -0600

    prototypejs 1.7 fixes

 horde/js/addressbooksprefs.js |    2 +-
 horde/js/sourceselect.js      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/js/addressbooksprefs.js?rt=horde-git&r1=72ef5e9f82429ee5834271b476dfdd1a623604be&r2=4528653f81e184dadb9651819fca8a7024adcac9
http://git.horde.org/diff.php/horde/js/sourceselect.js?rt=horde-git&r1=49b7db90e118e2490db49d076b5ce4f4aaec720b&r2=4528653f81e184dadb9651819fca8a7024adcac9

-----------------------------------------------------------------------

commit c6fc56cdba4b317856b792fafbb260a1ffaab427
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 11:22:22 2010 -0600

    Fix popup JS code.

 framework/Core/lib/Horde.php |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=c6fc56cdba4b317856b792fafbb260a1ffaab427

-----------------------------------------------------------------------

commit de554e133bc5e281dc3e912c433175f33408af6b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 11:23:08 2010 -0600

    Fix forwarding from the IMP mailbox page

 imp/lib/IMP.php |   16 ----------------
 imp/mailbox.php |   26 +++++++++++++-------------
 2 files changed, 13 insertions(+), 29 deletions(-)

http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=de554e133bc5e281dc3e912c433175f33408af6b
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=de554e133bc5e281dc3e912c433175f33408af6b

-----------------------------------------------------------------------

commit 435cc81395b87ea57ac5b81dbb55c08b199bc574
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 11:30:30 2010 -0600

    Clean up some javascript defs in kronolith

 kronolith/js/calendar-panel.js          |    2 +-
 kronolith/js/edit.js                    |    2 ++
 kronolith/js/goto.js                    |    2 +-
 kronolith/js/views.js                   |    4 ++--
 kronolith/templates/common-header.inc   |    6 ------
 kronolith/templates/edit/edit.inc       |    3 ---
 kronolith/templates/javascript_defs.php |    5 ++++-
 7 files changed, 10 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/kronolith/js/calendar-panel.js?rt=horde-git&r1=d3ad60793bf4e8c0a5fd5a8bff97f2d450338c7d&r2=435cc81395b87ea57ac5b81dbb55c08b199bc574
http://git.horde.org/diff.php/kronolith/js/edit.js?rt=horde-git&r1=83cab23538795560cc52939c1e0fee65eb96e4fe&r2=435cc81395b87ea57ac5b81dbb55c08b199bc574
http://git.horde.org/diff.php/kronolith/js/goto.js?rt=horde-git&r1=22d919cb7dd2ae3c69f420c3dc0df7a419904e73&r2=435cc81395b87ea57ac5b81dbb55c08b199bc574
http://git.horde.org/diff.php/kronolith/js/views.js?rt=horde-git&r1=ae0bd709a1f03a74b10c7485b655a63b20ea062c&r2=435cc81395b87ea57ac5b81dbb55c08b199bc574
http://git.horde.org/diff.php/kronolith/templates/common-header.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=435cc81395b87ea57ac5b81dbb55c08b199bc574
http://git.horde.org/diff.php/kronolith/templates/edit/edit.inc?rt=horde-git&r1=83cab23538795560cc52939c1e0fee65eb96e4fe&r2=435cc81395b87ea57ac5b81dbb55c08b199bc574
http://git.horde.org/diff.php/kronolith/templates/javascript_defs.php?rt=horde-git&r1=6d1acd383b9a13f5ac979050ab53cd076c2715a5&r2=435cc81395b87ea57ac5b81dbb55c08b199bc574

-----------------------------------------------------------------------

commit f2e9fd25d5230e99048e174592c0eb4498f1899d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 11:43:16 2010 -0600

    turba_shares might not exist

 turba/browse.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/turba/browse.php?rt=horde-git&r1=840e1c7ffdb2fa6880e207de8d92bf4d6f7b77da&r2=f2e9fd25d5230e99048e174592c0eb4498f1899d

-----------------------------------------------------------------------

commit 5e0c62cd9a2b553b3d1d799d86651e267f82bfd5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 11:49:37 2010 -0600

    sanity checking for Horde_Mime::is8bit()

 framework/Mime/lib/Horde/Mime.php |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime.php?rt=horde-git&r1=2124439d8f90a25265df250724470adffa889e7d&r2=5e0c62cd9a2b553b3d1d799d86651e267f82bfd5

-----------------------------------------------------------------------

commit 33eb148eb32339607b0ea6684f55013beda5be6c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 12:10:36 2010 -0600

    use Horde_Url methods in turba

 turba/contact.php                         |    2 +-
 turba/lib/Block/tree_menu.php             |    4 +-
 turba/lib/Driver.php                      |    2 +-
 turba/lib/Form/EditContactGroup.php       |   30 ++++++++++++++--------------
 turba/lib/Object.php                      |   16 +++++++-------
 turba/lib/Object/Group.php                |    8 +++---
 turba/lib/View/List.php                   |   10 ++++----
 turba/search.php                          |    5 +--
 turba/templates/addressbook_list.php      |    6 ++--
 turba/templates/browse/actions.inc        |    6 ++--
 turba/templates/browse/column_headers.inc |    8 +++---
 turba/templates/browse/row.inc            |   19 +++++++++--------
 turba/templates/list/alphaPager.inc       |    7 +----
 13 files changed, 60 insertions(+), 63 deletions(-)

http://git.horde.org/diff.php/turba/contact.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/lib/Block/tree_menu.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/lib/Driver.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/lib/Form/EditContactGroup.php?rt=horde-git&r1=2bb7416f9fa0ba83dd402aa19bd3286e0fc96c26&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/lib/Object.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/lib/Object/Group.php?rt=horde-git&r1=1ca59d026c65ea733abbaa569704eff245116716&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/lib/View/List.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/search.php?rt=horde-git&r1=060308d6c24f24231d6739236a02e1642584e332&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/templates/addressbook_list.php?rt=horde-git&r1=43899681e6260cacb2db7f88c4cedcdd0ad9fc7e&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/templates/browse/actions.inc?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/templates/browse/column_headers.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/templates/browse/row.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/templates/list/alphaPager.inc?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=33eb148eb32339607b0ea6684f55013beda5be6c

-----------------------------------------------------------------------

commit 162a7b82701496da02614a9c971144486e6b4c3e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 12:13:15 2010 -0600

    Add Horde_Url::redirect().

 framework/Url/lib/Horde/Url.php |    9 +++++++++
 framework/Url/package.xml       |    3 ++-
 2 files changed, 11 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Url/lib/Horde/Url.php?rt=horde-git&r1=7b29d0dee20d34183408eea0d44e14dec822d9f1&r2=162a7b82701496da02614a9c971144486e6b4c3e
http://git.horde.org/diff.php/framework/Url/package.xml?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=162a7b82701496da02614a9c971144486e6b4c3e

-----------------------------------------------------------------------

commit 02d755c4f13fcc243bfebbff5a9e5f18187d496f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 13:03:24 2010 -0600

    Use Horde_Url::redirect()

 imp/compose.php                            |    9 ++++-----
 imp/folders-mimp.php                       |    3 +--
 imp/folders.php                            |    3 +--
 imp/lib/Application.php                    |    3 +--
 imp/lib/Ui/Compose.php                     |    4 ++--
 imp/mailbox.php                            |   11 +++--------
 imp/message-mimp.php                       |   12 ++++--------
 imp/search-basic.php                       |    3 +--
 imp/search.php                             |    9 ++++-----
 kronolith/add.php                          |    5 ++---
 kronolith/attendees.php                    |    6 ++----
 kronolith/calendars/create.php             |    9 +++------
 kronolith/calendars/delete.php             |   18 ++++++------------
 kronolith/calendars/edit.php               |   15 +++++----------
 kronolith/calendars/index.php              |    6 ++----
 kronolith/calendars/remote_edit.php        |   12 ++++--------
 kronolith/calendars/remote_subscribe.php   |    9 +++------
 kronolith/calendars/remote_unsubscribe.php |   12 ++++--------
 kronolith/contacts.php                     |    3 +--
 kronolith/data.php                         |    3 +--
 kronolith/day.php                          |    3 +--
 kronolith/delete.php                       |    8 +++-----
 kronolith/edit.php                         |    5 ++---
 kronolith/event.php                        |   12 ++++--------
 kronolith/month.php                        |    3 +--
 kronolith/new.php                          |    8 +++-----
 kronolith/perms.php                        |    3 +--
 kronolith/resources/create.php             |    8 +++-----
 kronolith/resources/delete.php             |   15 +++++----------
 kronolith/resources/edit.php               |   15 +++++----------
 kronolith/resources/groups/create.php      |    6 ++----
 kronolith/resources/groups/delete.php      |   12 ++++--------
 kronolith/resources/groups/edit.php        |   12 ++++--------
 kronolith/resources/groups/index.php       |    3 +--
 kronolith/resources/index.php              |    6 ++----
 kronolith/search.php                       |    3 +--
 kronolith/view.php                         |    3 +--
 kronolith/week.php                         |    3 +--
 kronolith/workweek.php                     |    2 +-
 kronolith/year.php                         |    2 +-
 40 files changed, 100 insertions(+), 187 deletions(-)

http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/imp/folders-mimp.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=d9af0ff84f2101b03a7725014afe1d010793d8d4&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=757e6eafe65f6718646e7d2200431601da202020&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=de554e133bc5e281dc3e912c433175f33408af6b&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/imp/search-basic.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/imp/search.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/add.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/attendees.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/calendars/create.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/calendars/delete.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/calendars/edit.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/calendars/index.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/calendars/remote_edit.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/calendars/remote_subscribe.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/calendars/remote_unsubscribe.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/contacts.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=eb6d40e5575cfc5ff525adcd4596c1bcfe8204ff&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/day.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/delete.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/edit.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/event.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/month.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/new.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/perms.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/resources/create.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/resources/delete.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/resources/edit.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/resources/groups/create.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/resources/groups/delete.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/resources/groups/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/resources/groups/index.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/resources/index.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/search.php?rt=horde-git&r1=e38123701fd206af83311e515d251c84724ef8af&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/view.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/week.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/workweek.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/year.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f

-----------------------------------------------------------------------

commit ecf9342e8fb7beb45fc0f90b65ed602212e2cbfa
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 13:25:17 2010 -0600

    phpdoc

 framework/Core/lib/Horde/Registry.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=ecf9342e8fb7beb45fc0f90b65ed602212e2cbfa

-----------------------------------------------------------------------

commit c1f241be16aa88a278d0e51fc7baa78e39008cca
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 14:29:55 2010 -0600

    Fix/cleanup app permissions checking

 framework/Block/lib/Horde/Block/Layout/Manager.php |    7 ++--
 framework/Core/lib/Horde.php                       |   27 -----------------
 framework/Perms/lib/Horde/Perms.php                |   12 ++++++--
 horde/lib/Application.php                          |   20 +++++++++++++
 horde/templates/portal/edit.inc                    |    5 ++-
 imp/lib/Application.php                            |   31 +++++++++----------
 ingo/lib/Application.php                           |   24 +++++++-------
 kronolith/lib/Application.php                      |   18 ++++++------
 mnemo/lib/Application.php                          |   22 +++++++++++++-
 mnemo/lib/Mnemo.php                                |   12 ++++----
 mnemo/memo.php                                     |   26 ++++++++--------
 nag/lib/Application.php                            |   18 ++++++------
 12 files changed, 121 insertions(+), 101 deletions(-)

http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Layout/Manager.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=c6fc56cdba4b317856b792fafbb260a1ffaab427&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/horde/lib/Application.php?rt=horde-git&r1=a861b23f6c641b45228b9a8a2a8cf90e5013be5e&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/horde/templates/portal/edit.inc?rt=horde-git&r1=b6422461f93ef14c20c52830caeff86fbab08b3e&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=02d755c4f13fcc243bfebbff5a9e5f18187d496f&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/ingo/lib/Application.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/mnemo/lib/Application.php?rt=horde-git&r1=abda7d126953b51915647525d50919d18f41e1ae&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/mnemo/lib/Mnemo.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/mnemo/memo.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/nag/lib/Application.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca

-----------------------------------------------------------------------

commit 8df3f79040c191550966e32c043861268cd7d94a
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 30 18:09:17 2010 -0400

    Fix array_merge usage.

 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php?rt=horde-git&r1=95c4c936bee17d6326310e3e34bb99d401db7dde&r2=8df3f79040c191550966e32c043861268cd7d94a

-----------------------------------------------------------------------

commit 52c9a8d7a0c7c68432cdae2dde4f54199397ef10
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 30 19:13:38 2010 -0400

    Use Horde_Url::redirect()

 ansel/disclamer.php                 |    6 +-
 ansel/faces/claim.php               |    4 +-
 ansel/faces/custom.php              |    6 +-
 ansel/faces/face.php                |    2 +-
 ansel/faces/gallery.php             |    6 +-
 ansel/faces/report.php              |    4 +-
 ansel/faces/savecustom.php          |    6 +-
 ansel/faces/search/image.php        |   10 ++--
 ansel/faces/search/image_define.php |    2 +-
 ansel/faces/search/image_save.php   |   18 +++---
 ansel/faces/search/image_search.php |    4 +-
 ansel/gallery.php                   |   34 ++++++------
 ansel/gallery/captions.php          |   16 +++---
 ansel/gallery/delete.php            |   15 +++---
 ansel/gallery/sort.php              |   19 ++++---
 ansel/group.php                     |   12 ++--
 ansel/image.php                     |   97 ++++++++++++++++-------------------
 ansel/img/upload.php                |   16 +++---
 ansel/index.php                     |    3 +-
 ansel/lib/Ansel.php                 |   13 +++--
 ansel/lib/View/Gallery.php          |    5 +-
 ansel/lib/View/Image.php            |    4 +-
 ansel/lib/View/List.php             |    9 ++--
 ansel/lib/View/Results.php          |   13 ++---
 ansel/protect.php                   |    4 +-
 ansel/report.php                    |    4 +-
 26 files changed, 159 insertions(+), 173 deletions(-)

http://git.horde.org/diff.php/ansel/disclamer.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/faces/claim.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/faces/custom.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/faces/face.php?rt=horde-git&r1=17429190a9f9a8bf80779b35978cac02ebb1e50b&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/faces/gallery.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/faces/report.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/faces/savecustom.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/faces/search/image.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/faces/search/image_define.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/faces/search/image_save.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/faces/search/image_search.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/gallery.php?rt=horde-git&r1=5b68df4f310a217b1cebc18d3b4a5075b077225d&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/gallery/captions.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/gallery/delete.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/gallery/sort.php?rt=horde-git&r1=5b68df4f310a217b1cebc18d3b4a5075b077225d&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/group.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/image.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/img/upload.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/index.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/lib/View/Gallery.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/lib/View/Image.php?rt=horde-git&r1=6520b990fc76e43996fe8656f833bc10218499a7&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/lib/View/List.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/lib/View/Results.php?rt=horde-git&r1=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/protect.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10
http://git.horde.org/diff.php/ansel/report.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=52c9a8d7a0c7c68432cdae2dde4f54199397ef10

-----------------------------------------------------------------------

commit 969704e2f13dfbfe6f1ab2e2aeb7c054950fe104
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 30 20:49:25 2010 -0400

    make sure these are Horde_Url objects

 ansel/faces/savecustom.php |    2 +-
 ansel/gallery.php          |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/ansel/faces/savecustom.php?rt=horde-git&r1=52c9a8d7a0c7c68432cdae2dde4f54199397ef10&r2=969704e2f13dfbfe6f1ab2e2aeb7c054950fe104
http://git.horde.org/diff.php/ansel/gallery.php?rt=horde-git&r1=52c9a8d7a0c7c68432cdae2dde4f54199397ef10&r2=969704e2f13dfbfe6f1ab2e2aeb7c054950fe104

-----------------------------------------------------------------------

commit 517d58fc1ec2409ce45e6d9f45069febd2fc611e
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 31 10:30:41 2010 -0400

    Move Ansel's tag functionality to content tagger.
    
    Need to run the (non-destructive) 2010-07-30_migrate_tags_to_content.php script to move
    existing ansel tags to content.

 ansel/browse.php                                              |    2 +-
 ansel/lib/Ajax/Imple/EditGalleryFaces.php                     |  125 ++
 ansel/lib/Ajax/Imple/TagActions.php                           |   25 +-
 ansel/lib/Ansel.php                                           |   31 +
 ansel/lib/Application.php                                     |    8 +
 ansel/lib/Block/cloud.php                                     |    4 +-
 ansel/lib/Gallery.php                                         |   19 +-
 ansel/lib/Image.php                                           |    6 +-
 ansel/lib/Search/Tag.php                                      |  300 ++++
 ansel/lib/Storage.php                                         |    3 -
 ansel/lib/Tagger.php                                          |  349 +++++
 ansel/lib/Tags.php                                            |  675 ---------
 ansel/lib/View/GalleryRenderer/Base.php                       |    6 +-
 ansel/lib/View/Results.php                                    |   36 +-
 ansel/lib/Widget/ImageFaces.php                               |    1 -
 ansel/lib/Widget/SimilarPhotos.php                            |    9 +-
 ansel/lib/Widget/Tags.php                                     |   14 +-
 ansel/rss.php                                                 |    8 +-
 ansel/scripts/upgrades/2010-07-30_migrate_tags_to_content.php |   39 +
 ansel/templates/view/results.inc                              |    2 +-
 content/lib/Exception.php                                     |    3 +
 content/lib/Tagger.php                                        |   77 +-
 22 files changed, 981 insertions(+), 761 deletions(-)
 create mode 100644 ansel/lib/Ajax/Imple/EditGalleryFaces.php
 create mode 100644 ansel/lib/Search/Tag.php
 create mode 100644 ansel/lib/Tagger.php
 delete mode 100644 ansel/lib/Tags.php
 create mode 100644 ansel/scripts/upgrades/2010-07-30_migrate_tags_to_content.php
 create mode 100644 content/lib/Exception.php

http://git.horde.org/diff.php/ansel/browse.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/co.php/ansel/lib/Ajax/Imple/EditGalleryFaces.php?rt=horde-git&r=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/TagActions.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=52c9a8d7a0c7c68432cdae2dde4f54199397ef10&r2=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/diff.php/ansel/lib/Application.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/diff.php/ansel/lib/Block/cloud.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9&r2=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/diff.php/ansel/lib/Image.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/co.php/ansel/lib/Search/Tag.php?rt=horde-git&r=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=9f2228151ca44692782d475bf7b5737a590b2702&r2=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/co.php/ansel/lib/Tagger.php?rt=horde-git&r=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/diff.php/ansel/lib/Tags.php?rt=horde-git&r1=9f2228151ca44692782d475bf7b5737a590b2702&r2=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/Base.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/diff.php/ansel/lib/View/Results.php?rt=horde-git&r1=52c9a8d7a0c7c68432cdae2dde4f54199397ef10&r2=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/diff.php/ansel/lib/Widget/ImageFaces.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/diff.php/ansel/lib/Widget/SimilarPhotos.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/diff.php/ansel/lib/Widget/Tags.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/diff.php/ansel/rss.php?rt=horde-git&r1=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9&r2=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/co.php/ansel/scripts/upgrades/2010-07-30_migrate_tags_to_content.php?rt=horde-git&r=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/diff.php/ansel/templates/view/results.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/co.php/content/lib/Exception.php?rt=horde-git&r=517d58fc1ec2409ce45e6d9f45069febd2fc611e
http://git.horde.org/diff.php/content/lib/Tagger.php?rt=horde-git&r1=9f2228151ca44692782d475bf7b5737a590b2702&r2=517d58fc1ec2409ce45e6d9f45069febd2fc611e

-----------------------------------------------------------------------

commit 8f06d266a68ea4fff219010f9da587fabffbcbb4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 31 11:23:57 2010 -0400

    $results still needs to be defined if we catch an exception here.

 imp/lib/Imap/Tree.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=37db1ae919326399b18d6d2eacfdec37e5c632d9&r2=8f06d266a68ea4fff219010f9da587fabffbcbb4

-----------------------------------------------------------------------

commit 862303712a43f93d8adec384c8149a1345ea0f98
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 31 11:35:43 2010 -0400

    Add ability to reset all activesync device policykeys at once.
    
    Useful for chaning server policies, and forcing all devices to update to the new policy.
    Also, add some notifications, and use Horde_Url::redirect();

 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php    |   10 +++++
 framework/ActiveSync/lib/Horde/ActiveSync/State/File.php    |   13 ++++++
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |   18 ++++++++
 horde/admin/activesync.php                                  |   23 ++++++++++-
 horde/js/activesyncadmin.js                                 |    6 +++
 5 files changed, 68 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php?rt=horde-git&r1=34ea879fc775caec7b968386495966a8732c5c26&r2=862303712a43f93d8adec384c8149a1345ea0f98
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/File.php?rt=horde-git&r1=fc0ca8d332b41545fdf26ed418d225b11697a516&r2=862303712a43f93d8adec384c8149a1345ea0f98
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/History.php?rt=horde-git&r1=da5f0dc719d294cd95f376dae3150f2de7ed06b1&r2=862303712a43f93d8adec384c8149a1345ea0f98
http://git.horde.org/diff.php/horde/admin/activesync.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=862303712a43f93d8adec384c8149a1345ea0f98
http://git.horde.org/diff.php/horde/js/activesyncadmin.js?rt=horde-git&r1=0dec72b31cd515965182bb33edad467dff007db7&r2=862303712a43f93d8adec384c8149a1345ea0f98

-----------------------------------------------------------------------

commit feacb8dfc27f9f815e3b0c9bdb626f54f3e056f8
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 31 12:11:34 2010 -0400

    Remove 'AS' from table aliases in Tagger

 content/lib/Tagger.php |   62 ++++++++++++++++++++++++------------------------
 1 files changed, 31 insertions(+), 31 deletions(-)

http://git.horde.org/diff.php/content/lib/Tagger.php?rt=horde-git&r1=517d58fc1ec2409ce45e6d9f45069febd2fc611e&r2=feacb8dfc27f9f815e3b0c9bdb626f54f3e056f8

-----------------------------------------------------------------------

commit d0445e1ea565627d01e1c069f301fb7f3cb71feb
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 31 15:32:44 2010 -0400

    Fix/Finish implemenation for Content_Tagger::getSimilarObjects

 content/lib/Tagger.php |   80 +++++++++++++++++++++++++----------------------
 1 files changed, 43 insertions(+), 37 deletions(-)

http://git.horde.org/diff.php/content/lib/Tagger.php?rt=horde-git&r1=feacb8dfc27f9f815e3b0c9bdb626f54f3e056f8&r2=d0445e1ea565627d01e1c069f301fb7f3cb71feb

-----------------------------------------------------------------------

commit 3a10cef33f09caf1bef2db270ce08cf0cf0b15af
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 31 15:58:32 2010 -0400

    Return object ids as the client ids, not content ids.

 content/lib/Tagger.php |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/content/lib/Tagger.php?rt=horde-git&r1=d0445e1ea565627d01e1c069f301fb7f3cb71feb&r2=3a10cef33f09caf1bef2db270ce08cf0cf0b15af

-----------------------------------------------------------------------

commit a7280e63689f0a7b2c5360126cf55b75bf8c46f5
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 31 16:42:38 2010 -0400

    Use Content_Tagger::getSimilarObjects for the related images widget.

 ansel/lib/Tagger.php               |   39 ++++++++++++++++++++++++++-
 ansel/lib/Widget/SimilarPhotos.php |   52 +++++++++++++----------------------
 kronolith/lib/Tagger.php           |    2 +-
 3 files changed, 58 insertions(+), 35 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Tagger.php?rt=horde-git&r1=517d58fc1ec2409ce45e6d9f45069febd2fc611e&r2=a7280e63689f0a7b2c5360126cf55b75bf8c46f5
http://git.horde.org/diff.php/ansel/lib/Widget/SimilarPhotos.php?rt=horde-git&r1=517d58fc1ec2409ce45e6d9f45069febd2fc611e&r2=a7280e63689f0a7b2c5360126cf55b75bf8c46f5
http://git.horde.org/diff.php/kronolith/lib/Tagger.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=a7280e63689f0a7b2c5360126cf55b75bf8c46f5

-----------------------------------------------------------------------

commit 46ef151966b5b7316976ae63cc2c8ed58618ffcf
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Fri Jul 30 14:23:14 2010 -0400

    Add a browsing prefix for rewrite rules (#8524)

 chora/.htaccess     |    2 ++
 chora/lib/Chora.php |    7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/chora/.htaccess?rt=horde-git&r1=3939d4a2f45f25e3784f8a892207827357ea07f7&r2=46ef151966b5b7316976ae63cc2c8ed58618ffcf
http://git.horde.org/diff.php/chora/lib/Chora.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=46ef151966b5b7316976ae63cc2c8ed58618ffcf

-----------------------------------------------------------------------

commit c3d5a86a324767ebecd07e2b7e382047a157640f
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Fri Jul 30 14:30:14 2010 -0400

    Frameset is gone - we can finally remove this JS for setting the title

 horde/templates/common-footer.inc |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/horde/templates/common-footer.inc?rt=horde-git&r1=5b68df4f310a217b1cebc18d3b4a5075b077225d&r2=c3d5a86a324767ebecd07e2b7e382047a157640f

-----------------------------------------------------------------------

commit 24d64b5798bef3f9e0c7dc38b359f0f2733abdca
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Fri Jul 30 14:39:42 2010 -0400

    When rewriting URLs use /rt/-/* instead of *?rt=rt (#7806)

 chora/.htaccess     |   12 ++++++------
 chora/lib/Chora.php |    7 +++++--
 2 files changed, 11 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/chora/.htaccess?rt=horde-git&r1=46ef151966b5b7316976ae63cc2c8ed58618ffcf&r2=24d64b5798bef3f9e0c7dc38b359f0f2733abdca
http://git.horde.org/diff.php/chora/lib/Chora.php?rt=horde-git&r1=46ef151966b5b7316976ae63cc2c8ed58618ffcf&r2=24d64b5798bef3f9e0c7dc38b359f0f2733abdca

-----------------------------------------------------------------------

commit be31238736ff7e367640127e19baa11b9ba7e0e2
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 1 11:12:23 2010 -0400

    This is now taken care of by configuring an in-memory cache

 ansel/lib/Storage.php |   29 ++++++-----------------------
 1 files changed, 6 insertions(+), 23 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=517d58fc1ec2409ce45e6d9f45069febd2fc611e&r2=be31238736ff7e367640127e19baa11b9ba7e0e2

-----------------------------------------------------------------------

commit 56b1684d737090f5fc28c60191c7e84968193b07
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 1 11:16:34 2010 -0400

    Changes

 ansel/docs/CHANGES |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/ansel/docs/CHANGES?rt=horde-git&r1=5e3c83b7bdbc6dd679daedba34ee4fe622a8c86b&r2=56b1684d737090f5fc28c60191c7e84968193b07

-----------------------------------------------------------------------

commit fba9a3cd3ef360cb7c931ba7145ba3bf57fe777f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 1 11:37:05 2010 -0400

    remove categories from ansel, replaced by tags

 ansel/gallery.php                   |   15 -
 ansel/group.php                     |   21 +--
 ansel/lib/Ansel.php                 |   16 -
 ansel/lib/Application.php           |   11 -
 ansel/lib/Image.php                 |  575 ++++++++++++++++++++++-------------
 ansel/lib/Storage.php               |   51 ---
 ansel/lib/View/List.php             |   28 +--
 ansel/templates/gallery/gallery.inc |   11 +-
 ansel/templates/group/category.inc  |   61 ----
 ansel/templates/view/list.inc       |    6 +-
 10 files changed, 373 insertions(+), 422 deletions(-)
 delete mode 100644 ansel/templates/group/category.inc

http://git.horde.org/diff.php/ansel/gallery.php?rt=horde-git&r1=969704e2f13dfbfe6f1ab2e2aeb7c054950fe104&r2=fba9a3cd3ef360cb7c931ba7145ba3bf57fe777f
http://git.horde.org/diff.php/ansel/group.php?rt=horde-git&r1=52c9a8d7a0c7c68432cdae2dde4f54199397ef10&r2=fba9a3cd3ef360cb7c931ba7145ba3bf57fe777f
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=517d58fc1ec2409ce45e6d9f45069febd2fc611e&r2=fba9a3cd3ef360cb7c931ba7145ba3bf57fe777f
http://git.horde.org/diff.php/ansel/lib/Application.php?rt=horde-git&r1=517d58fc1ec2409ce45e6d9f45069febd2fc611e&r2=fba9a3cd3ef360cb7c931ba7145ba3bf57fe777f
http://git.horde.org/diff.php/ansel/lib/Image.php?rt=horde-git&r1=517d58fc1ec2409ce45e6d9f45069febd2fc611e&r2=fba9a3cd3ef360cb7c931ba7145ba3bf57fe777f
http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=be31238736ff7e367640127e19baa11b9ba7e0e2&r2=fba9a3cd3ef360cb7c931ba7145ba3bf57fe777f
http://git.horde.org/diff.php/ansel/lib/View/List.php?rt=horde-git&r1=52c9a8d7a0c7c68432cdae2dde4f54199397ef10&r2=fba9a3cd3ef360cb7c931ba7145ba3bf57fe777f
http://git.horde.org/diff.php/ansel/templates/gallery/gallery.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fba9a3cd3ef360cb7c931ba7145ba3bf57fe777f
http://git.horde.org/diff.php/ansel/templates/group/category.inc?rt=horde-git&r1=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9&r2=fba9a3cd3ef360cb7c931ba7145ba3bf57fe777f
http://git.horde.org/diff.php/ansel/templates/view/list.inc?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=fba9a3cd3ef360cb7c931ba7145ba3bf57fe777f

-----------------------------------------------------------------------

commit fa0842d98bff43635143eef9a9fe0d54f35f02fb
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 1 12:48:44 2010 -0400

    Fix permission check

 ansel/lib/Widget/SimilarPhotos.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Widget/SimilarPhotos.php?rt=horde-git&r1=a7280e63689f0a7b2c5360126cf55b75bf8c46f5&r2=fa0842d98bff43635143eef9a9fe0d54f35f02fb

-----------------------------------------------------------------------

commit aac4082c57085293bbb76de9915db9b5a0727e82
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 1 16:14:29 2010 -0400

    ensure calendar is always on top.
    
    Fixes kronolith's event dialog hiding the calendar

 horde/js/calendar.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/js/calendar.js?rt=horde-git&r1=d12cbcd05a630be6adc73b22a07b6e4a88571325&r2=aac4082c57085293bbb76de9915db9b5a0727e82

-----------------------------------------------------------------------

commit a784450a33ed1a2933317c228ab706aee6e84f51
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Aug 1 20:03:44 2010 -0400

    Add Chora_Exception

 chora/lib/Exception.php |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
 create mode 100644 chora/lib/Exception.php

http://git.horde.org/co.php/chora/lib/Exception.php?rt=horde-git&r=a784450a33ed1a2933317c228ab706aee6e84f51

-----------------------------------------------------------------------

commit a0b4b13be809a738abe7ade1acee1718a05077d2
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Aug 1 21:14:57 2010 -0400

    Don't use AS for table aliases (Bug #9151)

 framework/Rdo/lib/Horde/Rdo/Query.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Rdo/lib/Horde/Rdo/Query.php?rt=horde-git&r1=28a5d9e2b445583cf648db1c4583c24b004dbcf2&r2=a0b4b13be809a738abe7ade1acee1718a05077d2

-----------------------------------------------------------------------

commit d88268a8de67221b9a2da306824445825af5df4f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 30 16:32:27 2010 +0200

    Log all values.

 kronolith/lib/Geo/Mysql.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Geo/Mysql.php?rt=horde-git&r1=b9fc7693dbb12a44721988226a0363b27fe294e8&r2=d88268a8de67221b9a2da306824445825af5df4f

-----------------------------------------------------------------------

commit 6536223053e217fc22f4fefc670443d80074c055
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 2 10:58:12 2010 +0200

    Fix class name (Bug #8969).

 turba/lib/LoginTasks/SystemTask/UpgradeLists.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/turba/lib/LoginTasks/SystemTask/UpgradeLists.php?rt=horde-git&r1=cb6494583ab83224d61cdda712a4f97ff21e9746&r2=6536223053e217fc22f4fefc670443d80074c055

-----------------------------------------------------------------------

commit 470aa2b470d6ab16f3a1801466c474b56a3e038d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 11:28:51 2010 -0600

    Fix display of multipart/related images.
    
    Also optimize the code - no need to create MIME Part objects for each
    link, only do replacement in IMG tags.

 imp/lib/Contents.php         |    3 +-
 imp/lib/Mime/Viewer/Html.php |   63 ++++++++++++++++++++++++++---------------
 2 files changed, 42 insertions(+), 24 deletions(-)

http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=0c38846136db99cc7cb74a64e45c4b11fad2c325&r2=470aa2b470d6ab16f3a1801466c474b56a3e038d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=049cf7a627bcf0bb6a79b6f7a5851dc4d752b522&r2=470aa2b470d6ab16f3a1801466c474b56a3e038d

-----------------------------------------------------------------------

commit 77e3dd782f525dadbb88512854d903ac2d7f9cb9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 17:24:57 2010 -0600

    Load Horde_Prefs using the injector.
    
    Add Horde_Prefs_Exception::.

 ansel/lib/Ansel.php                                |    7 +-
 ansel/lib/View/List.php                            |    6 +-
 ansel/templates/group/owner.inc                    |    7 +-
 folks/account/resetpassword.php                    |    6 +-
 folks/lib/Friends.php                              |    6 +-
 folks/lib/Friends/prefs.php                        |    5 +-
 framework/Core/lib/Horde/Core/Binder/Prefs.php     |   17 ++
 framework/Core/lib/Horde/Core/Factory/Identity.php |   14 +-
 framework/Core/lib/Horde/Core/Factory/Prefs.php    |  153 ++++++++++++++
 framework/Core/lib/Horde/Registry.php              |   56 +++---
 framework/Core/package.xml                         |    4 +
 framework/Prefs/lib/Horde/Prefs.php                |  206 ++++++++------------
 framework/Prefs/lib/Horde/Prefs/Exception.php      |   17 ++
 framework/Prefs/lib/Horde/Prefs/File.php           |   50 ++---
 framework/Prefs/lib/Horde/Prefs/Identity.php       |   10 +-
 framework/Prefs/lib/Horde/Prefs/Imsp.php           |   54 ++----
 framework/Prefs/lib/Horde/Prefs/Kolab.php          |   15 +-
 framework/Prefs/lib/Horde/Prefs/KolabImap.php      |   54 +++---
 framework/Prefs/lib/Horde/Prefs/Ldap.php           |  211 ++++++++------------
 framework/Prefs/lib/Horde/Prefs/Sql.php            |  130 ++++---------
 framework/Prefs/package.xml                        |   12 +-
 horde/lib/Api.php                                  |    9 +-
 horde/scripts/import_squirrelmail_file_prefs.php   |    5 +-
 horde/scripts/import_squirrelmail_sql_prefs.php    |    5 +-
 horde/services/resetpassword.php                   |    6 +-
 imp/attachment.php                                 |    6 +-
 ingo/lib/Storage/Prefs.php                         |   20 +-
 kronolith/fb.php                                   |    6 +-
 kronolith/lib/Api.php                              |    7 +-
 kronolith/lib/Kronolith.php                        |    8 +-
 kronolith/scripts/agenda.php                       |    6 +-
 kronolith/scripts/upgrades/convert_to_utc.php      |    7 +-
 nag/lib/Api.php                                    |    5 +-
 nag/lib/Nag.php                                    |    8 +-
 turba/scripts/import_squirrelmail_file_abook.php   |    5 +-
 turba/scripts/import_squirrelmail_sql_abook.php    |    6 +-
 36 files changed, 603 insertions(+), 546 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Binder/Prefs.php
 create mode 100644 framework/Core/lib/Horde/Core/Factory/Prefs.php
 create mode 100644 framework/Prefs/lib/Horde/Prefs/Exception.php

http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=fba9a3cd3ef360cb7c931ba7145ba3bf57fe777f&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/ansel/lib/View/List.php?rt=horde-git&r1=fba9a3cd3ef360cb7c931ba7145ba3bf57fe777f&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/ansel/templates/group/owner.inc?rt=horde-git&r1=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/folks/account/resetpassword.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/folks/lib/Friends.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/folks/lib/Friends/prefs.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Prefs.php?rt=horde-git&r=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Identity.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/Prefs.php?rt=horde-git&r=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=ecf9342e8fb7beb45fc0f90b65ed602212e2cbfa&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/co.php/framework/Prefs/lib/Horde/Prefs/Exception.php?rt=horde-git&r=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/File.php?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Identity.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Imsp.php?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Kolab.php?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/KolabImap.php?rt=horde-git&r1=804a9137cf115b82e3e8688b6c68cad4e1329991&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Ldap.php?rt=horde-git&r1=e9643a02ba31ad1c81cf6ff5ad3b7e68cc7a4da9&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Sql.php?rt=horde-git&r1=ee01f847f597abcbfe19e7719f220527c470346f&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/package.xml?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/horde/lib/Api.php?rt=horde-git&r1=8833a205a23668ee25146144822b83ea1ecb832f&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/horde/scripts/import_squirrelmail_file_prefs.php?rt=horde-git&r1=ca5ba13640752a349e51a3bf9f9e9e93d9659329&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/horde/scripts/import_squirrelmail_sql_prefs.php?rt=horde-git&r1=ca5ba13640752a349e51a3bf9f9e9e93d9659329&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/horde/services/resetpassword.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/imp/attachment.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/ingo/lib/Storage/Prefs.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/kronolith/fb.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/kronolith/scripts/agenda.php?rt=horde-git&r1=c39652345e5b1c645a22bde2df1eaa20231e6fba&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/kronolith/scripts/upgrades/convert_to_utc.php?rt=horde-git&r1=ee01f847f597abcbfe19e7719f220527c470346f&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/turba/scripts/import_squirrelmail_file_abook.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/turba/scripts/import_squirrelmail_sql_abook.php?rt=horde-git&r1=804a9137cf115b82e3e8688b6c68cad4e1329991&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9

-----------------------------------------------------------------------

commit e4543da7a1a84ae5dfa1867c46d1408a39f75ed4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 19:40:07 2010 -0600

    Fix dimp sidebar display on IE 8.

 imp/js/dimpbase.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=b8fddd7910ba55bebea83680586e0e19785b6a8c&r2=e4543da7a1a84ae5dfa1867c46d1408a39f75ed4

-----------------------------------------------------------------------

commit db37b00b9e093e78e8d2be7bb7053fb3224827f5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 19:55:56 2010 -0600

    Fix setting header fields in dimp compose page.

 imp/compose-dimp.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=db37b00b9e093e78e8d2be7bb7053fb3224827f5

-----------------------------------------------------------------------

commit d94b500da8ca160b44becc3dcd9c922c80c11f6a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 19:56:13 2010 -0600

    Fix resizing compose window in dimp.
    
    Some non-FF browsers (opera, Safari on win, IE) don't consider negative
    values to be a false-y value.

 imp/js/compose-dimp.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=a827e523835263bc8b09de7bb7f1ef57a1814a94&r2=d94b500da8ca160b44becc3dcd9c922c80c11f6a

-----------------------------------------------------------------------

commit 58676552d8129c88ab2f1a732a471bd702c74b55
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 19:58:10 2010 -0600

    This was an old Safari 1/2 hack and is no longer needed

 imp/js/compose-dimp.js |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=d94b500da8ca160b44becc3dcd9c922c80c11f6a&r2=58676552d8129c88ab2f1a732a471bd702c74b55

-----------------------------------------------------------------------

commit fbd4028f910bcc081c8499cfb42ec0b6307ed4d6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 20:23:19 2010 -0600

    Fix inifinte resize IE 8 bug in dimp compose screen

 imp/js/compose-dimp.js |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=58676552d8129c88ab2f1a732a471bd702c74b55&r2=fbd4028f910bcc081c8499cfb42ec0b6307ed4d6

-----------------------------------------------------------------------

commit a7806d8838addf9e85ea16a09f5ea4b131ed1275
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 22:16:47 2010 -0600

    Add Horde_Support_Randomid::

 framework/Support/lib/Horde/Support/Randomid.php      |   66 +++++++++++++++++
 framework/Support/package.xml                         |   23 ++----
 framework/Support/test/Horde/Support/RandomidTest.php |   26 +++++++
 3 files changed, 98 insertions(+), 17 deletions(-)
 create mode 100644 framework/Support/lib/Horde/Support/Randomid.php
 create mode 100644 framework/Support/test/Horde/Support/RandomidTest.php

http://git.horde.org/co.php/framework/Support/lib/Horde/Support/Randomid.php?rt=horde-git&r=a7806d8838addf9e85ea16a09f5ea4b131ed1275
http://git.horde.org/diff.php/framework/Support/package.xml?rt=horde-git&r1=1e901184aa6ec232fc16ddea7b78d69ca76127c1&r2=a7806d8838addf9e85ea16a09f5ea4b131ed1275
http://git.horde.org/co.php/framework/Support/test/Horde/Support/RandomidTest.php?rt=horde-git&r=a7806d8838addf9e85ea16a09f5ea4b131ed1275

-----------------------------------------------------------------------

commit aa05e7f71376d16419aa5e26bccb7206da673118
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 22:15:29 2010 -0600

    Use Horde_Support_Guid/Horde_Support_Randomid

 framework/Mime/lib/Horde/Mime.php            |   13 +-------
 framework/Mime/lib/Horde/Mime/Part.php       |    4 +-
 framework/Mime/package.xml                   |    4 ++
 framework/Support/lib/Horde/Support/Guid.php |   42 +++++++++++++++++++------
 4 files changed, 39 insertions(+), 24 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime.php?rt=horde-git&r1=5e0c62cd9a2b553b3d1d799d86651e267f82bfd5&r2=aa05e7f71376d16419aa5e26bccb7206da673118
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Part.php?rt=horde-git&r1=7506739fa63f9c0bcd224820e566a256ba6167be&r2=aa05e7f71376d16419aa5e26bccb7206da673118
http://git.horde.org/diff.php/framework/Mime/package.xml?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=aa05e7f71376d16419aa5e26bccb7206da673118
http://git.horde.org/diff.php/framework/Support/lib/Horde/Support/Guid.php?rt=horde-git&r1=2340a704ea1212c8d87b3674c587e673410803e0&r2=aa05e7f71376d16419aa5e26bccb7206da673118

-----------------------------------------------------------------------

commit 5c69730876630e536f346108c040eadd608ac719
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 22:34:16 2010 -0600

    Fix phpdoc

 framework/Core/lib/Horde/Core/Factory/Prefs.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Prefs.php?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=5c69730876630e536f346108c040eadd608ac719

-----------------------------------------------------------------------

commit 78a174e2ca77d9476d06f607d5d69d96772670e5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 22:38:49 2010 -0600

    This is not necessarily an array

 framework/Core/lib/Horde/Core/Factory/TextFilter.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/TextFilter.php?rt=horde-git&r1=c02029d4a32c3b1e602f516d4d9301330659e22f&r2=78a174e2ca77d9476d06f607d5d69d96772670e5

-----------------------------------------------------------------------

commit 4a9fc60dcb0286d04378fcf14b1ba4fcba6918d1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 23:18:04 2010 -0600

    Remove horde/Core dependency in Horde_Prefs_Identity

 framework/Core/lib/Horde.php                       |    4 +
 framework/Core/lib/Horde/Core/Factory/Identity.php |    2 +-
 framework/Core/lib/Horde/Core/Prefs/Identity.php   |  115 +++++++++++++
 framework/Core/lib/Horde/Core/Prefs/Ui.php         |    5 +-
 framework/Core/package.xml                         |    2 +
 framework/Prefs/lib/Horde/Prefs/Identity.php       |  177 +++++---------------
 framework/Prefs/package.xml                        |    8 +-
 horde/services/confirm.php                         |   12 +-
 imp/lib/Prefs/Identity.php                         |   14 +-
 9 files changed, 186 insertions(+), 153 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Prefs/Identity.php

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=c1f241be16aa88a278d0e51fc7baa78e39008cca&r2=4a9fc60dcb0286d04378fcf14b1ba4fcba6918d1
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Identity.php?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=4a9fc60dcb0286d04378fcf14b1ba4fcba6918d1
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Prefs/Identity.php?rt=horde-git&r=4a9fc60dcb0286d04378fcf14b1ba4fcba6918d1
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=c0e10b4a380f6e08c70d1ee0856a7b629b8da111&r2=4a9fc60dcb0286d04378fcf14b1ba4fcba6918d1
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=4a9fc60dcb0286d04378fcf14b1ba4fcba6918d1
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Identity.php?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=4a9fc60dcb0286d04378fcf14b1ba4fcba6918d1
http://git.horde.org/diff.php/framework/Prefs/package.xml?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=4a9fc60dcb0286d04378fcf14b1ba4fcba6918d1
http://git.horde.org/diff.php/horde/services/confirm.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=4a9fc60dcb0286d04378fcf14b1ba4fcba6918d1
http://git.horde.org/diff.php/imp/lib/Prefs/Identity.php?rt=horde-git&r1=9737f5bcd72d0d0789b9f6f6363da3bd1dd4d252&r2=4a9fc60dcb0286d04378fcf14b1ba4fcba6918d1

-----------------------------------------------------------------------

commit bcf644f1408e1394a5aa12810fd064756955e855
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 23:44:21 2010 -0600

    Placeholder for Horde_Ldap injection.

 framework/Core/lib/Horde/Core/Factory/Prefs.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Prefs.php?rt=horde-git&r1=5c69730876630e536f346108c040eadd608ac719&r2=bcf644f1408e1394a5aa12810fd064756955e855

-----------------------------------------------------------------------

commit b1f13c2b907b37bb6bca7b49c7334e27d19ae84d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 23:44:34 2010 -0600

    phpdoc

 framework/Auth/lib/Horde/Auth/Ldap.php   |   19 ++++-----
 framework/Prefs/lib/Horde/Prefs/Ldap.php |   60 ++++++++++-------------------
 2 files changed, 30 insertions(+), 49 deletions(-)

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Ldap.php?rt=horde-git&r1=70f3c549d92507b12371884d4c1d31f93ec7ea2c&r2=b1f13c2b907b37bb6bca7b49c7334e27d19ae84d
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Ldap.php?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=b1f13c2b907b37bb6bca7b49c7334e27d19ae84d

-----------------------------------------------------------------------

commit d60db49628a9da0689acf915dd40e2ead2005f3d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 3 00:17:13 2010 -0600

    Use Horde_Url::redirect()

 horde/admin/perms/addchild.php     |    9 ++-------
 horde/admin/perms/delete.php       |   12 +++---------
 horde/admin/perms/edit.php         |   19 +++++++++----------
 horde/admin/setup/config.php       |    7 ++-----
 horde/admin/setup/index.php        |    4 +---
 horde/admin/setup/scripts.php      |    7 +++----
 horde/index.php                    |    9 +++++----
 horde/login.php                    |   12 ++++--------
 horde/scripts/http_login_refer.php |    6 ++++--
 horde/services/changepassword.php  |    8 +++-----
 horde/services/facebook.php        |    7 ++-----
 horde/services/language.php        |    9 +++++----
 horde/services/problem.php         |    4 +---
 horde/services/resetpassword.php   |    5 ++---
 horde/services/twitter.php         |    4 +---
 horde/signup.php                   |    9 +++------
 16 files changed, 50 insertions(+), 81 deletions(-)

http://git.horde.org/diff.php/horde/admin/perms/addchild.php?rt=horde-git&r1=4fd5de48328cc44ba9e468a6acb62a36ea1959dd&r2=d60db49628a9da0689acf915dd40e2ead2005f3d
http://git.horde.org/diff.php/horde/admin/perms/delete.php?rt=horde-git&r1=b59a9a7f414dc3edc7d6fc0caf8396e38b1c4649&r2=d60db49628a9da0689acf915dd40e2ead2005f3d
http://git.horde.org/diff.php/horde/admin/perms/edit.php?rt=horde-git&r1=b59a9a7f414dc3edc7d6fc0caf8396e38b1c4649&r2=d60db49628a9da0689acf915dd40e2ead2005f3d
http://git.horde.org/diff.php/horde/admin/setup/config.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=d60db49628a9da0689acf915dd40e2ead2005f3d
http://git.horde.org/diff.php/horde/admin/setup/index.php?rt=horde-git&r1=f51219d853ecbc41ae3948bef25f6c5e8c36217f&r2=d60db49628a9da0689acf915dd40e2ead2005f3d
http://git.horde.org/diff.php/horde/admin/setup/scripts.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=d60db49628a9da0689acf915dd40e2ead2005f3d
http://git.horde.org/diff.php/horde/index.php?rt=horde-git&r1=155edcbb7d3dae2f1dc336b10d1a8324b9860d51&r2=d60db49628a9da0689acf915dd40e2ead2005f3d
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=d60db49628a9da0689acf915dd40e2ead2005f3d
http://git.horde.org/diff.php/horde/scripts/http_login_refer.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=d60db49628a9da0689acf915dd40e2ead2005f3d
http://git.horde.org/diff.php/horde/services/changepassword.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=d60db49628a9da0689acf915dd40e2ead2005f3d
http://git.horde.org/diff.php/horde/services/facebook.php?rt=horde-git&r1=26dfe1d2eef0e3ca0651735b927dbb2eb7458a7e&r2=d60db49628a9da0689acf915dd40e2ead2005f3d
http://git.horde.org/diff.php/horde/services/language.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=d60db49628a9da0689acf915dd40e2ead2005f3d
http://git.horde.org/diff.php/horde/services/problem.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=d60db49628a9da0689acf915dd40e2ead2005f3d
http://git.horde.org/diff.php/horde/services/resetpassword.php?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=d60db49628a9da0689acf915dd40e2ead2005f3d
http://git.horde.org/diff.php/horde/services/twitter.php?rt=horde-git&r1=31782c98506d6879277950ccc023f21e033c6ec7&r2=d60db49628a9da0689acf915dd40e2ead2005f3d
http://git.horde.org/diff.php/horde/signup.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=d60db49628a9da0689acf915dd40e2ead2005f3d

-----------------------------------------------------------------------

commit fb8207ce940d5a65d58f8cc79ff9d0db2c995174
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 3 00:44:01 2010 -0600

    Allow a configuration to be passed to Horde_Db factory.

 framework/Core/lib/Horde/Core/Factory/Db.php |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Db.php?rt=horde-git&r1=b6ce0f85be89200ceb6b21f43e48688852a33b06&r2=fb8207ce940d5a65d58f8cc79ff9d0db2c995174

-----------------------------------------------------------------------

commit ede7911f9ad2e44cb6ce307cc4b8ebad12304a18
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 3 00:44:34 2010 -0600

    Use Horde_Db for IMP SQL quota driver

 imp/lib/Injector/Binder/Quota.php |   10 +++-
 imp/lib/Quota/Sql.php             |   78 +++++++++++++++---------------------
 2 files changed, 40 insertions(+), 48 deletions(-)

http://git.horde.org/diff.php/imp/lib/Injector/Binder/Quota.php?rt=horde-git&r1=d67f346b2333b41b3dcea0ea21c7a3f81632ce5c&r2=ede7911f9ad2e44cb6ce307cc4b8ebad12304a18
http://git.horde.org/diff.php/imp/lib/Quota/Sql.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=ede7911f9ad2e44cb6ce307cc4b8ebad12304a18

-----------------------------------------------------------------------

commit b8c75212f80691906df4bec65c5975f1f20ab898
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 3 11:51:30 2010 -0400

    use Horde_Support_Randomid:: for note ids, and Horde_Support_Guid:: for note uids.

 mnemo/lib/Driver/sql.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/mnemo/lib/Driver/sql.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=b8c75212f80691906df4bec65c5975f1f20ab898

-----------------------------------------------------------------------

commit 9cca14d6881277d4eea1f8ebf2859ce4a3233b67
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 3 11:58:03 2010 -0400

    Clean up uid/randomid/guid changes.
    
    Use Horde_Support_Randomid:: for local object ids when we need a smaller value,
    Use Horde_Support_Guid:: for object uids (not Horde_Support_Uuid:: since these need
    to be globally unique).
    Use Horde_Support_Uuid for share ids and other cases where we can use a larger value.
    
    I still question the need for even the Randomid in places like internal object ids, when
    integer autoincrement fields would suffice.

 kronolith/lib/Driver/Sql.php                     |    2 +-
 nag/lib/Driver.php                               |    2 +-
 nag/lib/Driver/Kolab.php                         |    4 ++--
 nag/lib/Driver/Sql.php                           |    6 +++---
 turba/lib/Driver.php                             |    2 +-
 turba/lib/Driver/Sql.php                         |    2 +-
 turba/scripts/upgrades/public_to_horde_share.php |    2 +-
 turba/search.php                                 |    2 +-
 8 files changed, 11 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=9cca14d6881277d4eea1f8ebf2859ce4a3233b67
http://git.horde.org/diff.php/nag/lib/Driver.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=9cca14d6881277d4eea1f8ebf2859ce4a3233b67
http://git.horde.org/diff.php/nag/lib/Driver/Kolab.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=9cca14d6881277d4eea1f8ebf2859ce4a3233b67
http://git.horde.org/diff.php/nag/lib/Driver/Sql.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=9cca14d6881277d4eea1f8ebf2859ce4a3233b67
http://git.horde.org/diff.php/turba/lib/Driver.php?rt=horde-git&r1=33eb148eb32339607b0ea6684f55013beda5be6c&r2=9cca14d6881277d4eea1f8ebf2859ce4a3233b67
http://git.horde.org/diff.php/turba/lib/Driver/Sql.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=9cca14d6881277d4eea1f8ebf2859ce4a3233b67
http://git.horde.org/diff.php/turba/scripts/upgrades/public_to_horde_share.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=9cca14d6881277d4eea1f8ebf2859ce4a3233b67
http://git.horde.org/diff.php/turba/search.php?rt=horde-git&r1=33eb148eb32339607b0ea6684f55013beda5be6c&r2=9cca14d6881277d4eea1f8ebf2859ce4a3233b67

-----------------------------------------------------------------------

commit 38b06b2e87585493367f2a0fcddef1ed087ae814
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 3 12:16:52 2010 -0400

    Some fixes for Prefs/Identities changes.

 framework/Prefs/lib/Horde/Prefs/Identity.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Identity.php?rt=horde-git&r1=4a9fc60dcb0286d04378fcf14b1ba4fcba6918d1&r2=38b06b2e87585493367f2a0fcddef1ed087ae814

-----------------------------------------------------------------------

commit eba30006794ea6d89a60d88d04f5d8170abd3927
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 3 10:47:07 2010 +0200

    Redirect to login screen if not authenticated for this application.

 framework/Core/lib/Horde/Core/Prefs/Ui.php |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=4a9fc60dcb0286d04378fcf14b1ba4fcba6918d1&r2=eba30006794ea6d89a60d88d04f5d8170abd3927

-----------------------------------------------------------------------

commit af21616d0bb274f5657c615dfebe583f17167f87
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 3 15:20:09 2010 +0200

    Pad time string.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=f2887752556ddf50907ffa0a5a398873220ec0b5&r2=af21616d0bb274f5657c615dfebe583f17167f87

-----------------------------------------------------------------------

commit c44c4d24b958a4596023923ea24b75a5ace942d4
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 3 19:15:11 2010 +0200

    Fix saving ACLs, improve handling of "anyone" user, stricter enforcement of
    RFC 4314.

 imp/lib/Prefs/Ui.php |   83 ++++++++++++++++++++++++++++---------------------
 1 files changed, 47 insertions(+), 36 deletions(-)

http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=33bf4bc05ec530e5ac2bffbaca62bc0ac2ebb24e&r2=c44c4d24b958a4596023923ea24b75a5ace942d4

-----------------------------------------------------------------------

commit 70a4f066014950bea127d863b71e0f13faafd59b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 3 19:30:17 2010 +0200

    Theoretically fix showing user drop-down, but authUserList() is currently broken.

 imp/lib/Prefs/Ui.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=c44c4d24b958a4596023923ea24b75a5ace942d4&r2=70a4f066014950bea127d863b71e0f13faafd59b

-----------------------------------------------------------------------

commit 8dff8021aa01dbc971a38593cf16ed49c07e14d8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 3 12:37:36 2010 -0600

    Better determination if initial slug is a domain name.

 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php?rt=horde-git&r1=9e0e56d72ee6d729daaab946885dcc127f0c2f94&r2=8dff8021aa01dbc971a38593cf16ed49c07e14d8

-----------------------------------------------------------------------

commit 87286a612ce133fd3111222c1881809707022f90
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 3 12:38:37 2010 -0600

    Bug #9165: Fix creating Horde_Auth_Imap object using IMP config

 imp/lib/Application.php              |   43 ++++------------------------
 imp/lib/Injector/Binder/AuthImap.php |   51 ++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+), 36 deletions(-)
 create mode 100644 imp/lib/Injector/Binder/AuthImap.php

http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=c1f241be16aa88a278d0e51fc7baa78e39008cca&r2=87286a612ce133fd3111222c1881809707022f90
http://git.horde.org/co.php/imp/lib/Injector/Binder/AuthImap.php?rt=horde-git&r=87286a612ce133fd3111222c1881809707022f90

-----------------------------------------------------------------------

commit ca3ed749aa412c9a0b9890de181980fadeb2713f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 3 15:17:53 2010 -0600

    Add Default EOL value.

 framework/Mime/lib/Horde/Mime.php |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime.php?rt=horde-git&r1=aa05e7f71376d16419aa5e26bccb7206da673118&r2=ca3ed749aa412c9a0b9890de181980fadeb2713f

-----------------------------------------------------------------------

commit 09a0ade1f7c7d156a3158532a338c7989498ddfb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 3 01:04:53 2010 -0600

    Convert Icalendar to H4.
    
    This removes the last use of PEAR_Errors in IMP.  Yay.
    
    I've tried to go through framework, turba, and kronolith and convert to
    using Exceptions, but there is no guarantee that I caught all the
    locations we are using Icalendar objects.

 framework/Data/lib/Horde/Data/Imc.php                             |    8 +-
 framework/Data/lib/Horde/Data/Vcard.php                           |    2 +-
 framework/Data/lib/Horde/Data/Vnote.php                           |    4 +-
 framework/Data/package.xml                                        |    6 +-
 framework/Date/lib/Horde/Date/Recurrence.php                      |    4 +-
 framework/Date/test/Horde/Date/RecurrenceTest.php                 |   12 +-
 framework/Icalendar/examples/Horde/Icalendar/exchange.ics         |   53 +
 framework/Icalendar/examples/Horde/Icalendar/exdate.ics           |   16 +
 framework/Icalendar/examples/Horde/Icalendar/ical.ics             |   40 +
 framework/Icalendar/examples/Horde/Icalendar/parser.php           |   49 +
 framework/Icalendar/examples/Horde/Icalendar/test_recurring.vcs   |   50 +
 framework/Icalendar/examples/Horde/Icalendar/vnote.txt            |    7 +
 framework/Icalendar/lib/Horde/Icalendar.php                       | 1490 ++
 framework/Icalendar/lib/Horde/Icalendar/Daylight.php              |   44 +
 framework/Icalendar/lib/Horde/Icalendar/Exception.php             |   17 +
 framework/Icalendar/lib/Horde/Icalendar/Standard.php              |   44 +
 framework/Icalendar/lib/Horde/Icalendar/Valarm.php                |   34 +
 framework/Icalendar/lib/Horde/Icalendar/Vcard.php                 |  133 +
 framework/Icalendar/lib/Horde/Icalendar/Vevent.php                |  244 +
 framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php             |  502 +
 framework/Icalendar/lib/Horde/Icalendar/Vjournal.php              |   34 +
 framework/Icalendar/lib/Horde/Icalendar/Vnote.php                 |   69 +
 framework/Icalendar/lib/Horde/Icalendar/Vtimezone.php             |  177 +
 framework/Icalendar/lib/Horde/Icalendar/Vtodo.php                 |   99 +
 framework/Icalendar/package.xml                                   |  240 +
 framework/Icalendar/test/.cvsignore                               |    5 +
 framework/Icalendar/test/Horde/Icalendar/bug_7423.phpt            |   32 +
 framework/Icalendar/test/Horde/Icalendar/charset1.phpt            |   50 +
 framework/Icalendar/test/Horde/Icalendar/empty_data.phpt          |   30 +
 .../test/Horde/Icalendar/fixtures/vTimezone/AuthorChats.ics       |  208 +
 .../test/Horde/Icalendar/fixtures/vTimezone/MMMPseminar.ics       |  180 +
 .../test/Horde/Icalendar/fixtures/vTimezone/Moon_Days.ics         |  226 +
 .../test/Horde/Icalendar/fixtures/vTimezone/ProjectCalendar.ics   |  137 +
 .../test/Horde/Icalendar/fixtures/vTimezone/SpanishHolidays.ics   |  316 +
 .../test/Horde/Icalendar/fixtures/vTimezone/allcategories.vcs     |  166 +
 .../test/Horde/Icalendar/fixtures/vTimezone/arsenal32FC.ics       | 3594 +++++
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/events.ics  |   26 +
 .../test/Horde/Icalendar/fixtures/vTimezone/exchange.ics          |   53 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/exdate.ics  |   16 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/iscw.ics    |  103 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/meeting.ics |   71 +
 .../test/Horde/Icalendar/fixtures/vTimezone/privacy_events.ics    |  263 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/rfc2445.ics |  305 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test.vcs    |   34 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test4.vcs   |   39 +
 .../test/Horde/Icalendar/fixtures/vTimezone/test_recurring.vcs    |   50 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/wicca.ics   |  568 +
 framework/Icalendar/test/Horde/Icalendar/geo.phpt                 |   37 +
 framework/Icalendar/test/Horde/Icalendar/iCalendar.phpt           |   36 +
 framework/Icalendar/test/Horde/Icalendar/line-folding.phpt        |  180 +
 framework/Icalendar/test/Horde/Icalendar/quoted-params.phpt       |   43 +
 framework/Icalendar/test/Horde/Icalendar/read-escapes.phpt        |   59 +
 framework/Icalendar/test/Horde/Icalendar/read-vcard-org.phpt      |   25 +
 framework/Icalendar/test/Horde/Icalendar/read-write-escapes.phpt  |   43 +
 framework/Icalendar/test/Horde/Icalendar/timezones.phpt           |  827 +
 framework/Icalendar/test/Horde/Icalendar/vcal20.phpt              |  321 +
 framework/Icalendar/test/Horde/Icalendar/vfreebusy.phpt           |  269 +
 framework/Icalendar/test/Horde/Icalendar/write-escapes.phpt       |   51 +
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Outlook.php         |    4 +-
 framework/Kolab_Filter/package.xml                                |    4 +-
 framework/Kolab_Filter/test/Horde/Kolab/Filter/ResourceTest.php   |   60 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php       |    8 +-
 .../lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Base.php             |    4 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Imap.php        |    8 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php        |    4 +-
 framework/Kolab_FreeBusy/package.xml                              |    2 +-
 framework/Kolab_Resource/lib/Horde/Kolab/Resource.php             |   10 +-
 framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy.php    |   10 +-
 .../Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy/Kolab.php    |    4 +-
 .../Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy/Mock.php     |    4 +-
 framework/Kolab_Resource/lib/Horde/Kolab/Resource/Itip.php        |    8 +-
 framework/Kolab_Resource/package.xml                              |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Vcard.php             |   32 +-
 framework/Mime_Viewer/package.xml                                 |    2 +-
 framework/SyncML/SyncML/Device.php                                |    4 +-
 framework/SyncML/SyncML/Device/Sync4j.php                         |  142 +-
 framework/SyncML/SyncML/Device/Synthesis.php                      |    2 +-
 framework/SyncML/tests/sif.phpt                                   |    2 +-
 framework/iCalendar/docs/examples/exchange.ics                    |   53 -
 framework/iCalendar/docs/examples/exdate.ics                      |   16 -
 framework/iCalendar/docs/examples/ical.ics                        |   40 -
 framework/iCalendar/docs/examples/parser.php                      |   48 -
 framework/iCalendar/docs/examples/test_recurring.vcs              |   50 -
 framework/iCalendar/docs/examples/vnote.txt                       |    7 -
 framework/iCalendar/iCalendar.php                                 | 1490 --
 framework/iCalendar/iCalendar/valarm.php                          |   27 -
 framework/iCalendar/iCalendar/vcard.php                           |  141 -
 framework/iCalendar/iCalendar/vevent.php                          |  227 -
 framework/iCalendar/iCalendar/vfreebusy.php                       |  453 -
 framework/iCalendar/iCalendar/vjournal.php                        |   27 -
 framework/iCalendar/iCalendar/vnote.php                           |   60 -
 framework/iCalendar/iCalendar/vtimezone.php                       |  205 -
 framework/iCalendar/iCalendar/vtodo.php                           |   83 -
 framework/iCalendar/package.xml                                   |  166 -
 framework/iCalendar/tests/.cvsignore                              |    5 -
 framework/iCalendar/tests/bug_7423.phpt                           |   32 -
 framework/iCalendar/tests/charset1.phpt                           |   50 -
 framework/iCalendar/tests/empty_data.phpt                         |   30 -
 framework/iCalendar/tests/fixtures/vTimezone/AuthorChats.ics      |  208 -
 framework/iCalendar/tests/fixtures/vTimezone/MMMPseminar.ics      |  180 -
 framework/iCalendar/tests/fixtures/vTimezone/Moon_Days.ics        |  226 -
 framework/iCalendar/tests/fixtures/vTimezone/ProjectCalendar.ics  |  137 -
 framework/iCalendar/tests/fixtures/vTimezone/SpanishHolidays.ics  |  316 -
 framework/iCalendar/tests/fixtures/vTimezone/allcategories.vcs    |  166 -
 framework/iCalendar/tests/fixtures/vTimezone/arsenal32FC.ics      | 3594 -----
 framework/iCalendar/tests/fixtures/vTimezone/events.ics           |   26 -
 framework/iCalendar/tests/fixtures/vTimezone/exchange.ics         |   53 -
 framework/iCalendar/tests/fixtures/vTimezone/exdate.ics           |   16 -
 framework/iCalendar/tests/fixtures/vTimezone/iscw.ics             |  103 -
 framework/iCalendar/tests/fixtures/vTimezone/meeting.ics          |   71 -
 framework/iCalendar/tests/fixtures/vTimezone/privacy_events.ics   |  263 -
 framework/iCalendar/tests/fixtures/vTimezone/rfc2445.ics          |  305 -
 framework/iCalendar/tests/fixtures/vTimezone/test.vcs             |   34 -
 framework/iCalendar/tests/fixtures/vTimezone/test4.vcs            |   39 -
 framework/iCalendar/tests/fixtures/vTimezone/test_recurring.vcs   |   50 -
 framework/iCalendar/tests/fixtures/vTimezone/wicca.ics            |  568 -
 framework/iCalendar/tests/geo.phpt                                |   37 -
 framework/iCalendar/tests/iCalendar.phpt                          |   36 -
 framework/iCalendar/tests/line-folding.phpt                       |  181 -
 framework/iCalendar/tests/quoted-params.phpt                      |   43 -
 framework/iCalendar/tests/read-escapes.phpt                       |   59 -
 framework/iCalendar/tests/read-vcard-org.phpt                     |   25 -
 framework/iCalendar/tests/read-write-escapes.phpt                 |   43 -
 framework/iCalendar/tests/timezones.phpt                          |  828 -
 framework/iCalendar/tests/vcal20.phpt                             |  321 -
 framework/iCalendar/tests/vfreebusy.phpt                          |  269 -
 framework/iCalendar/tests/write-escapes.phpt                      |   51 -
 imp/lib/Mime/Viewer/Itip.php                                      |  192 +-
 kronolith/data.php                                                |   12 +-
 kronolith/lib/Api.php                                             |   41 +-
 kronolith/lib/Driver/Ical.php                                     |    4 +-
 kronolith/lib/Event.php                                           |  252 +-
 kronolith/lib/Event/Ical.php                                      |   42 +-
 kronolith/lib/FreeBusy.php                                        |   24 +-
 kronolith/lib/FreeBusy/View.php                                   |   10 +-
 kronolith/lib/Kronolith.php                                       |    2 +-
 kronolith/lib/Storage/kolab.php                                   |    4 +-
 kronolith/lib/Storage/sql.php                                     |    4 +-
 kronolith/lib/View/ExportEvent.php                                |    2 +-
 kronolith/lib/tests/allday.phpt                                   |    6 +-
 kronolith/lib/tests/bug7068.phpt                                  |    6 +-
 kronolith/lib/tests/toicalendar.phpt                              |   16 +-
 kronolith/scripts/import_squirrelmail_calendar.php                |    9 +-
 turba/data.php                                                    |    2 +-
 turba/lib/Api.php                                                 |   10 +-
 turba/lib/Driver.php                                              |  148 +-
 turba/lib/tests/tohash.phpt                                       |    4 +-
 147 files changed, 12299 insertions(+), 12006 deletions(-)
 create mode 100644 framework/Icalendar/examples/Horde/Icalendar/exchange.ics
 create mode 100644 framework/Icalendar/examples/Horde/Icalendar/exdate.ics
 create mode 100644 framework/Icalendar/examples/Horde/Icalendar/ical.ics
 create mode 100755 framework/Icalendar/examples/Horde/Icalendar/parser.php
 create mode 100644 framework/Icalendar/examples/Horde/Icalendar/test_recurring.vcs
 create mode 100644 framework/Icalendar/examples/Horde/Icalendar/vnote.txt
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Daylight.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Exception.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Standard.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Valarm.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Vcard.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Vevent.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Vjournal.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Vnote.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Vtimezone.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Vtodo.php
 create mode 100644 framework/Icalendar/package.xml
 create mode 100644 framework/Icalendar/test/.cvsignore
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/bug_7423.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/charset1.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/empty_data.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/AuthorChats.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/MMMPseminar.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/Moon_Days.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/ProjectCalendar.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/SpanishHolidays.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/allcategories.vcs
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/arsenal32FC.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/events.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/exchange.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/exdate.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/iscw.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/meeting.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/privacy_events.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/rfc2445.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test.vcs
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test4.vcs
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test_recurring.vcs
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/wicca.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/geo.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/iCalendar.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/line-folding.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/quoted-params.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/read-escapes.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/read-vcard-org.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/read-write-escapes.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/timezones.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/vcal20.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/vfreebusy.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/write-escapes.phpt
 delete mode 100644 framework/iCalendar/docs/examples/exchange.ics
 delete mode 100644 framework/iCalendar/docs/examples/exdate.ics
 delete mode 100644 framework/iCalendar/docs/examples/ical.ics
 delete mode 100755 framework/iCalendar/docs/examples/parser.php
 delete mode 100644 framework/iCalendar/docs/examples/test_recurring.vcs
 delete mode 100644 framework/iCalendar/docs/examples/vnote.txt
 delete mode 100644 framework/iCalendar/iCalendar.php
 delete mode 100644 framework/iCalendar/iCalendar/valarm.php
 delete mode 100644 framework/iCalendar/iCalendar/vcard.php
 delete mode 100644 framework/iCalendar/iCalendar/vevent.php
 delete mode 100644 framework/iCalendar/iCalendar/vfreebusy.php
 delete mode 100644 framework/iCalendar/iCalendar/vjournal.php
 delete mode 100644 framework/iCalendar/iCalendar/vnote.php
 delete mode 100644 framework/iCalendar/iCalendar/vtimezone.php
 delete mode 100644 framework/iCalendar/iCalendar/vtodo.php
 delete mode 100644 framework/iCalendar/package.xml
 delete mode 100644 framework/iCalendar/tests/.cvsignore
 delete mode 100644 framework/iCalendar/tests/bug_7423.phpt
 delete mode 100644 framework/iCalendar/tests/charset1.phpt
 delete mode 100644 framework/iCalendar/tests/empty_data.phpt
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/AuthorChats.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/MMMPseminar.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/Moon_Days.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/ProjectCalendar.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/SpanishHolidays.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/allcategories.vcs
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/arsenal32FC.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/events.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/exchange.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/exdate.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/iscw.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/meeting.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/privacy_events.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/rfc2445.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/test.vcs
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/test4.vcs
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/test_recurring.vcs
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/wicca.ics
 delete mode 100644 framework/iCalendar/tests/geo.phpt
 delete mode 100644 framework/iCalendar/tests/iCalendar.phpt
 delete mode 100644 framework/iCalendar/tests/line-folding.phpt
 delete mode 100644 framework/iCalendar/tests/quoted-params.phpt
 delete mode 100644 framework/iCalendar/tests/read-escapes.phpt
 delete mode 100644 framework/iCalendar/tests/read-vcard-org.phpt
 delete mode 100644 framework/iCalendar/tests/read-write-escapes.phpt
 delete mode 100644 framework/iCalendar/tests/timezones.phpt
 delete mode 100644 framework/iCalendar/tests/vcal20.phpt
 delete mode 100644 framework/iCalendar/tests/vfreebusy.phpt
 delete mode 100644 framework/iCalendar/tests/write-escapes.phpt

http://git.horde.org/diff.php/framework/Data/lib/Horde/Data/Imc.php?rt=horde-git&r1=af3026787e3c0fa81dd7ee1307e111a56d555a83&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Data/lib/Horde/Data/Vcard.php?rt=horde-git&r1=76771a86d2919834c03e512bcb8e36595771080e&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Data/lib/Horde/Data/Vnote.php?rt=horde-git&r1=76771a86d2919834c03e512bcb8e36595771080e&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Data/package.xml?rt=horde-git&r1=af3026787e3c0fa81dd7ee1307e111a56d555a83&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Date/lib/Horde/Date/Recurrence.php?rt=horde-git&r1=477b883efa5257115fa0453a9cb87aa8fe0d29a8&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Date/test/Horde/Date/RecurrenceTest.php?rt=horde-git&r1=8a72cd4622aa0f66082f4240eaff1cfec2611fa6&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/exchange.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/exdate.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/ical.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/parser.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/test_recurring.vcs?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/vnote.txt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Daylight.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Exception.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Standard.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Valarm.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vcard.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vevent.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vjournal.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vnote.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vtimezone.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vtodo.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/package.xml?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/.cvsignore?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/bug_7423.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/charset1.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/empty_data.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/AuthorChats.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/MMMPseminar.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/Moon_Days.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/ProjectCalendar.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/SpanishHolidays.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/allcategories.vcs?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/arsenal32FC.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/events.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/exchange.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/exdate.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/iscw.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/meeting.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/privacy_events.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/rfc2445.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test.vcs?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test4.vcs?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test_recurring.vcs?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/wicca.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/geo.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/iCalendar.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/line-folding.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/quoted-params.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/read-escapes.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/read-vcard-org.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/read-write-escapes.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/timezones.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/vcal20.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/vfreebusy.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/write-escapes.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Outlook.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Filter/package.xml?rt=horde-git&r1=2be282e64fc4519a6254ec721be3751cd42c7a2d&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/ResourceTest.php?rt=horde-git&r1=2be282e64fc4519a6254ec721be3751cd42c7a2d&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php?rt=horde-git&r1=461b328a22b10fd54a870f81aa73b6a974af74cd&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Base.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Imap.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php?rt=horde-git&r1=461b328a22b10fd54a870f81aa73b6a974af74cd&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/package.xml?rt=horde-git&r1=28e19acb70381e68771468eb0c0cab9ef15ea2c1&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource.php?rt=horde-git&r1=02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy.php?rt=horde-git&r1=02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy/Kolab.php?rt=horde-git&r1=02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy/Mock.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Itip.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Resource/package.xml?rt=horde-git&r1=02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Vcard.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Mime_Viewer/package.xml?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/SyncML/SyncML/Device.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/SyncML/SyncML/Device/Sync4j.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/SyncML/SyncML/Device/Synthesis.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/SyncML/tests/sif.phpt?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/exchange.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/exdate.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/ical.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/parser.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/test_recurring.vcs?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/vnote.txt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/valarm.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vcard.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vevent.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vfreebusy.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vjournal.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vnote.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vtimezone.php?rt=horde-git&r1=767847624b436609597b50aa7aa372470cd8fb65&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vtodo.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/package.xml?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/.cvsignore?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/bug_7423.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/charset1.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/empty_data.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/AuthorChats.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/MMMPseminar.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/Moon_Days.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/ProjectCalendar.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/SpanishHolidays.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/allcategories.vcs?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/arsenal32FC.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/events.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/exchange.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/exdate.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/iscw.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/meeting.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/privacy_events.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/rfc2445.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/test.vcs?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/test4.vcs?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/test_recurring.vcs?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/wicca.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/geo.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/iCalendar.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/line-folding.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/quoted-params.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/read-escapes.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/read-vcard-org.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/read-write-escapes.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/timezones.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/vcal20.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/vfreebusy.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/write-escapes.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Itip.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=02d755c4f13fcc243bfebbff5a9e5f18187d496f&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=84c029d5fed72391f86912a9eb8d4595e6041b7b&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=eb6d40e5575cfc5ff525adcd4596c1bcfe8204ff&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/Event/Ical.php?rt=horde-git&r1=755d7cebd4191d74755041595e327eacb694cf69&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/FreeBusy.php?rt=horde-git&r1=57c363e041c30768af6907affc146de65d388455&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/FreeBusy/View.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/Storage/kolab.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/Storage/sql.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/View/ExportEvent.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/tests/allday.phpt?rt=horde-git&r1=8e991d7139c86d178bb37a227d7493c46e488b27&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/tests/bug7068.phpt?rt=horde-git&r1=8e991d7139c86d178bb37a227d7493c46e488b27&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/tests/toicalendar.phpt?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/scripts/import_squirrelmail_calendar.php?rt=horde-git&r1=8e991d7139c86d178bb37a227d7493c46e488b27&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/turba/data.php?rt=horde-git&r1=d99358c7192283e929ff5427ec62456e622b2e3c&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/turba/lib/Api.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/turba/lib/Driver.php?rt=horde-git&r1=9cca14d6881277d4eea1f8ebf2859ce4a3233b67&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/turba/lib/tests/tohash.phpt?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb

-----------------------------------------------------------------------

commit 7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 4 00:43:06 2010 +0200

    Use Horde_Url#redirect().

 agora/ban.php                                      |    6 +-
 agora/deleteforum.php                              |   10 +-
 agora/editforum.php                                |   16 +-
 agora/messages/abuse.php                           |    7 +-
 agora/messages/delete.php                          |    7 +-
 agora/messages/edit.php                            |    4 +-
 agora/messages/index.php                           |   10 +-
 agora/messages/lock.php                            |    7 +-
 agora/messages/merge.php                           |    7 +-
 agora/messages/move.php                            |    7 +-
 agora/messages/split.php                           |    7 +-
 agora/moderate.php                                 |    3 +-
 agora/moderators.php                               |   13 +-
 agora/search.php                                   |    3 +-
 agora/threads.php                                  |   12 +-
 ansel/gallery/sort.php                             |    3 +-
 babel/edit.php                                     |    5 +-
 babel/upload.php                                   |    4 +-
 beatnik/autogenerate.php                           |    6 +-
 beatnik/commit.php                                 |    3 +-
 beatnik/delete.php                                 |   10 +-
 beatnik/editrec.php                                |    6 +-
 beatnik/lib/Driver.php                             |    3 +-
 beatnik/viewzone.php                               |    3 +-
 chora/cvsgraph.php                                 |    3 +-
 chora/history.php                                  |    3 +-
 chora/patchsets.php                                |    3 +-
 fima/account.php                                   |   29 +--
 fima/ledgers/create.php                            |    6 +-
 fima/ledgers/delete.php                            |   18 +-
 fima/ledgers/edit.php                              |   15 +-
 fima/postings.php                                  |  282 ++++++++++----------
 folks/account/resetpassword.php                    |    3 +-
 folks/config/hooks.php.dist                        |    5 +-
 folks/edit/activity.php                            |    9 +-
 folks/edit/comments.php                            |    3 +-
 folks/edit/edit.php                                |    6 +-
 folks/edit/facebook.php                            |    9 +-
 folks/edit/friends/add.php                         |   12 +-
 folks/edit/friends/approve.php                     |    9 +-
 folks/edit/friends/blacklist.php                   |    6 +-
 folks/edit/friends/groups.php                      |   12 +-
 folks/edit/friends/reject.php                      |    9 +-
 folks/edit/privacy.php                             |    8 +-
 folks/friends.php                                  |    9 +-
 folks/report.php                                   |    6 +-
 folks/save_search.php                              |    6 +-
 folks/user.php                                     |    6 +-
 framework/Block/lib/Horde/Block/Layout/Manager.php |    2 +-
 framework/Service_Twitter/doc/twitter.php.example  |    2 +-
 gollem/lib/Auth.php                                |    7 +-
 gollem/permissions.php                             |    8 +-
 gollem/view.php                                    |    8 +-
 hermes/entry.php                                   |    3 +-
 hermes/invoicing.php                               |   18 +-
 horde/admin/perms/edit.php                         |    7 +-
 hylax/print.php                                    |    4 +-
 hylax/send.php                                     |   12 +-
 hylax/view.php                                     |    5 +-
 ingo/blacklist.php                                 |    3 +-
 ingo/filters.php                                   |   12 +-
 ingo/forward.php                                   |    6 +-
 ingo/rule.php                                      |    6 +-
 ingo/script.php                                    |    3 +-
 ingo/spam.php                                      |    6 +-
 ingo/vacation.php                                  |    6 +-
 ingo/whitelist.php                                 |    3 +-
 jonah/channels/aggregate.php                       |   15 +-
 jonah/channels/delete.php                          |   12 +-
 jonah/channels/edit.php                            |    3 +-
 jonah/channels/index.php                           |    4 +-
 jonah/delivery/html.php                            |    4 +-
 jonah/stories/delete.php                           |   22 +-
 jonah/stories/edit.php                             |   10 +-
 jonah/stories/index.php                            |    8 +-
 jonah/stories/results.php                          |    8 +-
 jonah/stories/share.php                            |    7 +-
 jonah/stories/view.php                             |    3 +-
 koward/lib/Koward/Cli.php                          |    4 +-
 koward/lib/Koward/Controller/Application.php       |    7 +-
 koward/lib/Koward/Controller/IndexController.php   |   18 +-
 koward/lib/Koward/Controller/ObjectController.php  |   36 ++--
 koward/www/htdocs/koward/koward.php                |    2 +-
 luxor/search.php                                   |    6 +-
 mnemo/memo.php                                     |   24 +--
 mnemo/note/pdf.php                                 |   15 +-
 mnemo/notepads/create.php                          |    6 +-
 mnemo/notepads/delete.php                          |   15 +-
 mnemo/notepads/edit.php                            |   12 +-
 mnemo/notes/index.php                              |    5 +-
 mnemo/view.php                                     |   15 +-
 nag/quick.php                                      |    6 +-
 nag/task.php                                       |   36 +--
 nag/tasklists/create.php                           |    6 +-
 nag/tasklists/delete.php                           |   15 +-
 nag/tasklists/edit.php                             |   12 +-
 nag/tasks/index.php                                |    3 +-
 nag/view.php                                       |   12 +-
 news/add.php                                       |   12 +-
 news/admin/categories/delete.php                   |    3 +-
 news/admin/categories/edit.php                     |    4 +-
 news/admin/sources/delete.php                      |    3 +-
 news/admin/sources/edit.php                        |    3 +-
 news/browse.php                                    |    3 +-
 news/delete.php                                    |    8 +-
 news/delete_file.php                               |    8 +-
 news/edit.php                                      |   24 +--
 news/mail.php                                      |    9 +-
 news/news.php                                      |    3 +-
 news/note.php                                      |    5 +-
 news/pdf.php                                       |    3 +-
 news/search.php                                    |    3 +-
 pastie/paste.php                                   |    4 +-
 shout/dialplan.php                                 |    2 +-
 shout/index.php                                    |    8 +-
 shout/wizard.php                                   |    3 +-
 skoli/add.php                                      |    7 +-
 skoli/classes/create.php                           |    9 +-
 skoli/classes/delete.php                           |   12 +-
 skoli/classes/edit.php                             |   12 +-
 skoli/classes/index.php                            |    3 +-
 skoli/data.php                                     |    3 +-
 skoli/entry.php                                    |   21 +-
 skoli/list.php                                     |    3 +-
 trean/add.php                                      |   18 +-
 trean/bookmark.php                                 |    4 +-
 trean/browse.php                                   |    3 +-
 trean/data.php                                     |    6 +-
 trean/edit.php                                     |   49 ++---
 trean/redirect.php                                 |    2 +-
 turba/add.php                                      |    6 +-
 turba/addressbooks/create.php                      |    3 +-
 turba/addressbooks/delete.php                      |   12 +-
 turba/addressbooks/edit.php                        |    9 +-
 turba/contact.php                                  |    9 +-
 turba/delete.php                                   |    6 +-
 turba/deletefile.php                               |   11 +-
 turba/edit.php                                     |   20 +-
 turba/lib/Form/AddContact.php                      |    6 +-
 turba/lib/Form/EditContactGroup.php                |    3 +-
 turba/lib/View/Browse.php                          |    4 +-
 turba/merge.php                                    |   15 +-
 turba/search.php                                   |   12 +-
 turba/vcard.php                                    |    9 +-
 vilma/domains/delete.php                           |    7 +-
 vilma/domains/edit.php                             |    4 +-
 vilma/users/delete.php                             |   55 ++---
 vilma/users/editAlias.php                          |   53 ++--
 vilma/users/index.php                              |    2 +-
 vilma/virtuals/delete.php                          |   12 +-
 vilma/virtuals/edit.php                            |    6 +-
 vilma/virtuals/index.php                           |    2 +-
 whups/admin/index.php                              |    3 +-
 whups/data.php                                     |    3 +-
 whups/lib/Ticket.php                               |    3 +-
 whups/lib/Whups.php                                |   11 +-
 whups/query/index.php                              |    4 +-
 whups/query/run.php                                |    4 +-
 whups/queue/index.php                              |    4 +-
 whups/search.php                                   |    5 +-
 whups/ticket/create.php                            |    7 +-
 whups/ticket/delete.php                            |   11 +-
 whups/ticket/delete_attachment.php                 |    7 +-
 whups/ticket/delete_history.php                    |    7 +-
 whups/ticket/queue.php                             |    4 +-
 whups/ticket/type.php                              |    4 +-
 whups/ticket/update.php                            |    4 +-
 whups/view.php                                     |    7 +-
 wicked/diff.php                                    |   16 +-
 wicked/display.php                                 |   15 +-
 wicked/history.php                                 |    7 +-
 wicked/lib/Page/AddPage.php                        |    3 +-
 wicked/lib/Page/DeletePage.php                     |   23 +-
 wicked/lib/Page/EditPage.php                       |    6 +-
 wicked/lib/Page/MergeOrRename.php                  |    6 +-
 wicked/lib/Page/NewPage.php                        |    9 +-
 wicked/lib/Page/RevertPage.php                     |   22 +-
 wicked/lib/Page/SyncPages.php                      |   12 +-
 178 files changed, 729 insertions(+), 1115 deletions(-)

http://git.horde.org/diff.php/agora/ban.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/agora/deleteforum.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/agora/editforum.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/agora/messages/abuse.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/agora/messages/delete.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/agora/messages/edit.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/agora/messages/index.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/agora/messages/lock.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/agora/messages/merge.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/agora/messages/move.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/agora/messages/split.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/agora/moderate.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/agora/moderators.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/agora/search.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/agora/threads.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/ansel/gallery/sort.php?rt=horde-git&r1=52c9a8d7a0c7c68432cdae2dde4f54199397ef10&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/babel/edit.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/babel/upload.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/beatnik/autogenerate.php?rt=horde-git&r1=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/beatnik/commit.php?rt=horde-git&r1=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/beatnik/delete.php?rt=horde-git&r1=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/beatnik/editrec.php?rt=horde-git&r1=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/beatnik/lib/Driver.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/beatnik/viewzone.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/chora/cvsgraph.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/chora/history.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/chora/patchsets.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/fima/account.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/fima/ledgers/create.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/fima/ledgers/delete.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/fima/ledgers/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/fima/postings.php?rt=horde-git&r1=5b68df4f310a217b1cebc18d3b4a5075b077225d&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/folks/account/resetpassword.php?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/folks/config/hooks.php.dist?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/folks/edit/activity.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/folks/edit/comments.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/folks/edit/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/folks/edit/facebook.php?rt=horde-git&r1=bd23015e57f302b8c55627095b50e04335309793&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/folks/edit/friends/add.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/folks/edit/friends/approve.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/folks/edit/friends/blacklist.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/folks/edit/friends/groups.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/folks/edit/friends/reject.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/folks/edit/privacy.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/folks/friends.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/folks/report.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/folks/save_search.php?rt=horde-git&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/folks/user.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Layout/Manager.php?rt=horde-git&r1=c1f241be16aa88a278d0e51fc7baa78e39008cca&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/framework/Service_Twitter/doc/twitter.php.example?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/gollem/lib/Auth.php?rt=horde-git&r1=6ec7d614c26d88f25c2d2cf49e2d0263a1322106&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/gollem/permissions.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/gollem/view.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/hermes/entry.php?rt=horde-git&r1=21e6ab16bb3435a787bf3596c0e3d42d7dbc9161&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/hermes/invoicing.php?rt=horde-git&r1=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/horde/admin/perms/edit.php?rt=horde-git&r1=d60db49628a9da0689acf915dd40e2ead2005f3d&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/hylax/print.php?rt=horde-git&r1=8976e91b8d972f01583ab242adeb977b2f1852ce&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/hylax/send.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/hylax/view.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/ingo/blacklist.php?rt=horde-git&r1=17f5a57919fff298f5436008a2e33b930894b13a&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/ingo/filters.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/ingo/forward.php?rt=horde-git&r1=17f5a57919fff298f5436008a2e33b930894b13a&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/ingo/rule.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/ingo/script.php?rt=horde-git&r1=17f5a57919fff298f5436008a2e33b930894b13a&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/ingo/spam.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/ingo/vacation.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/ingo/whitelist.php?rt=horde-git&r1=17f5a57919fff298f5436008a2e33b930894b13a&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/jonah/channels/aggregate.php?rt=horde-git&r1=10687913333bfe60bd18f82f8da9fbf1c7788764&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/jonah/channels/delete.php?rt=horde-git&r1=6573179c4dd65c8761d383737758d30926ec09f6&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/jonah/channels/edit.php?rt=horde-git&r1=10687913333bfe60bd18f82f8da9fbf1c7788764&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/jonah/channels/index.php?rt=horde-git&r1=8a732b476caa2ef3bcc8f145c623a09e05dd3cea&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/jonah/delivery/html.php?rt=horde-git&r1=02f0d2185d480f2a55973f213f59d89379b3a9ac&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/jonah/stories/delete.php?rt=horde-git&r1=02f0d2185d480f2a55973f213f59d89379b3a9ac&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/jonah/stories/edit.php?rt=horde-git&r1=dce20ade120ccc304c128d3537aff50a6b0c4a0b&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/jonah/stories/index.php?rt=horde-git&r1=8a732b476caa2ef3bcc8f145c623a09e05dd3cea&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/jonah/stories/results.php?rt=horde-git&r1=8a732b476caa2ef3bcc8f145c623a09e05dd3cea&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/jonah/stories/share.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/jonah/stories/view.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/koward/lib/Koward/Cli.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/koward/lib/Koward/Controller/Application.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/koward/lib/Koward/Controller/IndexController.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/koward/lib/Koward/Controller/ObjectController.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/koward/www/htdocs/koward/koward.php?rt=horde-git&r1=53c5cf65e2a7adf62cb6fa46d1d3e082252aae63&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/luxor/search.php?rt=horde-git&r1=a6e50ed6d17f606444e6bb7d4130628d36005d52&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/mnemo/memo.php?rt=horde-git&r1=c1f241be16aa88a278d0e51fc7baa78e39008cca&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/mnemo/note/pdf.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/mnemo/notepads/create.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/mnemo/notepads/delete.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/mnemo/notepads/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/mnemo/notes/index.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/mnemo/view.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/nag/quick.php?rt=horde-git&r1=659c348abc1a65fec88aa8c25b6848687dcb9f05&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/nag/task.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/nag/tasklists/create.php?rt=horde-git&r1=dd901625c8f3574de37747664f578f9399fcebc6&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/nag/tasklists/delete.php?rt=horde-git&r1=dd901625c8f3574de37747664f578f9399fcebc6&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/nag/tasklists/edit.php?rt=horde-git&r1=dd901625c8f3574de37747664f578f9399fcebc6&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/nag/tasks/index.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/nag/view.php?rt=horde-git&r1=7e3440b207db90c35549d3fc9a76a0ef82887fa3&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/news/add.php?rt=horde-git&r1=61ccb02baff68b3cf61b273272accb413a20c252&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/news/admin/categories/delete.php?rt=horde-git&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/news/admin/categories/edit.php?rt=horde-git&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/news/admin/sources/delete.php?rt=horde-git&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/news/admin/sources/edit.php?rt=horde-git&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/news/browse.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/news/delete.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/news/delete_file.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/news/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/news/mail.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/news/news.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/news/note.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/news/pdf.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/news/search.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/pastie/paste.php?rt=horde-git&r1=199d69917b210225bae181ee599516f36e9e45e7&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/shout/dialplan.php?rt=horde-git&r1=0e5253a44cf668770dbf2904bead70e659eefc69&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/shout/index.php?rt=horde-git&r1=117296c034218e907c3462861e791a570327e731&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/shout/wizard.php?rt=horde-git&r1=7ca4d2c9c96f0e18c482677accc65b22ba777497&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/skoli/add.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/skoli/classes/create.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/skoli/classes/delete.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/skoli/classes/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/skoli/classes/index.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/skoli/data.php?rt=horde-git&r1=9eec0f0da1c14e242b6f822e983fe22678073f10&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/skoli/entry.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/skoli/list.php?rt=horde-git&r1=51c9bd36796c4574f64321a4bbd8ad4b7600a707&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/trean/add.php?rt=horde-git&r1=5b68df4f310a217b1cebc18d3b4a5075b077225d&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/trean/bookmark.php?rt=horde-git&r1=488a0bc46c04be4279eed2f7fca68e341ea7952f&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/trean/browse.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/trean/data.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/trean/edit.php?rt=horde-git&r1=31b2ac50c49873340ebb4d737f7965b5fefb762c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/trean/redirect.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/turba/add.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/turba/addressbooks/create.php?rt=horde-git&r1=2bb7416f9fa0ba83dd402aa19bd3286e0fc96c26&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/turba/addressbooks/delete.php?rt=horde-git&r1=2bb7416f9fa0ba83dd402aa19bd3286e0fc96c26&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/turba/addressbooks/edit.php?rt=horde-git&r1=2bb7416f9fa0ba83dd402aa19bd3286e0fc96c26&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/turba/contact.php?rt=horde-git&r1=33eb148eb32339607b0ea6684f55013beda5be6c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/turba/delete.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/turba/deletefile.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/turba/edit.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/turba/lib/Form/AddContact.php?rt=horde-git&r1=2bb7416f9fa0ba83dd402aa19bd3286e0fc96c26&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/turba/lib/Form/EditContactGroup.php?rt=horde-git&r1=33eb148eb32339607b0ea6684f55013beda5be6c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/turba/lib/View/Browse.php?rt=horde-git&r1=060308d6c24f24231d6739236a02e1642584e332&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/turba/merge.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/turba/search.php?rt=horde-git&r1=9cca14d6881277d4eea1f8ebf2859ce4a3233b67&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/turba/vcard.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/vilma/domains/delete.php?rt=horde-git&r1=7c5d7e45cef461482636d06d39521bd40fa20ece&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/vilma/domains/edit.php?rt=horde-git&r1=7c5d7e45cef461482636d06d39521bd40fa20ece&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/vilma/users/delete.php?rt=horde-git&r1=7c5d7e45cef461482636d06d39521bd40fa20ece&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/vilma/users/editAlias.php?rt=horde-git&r1=7c5d7e45cef461482636d06d39521bd40fa20ece&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/vilma/users/index.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/vilma/virtuals/delete.php?rt=horde-git&r1=7c5d7e45cef461482636d06d39521bd40fa20ece&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/vilma/virtuals/edit.php?rt=horde-git&r1=7c5d7e45cef461482636d06d39521bd40fa20ece&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/vilma/virtuals/index.php?rt=horde-git&r1=7c5d7e45cef461482636d06d39521bd40fa20ece&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/whups/admin/index.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/whups/data.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/whups/lib/Ticket.php?rt=horde-git&r1=3a21238c567c5b4b71fd24f6d8f462336e455232&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/whups/lib/Whups.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/whups/query/index.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/whups/query/run.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/whups/queue/index.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/whups/search.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/whups/ticket/create.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/whups/ticket/delete.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/whups/ticket/delete_attachment.php?rt=horde-git&r1=e94c9f7e4c6ab6824eb38fde6b899fef5d152101&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/whups/ticket/delete_history.php?rt=horde-git&r1=24aa50f612552f775dc6c2054a8a61b0bbf95b88&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/whups/ticket/queue.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/whups/ticket/type.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/whups/ticket/update.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/whups/view.php?rt=horde-git&r1=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/wicked/diff.php?rt=horde-git&r1=a4e98230bc8a69ec705dfe5fe8968b1d0e879c89&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/wicked/display.php?rt=horde-git&r1=a4e98230bc8a69ec705dfe5fe8968b1d0e879c89&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/wicked/history.php?rt=horde-git&r1=a4e98230bc8a69ec705dfe5fe8968b1d0e879c89&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/wicked/lib/Page/AddPage.php?rt=horde-git&r1=92b12343f3c66891d49ca8936f60a6d74bee0fdc&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/wicked/lib/Page/DeletePage.php?rt=horde-git&r1=92b12343f3c66891d49ca8936f60a6d74bee0fdc&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/wicked/lib/Page/EditPage.php?rt=horde-git&r1=5b68df4f310a217b1cebc18d3b4a5075b077225d&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/wicked/lib/Page/MergeOrRename.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/wicked/lib/Page/NewPage.php?rt=horde-git&r1=5b68df4f310a217b1cebc18d3b4a5075b077225d&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/wicked/lib/Page/RevertPage.php?rt=horde-git&r1=92b12343f3c66891d49ca8936f60a6d74bee0fdc&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e
http://git.horde.org/diff.php/wicked/lib/Page/SyncPages.php?rt=horde-git&r1=92b12343f3c66891d49ca8936f60a6d74bee0fdc&r2=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e

-----------------------------------------------------------------------

commit 4532a2c1aae0044a7c367545726f2d95c6f52dc9
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 4 00:54:06 2010 +0200

    Only deal with the new user if any ACLs have been set.

 imp/lib/Prefs/Ui.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=70a4f066014950bea127d863b71e0f13faafd59b&r2=4532a2c1aae0044a7c367545726f2d95c6f52dc9

-----------------------------------------------------------------------

commit d203a7efbff0ceb6ad304dcc5cde5b0f19ad30b4
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 4 17:22:45 2010 +0200

    Make executable.

 0 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 ansel/scripts/upgrades/2010-07-30_migrate_tags_to_content.php

http://git.horde.org/diff.php/ansel/scripts/upgrades/2010-07-30_migrate_tags_to_content.php?rt=horde-git&r1=517d58fc1ec2409ce45e6d9f45069febd2fc611e&r2=d203a7efbff0ceb6ad304dcc5cde5b0f19ad30b4

-----------------------------------------------------------------------

commit 09534fbc2c03506fc3553995248e17aa3ba294d1
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 4 17:51:51 2010 +0200

    Add $Id$ tag.

 hermes/config/conf.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/hermes/config/conf.xml?rt=horde-git&r1=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2&r2=09534fbc2c03506fc3553995248e17aa3ba294d1

-----------------------------------------------------------------------

commit b748c86c393ebdd0a85f97d1506248538db6b996
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 4 17:59:04 2010 +0200

    Fix package.xml.

 framework/Icalendar/package.xml |  270 +++++++++++++++++++++++----------------
 1 files changed, 161 insertions(+), 109 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/package.xml?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=b748c86c393ebdd0a85f97d1506248538db6b996

-----------------------------------------------------------------------

commit 7ecb46bf083a9cd1b8bfe56785b6b91bc81174a3
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 4 18:13:58 2010 +0200

    Catch Icalendar exceptions.

 kronolith/lib/Ajax/Application.php |   12 ++++++------
 kronolith/lib/Api.php              |    6 +++---
 kronolith/lib/Driver/Ical.php      |   29 ++++++++++++++++++-----------
 3 files changed, 27 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=9828cc2d504663d235415a1afa44828ec3d34622&r2=7ecb46bf083a9cd1b8bfe56785b6b91bc81174a3
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=7ecb46bf083a9cd1b8bfe56785b6b91bc81174a3
http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=7ecb46bf083a9cd1b8bfe56785b6b91bc81174a3

-----------------------------------------------------------------------

commit 73bb6dde97c3c43a2f42b9c2299d2acc40284ec0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 3 17:04:12 2010 -0600

    This method does not require this parameter

 framework/Core/lib/Horde/Core/LoginTasks/Backend/Horde.php |   10 ++++------
 framework/LoginTasks/lib/Horde/LoginTasks.php              |    2 +-
 framework/LoginTasks/lib/Horde/LoginTasks/Backend.php      |    4 +---
 framework/LoginTasks/test/Horde/LoginTasks/Stubs.php       |    2 +-
 4 files changed, 7 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/LoginTasks/Backend/Horde.php?rt=horde-git&r1=e9dc058d8a81b6dec6bb332b7e7baf2026900e67&r2=73bb6dde97c3c43a2f42b9c2299d2acc40284ec0
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks.php?rt=horde-git&r1=66468480ef1d7e115c15c3f45ebd83086c1155c7&r2=73bb6dde97c3c43a2f42b9c2299d2acc40284ec0
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Backend.php?rt=horde-git&r1=66468480ef1d7e115c15c3f45ebd83086c1155c7&r2=73bb6dde97c3c43a2f42b9c2299d2acc40284ec0
http://git.horde.org/diff.php/framework/LoginTasks/test/Horde/LoginTasks/Stubs.php?rt=horde-git&r1=66468480ef1d7e115c15c3f45ebd83086c1155c7&r2=73bb6dde97c3c43a2f42b9c2299d2acc40284ec0

-----------------------------------------------------------------------

commit d814109199de8e0ce7363dac940f7987a44fd5ac
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 3 17:14:50 2010 -0600

    While a good idea in concept, this is a PHP parse error

 horde/services/problem.php |    3 ++-
 kronolith/delete.php       |    4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/services/problem.php?rt=horde-git&r1=d60db49628a9da0689acf915dd40e2ead2005f3d&r2=d814109199de8e0ce7363dac940f7987a44fd5ac
http://git.horde.org/diff.php/kronolith/delete.php?rt=horde-git&r1=02d755c4f13fcc243bfebbff5a9e5f18187d496f&r2=d814109199de8e0ce7363dac940f7987a44fd5ac

-----------------------------------------------------------------------

commit ec83658ba58c92b6933fe648aa81ad062ea692fa
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 4 14:11:36 2010 -0600

    Add DOM filter link from Chuck
    
    Doesn't look like it adds anything to what we have, but keep the info
    around just in case.

 framework/Text_Filter/lib/Horde/Text/Filter/Xss.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Xss.php?rt=horde-git&r1=dd5faae5171825818bf591ce5d5a5f5b3466e8aa&r2=ec83658ba58c92b6933fe648aa81ad062ea692fa

-----------------------------------------------------------------------

commit 55375aa04fd01217bc127bf3ec3f79aaddf63801
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 4 14:12:20 2010 -0600

    Add missing file

 framework/Icalendar/test/Horde/Icalendar/common.php |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/common.php

http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/common.php?rt=horde-git&r=55375aa04fd01217bc127bf3ec3f79aaddf63801

-----------------------------------------------------------------------

commit 1c9368a1611c7cdee81a52f2dfdeeea652f7cdb9
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Thu Aug 5 10:49:35 2010 -0400

    Need to assign this instance to a variable.

 nag/lib/Api.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=1c9368a1611c7cdee81a52f2dfdeeea652f7cdb9

-----------------------------------------------------------------------

commit b71500d4f627b4f7f6df3210cada7026b132abe5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 6 19:11:15 2010 +0200

    Bump cache version, Horde_Icalendar has changed. The class version probably
    needs to be propagated by the class itself.

 kronolith/lib/Driver/Ical.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=7ecb46bf083a9cd1b8bfe56785b6b91bc81174a3&r2=b71500d4f627b4f7f6df3210cada7026b132abe5

-----------------------------------------------------------------------

commit d1e70424358fc1b2892d3ead0dc846afb447b620
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 6 19:11:36 2010 +0200

    Fix class names.

 ingo/lib/Script/Maildrop/Recipe.php   |    2 +-
 ingo/lib/Script/Maildrop/Variable.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/ingo/lib/Script/Maildrop/Recipe.php?rt=horde-git&r1=840f1b2390b7936d58b2abcafdcaec1b46fff40d&r2=d1e70424358fc1b2892d3ead0dc846afb447b620
http://git.horde.org/diff.php/ingo/lib/Script/Maildrop/Variable.php?rt=horde-git&r1=840f1b2390b7936d58b2abcafdcaec1b46fff40d&r2=d1e70424358fc1b2892d3ead0dc846afb447b620

-----------------------------------------------------------------------

commit 7cffd999ae0c5d22f5d50e61caeae8e4ff952e78
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 4 16:30:11 2010 -0600

    Clean up activesync admin/prefs scripts, particularly javascript

 horde/admin/activesync.php            |   60 ++++++++++++++++++--------------
 horde/js/activesyncadmin.js           |   58 +++++++++++++++++++++-----------
 horde/js/activesyncprefs.js           |   44 ++++++++++++++++--------
 horde/lib/Prefs/Ui.php                |   38 ++++++++++++++------
 horde/templates/prefs/activesync.html |   18 +++++++---
 5 files changed, 140 insertions(+), 78 deletions(-)

http://git.horde.org/diff.php/horde/admin/activesync.php?rt=horde-git&r1=862303712a43f93d8adec384c8149a1345ea0f98&r2=7cffd999ae0c5d22f5d50e61caeae8e4ff952e78
http://git.horde.org/diff.php/horde/js/activesyncadmin.js?rt=horde-git&r1=862303712a43f93d8adec384c8149a1345ea0f98&r2=7cffd999ae0c5d22f5d50e61caeae8e4ff952e78
http://git.horde.org/diff.php/horde/js/activesyncprefs.js?rt=horde-git&r1=8269eda25d9529726b3a65a36dc6950f5abc46ca&r2=7cffd999ae0c5d22f5d50e61caeae8e4ff952e78
http://git.horde.org/diff.php/horde/lib/Prefs/Ui.php?rt=horde-git&r1=4f4fa3e6bebde4f8b9fffa671f76a41300aea34b&r2=7cffd999ae0c5d22f5d50e61caeae8e4ff952e78
http://git.horde.org/diff.php/horde/templates/prefs/activesync.html?rt=horde-git&r1=114ba01a0badc43999b068cfd03b14d15eaa663c&r2=7cffd999ae0c5d22f5d50e61caeae8e4ff952e78

-----------------------------------------------------------------------

commit 3fcd7e25f2ecdb4404f68d385b58353fe967f1de
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 10:02:26 2010 -0600

    Upgrade CKeditor to v3.3.2

 horde/services/editor/ckeditor/ckeditor.js                        |    2 +-
 horde/services/editor/ckeditor/ckeditor_basic.js                  |    2 +-
 horde/services/editor/ckeditor/lang/af.js                         |    2 +-
 horde/services/editor/ckeditor/lang/ar.js                         |    2 +-
 horde/services/editor/ckeditor/lang/bg.js                         |    2 +-
 horde/services/editor/ckeditor/lang/bn.js                         |    2 +-
 horde/services/editor/ckeditor/lang/bs.js                         |    2 +-
 horde/services/editor/ckeditor/lang/ca.js                         |    2 +-
 horde/services/editor/ckeditor/lang/cs.js                         |    2 +-
 horde/services/editor/ckeditor/lang/cy.js                         |    2 +-
 horde/services/editor/ckeditor/lang/da.js                         |    2 +-
 horde/services/editor/ckeditor/lang/de.js                         |    2 +-
 horde/services/editor/ckeditor/lang/el.js                         |    2 +-
 horde/services/editor/ckeditor/lang/en-au.js                      |    2 +-
 horde/services/editor/ckeditor/lang/en-ca.js                      |    2 +-
 horde/services/editor/ckeditor/lang/en-gb.js                      |    2 +-
 horde/services/editor/ckeditor/lang/en.js                         |    2 +-
 horde/services/editor/ckeditor/lang/eo.js                         |    2 +-
 horde/services/editor/ckeditor/lang/es.js                         |    2 +-
 horde/services/editor/ckeditor/lang/et.js                         |    2 +-
 horde/services/editor/ckeditor/lang/eu.js                         |    2 +-
 horde/services/editor/ckeditor/lang/fa.js                         |    2 +-
 horde/services/editor/ckeditor/lang/fi.js                         |    2 +-
 horde/services/editor/ckeditor/lang/fo.js                         |    2 +-
 horde/services/editor/ckeditor/lang/fr-ca.js                      |    2 +-
 horde/services/editor/ckeditor/lang/fr.js                         |    2 +-
 horde/services/editor/ckeditor/lang/gl.js                         |    2 +-
 horde/services/editor/ckeditor/lang/gu.js                         |    2 +-
 horde/services/editor/ckeditor/lang/he.js                         |    2 +-
 horde/services/editor/ckeditor/lang/hi.js                         |    2 +-
 horde/services/editor/ckeditor/lang/hr.js                         |    2 +-
 horde/services/editor/ckeditor/lang/hu.js                         |    2 +-
 horde/services/editor/ckeditor/lang/is.js                         |    2 +-
 horde/services/editor/ckeditor/lang/it.js                         |    2 +-
 horde/services/editor/ckeditor/lang/ja.js                         |    2 +-
 horde/services/editor/ckeditor/lang/km.js                         |    2 +-
 horde/services/editor/ckeditor/lang/ko.js                         |    2 +-
 horde/services/editor/ckeditor/lang/lt.js                         |    2 +-
 horde/services/editor/ckeditor/lang/lv.js                         |    2 +-
 horde/services/editor/ckeditor/lang/mn.js                         |    2 +-
 horde/services/editor/ckeditor/lang/ms.js                         |    2 +-
 horde/services/editor/ckeditor/lang/nb.js                         |    2 +-
 horde/services/editor/ckeditor/lang/nl.js                         |    2 +-
 horde/services/editor/ckeditor/lang/no.js                         |    2 +-
 horde/services/editor/ckeditor/lang/pl.js                         |    2 +-
 horde/services/editor/ckeditor/lang/pt-br.js                      |    2 +-
 horde/services/editor/ckeditor/lang/pt.js                         |    2 +-
 horde/services/editor/ckeditor/lang/ro.js                         |    2 +-
 horde/services/editor/ckeditor/lang/ru.js                         |    2 +-
 horde/services/editor/ckeditor/lang/sk.js                         |    2 +-
 horde/services/editor/ckeditor/lang/sl.js                         |    2 +-
 horde/services/editor/ckeditor/lang/sr-latn.js                    |    2 +-
 horde/services/editor/ckeditor/lang/sr.js                         |    2 +-
 horde/services/editor/ckeditor/lang/sv.js                         |    2 +-
 horde/services/editor/ckeditor/lang/th.js                         |    2 +-
 horde/services/editor/ckeditor/lang/tr.js                         |    2 +-
 horde/services/editor/ckeditor/lang/uk.js                         |    2 +-
 horde/services/editor/ckeditor/lang/vi.js                         |    2 +-
 horde/services/editor/ckeditor/lang/zh-cn.js                      |    2 +-
 horde/services/editor/ckeditor/lang/zh.js                         |    2 +-
 horde/services/editor/ckeditor/plugins/clipboard/dialogs/paste.js |    2 +-
 horde/services/editor/ckeditor/plugins/div/dialogs/div.js         |    2 +-
 horde/services/editor/ckeditor/plugins/flash/dialogs/flash.js     |    2 +-
 horde/services/editor/ckeditor/plugins/forms/dialogs/form.js      |    2 +-
 horde/services/editor/ckeditor/plugins/forms/dialogs/textfield.js |    2 +-
 horde/services/editor/ckeditor/plugins/image/dialogs/image.js     |    2 +-
 horde/services/editor/ckeditor/plugins/link/dialogs/link.js       |    2 +-
 .../editor/ckeditor/plugins/liststyle/dialogs/liststyle.js        |    2 +-
 .../editor/ckeditor/plugins/pastefromword/filter/default.js       |    2 +-
 .../editor/ckeditor/plugins/pastetext/dialogs/pastetext.js        |    2 +-
 horde/services/editor/ckeditor/plugins/smiley/dialogs/smiley.js   |    2 +-
 horde/services/editor/ckeditor/plugins/table/dialogs/table.js     |    2 +-
 .../editor/ckeditor/plugins/tabletools/dialogs/tableCell.js       |    2 +-
 horde/services/editor/ckeditor/plugins/wsc/dialogs/wsc.css        |    2 +-
 horde/services/editor/ckeditor/skins/kama/dialog.css              |    6 +-
 horde/services/editor/ckeditor/skins/kama/editor.css              |   12 ++--
 horde/services/editor/ckeditor/skins/office2003/dialog.css        |    6 +-
 horde/services/editor/ckeditor/skins/office2003/editor.css        |    8 ++--
 horde/services/editor/ckeditor/skins/v2/dialog.css                |    4 +-
 horde/services/editor/ckeditor/skins/v2/editor.css                |   10 ++--
 horde/services/editor/ckeditor/themes/default/theme.js            |    2 +-
 81 files changed, 98 insertions(+), 98 deletions(-)

http://git.horde.org/diff.php/horde/services/editor/ckeditor/ckeditor.js?rt=horde-git&r1=4257acdd7b07b2c29c32e5110f66f48292278031&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/ckeditor_basic.js?rt=horde-git&r1=4257acdd7b07b2c29c32e5110f66f48292278031&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/af.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/ar.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/bg.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/bn.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/bs.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/ca.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/cs.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/cy.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/da.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/de.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/el.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/en-au.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/en-ca.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/en-gb.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/en.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/eo.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/es.js?rt=horde-git&r1=4257acdd7b07b2c29c32e5110f66f48292278031&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/et.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/eu.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/fa.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/fi.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/fo.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/fr-ca.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/fr.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/gl.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/gu.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/he.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/hi.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/hr.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/hu.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/is.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/it.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/ja.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/km.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/ko.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/lt.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/lv.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/mn.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/ms.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/nb.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/nl.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/no.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/pl.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/pt-br.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/pt.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/ro.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/ru.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/sk.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/sl.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/sr-latn.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/sr.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/sv.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/th.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/tr.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/uk.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/vi.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/zh-cn.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/zh.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/clipboard/dialogs/paste.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/div/dialogs/div.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/flash/dialogs/flash.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/forms/dialogs/form.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/forms/dialogs/textfield.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/image/dialogs/image.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/link/dialogs/link.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/liststyle/dialogs/liststyle.js?rt=horde-git&r1=4257acdd7b07b2c29c32e5110f66f48292278031&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/pastefromword/filter/default.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/pastetext/dialogs/pastetext.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/smiley/dialogs/smiley.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/table/dialogs/table.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/tabletools/dialogs/tableCell.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/wsc/dialogs/wsc.css?rt=horde-git&r1=5105e1796b383539944505ea3f5ed7ca191a316d&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/skins/kama/dialog.css?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/skins/kama/editor.css?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/skins/office2003/dialog.css?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/skins/office2003/editor.css?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/skins/v2/dialog.css?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/skins/v2/editor.css?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de
http://git.horde.org/diff.php/horde/services/editor/ckeditor/themes/default/theme.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=3fcd7e25f2ecdb4404f68d385b58353fe967f1de

-----------------------------------------------------------------------

commit 2d61ecac5bcd544a6ea4e9c0cc1200f6e6b2d283
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 11:33:02 2010 -0600

    Add Horde::ajaxAvailable()

 framework/Core/lib/Horde.php |   14 ++++++++++++++
 imp/lib/Auth.php             |    6 +-----
 kronolith/lib/Kronolith.php  |    6 +-----
 3 files changed, 16 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=4a9fc60dcb0286d04378fcf14b1ba4fcba6918d1&r2=2d61ecac5bcd544a6ea4e9c0cc1200f6e6b2d283
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=e32e232b8aa734f9c3393b7ff460861b32b0e850&r2=2d61ecac5bcd544a6ea4e9c0cc1200f6e6b2d283
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=2d61ecac5bcd544a6ea4e9c0cc1200f6e6b2d283

-----------------------------------------------------------------------

commit 2954bbe575aaca026b843f500c5e96eb230c77c9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 11:35:54 2010 -0600

    Another prototypejs 1.7 fix.

 imp/js/dimpbase.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=e4543da7a1a84ae5dfa1867c46d1408a39f75ed4&r2=2954bbe575aaca026b843f500c5e96eb230c77c9

-----------------------------------------------------------------------

commit 19c0155646f0ccddf91d0f33e237b035d401f075
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 12:02:58 2010 -0600

    Request #9159: Automatically determine view

 imp/config/conf.xml       |    9 +++++----
 imp/config/prefs.php.dist |    9 ++++++++-
 imp/docs/CHANGES          |    2 ++
 imp/lib/Application.php   |   17 +++++++----------
 imp/lib/Auth.php          |   31 ++++++++++++++++++++-----------
 5 files changed, 42 insertions(+), 26 deletions(-)

http://git.horde.org/diff.php/imp/config/conf.xml?rt=horde-git&r1=d2f9d03d6c60cd28c6f841cd251a8ac7415a6621&r2=19c0155646f0ccddf91d0f33e237b035d401f075
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=757e6eafe65f6718646e7d2200431601da202020&r2=19c0155646f0ccddf91d0f33e237b035d401f075
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=757e6eafe65f6718646e7d2200431601da202020&r2=19c0155646f0ccddf91d0f33e237b035d401f075
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=87286a612ce133fd3111222c1881809707022f90&r2=19c0155646f0ccddf91d0f33e237b035d401f075
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=2d61ecac5bcd544a6ea4e9c0cc1200f6e6b2d283&r2=19c0155646f0ccddf91d0f33e237b035d401f075

-----------------------------------------------------------------------

commit a8a7f6742e95a1062c71aa54f3c04debdcf30cfe
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 12:45:21 2010 -0600

    Use charset param

 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php?rt=horde-git&r1=8dff8021aa01dbc971a38593cf16ed49c07e14d8&r2=a8a7f6742e95a1062c71aa54f3c04debdcf30cfe

-----------------------------------------------------------------------

commit f90dd6f3d74646efdc33942933e43264cca1b46c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 12:54:50 2010 -0600

    Fix bad encoding when parsing HTML data

 framework/Text_Filter/lib/Horde/Text/Filter/Xss.php |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Xss.php?rt=horde-git&r1=ec83658ba58c92b6933fe648aa81ad062ea692fa&r2=f90dd6f3d74646efdc33942933e43264cca1b46c

-----------------------------------------------------------------------

commit af939785b463cd6f480a58d17edf74eaf1c3aea6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 13:20:23 2010 -0600

    Never add 'ajaxui' param to ajax URL.

 framework/Core/lib/Horde.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=2d61ecac5bcd544a6ea4e9c0cc1200f6e6b2d283&r2=af939785b463cd6f480a58d17edf74eaf1c3aea6

-----------------------------------------------------------------------

commit b020b0dae3f274dd16ec7f64df30e50860e2f5da
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 13:25:51 2010 -0600

    More places to use Horde_Support_Randomid::.

 imp/lib/Compose.php                  |    2 +-
 imp/lib/Injector/Binder/Imaptree.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=b020b0dae3f274dd16ec7f64df30e50860e2f5da
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Imaptree.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=b020b0dae3f274dd16ec7f64df30e50860e2f5da

-----------------------------------------------------------------------

commit 170c853e0184347f065807b56c3e1e087ffd751e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 13:32:54 2010 -0600

    Remove usage of getFormData() in IMP_Compose::.

 imp/lib/Application.php |    2 +-
 imp/lib/Compose.php     |   10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=19c0155646f0ccddf91d0f33e237b035d401f075&r2=170c853e0184347f065807b56c3e1e087ffd751e
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=b020b0dae3f274dd16ec7f64df30e50860e2f5da&r2=170c853e0184347f065807b56c3e1e087ffd751e

-----------------------------------------------------------------------

commit 9f938e61dbad2367a5a220489ed5bafde394dea3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 13:39:48 2010 -0600

    Bug #9162: Fix logintasks confirmation page.

 horde/services/logintasks.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/services/logintasks.php?rt=horde-git&r1=f1a520a5003e419b985f41662e6188b441a4814f&r2=9f938e61dbad2367a5a220489ed5bafde394dea3

-----------------------------------------------------------------------

commit f385719d99b4dfe66097686a4aeba432a110b6e8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 13:40:45 2010 -0600

    Fix package name

 framework/LoginTasks/lib/Horde/LoginTasks.php            |    6 ++++--
 framework/LoginTasks/lib/Horde/LoginTasks/Backend.php    |    8 +++++---
 framework/LoginTasks/lib/Horde/LoginTasks/SystemTask.php |    6 ++++--
 framework/LoginTasks/lib/Horde/LoginTasks/Task.php       |    6 ++++--
 framework/LoginTasks/lib/Horde/LoginTasks/Tasklist.php   |    6 ++++--
 kronolith/lib/LoginTasks/Task/PurgeEvents.php            |    5 +++--
 6 files changed, 24 insertions(+), 13 deletions(-)

http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks.php?rt=horde-git&r1=73bb6dde97c3c43a2f42b9c2299d2acc40284ec0&r2=f385719d99b4dfe66097686a4aeba432a110b6e8
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Backend.php?rt=horde-git&r1=73bb6dde97c3c43a2f42b9c2299d2acc40284ec0&r2=f385719d99b4dfe66097686a4aeba432a110b6e8
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/SystemTask.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=f385719d99b4dfe66097686a4aeba432a110b6e8
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Task.php?rt=horde-git&r1=2a01cd71f3808507b569caa4b53518f0ea83be6e&r2=f385719d99b4dfe66097686a4aeba432a110b6e8
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Tasklist.php?rt=horde-git&r1=2a01cd71f3808507b569caa4b53518f0ea83be6e&r2=f385719d99b4dfe66097686a4aeba432a110b6e8
http://git.horde.org/diff.php/kronolith/lib/LoginTasks/Task/PurgeEvents.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=f385719d99b4dfe66097686a4aeba432a110b6e8

-----------------------------------------------------------------------

commit c6661fe1adbd8804dbb41acae0066920520dd82e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 13:48:16 2010 -0600

    Move logintasks javascript out of template file

 horde/js/logintasks.js                     |   19 +++++++++++++++++++
 horde/services/logintasks.php              |    3 ++-
 horde/templates/logintasks/logintasks.html |   19 ++-----------------
 3 files changed, 23 insertions(+), 18 deletions(-)
 create mode 100644 horde/js/logintasks.js

http://git.horde.org/co.php/horde/js/logintasks.js?rt=horde-git&r=c6661fe1adbd8804dbb41acae0066920520dd82e
http://git.horde.org/diff.php/horde/services/logintasks.php?rt=horde-git&r1=9f938e61dbad2367a5a220489ed5bafde394dea3&r2=c6661fe1adbd8804dbb41acae0066920520dd82e
http://git.horde.org/diff.php/horde/templates/logintasks/logintasks.html?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6661fe1adbd8804dbb41acae0066920520dd82e

-----------------------------------------------------------------------

commit fc9c5270a3dd06382b30bc34c07fa5c8364a5c64
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 14:07:48 2010 -0600

    Move user update javascript out of template file

 horde/admin/user.php                  |    9 ++++++++-
 horde/js/userupdate.js                |   29 +++++++++++++++++++++++++++++
 horde/templates/admin/user/update.inc |   28 ++--------------------------
 3 files changed, 39 insertions(+), 27 deletions(-)
 create mode 100644 horde/js/userupdate.js

http://git.horde.org/diff.php/horde/admin/user.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=fc9c5270a3dd06382b30bc34c07fa5c8364a5c64
http://git.horde.org/co.php/horde/js/userupdate.js?rt=horde-git&r=fc9c5270a3dd06382b30bc34c07fa5c8364a5c64
http://git.horde.org/diff.php/horde/templates/admin/user/update.inc?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=fc9c5270a3dd06382b30bc34c07fa5c8364a5c64

-----------------------------------------------------------------------

commit 1ab902fb39c40fae6bee7c92b448b91717622537
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 14:12:21 2010 -0600

    Missed a commit for the activesyncprefs changes

 horde/lib/Prefs/Ui.php |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/horde/lib/Prefs/Ui.php?rt=horde-git&r1=7cffd999ae0c5d22f5d50e61caeae8e4ff952e78&r2=1ab902fb39c40fae6bee7c92b448b91717622537

-----------------------------------------------------------------------

commit 98e997eb971d1baebac8eb721f5164502a83e9f0
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 6 16:23:08 2010 -0400

    Don't redirect if exporting or importing from the Ajax view.

 kronolith/data.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=98e997eb971d1baebac8eb721f5164502a83e9f0

-----------------------------------------------------------------------

commit 55f0321a2f681466bd3f490bee4c14c4d643b3e2
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 6 16:29:12 2010 -0400

    Fix property name.
    
    Fixes importing events from iCalendar

 kronolith/lib/Event.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=55f0321a2f681466bd3f490bee4c14c4d643b3e2

-----------------------------------------------------------------------

commit 17aff98fbc98b0c84a7127fabcec0a32aedc1faf
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 6 16:41:42 2010 -0400

    Fix method name.
    
    Fixes CSV importing

 framework/Data/lib/Horde/Data/Base.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Data/lib/Horde/Data/Base.php?rt=horde-git&r1=609a4de082af6aa075685575fb4158dcf831e241&r2=17aff98fbc98b0c84a7127fabcec0a32aedc1faf

-----------------------------------------------------------------------

commit edd088a575b943b6ace9ef5b503b6b9fc90f8f3f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 6 17:07:37 2010 -0400

    Need a dom id here if we are going to access it with $()

 horde/templates/prefs/begin.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/templates/prefs/begin.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=edd088a575b943b6ace9ef5b503b6b9fc90f8f3f

-----------------------------------------------------------------------

commit 5abf80c2eaad4edaca9857e3b416d3589a32e1c8
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 6 17:39:45 2010 -0400

    Need to add geoLocation here also.

 kronolith/lib/Event.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=55f0321a2f681466bd3f490bee4c14c4d643b3e2&r2=5abf80c2eaad4edaca9857e3b416d3589a32e1c8

-----------------------------------------------------------------------

commit 03a2a13ff5090683beb2fa2823fe3d06873d36c9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 14:18:30 2010 -0600

    Fix listApps() call

 horde/bin/db_migrate |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/bin/db_migrate?rt=horde-git&r1=e6bc4a5f2498d3799e5b577e0f84e1bf90999348&r2=03a2a13ff5090683beb2fa2823fe3d06873d36c9

-----------------------------------------------------------------------

commit b88196988e6df771ba049801891ca839ce15f181
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 14:30:57 2010 -0600

    Provide a bit more debugging info in migrator script

 horde/bin/db_migrate |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/bin/db_migrate?rt=horde-git&r1=03a2a13ff5090683beb2fa2823fe3d06873d36c9&r2=b88196988e6df771ba049801891ca839ce15f181

-----------------------------------------------------------------------

commit 92a03ffda6ec6f57cf6f1068dc8e51fb5040e9a4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 14:31:10 2010 -0600

    Fix creation of postgres sequence tables

 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php?rt=horde-git&r1=a191e1b6cc60cf9a270d66131f398e51fc487719&r2=92a03ffda6ec6f57cf6f1068dc8e51fb5040e9a4

-----------------------------------------------------------------------

commit b2d5e2ba306dbea0c0fd75156932c6cee3143728
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 15:19:39 2010 -0600

    Fix determination of reply_type for logging purposes.

 imp/lib/Compose.php |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=170c853e0184347f065807b56c3e1e087ffd751e&r2=b2d5e2ba306dbea0c0fd75156932c6cee3143728

-----------------------------------------------------------------------

commit 541094b4bcb38a9a3ca11826f51325d87a95712e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 15:35:32 2010 -0600

    Don't encode ampersands in javascript output.

 framework/Core/lib/Horde/Core/Ajax/Imple.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ajax/Imple.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=541094b4bcb38a9a3ca11826f51325d87a95712e

-----------------------------------------------------------------------

commit 5f13f3f52fbc1ed859d95bb2e5fb424e02d54c93
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 15:57:01 2010 -0600

    Don't fail if we can't log sentmail info.
    
    This should not be fatal to an end user.

 imp/lib/Sentmail/Sql.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Sentmail/Sql.php?rt=horde-git&r1=03e2a1dab2147cca28ab1041dbcaf63bdbb63cad&r2=5f13f3f52fbc1ed859d95bb2e5fb424e02d54c93

-----------------------------------------------------------------------

commit 5f886afb5a048a90beec1f8cd5859310210fec94
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 16:03:36 2010 -0600

    Inserts were broken in postgres on tables with autoincrement tables.

 framework/Db/lib/Horde/Db/Adapter/Pdo/Pgsql.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Pdo/Pgsql.php?rt=horde-git&r1=88900ef70b3ad00e535e76477a09ca12ba810528&r2=5f886afb5a048a90beec1f8cd5859310210fec94

-----------------------------------------------------------------------

commit e915691c995747fbf2fc6b9f0bc49803f9bb5a70
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 6 16:04:22 2010 -0600

    More places where ajaxui parameter may break things

 framework/Core/lib/Horde.php |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=af939785b463cd6f480a58d17edf74eaf1c3aea6&r2=e915691c995747fbf2fc6b9f0bc49803f9bb5a70

-----------------------------------------------------------------------

commit 781417e34a6d879076af55956b9372eeee040196
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 6 19:52:52 2010 -0400

    Fix object name

 kronolith/js/edit.js |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/kronolith/js/edit.js?rt=horde-git&r1=435cc81395b87ea57ac5b81dbb55c08b199bc574&r2=781417e34a6d879076af55956b9372eeee040196

-----------------------------------------------------------------------

commit f7c4f522f7f2b045523787feb9599d97ad2dfd40
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 6 20:25:37 2010 -0400

    $event->recurrence will never be set here

 kronolith/edit.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/edit.php?rt=horde-git&r1=02d755c4f13fcc243bfebbff5a9e5f18187d496f&r2=f7c4f522f7f2b045523787feb9599d97ad2dfd40

-----------------------------------------------------------------------

commit 1869e553d2cab4b0d5556f7b5e4c979d329da1b4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 6 20:29:18 2010 -0400

    Make sure $adds is defined

 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php?rt=horde-git&r1=d59fe80160008b7d0e7c4e61b0459c7c5bbb2894&r2=1869e553d2cab4b0d5556f7b5e4c979d329da1b4

-----------------------------------------------------------------------

commit 4d3b94f53ce6356c7fa5263342247bee0ca4f881
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 6 20:44:59 2010 -0400

    Only include Recurrence.Until in the AS message if the event has it set.
    
    The default date with a year of 9999 breaks at least the moto droid client.

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php?rt=horde-git&r1=21d34ecea4e7d28a44c7ac7e16e844fb8541d5c4&r2=4d3b94f53ce6356c7fa5263342247bee0ca4f881

-----------------------------------------------------------------------

commit 041d64e6213ef98a03096cecd0670779c03df374
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Fri Aug 6 22:05:36 2010 -0400

    Simple Layout library to replace the layout functionality hardcoded into the old Horde_Controller code.
    
    This is very likely to evolve further as it gets used.

 framework/Ui/lib/Horde/Ui/Layout.php |   22 +++++++++++
 framework/Ui/package.xml             |   65 ++++++++++++++++++++++++++++++++++
 2 files changed, 87 insertions(+), 0 deletions(-)
 create mode 100644 framework/Ui/lib/Horde/Ui/Layout.php
 create mode 100644 framework/Ui/package.xml

http://git.horde.org/co.php/framework/Ui/lib/Horde/Ui/Layout.php?rt=horde-git&r=041d64e6213ef98a03096cecd0670779c03df374
http://git.horde.org/diff.php/framework/Ui/package.xml?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=041d64e6213ef98a03096cecd0670779c03df374

-----------------------------------------------------------------------

commit df3fa898d08dcb760773ce307a95b0ad8499ce6f
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Fri Aug 6 22:14:51 2010 -0400

    comment style and whitespace

 ansel/lib/Api.php |   46 ++++++++++++++++++++++------------------------
 1 files changed, 22 insertions(+), 24 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Api.php?rt=horde-git&r1=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9&r2=df3fa898d08dcb760773ce307a95b0ad8499ce6f

-----------------------------------------------------------------------

commit f66336d1f78e1a09f767f8099bd015f2e29af8f8
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Aug 7 00:49:06 2010 -0400

    Fix setting sensitivity on AS exception messages.

 kronolith/lib/Event.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=5abf80c2eaad4edaca9857e3b416d3589a32e1c8&r2=f66336d1f78e1a09f767f8099bd015f2e29af8f8

-----------------------------------------------------------------------

commit cda18fe5401fff1daa9b11675c51062fea1dcca0
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 7 15:47:46 2010 +0200

    Fix procmail vacation rule if no dates are set (Gaudenz Steinlin <gaudenz at debian.org>, Bug #8982).

 ingo/docs/CHANGES                   |    2 ++
 ingo/lib/Script/Procmail/Recipe.php |    8 +++-----
 2 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/ingo/docs/CHANGES?rt=horde-git&r1=ac2de5be025256de7a2eec40b1662ed0e9c87699&r2=cda18fe5401fff1daa9b11675c51062fea1dcca0
http://git.horde.org/diff.php/ingo/lib/Script/Procmail/Recipe.php?rt=horde-git&r1=c4232e3d4d98929909c02900d62a188479d4eccd&r2=cda18fe5401fff1daa9b11675c51062fea1dcca0

-----------------------------------------------------------------------

commit 73d6cbe80185537f3845952d00e351a4a1b26b03
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 7 15:57:40 2010 +0200

    Fix notices with certain output buffer configurations (Valentin.Vidic at CARNet.hr, Bug #7851).

 imp/docs/CHANGES            |    2 ++
 imp/lib/Dimp.php            |    1 +
 kronolith/lib/Kronolith.php |    1 +
 3 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=19c0155646f0ccddf91d0f33e237b035d401f075&r2=73d6cbe80185537f3845952d00e351a4a1b26b03
http://git.horde.org/diff.php/imp/lib/Dimp.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=73d6cbe80185537f3845952d00e351a4a1b26b03
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=2d61ecac5bcd544a6ea4e9c0cc1200f6e6b2d283&r2=73d6cbe80185537f3845952d00e351a4a1b26b03

-----------------------------------------------------------------------

commit 64d3059ee753bebc8b7b83f6af2caa1e25404a39
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Aug 7 22:28:30 2010 -0400

    typo

 framework/Controller/lib/Horde/Controller/PreFilter.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/PreFilter.php?rt=horde-git&r1=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec&r2=64d3059ee753bebc8b7b83f6af2caa1e25404a39

-----------------------------------------------------------------------

commit 12eb905e478ca8700d39c05e18bb522fc2fea62e
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Aug 8 10:13:43 2010 -0400

    Don't try to call getImages() if there are no related images

 ansel/lib/Storage.php |    2 +-
 ansel/lib/Tagger.php  |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=fba9a3cd3ef360cb7c931ba7145ba3bf57fe777f&r2=12eb905e478ca8700d39c05e18bb522fc2fea62e
http://git.horde.org/diff.php/ansel/lib/Tagger.php?rt=horde-git&r1=a7280e63689f0a7b2c5360126cf55b75bf8c46f5&r2=12eb905e478ca8700d39c05e18bb522fc2fea62e

-----------------------------------------------------------------------

commit 8f763733ecf9cda3ed9172659632a8c1808c02c9
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Aug 8 10:15:58 2010 -0400

    Assign $url since we later expect it to be an object.

 ansel/lib/Ansel.php |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=8f763733ecf9cda3ed9172659632a8c1808c02c9

-----------------------------------------------------------------------

commit 91aac53cd989873d03246756138e0479dce895e1
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Aug 8 10:34:33 2010 -0400

    Add a type hint here to help with dependency injection

 framework/Routes/lib/Horde/Routes/Utils.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Routes/lib/Horde/Routes/Utils.php?rt=horde-git&r1=9efcedd290ee24895f91f9c587c641c21b7628e7&r2=91aac53cd989873d03246756138e0479dce895e1

-----------------------------------------------------------------------

commit e60b26e166238ee4ae6f7ad3851cb25abca2083d
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Aug 8 10:35:24 2010 -0400

    Use the gallery owner's preferences to get a display name

 ansel/templates/group/owner.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/ansel/templates/group/owner.inc?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=e60b26e166238ee4ae6f7ad3851cb25abca2083d

-----------------------------------------------------------------------

commit 2cd967ae28629fa0f5857d8a796348c94a4eb1ef
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Aug 8 10:39:37 2010 -0400

    Remove inclusion of base.php from Trean's API

 trean/lib/Api.php |   34 +++++++++-------------------------
 1 files changed, 9 insertions(+), 25 deletions(-)

http://git.horde.org/diff.php/trean/lib/Api.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=2cd967ae28629fa0f5857d8a796348c94a4eb1ef

-----------------------------------------------------------------------

commit 0126e657e8e4f19777ab929d5543245027b6b2ba
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Aug 8 10:46:51 2010 -0400

    Make sure that $url is a Horde_Url, and only try to add it if we make a successful API call.

 ansel/lib/Widget/Actions.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Widget/Actions.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=0126e657e8e4f19777ab929d5543245027b6b2ba

-----------------------------------------------------------------------

commit 362cd7a5007a3a9685439734df33f437fe31b14c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 8 11:47:22 2010 -0400

    Some H4 tweaks to trean's tree_menu

 trean/lib/Block/tree_menu.php |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/trean/lib/Block/tree_menu.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=362cd7a5007a3a9685439734df33f437fe31b14c

-----------------------------------------------------------------------

commit 16e2b3719e074081a4852e5db0d24dce8b8bfdbb
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 8 11:54:56 2010 -0400

    simplify
    
    Add to bookmark link still not working, think it's an encoding issue somewhere
    in the call stack

 ansel/lib/Widget/Actions.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Widget/Actions.php?rt=horde-git&r1=0126e657e8e4f19777ab929d5543245027b6b2ba&r2=16e2b3719e074081a4852e5db0d24dce8b8bfdbb

-----------------------------------------------------------------------

commit c289f68e1c60039057e4c51312d2894660c07eed
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 8 12:03:18 2010 -0400

    fix variable name

 kronolith/data.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=98e997eb971d1baebac8eb721f5164502a83e9f0&r2=c289f68e1c60039057e4c51312d2894660c07eed

-----------------------------------------------------------------------

commit a0662bb9e501771ae1fdb966f7331dedd19b5ece
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 8 12:26:24 2010 -0400

    Horde::link -> Horde_Url#link()

 ansel/js/slideshow.js                      |    4 ++--
 ansel/lib/Block/recent_comments.php        |    4 +---
 ansel/lib/GalleryMode/Normal.php           |    2 +-
 ansel/lib/Storage.php                      |    2 +-
 ansel/lib/View/GalleryRenderer/Gallery.php |   12 ++++++------
 ansel/lib/View/Image.php                   |    2 +-
 ansel/lib/Widget/Actions.php               |   16 +++++++++++++---
 ansel/map_edit.php                         |    3 ++-
 ansel/templates/group/header.inc           |    3 +--
 ansel/templates/group/owner.inc            |    6 +++---
 ansel/templates/image/crop_image.inc       |    3 ++-
 ansel/templates/image/edit_image.inc       |    3 ++-
 ansel/templates/image/resize_image.inc     |    3 ++-
 ansel/templates/list/header.inc            |    2 +-
 ansel/templates/tile/image.inc             |    6 +++---
 ansel/templates/view/gallery.inc           |    7 ++++---
 ansel/templates/view/gallerylightbox.inc   |   17 +++++++++--------
 ansel/templates/view/image.inc             |   13 +++++++------
 ansel/templates/view/results.inc           |   13 +++++++------
 ansel/templates/view/slideshow.inc         |   13 ++++++-------
 20 files changed, 74 insertions(+), 60 deletions(-)

http://git.horde.org/diff.php/ansel/js/slideshow.js?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/lib/Block/recent_comments.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Normal.php?rt=horde-git&r1=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=12eb905e478ca8700d39c05e18bb522fc2fea62e&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/Gallery.php?rt=horde-git&r1=8c033de2ed775187c43f7d3230cc08858339e290&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/lib/View/Image.php?rt=horde-git&r1=52c9a8d7a0c7c68432cdae2dde4f54199397ef10&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/lib/Widget/Actions.php?rt=horde-git&r1=16e2b3719e074081a4852e5db0d24dce8b8bfdbb&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/map_edit.php?rt=horde-git&r1=e379017fd763cae14fd8c3be74d9906d9b085b8a&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/templates/group/header.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/templates/group/owner.inc?rt=horde-git&r1=e60b26e166238ee4ae6f7ad3851cb25abca2083d&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/templates/image/crop_image.inc?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/templates/image/edit_image.inc?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/templates/image/resize_image.inc?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/templates/list/header.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/templates/tile/image.inc?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/templates/view/gallery.inc?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/templates/view/gallerylightbox.inc?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/templates/view/image.inc?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/templates/view/results.inc?rt=horde-git&r1=517d58fc1ec2409ce45e6d9f45069febd2fc611e&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece
http://git.horde.org/diff.php/ansel/templates/view/slideshow.inc?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=a0662bb9e501771ae1fdb966f7331dedd19b5ece

-----------------------------------------------------------------------

commit 7defaa3b1dd35de48683a224858c1ede5c88ebeb
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Aug 8 16:27:03 2010 -0400

    Small code cleanups while changing another issue

 ansel/lib/Gallery.php                   |   15 +++++----------
 ansel/lib/Storage.php                   |    1 +
 ansel/lib/View/GalleryRenderer/Base.php |    3 ++-
 ansel/lib/Widget/OtherGalleries.php     |   24 ++++++++++++------------
 4 files changed, 20 insertions(+), 23 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=517d58fc1ec2409ce45e6d9f45069febd2fc611e&r2=7defaa3b1dd35de48683a224858c1ede5c88ebeb
http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=a0662bb9e501771ae1fdb966f7331dedd19b5ece&r2=7defaa3b1dd35de48683a224858c1ede5c88ebeb
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/Base.php?rt=horde-git&r1=517d58fc1ec2409ce45e6d9f45069febd2fc611e&r2=7defaa3b1dd35de48683a224858c1ede5c88ebeb
http://git.horde.org/diff.php/ansel/lib/Widget/OtherGalleries.php?rt=horde-git&r1=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9&r2=7defaa3b1dd35de48683a224858c1ede5c88ebeb

-----------------------------------------------------------------------

commit d457d338474c01862f11944b12f7b6d2a019cc82
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Aug 8 16:27:28 2010 -0400

    Fix bad caching of share attributes that was causing the wrong shares to be returned in some cases.

 framework/Share/lib/Horde/Share/Sql/Hierarchical.php |   42 ++++++++----------
 1 files changed, 19 insertions(+), 23 deletions(-)

http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Sql/Hierarchical.php?rt=horde-git&r1=7ebcfde1f90ad9c41d603ada10c1ef51567852e5&r2=d457d338474c01862f11944b12f7b6d2a019cc82

-----------------------------------------------------------------------

commit bedb7a090875dbe35f752f0fba3ce06d19e7b105
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Aug 9 00:37:05 2010 -0400

    Add Horde_Controller_UrlWriter

 framework/Controller/lib/Horde/Controller/UrlWriter.php |   82 +++++++++++++++
 framework/Controller/package.xml                        |    2 +
 2 files changed, 84 insertions(+), 0 deletions(-)
 create mode 100644 framework/Controller/lib/Horde/Controller/UrlWriter.php

http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/UrlWriter.php?rt=horde-git&r1=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec&r2=bedb7a090875dbe35f752f0fba3ce06d19e7b105
http://git.horde.org/diff.php/framework/Controller/package.xml?rt=horde-git&r1=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec&r2=bedb7a090875dbe35f752f0fba3ce06d19e7b105

-----------------------------------------------------------------------

commit f8aa2c3e778656d598ae4382d7a38402305638f8
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Aug 9 00:37:54 2010 -0400

    Cast $routeName to string

 framework/Routes/lib/Horde/Routes/Utils.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Routes/lib/Horde/Routes/Utils.php?rt=horde-git&r1=91aac53cd989873d03246756138e0479dce895e1&r2=f8aa2c3e778656d598ae4382d7a38402305638f8

-----------------------------------------------------------------------

commit 7b24481ae4f1a937460a89a2b4eaf4d37f22ed8b
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Aug 9 00:38:14 2010 -0400

    Horde_Controller_Request uses getPath(), not getUri()

 framework/View/lib/Horde/View/Helper/Url.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/View/lib/Horde/View/Helper/Url.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=7b24481ae4f1a937460a89a2b4eaf4d37f22ed8b

-----------------------------------------------------------------------

commit 8c1bf203392eb74d1a86e8dfecc2e6b8b947cf79
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Aug 9 00:38:42 2010 -0400

    Start fleshing out Horde_Controller_Base more, including the ability to get the request and response objects and an UrlWriter.

 framework/Controller/lib/Horde/Controller/Base.php |   58 +++++++++++++++++---
 1 files changed, 49 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Base.php?rt=horde-git&r1=4b2dca59ca1ccedb43bd00c12f88c87a55d6d1ec&r2=8c1bf203392eb74d1a86e8dfecc2e6b8b947cf79

-----------------------------------------------------------------------

commit 944d14145612c137e8a2d80cfec23d6b4e521e22
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Aug 9 01:01:59 2010 -0400

    Make it possible to set tilesperrow and tilesperpage through the API

 ansel/lib/View/GalleryRenderer/Base.php            |   10 +++++++---
 ansel/lib/View/GalleryRenderer/GalleryLightbox.php |   14 ++++++--------
 2 files changed, 13 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/Base.php?rt=horde-git&r1=7defaa3b1dd35de48683a224858c1ede5c88ebeb&r2=944d14145612c137e8a2d80cfec23d6b4e521e22
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/GalleryLightbox.php?rt=horde-git&r1=8c033de2ed775187c43f7d3230cc08858339e290&r2=944d14145612c137e8a2d80cfec23d6b4e521e22

-----------------------------------------------------------------------

commit ebc4e03cc5c0814b4f82994cc54db551003dbdb0
Author: Gunnar Wrobel <wrobel at temple.(none)>
Date:   Mon Aug 9 08:15:39 2010 +0200

    Fix a parse error in the iTip viewer (incomplete conversion to the Horde_iCalendar H4 changes).

 imp/lib/Mime/Viewer/Itip.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Itip.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=ebc4e03cc5c0814b4f82994cc54db551003dbdb0

-----------------------------------------------------------------------

commit 7fc6791f3784f52de4bf40f7ea15460e530801e5
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 5 15:06:56 2010 +0200

    Add toiCalendar().

 framework/Date/lib/Horde/Date.php |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Date/lib/Horde/Date.php?rt=horde-git&r1=d4b6994753687e423f469cd6dffe15c7ba5d09e7&r2=7fc6791f3784f52de4bf40f7ea15460e530801e5

-----------------------------------------------------------------------

commit 784ff94e1605a3810a99648eea0ffbcaf6aa0701
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 5 15:07:05 2010 +0200

    phpdoc

 framework/Date/lib/Horde/Date.php |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

http://git.horde.org/diff.php/framework/Date/lib/Horde/Date.php?rt=horde-git&r1=7fc6791f3784f52de4bf40f7ea15460e530801e5&r2=784ff94e1605a3810a99648eea0ffbcaf6aa0701

-----------------------------------------------------------------------

commit ab560a86954fbb6c21f9725f1302cc2cf8eb0eb0
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 5 16:12:49 2010 +0200

    Enable track_errors.

 framework/Http/lib/Horde/Http/Response/Fopen.php |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Response/Fopen.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=ab560a86954fbb6c21f9725f1302cc2cf8eb0eb0

-----------------------------------------------------------------------

commit 168f28cf5b84a03e9c46bfcdc16dfafe3448cc7f
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 9 14:34:10 2010 +0200

    Add (read-only) CalDAV client support.

 kronolith/lib/Driver/Ical.php |  293 ++++++++++++++++++++++++++++++++++++++--
 1 files changed, 278 insertions(+), 15 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=b71500d4f627b4f7f6df3210cada7026b132abe5&r2=168f28cf5b84a03e9c46bfcdc16dfafe3448cc7f

-----------------------------------------------------------------------

commit 94ecea550f9a7a31c7edeaa3e253bfd7ee182efa
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 9 14:52:43 2010 +0200

    Use Kronolith::(un)subscribeRemoteCalendar().

 kronolith/lib/Api.php |   41 ++++++++---------------------------------
 1 files changed, 8 insertions(+), 33 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=7ecb46bf083a9cd1b8bfe56785b6b91bc81174a3&r2=94ecea550f9a7a31c7edeaa3e253bfd7ee182efa

-----------------------------------------------------------------------

commit 9d2802c0fa03749db45b7e87c9863f419f182bf3
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 9 14:54:53 2010 +0200

    Fix class name.

 framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=9d2802c0fa03749db45b7e87c9863f419f182bf3

-----------------------------------------------------------------------

commit b4bec57aa93fa1e8bd04938be7fafdffca420226
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 9 15:07:00 2010 +0200

    Bubble up the error message from the server.

 kronolith/lib/Driver/Ical.php |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=168f28cf5b84a03e9c46bfcdc16dfafe3448cc7f&r2=b4bec57aa93fa1e8bd04938be7fafdffca420226

-----------------------------------------------------------------------

commit 595c1f06a117a81ea09259940a60cb79564b2bef
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 9 15:07:23 2010 +0200

    Once again fix parameter names for remote calendars.

 kronolith/js/kronolith.js          |    2 +-
 kronolith/lib/Ajax/Application.php |    2 +-
 kronolith/lib/Kronolith.php        |    5 +++--
 3 files changed, 5 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=b8fddd7910ba55bebea83680586e0e19785b6a8c&r2=595c1f06a117a81ea09259940a60cb79564b2bef
http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=7ecb46bf083a9cd1b8bfe56785b6b91bc81174a3&r2=595c1f06a117a81ea09259940a60cb79564b2bef
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=73d6cbe80185537f3845952d00e351a4a1b26b03&r2=595c1f06a117a81ea09259940a60cb79564b2bef

-----------------------------------------------------------------------

commit f6007c3822b6322d0b218e79354f25db131308cb
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 9 15:30:31 2010 +0200

    Implement reading individual CalDAV events.

 kronolith/lib/Driver/Ical.php |   37 +++++++++++++++++++++++++++++++------
 1 files changed, 31 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=b4bec57aa93fa1e8bd04938be7fafdffca420226&r2=f6007c3822b6322d0b218e79354f25db131308cb

-----------------------------------------------------------------------

commit 85a7e9e7b4056685170807344517122138de33ab
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 9 12:49:35 2010 -0400

    Use Horde_Date to do this parsing.
    
    Be more friendly to dates that are past the maximum integer timestamp value.
    Fixes an issue for me that was causing corrupted recurenddate values.
    
    Jan, can you take a look and make sure this doesn't break anything else I might be
    overlooking. All the .phpt tests are currently passing.

 framework/Icalendar/lib/Horde/Icalendar.php |   35 +++++++++-----------------
 1 files changed, 12 insertions(+), 23 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=85a7e9e7b4056685170807344517122138de33ab

-----------------------------------------------------------------------

commit c135db849c5f1a32590521f4466541bb686e985e
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 9 14:27:58 2010 -0400

    Even better, use the new Horde_Date#toIcalendar() method instead.

 framework/Icalendar/lib/Horde/Icalendar.php |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar.php?rt=horde-git&r1=85a7e9e7b4056685170807344517122138de33ab&r2=c135db849c5f1a32590521f4466541bb686e985e

-----------------------------------------------------------------------

commit 9a14ffc2a6e0028cf6d8890aa82d817d20adc409
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 9 14:28:48 2010 -0400

    Prune dead code

 framework/Icalendar/lib/Horde/Icalendar.php |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar.php?rt=horde-git&r1=c135db849c5f1a32590521f4466541bb686e985e&r2=9a14ffc2a6e0028cf6d8890aa82d817d20adc409

-----------------------------------------------------------------------

commit bb0e1ede85e1ff5a9385efe1f3a6d7cca67a6bb4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 9 17:00:06 2010 -0400

    Use Horde::endBuffer() here since we might not have an ob to flush.

 kronolith/lib/Kronolith.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=595c1f06a117a81ea09259940a60cb79564b2bef&r2=bb0e1ede85e1ff5a9385efe1f3a6d7cca67a6bb4

-----------------------------------------------------------------------

commit ef94b2019642cda78b9273a52df9b8c666e4f542
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 9 17:01:47 2010 -0400

    remove commented out code

 kronolith/lib/Kronolith.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=bb0e1ede85e1ff5a9385efe1f3a6d7cca67a6bb4&r2=ef94b2019642cda78b9273a52df9b8c666e4f542

-----------------------------------------------------------------------

commit d48a602a8058ae19d92e122428cf7d293700fdee
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 9 17:52:08 2010 -0400

    There might be 53 weeks in the (ISO-8601) year.

 framework/Date/lib/Horde/Date/Recurrence.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Date/lib/Horde/Date/Recurrence.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=d48a602a8058ae19d92e122428cf7d293700fdee

-----------------------------------------------------------------------

commit 28e6109d43fc873c3bb25063eed9f029513be72e
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 9 18:01:49 2010 -0400

    Add test for getting nextRecurrence of an event with a start date < 2010 and
    a recurs after date of 1/1/2010.

 framework/Date/test/Horde/Date/RecurrenceTest.php |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Date/test/Horde/Date/RecurrenceTest.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=28e6109d43fc873c3bb25063eed9f029513be72e

-----------------------------------------------------------------------

commit 32aa6d57b8544e113c47413ea8935ccb8186083a
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 10 11:02:47 2010 -0400

    Fix class name

 kronolith/lib/Kronolith.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=ef94b2019642cda78b9273a52df9b8c666e4f542&r2=32aa6d57b8544e113c47413ea8935ccb8186083a

-----------------------------------------------------------------------

commit f5727b9d2b1c7894a6965123b4a3eb2612efbde4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 10 11:03:54 2010 -0400

    Oops. We need Randomid here, not Uuid.

 kronolith/lib/Kronolith.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=32aa6d57b8544e113c47413ea8935ccb8186083a&r2=f5727b9d2b1c7894a6965123b4a3eb2612efbde4

-----------------------------------------------------------------------

commit dd6bb235e57618ca3b466ab753195d791a68584b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 10 11:38:38 2010 -0400

    Don't return detached recurrences when exporting to iCalendar.

 kronolith/data.php |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=c289f68e1c60039057e4c51312d2894660c07eed&r2=dd6bb235e57618ca3b466ab753195d791a68584b

-----------------------------------------------------------------------

commit bf40d9d0bd8822890be6f74aff5bfde6091bb354
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 10 11:45:31 2010 -0400

    add event tags to CSV export

 kronolith/data.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=dd6bb235e57618ca3b466ab753195d791a68584b&r2=bf40d9d0bd8822890be6f74aff5bfde6091bb354

-----------------------------------------------------------------------

commit 6012528cde3b6eeb6d7063ce3b84b130d1a36205
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 10 13:08:21 2010 -0400

    This element won't exist if the event is a detached recurrence.
    
    Love it when no JS errors are thrown for stuff like this...

 kronolith/js/edit.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/kronolith/js/edit.js?rt=horde-git&r1=781417e34a6d879076af55956b9372eeee040196&r2=6012528cde3b6eeb6d7063ce3b84b130d1a36205

-----------------------------------------------------------------------

commit f5ed2187bcdc7f05dddfe6b2befda523a1670d64
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Aug 8 15:40:19 2010 -0600

    Add reference to RFC 2392

 imp/docs/RFCS                |    3 +++
 imp/lib/Mime/Viewer/Html.php |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/docs/RFCS?rt=horde-git&r1=6d09e5a4cff91180789155a863ef6e65d9ff7864&r2=f5ed2187bcdc7f05dddfe6b2befda523a1670d64
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=470aa2b470d6ab16f3a1801466c474b56a3e038d&r2=f5ed2187bcdc7f05dddfe6b2befda523a1670d64

-----------------------------------------------------------------------

commit 1eaaddf449a13054a59ec97680d59af8a46748fb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 9 14:24:32 2010 -0600

    Horde::link -> Horde_Url#link()

 imp/compose.php                         |   38 +++++++++++++++++++++++-------
 imp/folders.php                         |   11 +++++---
 imp/templates/imp/compose/redirect.html |    4 +-
 3 files changed, 38 insertions(+), 15 deletions(-)

http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=02d755c4f13fcc243bfebbff5a9e5f18187d496f&r2=1eaaddf449a13054a59ec97680d59af8a46748fb
http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=02d755c4f13fcc243bfebbff5a9e5f18187d496f&r2=1eaaddf449a13054a59ec97680d59af8a46748fb
http://git.horde.org/diff.php/imp/templates/imp/compose/redirect.html?rt=horde-git&r1=b52d7646b607b11d6ec24b306f764db6a4995595&r2=1eaaddf449a13054a59ec97680d59af8a46748fb

-----------------------------------------------------------------------

commit 9d177a34d6758515efe8b79121ce95bae0174d7f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 10 00:03:24 2010 -0600

    Unneeded globals usage.

 imp/compose-mimp.php |    2 +-
 imp/mailbox.php      |    2 +-
 imp/message-mimp.php |    2 +-
 imp/rss.php          |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=9d177a34d6758515efe8b79121ce95bae0174d7f
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=02d755c4f13fcc243bfebbff5a9e5f18187d496f&r2=9d177a34d6758515efe8b79121ce95bae0174d7f
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=02d755c4f13fcc243bfebbff5a9e5f18187d496f&r2=9d177a34d6758515efe8b79121ce95bae0174d7f
http://git.horde.org/diff.php/imp/rss.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=9d177a34d6758515efe8b79121ce95bae0174d7f

-----------------------------------------------------------------------

commit 1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 10 12:30:09 2010 -0600

    Load Mime_Viewer through an injector.
    
    NOTE: THE FORMAT OF config/mime_drivers.php HAS CHANGED. YOU MUST UPDATE
    YOUR MIME CONFIGURATION.
    
    This change has removed a bunch of complexity from the mime_drivers
    configuration files (no need to explicit identify the application in the
    files anymore; removed the 'registered' and 'override' options since
    they can be handled solely within driver config; made the enable/inline
    config parameters optional).

 agora/lib/Messages.php                                       |    2 +-
 chora/browsedir.php                                          |    2 +-
 chora/config/mime_drivers.php.dist                           |   26 +-
 chora/lib/Chora.php                                          |    2 +-
 framework/Core/lib/Horde/Core/Binder/MimeViewer.php          |   17 +
 framework/Core/lib/Horde/Core/Factory/MimeViewer.php         |  333 +++
 framework/Core/lib/Horde/Core/Mime/Viewer/Css.php            |   63 +
 framework/Core/lib/Horde/Core/Mime/Viewer/Vcard.php          |  454 +++++
 framework/Core/lib/Horde/Registry.php                        |    1 +
 framework/Core/package.xml                                   |   20 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer.php              |  280 +---
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Base.php         |   87 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Css.php          |   12 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Deb.php          |   38 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Enriched.php     |    8 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php         |   39 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Images.php       |   11 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msexcel.php      |   34 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Mspowerpoint.php |   31 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msword.php       |   38 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo.php          |   30 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Php.php          |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Plain.php        |    6 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rar.php          |   72 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Report.php       |   30 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rfc822.php       |    6 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Richtext.php     |    4 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rpm.php          |   39 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rtf.php          |   33 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Security.php     |   31 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Smil.php         |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Srchighlite.php  |   34 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tgz.php          |   78 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tnef.php         |   25 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Vcard.php        |  422 ----
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Wordperfect.php  |   33 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Zip.php          |   61 +-
 framework/Mime_Viewer/package.xml                            |   30 +-
 gollem/config/mime_drivers.php.dist                          |   37 +-
 gollem/lib/Mime/Viewer/Images.php                            |    4 +-
 gollem/manager.php                                           |    2 +-
 horde/admin/phpshell.php                                     |    3 +-
 horde/config/mime_drivers.php.dist                           | 1010 ++++------
 horde/docs/UPGRADING                                         |    2 +
 imp/compose.php                                              |    3 +-
 imp/config/mime_drivers.php.dist                             |  468 ++---
 imp/lib/Application.php                                      |    1 +
 imp/lib/Contents.php                                         |   50 +-
 imp/lib/Injector/Binder/MimeViewer.php                       |   32 +
 imp/lib/Injector/Factory/MimeViewer.php                      |   97 +
 imp/lib/Mime/Viewer/Alternative.php                          |   11 +-
 imp/lib/Mime/Viewer/Appledouble.php                          |   13 +-
 imp/lib/Mime/Viewer/Enriched.php                             |    4 +-
 imp/lib/Mime/Viewer/Html.php                                 |   36 +-
 imp/lib/Mime/Viewer/Images.php                               |   36 +-
 imp/lib/Mime/Viewer/Itip.php                                 |   24 +-
 imp/lib/Mime/Viewer/Mdn.php                                  |   18 +-
 imp/lib/Mime/Viewer/Partial.php                              |    8 +-
 imp/lib/Mime/Viewer/Pdf.php                                  |   12 +-
 imp/lib/Mime/Viewer/Pgp.php                                  |   30 +-
 imp/lib/Mime/Viewer/Plain.php                                |   16 +-
 imp/lib/Mime/Viewer/Related.php                              |   11 +-
 imp/lib/Mime/Viewer/Rfc822.php                               |    4 +-
 imp/lib/Mime/Viewer/Smil.php                                 |   13 +-
 imp/lib/Mime/Viewer/Smime.php                                |   28 +-
 imp/lib/Mime/Viewer/Status.php                               |   20 +-
 imp/lib/Mime/Viewer/Tnef.php                                 |   22 +-
 imp/lib/Mime/Viewer/Vcard.php                                |    6 +-
 imp/lib/Mime/Viewer/Zip.php                                  |   30 +-
 imp/lib/Prefs/Ui.php                                         |    2 +-
 imp/lib/Ui/Message.php                                       |    2 +-
 imp/view.php                                                 |    5 +-
 luxor/config/mime_drivers.php.dist                           |   38 +-
 luxor/lib/Luxor.php                                          |    8 +-
 luxor/source.php                                             |    2 +-
 news/files.php                                               |    2 +-
 news/lib/News.php                                            |    2 +-
 turba/config/mime_drivers.php.dist                           |   20 +-
 turba/lib/Object.php                                         |    4 +-
 turba/view.php                                               |    3 +-
 whups/config/mime_drivers.php.dist                           |   50 +-
 whups/lib/Mime/Viewer/Zip.php                                |   28 +-
 whups/lib/Whups.php                                          |    4 +-
 whups/view.php                                               |    4 +-
 wicked/templates/display/standard.inc                        |    2 +-
 85 files changed, 2623 insertions(+), 2040 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Binder/MimeViewer.php
 create mode 100644 framework/Core/lib/Horde/Core/Factory/MimeViewer.php
 create mode 100644 framework/Core/lib/Horde/Core/Mime/Viewer/Css.php
 create mode 100644 framework/Core/lib/Horde/Core/Mime/Viewer/Vcard.php
 delete mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Vcard.php
 create mode 100644 imp/lib/Injector/Binder/MimeViewer.php
 create mode 100644 imp/lib/Injector/Factory/MimeViewer.php

http://git.horde.org/diff.php/agora/lib/Messages.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/chora/browsedir.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/chora/config/mime_drivers.php.dist?rt=horde-git&r1=08137096bf5e05ab323d44662b2b322b3f739aca&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/chora/lib/Chora.php?rt=horde-git&r1=24d64b5798bef3f9e0c7dc38b359f0f2733abdca&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/MimeViewer.php?rt=horde-git&r=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/MimeViewer.php?rt=horde-git&r=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Mime/Viewer/Css.php?rt=horde-git&r=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Mime/Viewer/Vcard.php?rt=horde-git&r=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=4a9fc60dcb0286d04378fcf14b1ba4fcba6918d1&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer.php?rt=horde-git&r1=976f8044b7cb1e484382ca0676122458e0d0b715&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Base.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Css.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Deb.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Enriched.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php?rt=horde-git&r1=a8a7f6742e95a1062c71aa54f3c04debdcf30cfe&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Images.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msexcel.php?rt=horde-git&r1=6417080e53a8bcd534fba7a42fe447b4c347a090&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Mspowerpoint.php?rt=horde-git&r1=6417080e53a8bcd534fba7a42fe447b4c347a090&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msword.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Php.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Plain.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rar.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Report.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rfc822.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Richtext.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rpm.php?rt=horde-git&r1=6417080e53a8bcd534fba7a42fe447b4c347a090&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rtf.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Security.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Smil.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Srchighlite.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tgz.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tnef.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Vcard.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Wordperfect.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Zip.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/framework/Mime_Viewer/package.xml?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/gollem/config/mime_drivers.php.dist?rt=horde-git&r1=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/gollem/lib/Mime/Viewer/Images.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/gollem/manager.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/horde/admin/phpshell.php?rt=horde-git&r1=e6b9cd6b5de87a7e42fda5e312ceecd997e9cd46&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/horde/config/mime_drivers.php.dist?rt=horde-git&r1=771d43f97367c40fee5203faf7cbe25e7ca41dc0&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/horde/docs/UPGRADING?rt=horde-git&r1=23472425ab20835f7899c928e78fd1c361d565cc&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=1eaaddf449a13054a59ec97680d59af8a46748fb&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/config/mime_drivers.php.dist?rt=horde-git&r1=0d3074deac715da0270637b4398536f6032e7024&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=170c853e0184347f065807b56c3e1e087ffd751e&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=470aa2b470d6ab16f3a1801466c474b56a3e038d&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/co.php/imp/lib/Injector/Binder/MimeViewer.php?rt=horde-git&r=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/co.php/imp/lib/Injector/Factory/MimeViewer.php?rt=horde-git&r=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Alternative.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Appledouble.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Enriched.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=f5ed2187bcdc7f05dddfe6b2befda523a1670d64&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Images.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Itip.php?rt=horde-git&r1=ebc4e03cc5c0814b4f82994cc54db551003dbdb0&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Mdn.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Partial.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pdf.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Plain.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Related.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Rfc822.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smil.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smime.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Status.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Tnef.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Vcard.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Zip.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=4532a2c1aae0044a7c367545726f2d95c6f52dc9&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/lib/Ui/Message.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/imp/view.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/luxor/config/mime_drivers.php.dist?rt=horde-git&r1=a6e50ed6d17f606444e6bb7d4130628d36005d52&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/luxor/lib/Luxor.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/luxor/source.php?rt=horde-git&r1=a6e50ed6d17f606444e6bb7d4130628d36005d52&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/news/files.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/news/lib/News.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/turba/config/mime_drivers.php.dist?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/turba/lib/Object.php?rt=horde-git&r1=33eb148eb32339607b0ea6684f55013beda5be6c&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/turba/view.php?rt=horde-git&r1=f5399cbe5655d87958e9c0a10c42938573bdec28&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/whups/config/mime_drivers.php.dist?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/whups/lib/Mime/Viewer/Zip.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/whups/lib/Whups.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/whups/view.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd
http://git.horde.org/diff.php/wicked/templates/display/standard.inc?rt=horde-git&r1=1d26cdc2d6320f14ef789bff0f51bbf2c66d12e1&r2=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd

-----------------------------------------------------------------------

commit 0606689672f7cb682608323243da7542bed9d416
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 10 13:19:11 2010 -0600

    Clean up MS-TNEF handling.
    
    Don't show winmail.dat entry - instead, make any embedded attachments
    look like attachments to the main e-mail message.  The one negative - it
    is not possible to strip the attachments from the message since
    winmail.dat no longer appears in attachment lists.  But IMHO this is a
    fair tradeoff to reduce complexity/confustion when showing the message
    parts (and ms-tnef is not really a valid/viable standard anyway).

 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tnef.php |   69 +++++----
 imp/config/mime_drivers.php.dist                     |   12 --
 imp/lib/Contents.php                                 |    5 +
 imp/lib/Mime/Viewer/Tnef.php                         |  146 ------------------
 4 files changed, 41 insertions(+), 191 deletions(-)
 delete mode 100644 imp/lib/Mime/Viewer/Tnef.php

http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tnef.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=0606689672f7cb682608323243da7542bed9d416
http://git.horde.org/diff.php/imp/config/mime_drivers.php.dist?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=0606689672f7cb682608323243da7542bed9d416
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=0606689672f7cb682608323243da7542bed9d416
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Tnef.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=0606689672f7cb682608323243da7542bed9d416

-----------------------------------------------------------------------

commit 740ab415f38b1e39742f9e032aebf2b0bf0f91e8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 10 14:29:55 2010 -0600

    Don't show compressed contents info in full mode.
    
    This is informational data only.  Full mode is meant for a viewable
    representation of the data itself, not information about the data.

 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Deb.php |   12 +--------
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rar.php |   12 +--------
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rpm.php |   12 +--------
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tgz.php |   13 +---------
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Zip.php |   24 +------------------
 imp/lib/Mime/Viewer/Zip.php                         |    5 +--
 6 files changed, 7 insertions(+), 71 deletions(-)

http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Deb.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=740ab415f38b1e39742f9e032aebf2b0bf0f91e8
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rar.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=740ab415f38b1e39742f9e032aebf2b0bf0f91e8
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rpm.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=740ab415f38b1e39742f9e032aebf2b0bf0f91e8
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tgz.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=740ab415f38b1e39742f9e032aebf2b0bf0f91e8
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Zip.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=740ab415f38b1e39742f9e032aebf2b0bf0f91e8
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Zip.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=740ab415f38b1e39742f9e032aebf2b0bf0f91e8

-----------------------------------------------------------------------

commit 19c517045b298b1c7946b4912d69b2eb82211fbc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 10 16:20:51 2010 -0600

    Word wrapping

 imp/config/conf.xml |   38 ++++++++++++++++++++------------------
 1 files changed, 20 insertions(+), 18 deletions(-)

http://git.horde.org/diff.php/imp/config/conf.xml?rt=horde-git&r1=19c0155646f0ccddf91d0f33e237b035d401f075&r2=19c517045b298b1c7946b4912d69b2eb82211fbc

-----------------------------------------------------------------------

commit d0bbaeaa3bc69088ae5be2cf166ebf44637aad63
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 10 16:22:51 2010 -0600

    Place prefs options under correct header

 imp/config/prefs.php.dist |   50 ++++++++++++++++++++++----------------------
 1 files changed, 25 insertions(+), 25 deletions(-)

http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=19c0155646f0ccddf91d0f33e237b035d401f075&r2=d0bbaeaa3bc69088ae5be2cf166ebf44637aad63

-----------------------------------------------------------------------

commit 2061e1638f4f8e98eebc43c220ec3c3a152eb44d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 10 16:38:35 2010 -0600

    Request #6455: Spam reporting on mailbox move.
    
    Add preference to allow for automatic spam reporting when explicitly
    moving messages to the Spam mailbox.

 imp/config/prefs.php.dist |   11 ++++++++++-
 imp/docs/CHANGES          |    2 ++
 imp/lib/Api.php           |    4 ++--
 imp/lib/Message.php       |   20 ++++++++++++++++----
 imp/lib/Prefs/Ui.php      |   15 +++++++++++----
 imp/lib/Spam.php          |   15 +++++++++++----
 imp/mailbox.php           |    2 +-
 imp/message.php           |    2 +-
 8 files changed, 54 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=d0bbaeaa3bc69088ae5be2cf166ebf44637aad63&r2=2061e1638f4f8e98eebc43c220ec3c3a152eb44d
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=73d6cbe80185537f3845952d00e351a4a1b26b03&r2=2061e1638f4f8e98eebc43c220ec3c3a152eb44d
http://git.horde.org/diff.php/imp/lib/Api.php?rt=horde-git&r1=5d365dac5c0677af0dba884864092918c12c7245&r2=2061e1638f4f8e98eebc43c220ec3c3a152eb44d
http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=2061e1638f4f8e98eebc43c220ec3c3a152eb44d
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=2061e1638f4f8e98eebc43c220ec3c3a152eb44d
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=2061e1638f4f8e98eebc43c220ec3c3a152eb44d
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=9d177a34d6758515efe8b79121ce95bae0174d7f&r2=2061e1638f4f8e98eebc43c220ec3c3a152eb44d
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=428c80cce1acba5b78156e0fe904cbe2ca2600b3&r2=2061e1638f4f8e98eebc43c220ec3c3a152eb44d

-----------------------------------------------------------------------

commit 041ae029b224d928de8cc039edff0dab193a95fb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 10 17:09:26 2010 -0600

    Add some uniqueness tests for random id generation

 framework/Support/test/Horde/Support/RandomidTest.php |   17 +++++++++++++++
 framework/Support/test/Horde/Support/UuidTest.php     |   19 ++++++++++++++++-
 2 files changed, 35 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Support/test/Horde/Support/RandomidTest.php?rt=horde-git&r1=a7806d8838addf9e85ea16a09f5ea4b131ed1275&r2=041ae029b224d928de8cc039edff0dab193a95fb
http://git.horde.org/diff.php/framework/Support/test/Horde/Support/UuidTest.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=041ae029b224d928de8cc039edff0dab193a95fb

-----------------------------------------------------------------------

commit 3ee93298444a7f6a772b93412beb35d8d34d871b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 01:21:24 2010 +0200

    Fix method name.

 imp/lib/Prefs/Ui.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=2061e1638f4f8e98eebc43c220ec3c3a152eb44d&r2=3ee93298444a7f6a772b93412beb35d8d34d871b

-----------------------------------------------------------------------

commit d73feb550c5a129f4c52764141ace84011a6b79e
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 9 18:26:32 2010 +0200

    Read WebDAV ACL for permission checking.

 kronolith/lib/Driver/Ical.php |   35 ++++++++++++++++++++++++++++++++---
 kronolith/lib/Event/Ical.php  |   14 ++++++++++++++
 2 files changed, 46 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=f6007c3822b6322d0b218e79354f25db131308cb&r2=d73feb550c5a129f4c52764141ace84011a6b79e
http://git.horde.org/diff.php/kronolith/lib/Event/Ical.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=d73feb550c5a129f4c52764141ace84011a6b79e

-----------------------------------------------------------------------

commit c2b91fae00676c89f16c435c033a48fabb58bb7a
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 9 20:43:41 2010 +0200

    Implement CalDAV DELETE.

 kronolith/delete.php                  |   15 +++++++++----
 kronolith/lib/Driver/Ical.php         |   35 +++++++++++++++++++++++++++++++++
 kronolith/templates/delete/delete.inc |    1 +
 kronolith/templates/delete/one.inc    |    1 +
 4 files changed, 47 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/kronolith/delete.php?rt=horde-git&r1=d814109199de8e0ce7363dac940f7987a44fd5ac&r2=c2b91fae00676c89f16c435c033a48fabb58bb7a
http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=d73feb550c5a129f4c52764141ace84011a6b79e&r2=c2b91fae00676c89f16c435c033a48fabb58bb7a
http://git.horde.org/diff.php/kronolith/templates/delete/delete.inc?rt=horde-git&r1=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596&r2=c2b91fae00676c89f16c435c033a48fabb58bb7a
http://git.horde.org/diff.php/kronolith/templates/delete/one.inc?rt=horde-git&r1=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596&r2=c2b91fae00676c89f16c435c033a48fabb58bb7a

-----------------------------------------------------------------------

commit 659aaf888e81fafe99e0d0c93d3dc73a4ff61c99
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 00:51:31 2010 +0200

    Fix toggling holiday off and on if there is a maximum event limit.

 kronolith/js/kronolith.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=595c1f06a117a81ea09259940a60cb79564b2bef&r2=659aaf888e81fafe99e0d0c93d3dc73a4ff61c99

-----------------------------------------------------------------------

commit 0c16a057ab7863b20bd315895e498bf2ffa74031
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 00:53:29 2010 +0200

    Add light wrappers classes for individual calendars, so that we have a
    common calendar API independent of the underlying driver.
    Prepare to edit/add events in drivers other than the internal drivers.

 kronolith/calendars/index.php                 |    2 +-
 kronolith/calendars/info.php                  |    4 +-
 kronolith/data.php                            |   57 ++----
 kronolith/edit.php                            |  171 +++++++++++-------
 kronolith/js/kronolith.js                     |    4 +-
 kronolith/lib/Ajax/Application.php            |   18 +-
 kronolith/lib/Api.php                         |   53 +++---
 kronolith/lib/Application.php                 |    5 +-
 kronolith/lib/Block/month.php                 |   61 ++-----
 kronolith/lib/Block/monthlist.php             |   42 +---
 kronolith/lib/Block/prevmonthlist.php         |   24 +--
 kronolith/lib/Block/summary.php               |   49 ++----
 kronolith/lib/Calendar.php                    |  121 ++++++++++++
 kronolith/lib/Calendar/External.php           |   78 ++++++++
 kronolith/lib/Calendar/Holiday.php            |   57 ++++++
 kronolith/lib/Calendar/Internal.php           |  123 +++++++++++++
 kronolith/lib/Calendar/Remote.php             |  165 +++++++++++++++++
 kronolith/lib/Driver/Ical.php                 |   29 ++-
 kronolith/lib/Driver/Kolab.php                |    8 +-
 kronolith/lib/Driver/Sql.php                  |   10 +-
 kronolith/lib/Event.php                       |    2 +-
 kronolith/lib/Event/Ical.php                  |   15 +--
 kronolith/lib/Event/Sql.php                   |    8 +-
 kronolith/lib/Kronolith.php                   |  242 +++++++++++++++----------
 kronolith/lib/LoginTasks/Task/PurgeEvents.php |    2 +-
 kronolith/lib/View/Day.php                    |   15 +-
 kronolith/lib/View/EditEvent.php              |   15 +--
 kronolith/lib/View/Month.php                  |    6 +-
 kronolith/lib/View/Week.php                   |   12 +-
 kronolith/new.php                             |   15 +--
 kronolith/search.php                          |   24 +--
 kronolith/templates/calendar_titles.inc       |    2 +-
 kronolith/templates/data/export.inc           |    8 +-
 kronolith/templates/data/import.inc           |    8 +-
 kronolith/templates/edit/edit.inc             |    8 +-
 kronolith/templates/panel.inc                 |   25 +--
 36 files changed, 1002 insertions(+), 486 deletions(-)
 create mode 100644 kronolith/lib/Calendar.php
 create mode 100644 kronolith/lib/Calendar/External.php
 create mode 100644 kronolith/lib/Calendar/Holiday.php
 create mode 100644 kronolith/lib/Calendar/Internal.php
 create mode 100644 kronolith/lib/Calendar/Remote.php

http://git.horde.org/diff.php/kronolith/calendars/index.php?rt=horde-git&r1=02d755c4f13fcc243bfebbff5a9e5f18187d496f&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/calendars/info.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=bf40d9d0bd8822890be6f74aff5bfde6091bb354&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/edit.php?rt=horde-git&r1=f7c4f522f7f2b045523787feb9599d97ad2dfd40&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=659aaf888e81fafe99e0d0c93d3dc73a4ff61c99&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=595c1f06a117a81ea09259940a60cb79564b2bef&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=94ecea550f9a7a31c7edeaa3e253bfd7ee182efa&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=c1f241be16aa88a278d0e51fc7baa78e39008cca&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/Block/month.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/Block/monthlist.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/Block/prevmonthlist.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/Block/summary.php?rt=horde-git&r1=bd6d4a104b486bcff3b2091e4f07cdcec17ba7e6&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/co.php/kronolith/lib/Calendar.php?rt=horde-git&r=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/co.php/kronolith/lib/Calendar/External.php?rt=horde-git&r=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/co.php/kronolith/lib/Calendar/Holiday.php?rt=horde-git&r=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/co.php/kronolith/lib/Calendar/Internal.php?rt=horde-git&r=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/co.php/kronolith/lib/Calendar/Remote.php?rt=horde-git&r=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=c2b91fae00676c89f16c435c033a48fabb58bb7a&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/Driver/Kolab.php?rt=horde-git&r1=a90c8acb3cf4fc4eb219799aa297a672709532a6&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=9cca14d6881277d4eea1f8ebf2859ce4a3233b67&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=f66336d1f78e1a09f767f8099bd015f2e29af8f8&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/Event/Ical.php?rt=horde-git&r1=d73feb550c5a129f4c52764141ace84011a6b79e&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/Event/Sql.php?rt=horde-git&r1=7e3440b207db90c35549d3fc9a76a0ef82887fa3&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=f5727b9d2b1c7894a6965123b4a3eb2612efbde4&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/LoginTasks/Task/PurgeEvents.php?rt=horde-git&r1=f385719d99b4dfe66097686a4aeba432a110b6e8&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/View/Day.php?rt=horde-git&r1=2ebfb5e4a07bd3ab6e00ba21ae9b9cd7f3f970dc&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/View/EditEvent.php?rt=horde-git&r1=83cab23538795560cc52939c1e0fee65eb96e4fe&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/View/Month.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/lib/View/Week.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/new.php?rt=horde-git&r1=02d755c4f13fcc243bfebbff5a9e5f18187d496f&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/search.php?rt=horde-git&r1=02d755c4f13fcc243bfebbff5a9e5f18187d496f&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/templates/calendar_titles.inc?rt=horde-git&r1=a4703c1673eb838b565bd5a416963ade00059eaa&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/templates/data/export.inc?rt=horde-git&r1=f438b2c85670201c39e3697860518609765f389a&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/templates/data/import.inc?rt=horde-git&r1=f438b2c85670201c39e3697860518609765f389a&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/templates/edit/edit.inc?rt=horde-git&r1=435cc81395b87ea57ac5b81dbb55c08b199bc574&r2=0c16a057ab7863b20bd315895e498bf2ffa74031
http://git.horde.org/diff.php/kronolith/templates/panel.inc?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=0c16a057ab7863b20bd315895e498bf2ffa74031

-----------------------------------------------------------------------

commit 580f432a92cc6058b01bc6c83cdc6236a6858f0c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 10 19:59:00 2010 -0400

    Make sure we record the user when updating the map table. Fixes Bug: 9168.

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php |    6 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php         |    3 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/File.php         |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php      |    8 +++--
 4 files changed, 11 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php?rt=horde-git&r1=fc0ca8d332b41545fdf26ed418d225b11697a516&r2=580f432a92cc6058b01bc6c83cdc6236a6858f0c
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php?rt=horde-git&r1=862303712a43f93d8adec384c8149a1345ea0f98&r2=580f432a92cc6058b01bc6c83cdc6236a6858f0c
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/File.php?rt=horde-git&r1=862303712a43f93d8adec384c8149a1345ea0f98&r2=580f432a92cc6058b01bc6c83cdc6236a6858f0c
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/History.php?rt=horde-git&r1=862303712a43f93d8adec384c8149a1345ea0f98&r2=580f432a92cc6058b01bc6c83cdc6236a6858f0c

-----------------------------------------------------------------------

commit 8c4c0aad468451636f961a9c96867359e46ec5dd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 10 18:05:34 2010 -0600

    Better randomid generation (?)
    
    Since uniqid() is essentially microtime(), adding microtime()
    information does not get us anything. So use uniqid/mt_rand exclusively,
    add a bit more entropy with the current PID, and encode with base64 -
    packs even more info into the characters.

 framework/Support/lib/Horde/Support/Randomid.php      |   16 ++++++----------
 framework/Support/test/Horde/Support/RandomidTest.php |    6 ------
 2 files changed, 6 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/framework/Support/lib/Horde/Support/Randomid.php?rt=horde-git&r1=a7806d8838addf9e85ea16a09f5ea4b131ed1275&r2=8c4c0aad468451636f961a9c96867359e46ec5dd
http://git.horde.org/diff.php/framework/Support/test/Horde/Support/RandomidTest.php?rt=horde-git&r1=041ae029b224d928de8cc039edff0dab193a95fb&r2=8c4c0aad468451636f961a9c96867359e46ec5dd

-----------------------------------------------------------------------

commit 4cdb3572231bc153febbab18594335da49379638
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 10 20:31:25 2010 -0400

    fix parse error

 kronolith/lib/Block/prevmonthlist.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Block/prevmonthlist.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=4cdb3572231bc153febbab18594335da49379638

-----------------------------------------------------------------------

commit faf956c4c0e0003648c05f5c2269f4a31a2767c1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 10 19:58:56 2010 -0600

    There is no longer a length parameter

 framework/Support/lib/Horde/Support/Guid.php |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Support/lib/Horde/Support/Guid.php?rt=horde-git&r1=aa05e7f71376d16419aa5e26bccb7206da673118&r2=faf956c4c0e0003648c05f5c2269f4a31a2767c1

-----------------------------------------------------------------------

commit 01bd22e29c9b427915e7c9076f82c916c376cd04
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 10 20:25:57 2010 -0600

    Tweaks to new randomid algorithm

 framework/Support/lib/Horde/Support/Randomid.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Support/lib/Horde/Support/Randomid.php?rt=horde-git&r1=8c4c0aad468451636f961a9c96867359e46ec5dd&r2=01bd22e29c9b427915e7c9076f82c916c376cd04

-----------------------------------------------------------------------

commit 8b55549faeec1bbf8775ba3cdf96693eb3d2556b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 10 20:33:22 2010 -0600

    Fix deleting message flags

 imp/lib/Prefs/Ui.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=3ee93298444a7f6a772b93412beb35d8d34d871b&r2=8b55549faeec1bbf8775ba3cdf96693eb3d2556b

-----------------------------------------------------------------------

commit 93be020314e8c72e62a0d68afc0e540065134fe4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 10 20:44:48 2010 -0600

    Move prefs javascript to its own file

 framework/Core/lib/Horde/Core/Prefs/Ui.php |    1 +
 horde/js/prefs.js                          |   14 ++++++++++++++
 horde/templates/prefs/app.html             |    4 ++--
 3 files changed, 17 insertions(+), 2 deletions(-)
 create mode 100644 horde/js/prefs.js

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=eba30006794ea6d89a60d88d04f5d8170abd3927&r2=93be020314e8c72e62a0d68afc0e540065134fe4
http://git.horde.org/co.php/horde/js/prefs.js?rt=horde-git&r=93be020314e8c72e62a0d68afc0e540065134fe4
http://git.horde.org/diff.php/horde/templates/prefs/app.html?rt=horde-git&r1=ddcc547d9cee57008e50b003c9b418b2e050a7f5&r2=93be020314e8c72e62a0d68afc0e540065134fe4

-----------------------------------------------------------------------

commit d74162ca6e30f77ab6d297798540b950ab1cdb4f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 10 23:29:24 2010 -0600

    This function does not need to return anything

 framework/Core/lib/Horde.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=e915691c995747fbf2fc6b9f0bc49803f9bb5a70&r2=d74162ca6e30f77ab6d297798540b950ab1cdb4f

-----------------------------------------------------------------------

commit 7c61bc0e09925169c1f4007253abbde4281bd98d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 10 23:35:24 2010 -0600

    Bug #7669: On invalid token during logout, redirect to initial page

 horde/docs/CHANGES |    3 ++-
 horde/login.php    |    8 +++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/docs/CHANGES?rt=horde-git&r1=fb4e3b7bec566917e72775db5e6233ac19738b01&r2=7c61bc0e09925169c1f4007253abbde4281bd98d
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=d60db49628a9da0689acf915dd40e2ead2005f3d&r2=7c61bc0e09925169c1f4007253abbde4281bd98d

-----------------------------------------------------------------------

commit 37e91a0bdbf9afef33a9b6fcd1521c5ff30f8fb6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 10 23:57:51 2010 -0600

    Request #7962: PGP reply validate preference
    
    Add preference to control if we check for recipient PGP public
    keys when replying.

 imp/compose.php           |    4 +++-
 imp/config/prefs.php.dist |   10 +++++++++-
 imp/docs/CHANGES          |    2 ++
 imp/lib/Prefs/Ui.php      |    1 +
 imp/locale/en_US/help.xml |    8 ++++++++
 5 files changed, 23 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=37e91a0bdbf9afef33a9b6fcd1521c5ff30f8fb6
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=2061e1638f4f8e98eebc43c220ec3c3a152eb44d&r2=37e91a0bdbf9afef33a9b6fcd1521c5ff30f8fb6
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=2061e1638f4f8e98eebc43c220ec3c3a152eb44d&r2=37e91a0bdbf9afef33a9b6fcd1521c5ff30f8fb6
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=8b55549faeec1bbf8775ba3cdf96693eb3d2556b&r2=37e91a0bdbf9afef33a9b6fcd1521c5ff30f8fb6
http://git.horde.org/diff.php/imp/locale/en_US/help.xml?rt=horde-git&r1=f94e8a8507a6d50807448d4eb6bbf74d4c73e4f8&r2=37e91a0bdbf9afef33a9b6fcd1521c5ff30f8fb6

-----------------------------------------------------------------------

commit b56d93508b4bc54ebe682756d7ececfb24ea0b43
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 00:14:12 2010 -0600

    Bug #9169: Fix altering trash/spam/drafts folders

 imp/lib/Prefs/Ui.php |   30 +++++++++++++-----------------
 1 files changed, 13 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=37e91a0bdbf9afef33a9b6fcd1521c5ff30f8fb6&r2=b56d93508b4bc54ebe682756d7ececfb24ea0b43

-----------------------------------------------------------------------

commit e4f3b1414840833c6f623d7eaa4984a02b1dff69
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 00:22:42 2010 -0600

    Make sure deleted folders are strings
    
    Or else, javascript functions may fail since Number.prototype does not
    have the same method list as String.prototype.

 imp/lib/Ajax/Application.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=e4f3b1414840833c6f623d7eaa4984a02b1dff69

-----------------------------------------------------------------------

commit 1a10853489d282825672da1a667c83f397a89ff1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 00:28:39 2010 -0600

    Fix determination of mailbox on context clicks

 imp/js/dimpbase.js |   24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)

http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=2954bbe575aaca026b843f500c5e96eb230c77c9&r2=1a10853489d282825672da1a667c83f397a89ff1

-----------------------------------------------------------------------

commit 34a1fa98eceef091224af3ab5d105791dd17ff24
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 00:58:56 2010 -0600

    Bug #9138: Fix sentmail selection

 imp/lib/Prefs/Ui.php              |   23 +++++++++++++----------
 imp/templates/prefs/sentmail.html |    2 +-
 2 files changed, 14 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=b56d93508b4bc54ebe682756d7ececfb24ea0b43&r2=34a1fa98eceef091224af3ab5d105791dd17ff24
http://git.horde.org/diff.php/imp/templates/prefs/sentmail.html?rt=horde-git&r1=24d822349cce4f81ea50220504b3180b3b735346&r2=34a1fa98eceef091224af3ab5d105791dd17ff24

-----------------------------------------------------------------------

commit a1fda78a10386fda1414e5e4ef98693513055898
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 01:21:36 2010 -0600

    Fix typo

 imp/folders.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=1eaaddf449a13054a59ec97680d59af8a46748fb&r2=a1fda78a10386fda1414e5e4ef98693513055898

-----------------------------------------------------------------------

commit f3d20c5b924efbd2ec6e3426c57cbaf8b5a34321
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 01:44:47 2010 -0600

    Use str_replace() instead of strtr()

 framework/Support/lib/Horde/Support/Randomid.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Support/lib/Horde/Support/Randomid.php?rt=horde-git&r1=01bd22e29c9b427915e7c9076f82c916c376cd04&r2=f3d20c5b924efbd2ec6e3426c57cbaf8b5a34321

-----------------------------------------------------------------------

commit c7375893b2adaf104954d3513a3cc48a17da9fb1
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 12:25:44 2010 +0200

    Remove unnecessary wrapper.

 kronolith/lib/Driver/Sql.php |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=c7375893b2adaf104954d3513a3cc48a17da9fb1

-----------------------------------------------------------------------

commit d49b5b995e0813dad9e8a9fbe6735a9933d873d6
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 13:09:11 2010 +0200

    Update for new Kronolith_Calendar classes, etc.

 kronolith/add.php |   74 ++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 51 insertions(+), 23 deletions(-)

http://git.horde.org/diff.php/kronolith/add.php?rt=horde-git&r1=02d755c4f13fcc243bfebbff5a9e5f18187d496f&r2=d49b5b995e0813dad9e8a9fbe6735a9933d873d6

-----------------------------------------------------------------------

commit 37b8712b17f767c622cdf4ddd876ec90bd78e477
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 15:18:32 2010 +0200

    Split up saveEvent() into _addEvent() and _updateEvent().

 kronolith/lib/Driver.php       |   38 ++++++++++++-
 kronolith/lib/Driver/Horde.php |   13 +++-
 kronolith/lib/Driver/Kolab.php |   54 +++++++++++-------
 kronolith/lib/Driver/Sql.php   |  123 ++++++++++++++++++----------------------
 4 files changed, 135 insertions(+), 93 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver.php?rt=horde-git&r1=0e5db4432a7cd1e122b0d5a17bc083c4d9baf624&r2=37b8712b17f767c622cdf4ddd876ec90bd78e477
http://git.horde.org/diff.php/kronolith/lib/Driver/Horde.php?rt=horde-git&r1=74db9af4aebdc521455dc1477391c159aa35eaa5&r2=37b8712b17f767c622cdf4ddd876ec90bd78e477
http://git.horde.org/diff.php/kronolith/lib/Driver/Kolab.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=37b8712b17f767c622cdf4ddd876ec90bd78e477
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=c7375893b2adaf104954d3513a3cc48a17da9fb1&r2=37b8712b17f767c622cdf4ddd876ec90bd78e477

-----------------------------------------------------------------------

commit 734fe073b1bfd49a3c5c9cf438db6555292193b1
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 15:39:22 2010 +0200

    Remove unused code. Michael, I guess the fromDriver() stuff can go too?

 kronolith/lib/Event/Resource.php |   83 --------------------------------------
 1 files changed, 0 insertions(+), 83 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event/Resource.php?rt=horde-git&r1=7e3440b207db90c35549d3fc9a76a0ef82887fa3&r2=734fe073b1bfd49a3c5c9cf438db6555292193b1

-----------------------------------------------------------------------

commit 0be481aef78ce780e3ca6d977d2c5159a5bde10b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 15:48:16 2010 +0200

    Need $notification too.

 horde/lib/Ui/Sidebar.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/lib/Ui/Sidebar.php?rt=horde-git&r1=e0960a0aa3b24cffbcebcd40970daf6c1e22e793&r2=0be481aef78ce780e3ca6d977d2c5159a5bde10b

-----------------------------------------------------------------------

commit 9f771b2650db7b088af9c30542433de59612cd02
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 16:24:53 2010 +0200

    Fix typos.

 kronolith/lib/Event.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=9f771b2650db7b088af9c30542433de59612cd02

-----------------------------------------------------------------------

commit d41360ba4725dcd4c47662cf3849c33953b62ae5
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 16:25:49 2010 +0200

    Only set geolocation if it has been submitted.

 kronolith/lib/Event.php |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=9f771b2650db7b088af9c30542433de59612cd02&r2=d41360ba4725dcd4c47662cf3849c33953b62ae5

-----------------------------------------------------------------------

commit 9d423efda515f75fc205f66032a4373d70407020
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 16:28:06 2010 +0200

    Remove unnecessary toDriver() method.

 kronolith/lib/Driver/Kolab.php |    2 +-
 kronolith/lib/Driver/Sql.php   |    4 +-
 kronolith/lib/Event.php        |    8 -----
 kronolith/lib/Event/Ical.php   |    8 -----
 kronolith/lib/Event/Kolab.php  |    2 +-
 kronolith/lib/Event/Sql.php    |   68 +++++++++++++++++----------------------
 6 files changed, 34 insertions(+), 58 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver/Kolab.php?rt=horde-git&r1=37b8712b17f767c622cdf4ddd876ec90bd78e477&r2=9d423efda515f75fc205f66032a4373d70407020
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=37b8712b17f767c622cdf4ddd876ec90bd78e477&r2=9d423efda515f75fc205f66032a4373d70407020
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=d41360ba4725dcd4c47662cf3849c33953b62ae5&r2=9d423efda515f75fc205f66032a4373d70407020
http://git.horde.org/diff.php/kronolith/lib/Event/Ical.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=9d423efda515f75fc205f66032a4373d70407020
http://git.horde.org/diff.php/kronolith/lib/Event/Kolab.php?rt=horde-git&r1=7e3440b207db90c35549d3fc9a76a0ef82887fa3&r2=9d423efda515f75fc205f66032a4373d70407020
http://git.horde.org/diff.php/kronolith/lib/Event/Sql.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=9d423efda515f75fc205f66032a4373d70407020

-----------------------------------------------------------------------

commit 7ad836e2cd26b14babece2b0339f55ba2fcfa754
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 16:29:01 2010 +0200

    Use calendar-delegator-separator that can't appear in calendar URLs.

 kronolith/add.php                  |    4 ++--
 kronolith/edit.php                 |    4 ++--
 kronolith/lib/Ajax/Application.php |    4 ++--
 kronolith/lib/Event.php            |    4 ++--
 kronolith/templates/edit/edit.inc  |    2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/kronolith/add.php?rt=horde-git&r1=d49b5b995e0813dad9e8a9fbe6735a9933d873d6&r2=7ad836e2cd26b14babece2b0339f55ba2fcfa754
http://git.horde.org/diff.php/kronolith/edit.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=7ad836e2cd26b14babece2b0339f55ba2fcfa754
http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=7ad836e2cd26b14babece2b0339f55ba2fcfa754
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=9d423efda515f75fc205f66032a4373d70407020&r2=7ad836e2cd26b14babece2b0339f55ba2fcfa754
http://git.horde.org/diff.php/kronolith/templates/edit/edit.inc?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=7ad836e2cd26b14babece2b0339f55ba2fcfa754

-----------------------------------------------------------------------

commit 263e2fa305ba2396d804c8a6f2f75d1fa4270eaf
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 17:09:39 2010 +0200

    Add PUT support, CalDAV event can now be created and updated too.

 kronolith/docs/CHANGES        |    1 +
 kronolith/lib/Driver/Ical.php |   68 +++++++++++++++++++++++++++++++++++++++-
 2 files changed, 67 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-git&r1=c39652345e5b1c645a22bde2df1eaa20231e6fba&r2=263e2fa305ba2396d804c8a6f2f75d1fa4270eaf
http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=263e2fa305ba2396d804c8a6f2f75d1fa4270eaf

-----------------------------------------------------------------------

commit 3e898d58d1f31b4d61cfe42b99f2ed6fe6bf903d
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 17:14:17 2010 +0200

    Revert back to let the drivers decide which kind of IDs they want.

 kronolith/lib/Driver.php       |    7 -------
 kronolith/lib/Driver/Ical.php  |    7 +++++++
 kronolith/lib/Driver/Kolab.php |    3 +++
 kronolith/lib/Driver/Sql.php   |    7 +++++++
 4 files changed, 17 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver.php?rt=horde-git&r1=37b8712b17f767c622cdf4ddd876ec90bd78e477&r2=3e898d58d1f31b4d61cfe42b99f2ed6fe6bf903d
http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=263e2fa305ba2396d804c8a6f2f75d1fa4270eaf&r2=3e898d58d1f31b4d61cfe42b99f2ed6fe6bf903d
http://git.horde.org/diff.php/kronolith/lib/Driver/Kolab.php?rt=horde-git&r1=9d423efda515f75fc205f66032a4373d70407020&r2=3e898d58d1f31b4d61cfe42b99f2ed6fe6bf903d
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=9d423efda515f75fc205f66032a4373d70407020&r2=3e898d58d1f31b4d61cfe42b99f2ed6fe6bf903d

-----------------------------------------------------------------------

commit 741783a314dd20c81052d02111e63cc37788ef95
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 17:26:38 2010 +0200

    EXDATE can be a DATE-TIME field.

 framework/Icalendar/lib/Horde/Icalendar.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar.php?rt=horde-git&r1=9a14ffc2a6e0028cf6d8890aa82d817d20adc409&r2=741783a314dd20c81052d02111e63cc37788ef95

-----------------------------------------------------------------------

commit 67a53b9f2ee1e7888ce4451f9e25d1f41e5c4f8b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 17:27:04 2010 +0200

    Fix property name.

 kronolith/lib/Driver/Ical.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=3e898d58d1f31b4d61cfe42b99f2ed6fe6bf903d&r2=67a53b9f2ee1e7888ce4451f9e25d1f41e5c4f8b

-----------------------------------------------------------------------

commit 808fb0cf2769bba82c4db7956dbe719158e094f4
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 17:32:53 2010 +0200

    Simplify

 kronolith/lib/Event.php |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=7ad836e2cd26b14babece2b0339f55ba2fcfa754&r2=808fb0cf2769bba82c4db7956dbe719158e094f4

-----------------------------------------------------------------------

commit 83c583e7cba83527d8a33565911f84db1519eae7
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 17:34:37 2010 +0200

    style

 kronolith/lib/Event.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=808fb0cf2769bba82c4db7956dbe719158e094f4&r2=83c583e7cba83527d8a33565911f84db1519eae7

-----------------------------------------------------------------------

commit 44b6496c7b6323cb3c82da6429cfa7a5c494dce9
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 17:48:02 2010 +0200

    Update method name.

 horde/po/translation.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/po/translation.php?rt=horde-git&r1=0d3c69053b7eb67e5dccdae6b1724142d7cad600&r2=44b6496c7b6323cb3c82da6429cfa7a5c494dce9

-----------------------------------------------------------------------

commit 576d868df518113865a53fe67249e99a41eab108
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 18:10:58 2010 +0200

    Allow to pass an error object or exception to Horde_Cli#fatal().

 framework/Cli/lib/Horde/Cli.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Cli/lib/Horde/Cli.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=576d868df518113865a53fe67249e99a41eab108

-----------------------------------------------------------------------

commit 2f5bd68e0efca20e77c8195ca0742329ae4ee2a6
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 18:31:33 2010 +0200

    Fix NLS access.

 horde/services/help/index.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/services/help/index.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=2f5bd68e0efca20e77c8195ca0742329ae4ee2a6

-----------------------------------------------------------------------

commit 4e87c5a6112ed61520cbc097bc92428fe4a54b22
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 18:31:54 2010 +0200

    Convert all help files to UTF-8.

 chora/locale/de_DE/help.xml       |   38 +-
 fima/locale/de_DE/help.xml        |  226 +++++-----
 gollem/locale/ca_ES/help.xml      |   26 +-
 gollem/locale/de_DE/help.xml      |   68 ++--
 gollem/locale/hu_HU/help.xml      |   98 ++--
 gollem/locale/lv_LV/help.xml      |   44 +-
 gollem/locale/zh_TW/help.xml      |   26 +-
 horde/admin/locale/en_US/help.xml |    2 +-
 horde/admin/locale/eu_ES/help.xml |    2 +-
 horde/admin/locale/fi_FI/help.xml |    2 +-
 horde/admin/locale/hr_HR/help.xml |    2 +-
 horde/admin/locale/hu_HU/help.xml |   44 +-
 horde/locale/ca_ES/help.xml       |   20 +-
 horde/locale/cs_CZ/help.xml       |   38 +-
 horde/locale/de_DE/help.xml       |   28 +-
 horde/locale/fr_FR/help.xml       |   18 +-
 horde/locale/it_IT/help.xml       |   14 +-
 horde/locale/pt_PT/help.xml       |   32 +-
 horde/locale/tr_TR/help.xml       |   20 +-
 horde/locale/zh_TW/help.xml       |   22 +-
 imp/locale/ca_ES/help.xml         |  330 ++++++------
 imp/locale/cs_CZ/help.xml         |  248 +++++-----
 imp/locale/da_DK/help.xml         |   58 ++--
 imp/locale/de_DE/help.xml         | 1000 ++++++++++++++++++------------------
 imp/locale/el_GR/help.xml         |   84 ++--
 imp/locale/fr_FR/help.xml         |   66 ++--
 imp/locale/hu_HU/help.xml         |  328 ++++++------
 imp/locale/it_IT/help.xml         |   30 +-
 imp/locale/pt_BR/help.xml         |  320 ++++++------
 imp/locale/ru_RU/help.xml         |   76 ++--
 imp/locale/sk_SK/help.xml         |  154 +++---
 imp/locale/tr_TR/help.xml         |  416 ++++++++--------
 imp/locale/zh_TW/help.xml         |  764 ++++++++++++++--------------
 ingo/locale/ca_ES/help.xml        |  150 +++---
 ingo/locale/de_DE/help.xml        |  152 +++---
 ingo/locale/fr_FR/help.xml        |  226 +++++-----
 ingo/locale/lv_LV/help.xml        |  182 ++++----
 kronolith/locale/ca_ES/help.xml   |   58 ++--
 kronolith/locale/de_DE/help.xml   |   94 ++--
 kronolith/locale/fr_FR/help.xml   |   44 +-
 kronolith/locale/hu_HU/help.xml   |  152 +++---
 kronolith/locale/pt_BR/help.xml   |   56 +-
 kronolith/locale/tr_TR/help.xml   |   56 +-
 mnemo/locale/de_DE/help.xml       |   54 +-
 mnemo/locale/hu_HU/help.xml       |   56 +-
 mnemo/locale/it_IT/help.xml       |   10 +-
 mnemo/locale/lv_LV/help.xml       |   34 +-
 mnemo/locale/sk_SK/help.xml       |   34 +-
 mnemo/locale/tr_TR/help.xml       |   38 +-
 nag/locale/ca_ES/help.xml         |   14 +-
 nag/locale/de_DE/help.xml         |   26 +-
 nag/locale/hu_HU/help.xml         |   12 +-
 nag/locale/lv_LV/help.xml         |   12 +-
 nag/locale/sk_SK/help.xml         |   14 +-
 nag/locale/tr_TR/help.xml         |   14 +-
 passwd/locale/de_DE/help.xml      |   34 +-
 passwd/locale/hu_HU/help.xml      |   34 +-
 passwd/locale/ru_RU/help.xml      |   44 +-
 skoli/locale/de_DE/help.xml       |   10 +-
 trean/locale/lv_LV/help.xml       |    8 +-
 turba/locale/ca_ES/help.xml       |   56 +-
 turba/locale/de_DE/help.xml       |  104 ++--
 turba/locale/fr_FR/help.xml       |   56 +-
 turba/locale/pt_BR/help.xml       |    8 +-
 turba/locale/pt_PT/help.xml       |   32 +-
 turba/locale/sk_SK/help.xml       |   30 +-
 turba/locale/tr_TR/help.xml       |   64 ++--
 67 files changed, 3306 insertions(+), 3306 deletions(-)
 mode change 100755 => 100644 gollem/locale/ca_ES/help.xml
 mode change 100755 => 100644 horde/locale/ca_ES/help.xml
 mode change 100755 => 100644 ingo/locale/ca_ES/help.xml
 mode change 100755 => 100644 kronolith/locale/ca_ES/help.xml
 mode change 100755 => 100644 nag/locale/ca_ES/help.xml
 mode change 100755 => 100644 turba/locale/ca_ES/help.xml

http://git.horde.org/diff.php/chora/locale/de_DE/help.xml?rt=horde-git&r1=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/fima/locale/de_DE/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/gollem/locale/ca_ES/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/gollem/locale/de_DE/help.xml?rt=horde-git&r1=e919bd5e8abcc1f4db1dc045052f8958f91eeb17&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/gollem/locale/hu_HU/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/gollem/locale/lv_LV/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/gollem/locale/zh_TW/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/horde/admin/locale/en_US/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/horde/admin/locale/eu_ES/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/horde/admin/locale/fi_FI/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/horde/admin/locale/hr_HR/help.xml?rt=horde-git&r1=123bb8818add89d4a54750af95a3f9ff0632db6d&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/horde/admin/locale/hu_HU/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/horde/locale/ca_ES/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/horde/locale/cs_CZ/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/horde/locale/de_DE/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/horde/locale/fr_FR/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/horde/locale/it_IT/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/horde/locale/pt_PT/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/horde/locale/tr_TR/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/horde/locale/zh_TW/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/imp/locale/ca_ES/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/imp/locale/cs_CZ/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/imp/locale/da_DK/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/imp/locale/de_DE/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/imp/locale/el_GR/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/imp/locale/fr_FR/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/imp/locale/hu_HU/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/imp/locale/it_IT/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/imp/locale/pt_BR/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/imp/locale/ru_RU/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/imp/locale/sk_SK/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/imp/locale/tr_TR/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/imp/locale/zh_TW/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/ingo/locale/ca_ES/help.xml?rt=horde-git&r1=bade9b19e5062957438ae2935ef95cb653250b1a&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/ingo/locale/de_DE/help.xml?rt=horde-git&r1=bade9b19e5062957438ae2935ef95cb653250b1a&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/ingo/locale/fr_FR/help.xml?rt=horde-git&r1=bade9b19e5062957438ae2935ef95cb653250b1a&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/ingo/locale/lv_LV/help.xml?rt=horde-git&r1=bade9b19e5062957438ae2935ef95cb653250b1a&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/kronolith/locale/ca_ES/help.xml?rt=horde-git&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/kronolith/locale/de_DE/help.xml?rt=horde-git&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/kronolith/locale/fr_FR/help.xml?rt=horde-git&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/kronolith/locale/hu_HU/help.xml?rt=horde-git&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/kronolith/locale/pt_BR/help.xml?rt=horde-git&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/kronolith/locale/tr_TR/help.xml?rt=horde-git&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/mnemo/locale/de_DE/help.xml?rt=horde-git&r1=e3584d4c26d4ef312304e28bd26e038dbe6d50eb&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/mnemo/locale/hu_HU/help.xml?rt=horde-git&r1=e3584d4c26d4ef312304e28bd26e038dbe6d50eb&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/mnemo/locale/it_IT/help.xml?rt=horde-git&r1=e3584d4c26d4ef312304e28bd26e038dbe6d50eb&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/mnemo/locale/lv_LV/help.xml?rt=horde-git&r1=e3584d4c26d4ef312304e28bd26e038dbe6d50eb&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/mnemo/locale/sk_SK/help.xml?rt=horde-git&r1=e3584d4c26d4ef312304e28bd26e038dbe6d50eb&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/mnemo/locale/tr_TR/help.xml?rt=horde-git&r1=e3584d4c26d4ef312304e28bd26e038dbe6d50eb&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/nag/locale/ca_ES/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/nag/locale/de_DE/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/nag/locale/hu_HU/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/nag/locale/lv_LV/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/nag/locale/sk_SK/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/nag/locale/tr_TR/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/passwd/locale/de_DE/help.xml?rt=horde-git&r1=2b06b89c4e2e1a154fb0c2e85139036ac036e74e&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/passwd/locale/hu_HU/help.xml?rt=horde-git&r1=2b06b89c4e2e1a154fb0c2e85139036ac036e74e&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/passwd/locale/ru_RU/help.xml?rt=horde-git&r1=2b06b89c4e2e1a154fb0c2e85139036ac036e74e&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/skoli/locale/de_DE/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/trean/locale/lv_LV/help.xml?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/turba/locale/ca_ES/help.xml?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/turba/locale/de_DE/help.xml?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/turba/locale/fr_FR/help.xml?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/turba/locale/pt_BR/help.xml?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/turba/locale/pt_PT/help.xml?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/turba/locale/sk_SK/help.xml?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22
http://git.horde.org/diff.php/turba/locale/tr_TR/help.xml?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=4e87c5a6112ed61520cbc097bc92428fe4a54b22

-----------------------------------------------------------------------

commit fe6c80b3816211aab772b5f22f688b9a6f234a34
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 22:36:49 2010 +0200

    Revert "Remove unused code. Michael, I guess the fromDriver() stuff can go too?"
    
    This reverts commit 734fe073b1bfd49a3c5c9cf438db6555292193b1.

 kronolith/lib/Event/Resource.php |   83 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 83 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event/Resource.php?rt=horde-git&r1=734fe073b1bfd49a3c5c9cf438db6555292193b1&r2=fe6c80b3816211aab772b5f22f688b9a6f234a34

-----------------------------------------------------------------------

commit aaf26c2a71d90de8cb078d0e08edd2e218d4d9d8
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 22:38:43 2010 +0200

    Rename method to toProperties().

 kronolith/lib/Event/Resource.php |   62 ++++++++++++++++---------------------
 1 files changed, 27 insertions(+), 35 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event/Resource.php?rt=horde-git&r1=fe6c80b3816211aab772b5f22f688b9a6f234a34&r2=aaf26c2a71d90de8cb078d0e08edd2e218d4d9d8

-----------------------------------------------------------------------

commit e954d822dc6a4f606e4d69ef5239b27b816bc3ee
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 22:40:46 2010 +0200

    Punctuation fixes.

 kronolith/po/de_DE.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/po/de_DE.po?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=e954d822dc6a4f606e4d69ef5239b27b816bc3ee

-----------------------------------------------------------------------

commit a9f8f787075442a0c5d1813e6281bedb8afb6398
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 11:18:33 2010 -0600

    Remove output array after joining.
    
    No need to carry around this (potentially) large data structure after we
    are done with it.

 horde/js/hordetree.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/horde/js/hordetree.js?rt=horde-git&r1=c0039cb946de4997d5f8076b357c55df536dba6c&r2=a9f8f787075442a0c5d1813e6281bedb8afb6398

-----------------------------------------------------------------------

commit cb00bdd51bfe00ea4f7eb34864cace62dcee8dcf
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 11:19:21 2010 -0600

    Make sure node names don't have bad characters (e.g. null)

 framework/Tree/lib/Horde/Tree.php        |   51 ++++++++++++++++++++---------
 framework/Tree/lib/Horde/Tree/Select.php |    2 +
 2 files changed, 37 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/framework/Tree/lib/Horde/Tree.php?rt=horde-git&r1=65b6788f024084c4c2a8a335b08dd800c8042468&r2=cb00bdd51bfe00ea4f7eb34864cace62dcee8dcf
http://git.horde.org/diff.php/framework/Tree/lib/Horde/Tree/Select.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=cb00bdd51bfe00ea4f7eb34864cace62dcee8dcf

-----------------------------------------------------------------------

commit 37a428f865c64b4605a428973d14487a477bc512
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 11:24:55 2010 -0600

    Use injector to load IMP_Filter

 imp/lib/Ajax/Application.php   |    5 ++---
 imp/lib/Auth.php               |    4 +---
 imp/lib/Block/Newmail.php      |    3 +--
 imp/lib/Block/tree_folders.php |    3 +--
 imp/lib/Ui/Block.php           |    3 +--
 imp/lib/Views/ListMessages.php |    3 +--
 imp/mailbox.php                |    9 +++------
 imp/message.php                |    5 ++---
 8 files changed, 12 insertions(+), 23 deletions(-)

http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=e4f3b1414840833c6f623d7eaa4984a02b1dff69&r2=37a428f865c64b4605a428973d14487a477bc512
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=19c0155646f0ccddf91d0f33e237b035d401f075&r2=37a428f865c64b4605a428973d14487a477bc512
http://git.horde.org/diff.php/imp/lib/Block/Newmail.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=37a428f865c64b4605a428973d14487a477bc512
http://git.horde.org/diff.php/imp/lib/Block/tree_folders.php?rt=horde-git&r1=d24e5bc6d3120312922d85c62424618a8617e7b4&r2=37a428f865c64b4605a428973d14487a477bc512
http://git.horde.org/diff.php/imp/lib/Ui/Block.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=37a428f865c64b4605a428973d14487a477bc512
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=37a428f865c64b4605a428973d14487a477bc512
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=2061e1638f4f8e98eebc43c220ec3c3a152eb44d&r2=37a428f865c64b4605a428973d14487a477bc512
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=2061e1638f4f8e98eebc43c220ec3c3a152eb44d&r2=37a428f865c64b4605a428973d14487a477bc512

-----------------------------------------------------------------------

commit 161b232744934df9995708fbc34d48dd5096fe7c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 12:21:01 2010 -0600

    Clean up tree_folders script

 imp/lib/Block/tree_folders.php |  105 +++++++++++++++++++++++++---------------
 1 files changed, 66 insertions(+), 39 deletions(-)

http://git.horde.org/diff.php/imp/lib/Block/tree_folders.php?rt=horde-git&r1=37a428f865c64b4605a428973d14487a477bc512&r2=161b232744934df9995708fbc34d48dd5096fe7c

-----------------------------------------------------------------------

commit 5f44b6ad0979c5355e08e8b3cfb641770a0c7c91
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 12:37:21 2010 -0600

    Ignore more backup files in config directory

 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/.gitignore?rt=horde-git&r1=ec20a8aeafdd6b9d32d3ad84033116906d26fc7f&r2=5f44b6ad0979c5355e08e8b3cfb641770a0c7c91

-----------------------------------------------------------------------

commit 7a76d2277f4f413d4d4aa371e048bd25f14865c1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 14:43:48 2010 -0600

    Fix typos

 turba/edit.php                      |    2 +-
 turba/lib/Form/EditContactGroup.php |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/turba/edit.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=7a76d2277f4f413d4d4aa371e048bd25f14865c1
http://git.horde.org/diff.php/turba/lib/Form/EditContactGroup.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=7a76d2277f4f413d4d4aa371e048bd25f14865c1

-----------------------------------------------------------------------

commit 026eab44e8a2db3145e8fb82c59efa9386bcd984
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 14:50:22 2010 -0600

    Need full URLs here, because the ajaxui parameter is needed

 turba/add.php                             |    2 +-
 turba/addressbooks/create.php             |    2 +-
 turba/addressbooks/delete.php             |    2 +-
 turba/addressbooks/edit.php               |    2 +-
 turba/edit.php                            |    2 +-
 turba/lib/Object.php                      |    5 ++++-
 turba/lib/View/DeleteContact.php          |    2 +-
 turba/lib/View/EditContact.php            |    2 +-
 turba/templates/addressbook_list.php      |    2 +-
 turba/templates/browse/column_headers.inc |    2 +-
 turba/templates/data/import.inc           |    2 +-
 turba/templates/search/header.html.php    |    2 +-
 12 files changed, 15 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/turba/add.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=026eab44e8a2db3145e8fb82c59efa9386bcd984
http://git.horde.org/diff.php/turba/addressbooks/create.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=026eab44e8a2db3145e8fb82c59efa9386bcd984
http://git.horde.org/diff.php/turba/addressbooks/delete.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=026eab44e8a2db3145e8fb82c59efa9386bcd984
http://git.horde.org/diff.php/turba/addressbooks/edit.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=026eab44e8a2db3145e8fb82c59efa9386bcd984
http://git.horde.org/diff.php/turba/edit.php?rt=horde-git&r1=7a76d2277f4f413d4d4aa371e048bd25f14865c1&r2=026eab44e8a2db3145e8fb82c59efa9386bcd984
http://git.horde.org/diff.php/turba/lib/Object.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=026eab44e8a2db3145e8fb82c59efa9386bcd984
http://git.horde.org/diff.php/turba/lib/View/DeleteContact.php?rt=horde-git&r1=7ab2b244936de50db86beeeb9ec729d2b0d6a760&r2=026eab44e8a2db3145e8fb82c59efa9386bcd984
http://git.horde.org/diff.php/turba/lib/View/EditContact.php?rt=horde-git&r1=2bb7416f9fa0ba83dd402aa19bd3286e0fc96c26&r2=026eab44e8a2db3145e8fb82c59efa9386bcd984
http://git.horde.org/diff.php/turba/templates/addressbook_list.php?rt=horde-git&r1=33eb148eb32339607b0ea6684f55013beda5be6c&r2=026eab44e8a2db3145e8fb82c59efa9386bcd984
http://git.horde.org/diff.php/turba/templates/browse/column_headers.inc?rt=horde-git&r1=33eb148eb32339607b0ea6684f55013beda5be6c&r2=026eab44e8a2db3145e8fb82c59efa9386bcd984
http://git.horde.org/diff.php/turba/templates/data/import.inc?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=026eab44e8a2db3145e8fb82c59efa9386bcd984
http://git.horde.org/diff.php/turba/templates/search/header.html.php?rt=horde-git&r1=6afd0fd29bd356acaf80feff1bf701da16710df8&r2=026eab44e8a2db3145e8fb82c59efa9386bcd984

-----------------------------------------------------------------------

commit 3a05397cdbb8430baabd9e47c31b621870e1b896
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 23:07:32 2010 +0200

    Revert "Remove unnecessary wrapper."
    
    This reverts commit c7375893b2adaf104954d3513a3cc48a17da9fb1.
    
    Conflicts:
    
    	kronolith/lib/Driver/Sql.php

 kronolith/lib/Driver/Sql.php |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=3e898d58d1f31b4d61cfe42b99f2ed6fe6bf903d&r2=3a05397cdbb8430baabd9e47c31b621870e1b896

-----------------------------------------------------------------------

commit 252804f6677939c88b100006e5864433040aa1be
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 16:25:53 2010 -0600

    Fix typo

 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=252804f6677939c88b100006e5864433040aa1be

-----------------------------------------------------------------------

commit 8266fff3af355ca63e771cbce84e333201535912
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 16:26:02 2010 -0600

    Clean up delete.php script
    
    Fix obtaining URL for redirect, since Horde_Util::getFormData() only
    uses the default if the parameter is NULL (here, URL might be the
    empty string).

 turba/delete.php |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/turba/delete.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=8266fff3af355ca63e771cbce84e333201535912

-----------------------------------------------------------------------

commit b109197149951b79b04a73809e6d1d2287cf0dcb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 16:33:46 2010 -0600

    Add Horde_Url_Exception::

 framework/Url/lib/Horde/Url/Exception.php |   17 +++++++++++++++++
 framework/Url/package.xml                 |    7 ++++++-
 2 files changed, 23 insertions(+), 1 deletions(-)
 create mode 100644 framework/Url/lib/Horde/Url/Exception.php

http://git.horde.org/co.php/framework/Url/lib/Horde/Url/Exception.php?rt=horde-git&r=b109197149951b79b04a73809e6d1d2287cf0dcb
http://git.horde.org/diff.php/framework/Url/package.xml?rt=horde-git&r1=162a7b82701496da02614a9c971144486e6b4c3e&r2=b109197149951b79b04a73809e6d1d2287cf0dcb

-----------------------------------------------------------------------

commit 3bddcc412036cf62596ddc174ee80a288e79d999
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 16:34:51 2010 -0600

    Throw exception on redirect() failure

 framework/Url/lib/Horde/Url.php               |    7 +++++++
 framework/Url/test/Horde/Url/RedirectTest.php |   22 ++++++++++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)
 create mode 100644 framework/Url/test/Horde/Url/RedirectTest.php

http://git.horde.org/diff.php/framework/Url/lib/Horde/Url.php?rt=horde-git&r1=162a7b82701496da02614a9c971144486e6b4c3e&r2=3bddcc412036cf62596ddc174ee80a288e79d999
http://git.horde.org/co.php/framework/Url/test/Horde/Url/RedirectTest.php?rt=horde-git&r=3bddcc412036cf62596ddc174ee80a288e79d999

-----------------------------------------------------------------------

commit 539c7c3aa19fb2720b1884bca4c5da12c17515cd
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 11 20:59:51 2010 -0400

    Use Horde::endBuffer() - there might not be an active buffer to flush.

 imp/lib/Dimp.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Dimp.php?rt=horde-git&r1=73d6cbe80185537f3845952d00e351a4a1b26b03&r2=539c7c3aa19fb2720b1884bca4c5da12c17515cd

-----------------------------------------------------------------------

commit ce130371a9bd6f298741434433ec03409374620c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 11 21:01:22 2010 -0400

    Have Kronolith_Event_Resource:: extend Kronolith_Event_Sql
    
    The original idea was to prune the properties that didn't make sense
    for resource events (such as alarms, attendees etc...) but seeing how
    the UI for creating events currently still allows adding those properties,
    just extend the sql event object for now.

 kronolith/lib/Event/Resource.php |  169 +-------------------------------------
 1 files changed, 1 insertions(+), 168 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event/Resource.php?rt=horde-git&r1=aaf26c2a71d90de8cb078d0e08edd2e218d4d9d8&r2=ce130371a9bd6f298741434433ec03409374620c

-----------------------------------------------------------------------

commit 07a13ad4f049138fb134385fbe0c884c92836d8a
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Thu Aug 12 00:12:55 2010 -0400

    Add missing lightbox graphics to silver and tango-blue themes

 ansel/themes/silver/graphics/lightbox/bullet.gif         |  Bin 0 -> 49 bytes
 ansel/themes/silver/graphics/lightbox/close.gif          |  Bin 0 -> 222 bytes
 ansel/themes/silver/graphics/lightbox/closelabel.gif     |  Bin 979 -> 979 bytes
 ansel/themes/silver/graphics/lightbox/loading.gif        |  Bin 0 -> 2767 bytes
 ansel/themes/silver/graphics/lightbox/nextlabel.gif      |  Bin 0 -> 1252 bytes
 ansel/themes/silver/graphics/lightbox/prevlabel.gif      |  Bin 0 -> 1264 bytes
 ansel/themes/tango-blue/graphics/lightbox/bullet.gif     |  Bin 0 -> 49 bytes
 ansel/themes/tango-blue/graphics/lightbox/close.gif      |  Bin 0 -> 222 bytes
 ansel/themes/tango-blue/graphics/lightbox/closelabel.gif |  Bin 0 -> 979 bytes
 ansel/themes/tango-blue/graphics/lightbox/loading.gif    |  Bin 0 -> 2767 bytes
 ansel/themes/tango-blue/graphics/lightbox/nextlabel.gif  |  Bin 0 -> 1252 bytes
 ansel/themes/tango-blue/graphics/lightbox/prevlabel.gif  |  Bin 0 -> 1264 bytes
 12 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 ansel/themes/silver/graphics/lightbox/bullet.gif
 create mode 100644 ansel/themes/silver/graphics/lightbox/close.gif
 mode change 100755 => 100644 ansel/themes/silver/graphics/lightbox/closelabel.gif
 create mode 100644 ansel/themes/silver/graphics/lightbox/loading.gif
 create mode 100644 ansel/themes/silver/graphics/lightbox/nextlabel.gif
 create mode 100644 ansel/themes/silver/graphics/lightbox/prevlabel.gif
 create mode 100644 ansel/themes/tango-blue/graphics/lightbox/bullet.gif
 create mode 100644 ansel/themes/tango-blue/graphics/lightbox/close.gif
 create mode 100644 ansel/themes/tango-blue/graphics/lightbox/closelabel.gif
 create mode 100644 ansel/themes/tango-blue/graphics/lightbox/loading.gif
 create mode 100644 ansel/themes/tango-blue/graphics/lightbox/nextlabel.gif
 create mode 100644 ansel/themes/tango-blue/graphics/lightbox/prevlabel.gif

http://git.horde.org/diff.php/ansel/themes/silver/graphics/lightbox/bullet.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=07a13ad4f049138fb134385fbe0c884c92836d8a
http://git.horde.org/diff.php/ansel/themes/silver/graphics/lightbox/close.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=07a13ad4f049138fb134385fbe0c884c92836d8a
http://git.horde.org/diff.php/ansel/themes/silver/graphics/lightbox/closelabel.gif?rt=horde-git&r1=8a517bbf2a3f1bee8f19b8bf1de4cb270fb8a2b7&r2=07a13ad4f049138fb134385fbe0c884c92836d8a
http://git.horde.org/diff.php/ansel/themes/silver/graphics/lightbox/loading.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=07a13ad4f049138fb134385fbe0c884c92836d8a
http://git.horde.org/diff.php/ansel/themes/silver/graphics/lightbox/nextlabel.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=07a13ad4f049138fb134385fbe0c884c92836d8a
http://git.horde.org/diff.php/ansel/themes/silver/graphics/lightbox/prevlabel.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=07a13ad4f049138fb134385fbe0c884c92836d8a
http://git.horde.org/diff.php/ansel/themes/tango-blue/graphics/lightbox/bullet.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=07a13ad4f049138fb134385fbe0c884c92836d8a
http://git.horde.org/diff.php/ansel/themes/tango-blue/graphics/lightbox/close.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=07a13ad4f049138fb134385fbe0c884c92836d8a
http://git.horde.org/diff.php/ansel/themes/tango-blue/graphics/lightbox/closelabel.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=07a13ad4f049138fb134385fbe0c884c92836d8a
http://git.horde.org/diff.php/ansel/themes/tango-blue/graphics/lightbox/loading.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=07a13ad4f049138fb134385fbe0c884c92836d8a
http://git.horde.org/diff.php/ansel/themes/tango-blue/graphics/lightbox/nextlabel.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=07a13ad4f049138fb134385fbe0c884c92836d8a
http://git.horde.org/diff.php/ansel/themes/tango-blue/graphics/lightbox/prevlabel.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=07a13ad4f049138fb134385fbe0c884c92836d8a

-----------------------------------------------------------------------

commit f074c121539448d7a66ec69ed8462d1f01a4d0d4
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 23:11:20 2010 +0200

    Document why we need this.

 kronolith/lib/Driver/Sql.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=3a05397cdbb8430baabd9e47c31b621870e1b896&r2=f074c121539448d7a66ec69ed8462d1f01a4d0d4

-----------------------------------------------------------------------

commit dce7d86524b7220b3c24f6540143d5637e2a5bab
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 23:22:57 2010 +0200

    Use Horde_Cli::fatal as default exception handler.

 framework/Cli/lib/Horde/Cli.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Cli/lib/Horde/Cli.php?rt=horde-git&r1=576d868df518113865a53fe67249e99a41eab108&r2=dce7d86524b7220b3c24f6540143d5637e2a5bab

-----------------------------------------------------------------------

commit e982ba84014b73a18ca658d5c9adf95cfa34a309
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 11 23:27:09 2010 +0200

    Show backtrace in fatal().

 framework/Cli/lib/Horde/Cli.php |    7 +++++++
 framework/Cli/package.xml       |    4 ++++
 2 files changed, 11 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Cli/lib/Horde/Cli.php?rt=horde-git&r1=dce7d86524b7220b3c24f6540143d5637e2a5bab&r2=e982ba84014b73a18ca658d5c9adf95cfa34a309
http://git.horde.org/diff.php/framework/Cli/package.xml?rt=horde-git&r1=9da0b0ee14f5b152dc3a1e4f8dd531c59c37c90c&r2=e982ba84014b73a18ca658d5c9adf95cfa34a309

-----------------------------------------------------------------------

commit 09b06503e6b5be1501d9761c10cf61f15812e55b
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 12 10:26:43 2010 +0200

    Use uuid extension if available.

 framework/Support/lib/Horde/Support/Uuid.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Support/lib/Horde/Support/Uuid.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=09b06503e6b5be1501d9761c10cf61f15812e55b

-----------------------------------------------------------------------

commit 4906a41cd9c1f517dfb7b13cd57e1387d5a01608
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 12 17:34:24 2010 +0200

    Fix parse error.

 whups/lib/Query.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/whups/lib/Query.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=4906a41cd9c1f517dfb7b13cd57e1387d5a01608

-----------------------------------------------------------------------

commit 32410858486796793a1777d20531c2c6c7cadf2e
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 12 17:47:55 2010 +0200

    #sidebar-frame is no more.

 horde/themes/hordeweb/screen.css               |    6 ------
 horde/themes/ie6_or_less.css                   |    4 ----
 koward/www/htdocs/horde/themes/ie6_or_less.css |    4 ----
 3 files changed, 0 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/horde/themes/hordeweb/screen.css?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=32410858486796793a1777d20531c2c6c7cadf2e
http://git.horde.org/diff.php/horde/themes/ie6_or_less.css?rt=horde-git&r1=41e79b3ecbd42ca346a7a69e69a3c721b5583389&r2=32410858486796793a1777d20531c2c6c7cadf2e
http://git.horde.org/diff.php/koward/www/htdocs/horde/themes/ie6_or_less.css?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=32410858486796793a1777d20531c2c6c7cadf2e

-----------------------------------------------------------------------

commit dd24a90210ee7c3d308605f7fcf3f0f2decdccb4
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 12 17:52:03 2010 +0200

    .scrollbar-quirk is no more.

 hermes/scripts/Sandals.wdgt/themes/screen.css |    4 ----
 horde/themes/rtl.css                          |    4 ----
 horde/themes/screen.css                       |    4 ----
 koward/www/htdocs/horde/themes/rtl.css        |    4 ----
 koward/www/htdocs/horde/themes/screen.css     |    4 ----
 5 files changed, 0 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/hermes/scripts/Sandals.wdgt/themes/screen.css?rt=horde-git&r1=0c2f24b15a3d885cb320b245ad1c8527f95cb1d4&r2=dd24a90210ee7c3d308605f7fcf3f0f2decdccb4
http://git.horde.org/diff.php/horde/themes/rtl.css?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=dd24a90210ee7c3d308605f7fcf3f0f2decdccb4
http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=2c1f6677f31a59f0e5cca50e87aa7b6a8dbad387&r2=dd24a90210ee7c3d308605f7fcf3f0f2decdccb4
http://git.horde.org/diff.php/koward/www/htdocs/horde/themes/rtl.css?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=dd24a90210ee7c3d308605f7fcf3f0f2decdccb4
http://git.horde.org/diff.php/koward/www/htdocs/horde/themes/screen.css?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=dd24a90210ee7c3d308605f7fcf3f0f2decdccb4

-----------------------------------------------------------------------

commit 9d73a46ec5021e2c885e74762e61ada6cc9e8808
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 12 18:24:24 2010 +0200

    Fix variable name.

 horde/js/sidebar.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/js/sidebar.js?rt=horde-git&r1=2c1f6677f31a59f0e5cca50e87aa7b6a8dbad387&r2=9d73a46ec5021e2c885e74762e61ada6cc9e8808

-----------------------------------------------------------------------

commit 29e8dbaeeadd00abf3db558adef0356639644d7a
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 12 12:27:06 2010 -0400

    Don't initialize the facebook javascript if we are not connected to fb.

 horde/lib/Block/fb_stream.php |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/horde/lib/Block/fb_stream.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=29e8dbaeeadd00abf3db558adef0356639644d7a

-----------------------------------------------------------------------

commit da7e61ff4b1850e028aac53168936e1599ea7072
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 12 13:00:39 2010 -0400

    avoid undefined variable errors

 horde/services/facebook.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/services/facebook.php?rt=horde-git&r1=d60db49628a9da0689acf915dd40e2ead2005f3d&r2=da7e61ff4b1850e028aac53168936e1599ea7072

-----------------------------------------------------------------------

commit ae7d0f7c17b8c2526bf75e82cb1414cf5a6314d4
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 12 19:22:56 2010 +0200

    Fix sidebar refreshing.

 horde/js/sidebar.js |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/horde/js/sidebar.js?rt=horde-git&r1=9d73a46ec5021e2c885e74762e61ada6cc9e8808&r2=ae7d0f7c17b8c2526bf75e82cb1414cf5a6314d4

-----------------------------------------------------------------------

commit 8611536bec8d227d9c94d470f794a593057e99f4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 12 13:20:47 2010 -0400

    Throw an expcetion instead of just logging this.

 framework/Image/lib/Horde/Image/Im.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Im.php?rt=horde-git&r1=d1fb290f4e13496f8fb10bf3f538fdfd1d740b42&r2=8611536bec8d227d9c94d470f794a593057e99f4

-----------------------------------------------------------------------

commit 865e6fea272d68e1f4937dd0ecc044e76749a1fa
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 12 13:43:14 2010 -0400

    Don't assume we will always have updates.

 horde/js/twitterclient.js  |   31 ++++++++++++++++---------------
 horde/services/twitter.php |    7 ++++++-
 2 files changed, 22 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/horde/js/twitterclient.js?rt=horde-git&r1=dcab6177d9bc43f2957f1ebfc2abc9bacf044b3c&r2=865e6fea272d68e1f4937dd0ecc044e76749a1fa
http://git.horde.org/diff.php/horde/services/twitter.php?rt=horde-git&r1=d60db49628a9da0689acf915dd40e2ead2005f3d&r2=865e6fea272d68e1f4937dd0ecc044e76749a1fa

-----------------------------------------------------------------------

commit 79c350be465a19b7da7d097866c3ccb6d869e536
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 12 19:41:55 2010 +0200

    Tweak style.

 horde/lib/Block/twitter_timeline.php |    4 ++--
 horde/themes/screen.css              |    1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/horde/lib/Block/twitter_timeline.php?rt=horde-git&r1=e8190e26ce2471f0b87bb99ad075eb11cb06701d&r2=79c350be465a19b7da7d097866c3ccb6d869e536
http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=dd24a90210ee7c3d308605f7fcf3f0f2decdccb4&r2=79c350be465a19b7da7d097866c3ccb6d869e536

-----------------------------------------------------------------------

commit 5b645b46220e993a6247bef2bbfb7497860f978f
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 12 19:42:18 2010 +0200

    Remove superfluous lines.

 horde/lib/Block/weatherdotcom.php |    2 +-
 mnemo/themes/screen.css           |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/lib/Block/weatherdotcom.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=5b645b46220e993a6247bef2bbfb7497860f978f
http://git.horde.org/diff.php/mnemo/themes/screen.css?rt=horde-git&r1=0c2f24b15a3d885cb320b245ad1c8527f95cb1d4&r2=5b645b46220e993a6247bef2bbfb7497860f978f

-----------------------------------------------------------------------

commit 008590864692b24e390bc64c965718cf169f1e67
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 12 19:43:11 2010 +0200

    This finally catches errors in Firebug for me.

 horde/js/tooltips.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/js/tooltips.js?rt=horde-git&r1=fee134d1813a1f8f4f9e784165174d9255f657f3&r2=008590864692b24e390bc64c965718cf169f1e67

-----------------------------------------------------------------------

commit d06c8b2415355f47a894a85fd62a7386fe806ef2
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 12 14:18:43 2010 -0400

    Add an unsharpmask effect

 framework/Image/lib/Horde/Image/Effect/Im/Unsharpmask.php      |   59 +++
 framework/Image/lib/Horde/Image/Effect/Imagick/Unsharpmask.php |   68 +++
 framework/Image/package.xml                                    |  195 ++++----
 3 files changed, 236 insertions(+), 86 deletions(-)
 create mode 100644 framework/Image/lib/Horde/Image/Effect/Im/Unsharpmask.php
 create mode 100644 framework/Image/lib/Horde/Image/Effect/Imagick/Unsharpmask.php

http://git.horde.org/co.php/framework/Image/lib/Horde/Image/Effect/Im/Unsharpmask.php?rt=horde-git&r=d06c8b2415355f47a894a85fd62a7386fe806ef2
http://git.horde.org/co.php/framework/Image/lib/Horde/Image/Effect/Imagick/Unsharpmask.php?rt=horde-git&r=d06c8b2415355f47a894a85fd62a7386fe806ef2
http://git.horde.org/diff.php/framework/Image/package.xml?rt=horde-git&r1=d2e9b983c1ccb7661a544ba5346961a138308e68&r2=d06c8b2415355f47a894a85fd62a7386fe806ef2

-----------------------------------------------------------------------

commit f4d39762497015737eb465d42cd1b8275877bf5c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 12 14:25:27 2010 -0400

    Fix file name, update package.xml

 framework/Image/lib/Horde/Image/Effect/Gd/Unsharpmask.php |  134 +++++++++++++
 framework/Image/package.xml                               |    4 +-
 2 files changed, 136 insertions(+), 2 deletions(-)
 create mode 100644 framework/Image/lib/Horde/Image/Effect/Gd/Unsharpmask.php

http://git.horde.org/co.php/framework/Image/lib/Horde/Image/Effect/Gd/Unsharpmask.php?rt=horde-git&r=f4d39762497015737eb465d42cd1b8275877bf5c
http://git.horde.org/diff.php/framework/Image/package.xml?rt=horde-git&r1=d06c8b2415355f47a894a85fd62a7386fe806ef2&r2=f4d39762497015737eb465d42cd1b8275877bf5c

-----------------------------------------------------------------------

commit 151d2d2bd69d10091ee563e921d1e0bd14586b3e
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 12 20:34:01 2010 +0200

    Add margin.

 horde/themes/hordeweb/screen.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/horde/themes/hordeweb/screen.css?rt=horde-git&r1=32410858486796793a1777d20531c2c6c7cadf2e&r2=151d2d2bd69d10091ee563e921d1e0bd14586b3e

-----------------------------------------------------------------------

commit 6f48980fdc616f5c06d391d225caf4dff3039b75
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 12 14:37:20 2010 -0400

    Remove old file

 framework/Image/lib/Horde/Image/Effect/Gd/UnsharpMask.php |  134 -------------
 1 files changed, 0 insertions(+), 134 deletions(-)
 delete mode 100644 framework/Image/lib/Horde/Image/Effect/Gd/UnsharpMask.php

http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Effect/Gd/UnsharpMask.php?rt=horde-git&r1=a33d30317a9b84b942796dcd441c035f18a1a914&r2=6f48980fdc616f5c06d391d225caf4dff3039b75

-----------------------------------------------------------------------

commit a4a6efa42dfaf58d73cad5b7410c81c2abf8859f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 17:18:34 2010 -0600

    Convert Nag SQL driver to horde/Db

 nag/lib/Driver/Sql.php |  313 +++++++++++++-----------------------------------
 1 files changed, 85 insertions(+), 228 deletions(-)

http://git.horde.org/diff.php/nag/lib/Driver/Sql.php?rt=horde-git&r1=9cca14d6881277d4eea1f8ebf2859ce4a3233b67&r2=a4a6efa42dfaf58d73cad5b7410c81c2abf8859f

-----------------------------------------------------------------------

commit cc26617cc7a006e6710a8789119f36217d725294
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Aug 12 10:08:53 2010 -0600

    Move uuid generation to generate()
    
    Theoretically, you could call generate() multiple times on an object.

 framework/Support/lib/Horde/Support/Uuid.php |   44 +++++++++++++-------------
 1 files changed, 22 insertions(+), 22 deletions(-)

http://git.horde.org/diff.php/framework/Support/lib/Horde/Support/Uuid.php?rt=horde-git&r1=09b06503e6b5be1501d9761c10cf61f15812e55b&r2=cc26617cc7a006e6710a8789119f36217d725294

-----------------------------------------------------------------------

commit fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Aug 12 13:26:34 2010 -0600

    Use Horde_Db_Pear injector as much as possible

 beatnik/lib/Driver/pdnsgsql.php                  |   52 +----------
 beatnik/lib/Driver/sql.php                       |   58 +-----------
 crumb/lib/Driver/sql.php                         |   56 +-----------
 fima/lib/Driver/sql.php                          |   34 +------
 folks/lib/Driver/sql.php                         |   55 +-----------
 folks/lib/Friends/sql.php                        |   63 ++------------
 framework/Core/lib/Horde/Core/Factory/DbPear.php |   62 ++++++++++---
 framework/Core/lib/Horde/Core/Factory/Vfs.php    |   15 +++-
 framework/DataTree/DataTree/sql.php              |   60 ++----------
 framework/Form/Form/Type.php                     |    6 +-
 framework/Model/lib/Horde/Form.php               |    6 +-
 framework/VFS/lib/VFS/sql.php                    |  105 ++++------------------
 framework/VFS/lib/VFS/sql_file.php               |   54 ++----------
 hermes/lib/Driver/sql.php                        |   39 ++-------
 hylax/lib/Storage/sql.php                        |   32 +-------
 ingo/lib/Storage/Sql.php                         |   80 ++---------------
 jonah/lib/Driver/Sql.php                         |   49 ++---------
 jonah/lib/News/sql.php                           |   49 ++---------
 kronolith/lib/Driver/Sql.php                     |   90 +++++-------------
 kronolith/lib/Geo/Sql.php                        |   61 ++-----------
 kronolith/lib/Storage/sql.php                    |   52 +----------
 luxor/lib/Driver/sql.php                         |   46 +---------
 mnemo/lib/Driver/sql.php                         |   82 ++----------------
 news/lib/Driver/sql.php                          |   53 +-----------
 operator/lib/Driver/asterisksql.php              |   74 +--------------
 pastie/lib/Driver/Sql.php                        |   62 +------------
 shout/lib/Driver/Sql.php                         |   63 ++------------
 skoli/lib/Driver/sql.php                         |   90 ++----------------
 turba/scripts/import_squirrelmail_sql_abook.php  |    2 +-
 turba/scripts/upgrades/2.1_to_2.2_sql_schema.php |   19 +---
 vilma/lib/Driver/qmailldap.php                   |   33 +------
 vilma/lib/Driver/sql.php                         |   35 +-------
 whups/lib/Driver/sql.php                         |   54 +-----------
 whups/scripts/bugzilla-import.php                |    2 +-
 wicked/lib/Driver/sql.php                        |   64 ++-----------
 35 files changed, 252 insertions(+), 1505 deletions(-)

http://git.horde.org/diff.php/beatnik/lib/Driver/pdnsgsql.php?rt=horde-git&r1=7e23da770e15011048375e5554f08dee8fb8aa03&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/beatnik/lib/Driver/sql.php?rt=horde-git&r1=b9163a56232f4f46f6942e17b032eb16471ca931&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/crumb/lib/Driver/sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/fima/lib/Driver/sql.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/folks/lib/Driver/sql.php?rt=horde-git&r1=14c31893e5de6b469e2632664fe891d871810dfc&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/folks/lib/Friends/sql.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/DbPear.php?rt=horde-git&r1=ee01f847f597abcbfe19e7719f220527c470346f&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Vfs.php?rt=horde-git&r1=9aa328f6ea99dd166aafb2b51e85f6cb5a9ead74&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/framework/DataTree/DataTree/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/framework/Form/Form/Type.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/framework/Model/lib/Horde/Form.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/framework/VFS/lib/VFS/sql.php?rt=horde-git&r1=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/framework/VFS/lib/VFS/sql_file.php?rt=horde-git&r1=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/hermes/lib/Driver/sql.php?rt=horde-git&r1=91a5163263bf4d6c0be4f84d6ce1649221e267c7&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/hylax/lib/Storage/sql.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/ingo/lib/Storage/Sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/jonah/lib/Driver/Sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/jonah/lib/News/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=f074c121539448d7a66ec69ed8462d1f01a4d0d4&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/kronolith/lib/Geo/Sql.php?rt=horde-git&r1=b9fc7693dbb12a44721988226a0363b27fe294e8&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/kronolith/lib/Storage/sql.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/luxor/lib/Driver/sql.php?rt=horde-git&r1=a6e50ed6d17f606444e6bb7d4130628d36005d52&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/mnemo/lib/Driver/sql.php?rt=horde-git&r1=b8c75212f80691906df4bec65c5975f1f20ab898&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/news/lib/Driver/sql.php?rt=horde-git&r1=ec96f665b847ecf534e3d24659475dfa940a800b&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/operator/lib/Driver/asterisksql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/pastie/lib/Driver/Sql.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/shout/lib/Driver/Sql.php?rt=horde-git&r1=221a6048197774701d290c35c08c2f58c6683d68&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/skoli/lib/Driver/sql.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/turba/scripts/import_squirrelmail_sql_abook.php?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/turba/scripts/upgrades/2.1_to_2.2_sql_schema.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/vilma/lib/Driver/qmailldap.php?rt=horde-git&r1=7e23da770e15011048375e5554f08dee8fb8aa03&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/vilma/lib/Driver/sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/whups/lib/Driver/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/whups/scripts/bugzilla-import.php?rt=horde-git&r1=dcb26893a7b058b05fc02846ca079300819f8ce0&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/wicked/lib/Driver/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34

-----------------------------------------------------------------------

commit 92b2bb533db454a801b2c2a19f9d5d17182ee924
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Aug 12 13:30:40 2010 -0600

    Use Horde_Vfs injector; don't call Horde::fatal() directly

 whups/view.php |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/whups/view.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=92b2bb533db454a801b2c2a19f9d5d17182ee924

-----------------------------------------------------------------------

commit dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Aug 12 13:31:53 2010 -0600

    Don't call Horde::fatal() directly

 agora/forums.php                                                  |    2 +-
 agora/lib/Messages.php                                            |    9 +-
 agora/rss/threads.php                                             |    6 +-
 ansel/map_edit.php                                                |    2 +-
 beatnik/lib/Driver/ldap2dns.php                                   |    5 +-
 gollem/lib/Auth.php                                               |    2 +-
 hermes/deliverables.php                                           |    4 +-
 horde/docs/CODING_STANDARDS                                       |    2 +-
 hylax/compose.php                                                 |    2 +-
 hylax/lib/Driver.php                                              |    4 +-
 hylax/lib/Image.php                                               |    6 +-
 hylax/lib/Storage.php                                             |   13 +--
 jonah/channels/aggregate.php                                      |    4 +-
 luxor/symbol.php                                                  |    2 +-
 nag/quick.php                                                     |   18 +++--
 .../upgrades/2006-04-18_add_creator_and_assignee_fields.php       |    4 +-
 nag/tasks/index.php                                               |    4 +-
 passwd/lib/Driver.php                                             |    5 +-
 shout/lib/Driver/Ldap.php                                         |    3 +-
 trean/browse.php                                                  |    8 +-
 trean/lib/Application.php                                         |    4 +-
 trean/lib/Bookmarks.php                                           |    2 +-
 trean/lib/Trean.php                                               |    4 +-
 vilma/lib/Driver.php                                              |    5 +-
 vilma/lib/Driver/qmailldap.php                                    |    9 +-
 whups/admin/index.php                                             |    4 +-
 whups/data.php                                                    |    4 +-
 whups/search/rss.php                                              |    6 +-
 wicked/display.php                                                |    4 +-
 29 files changed, 75 insertions(+), 72 deletions(-)

http://git.horde.org/diff.php/agora/forums.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/agora/lib/Messages.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/agora/rss/threads.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/ansel/map_edit.php?rt=horde-git&r1=a0662bb9e501771ae1fdb966f7331dedd19b5ece&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/beatnik/lib/Driver/ldap2dns.php?rt=horde-git&r1=f635f9c1d2180e02a50252e62eafa90a03569ef3&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/gollem/lib/Auth.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/hermes/deliverables.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/horde/docs/CODING_STANDARDS?rt=horde-git&r1=fe46f441ba288126f0d8d62c85871cee666bfa98&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/hylax/compose.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/hylax/lib/Driver.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/hylax/lib/Image.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/hylax/lib/Storage.php?rt=horde-git&r1=1065ab77abdfe7b025e24dab33a2db9cbbea90ac&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/jonah/channels/aggregate.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/luxor/symbol.php?rt=horde-git&r1=a6e50ed6d17f606444e6bb7d4130628d36005d52&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/nag/quick.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/nag/scripts/upgrades/2006-04-18_add_creator_and_assignee_fields.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/nag/tasks/index.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/passwd/lib/Driver.php?rt=horde-git&r1=2b06b89c4e2e1a154fb0c2e85139036ac036e74e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/shout/lib/Driver/Ldap.php?rt=horde-git&r1=36e371fdee96c64b10586ed85df1d14e432a0017&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/trean/browse.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/trean/lib/Application.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/trean/lib/Bookmarks.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/trean/lib/Trean.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/vilma/lib/Driver.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/vilma/lib/Driver/qmailldap.php?rt=horde-git&r1=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/whups/admin/index.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/whups/data.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/whups/search/rss.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/wicked/display.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a

-----------------------------------------------------------------------

commit 8bba53e746c0db1ec83e98ea1287f39169bef44e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Aug 12 13:51:55 2010 -0600

    Bug #9171: Missing lock_scope definition

 horde/scripts/sql/create.pgsql.sql |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/horde/scripts/sql/create.pgsql.sql?rt=horde-git&r1=4bc8f0fecaa18456a19f5b8a2da9ea8d9586f89e&r2=8bba53e746c0db1ec83e98ea1287f39169bef44e

-----------------------------------------------------------------------

commit ed3a52fcd743fb005ff8271f70937d0b92d5f814
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 12 16:53:21 2010 -0400

    Testing Bug: 8557

 ansel/docs/INSTALL |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/ansel/docs/INSTALL?rt=horde-git&r1=dc0d79c803f44b65a1cc4e99a564b9c484b35076&r2=ed3a52fcd743fb005ff8271f70937d0b92d5f814

-----------------------------------------------------------------------

commit 074b21376a2b7a6d70b7c82fdcd5b4207ec102d0
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 12 17:35:37 2010 -0400

    Fix ws introduced in test commit for Bug: 8557

 ansel/docs/INSTALL |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/ansel/docs/INSTALL?rt=horde-git&r1=ed3a52fcd743fb005ff8271f70937d0b92d5f814&r2=074b21376a2b7a6d70b7c82fdcd5b4207ec102d0

-----------------------------------------------------------------------

commit e60cabc5ab76a447f2eb54f3c193b9c61b980513
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 12 23:36:36 2010 +0200

    We don't want to start on a default branch, we want to display all branches (Bug #8561).

 chora/browsedir.php |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/chora/browsedir.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=e60cabc5ab76a447f2eb54f3c193b9c61b980513

-----------------------------------------------------------------------

commit e4d95deeedccec9a4bca9ab7176366f0f16b0c46
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 12 23:47:05 2010 +0200

    Insert "All Branches" option.

 chora/templates/directory/header.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/chora/templates/directory/header.inc?rt=horde-git&r1=afb243b5f24581b460250fa092b6748426ff5a30&r2=e4d95deeedccec9a4bca9ab7176366f0f16b0c46

-----------------------------------------------------------------------

commit bf16e29350bd80d970275ec1b99665e9d7526379
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 12 20:19:27 2010 -0400

    Do the unsharp operation later at the end of the command string

 framework/Image/lib/Horde/Image/Effect/Im/Unsharpmask.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Effect/Im/Unsharpmask.php?rt=horde-git&r1=d06c8b2415355f47a894a85fd62a7386fe806ef2&r2=bf16e29350bd80d970275ec1b99665e9d7526379

-----------------------------------------------------------------------

commit 7115a22bef9ead59732b473875f5cd38efee3b38
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 12 20:20:22 2010 -0400

    Implement unsharpmask filtering in Ansel.

 ansel/config/conf.xml                         |   20 ++++++++++++++++++++
 ansel/lib/Ansel.php                           |    3 ++-
 ansel/lib/ImageGenerator/Mini.php             |   11 +++++++++++
 ansel/lib/ImageGenerator/PolaroidThumb.php    |    7 ++++++-
 ansel/lib/ImageGenerator/PrettyThumb.php      |    9 ++++++++-
 ansel/lib/ImageGenerator/Screen.php           |   11 +++++++++++
 ansel/lib/ImageGenerator/ShadowSharpThumb.php |    9 +++++++++
 ansel/lib/ImageGenerator/Thumb.php            |   12 ++++++++++++
 8 files changed, 79 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/ansel/config/conf.xml?rt=horde-git&r1=b4b9211d7fa7b59fafd3b150ed144695724a3d46&r2=7115a22bef9ead59732b473875f5cd38efee3b38
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=8f763733ecf9cda3ed9172659632a8c1808c02c9&r2=7115a22bef9ead59732b473875f5cd38efee3b38
http://git.horde.org/diff.php/ansel/lib/ImageGenerator/Mini.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=7115a22bef9ead59732b473875f5cd38efee3b38
http://git.horde.org/diff.php/ansel/lib/ImageGenerator/PolaroidThumb.php?rt=horde-git&r1=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9&r2=7115a22bef9ead59732b473875f5cd38efee3b38
http://git.horde.org/diff.php/ansel/lib/ImageGenerator/PrettyThumb.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=7115a22bef9ead59732b473875f5cd38efee3b38
http://git.horde.org/diff.php/ansel/lib/ImageGenerator/Screen.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=7115a22bef9ead59732b473875f5cd38efee3b38
http://git.horde.org/diff.php/ansel/lib/ImageGenerator/ShadowSharpThumb.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=7115a22bef9ead59732b473875f5cd38efee3b38
http://git.horde.org/diff.php/ansel/lib/ImageGenerator/Thumb.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=7115a22bef9ead59732b473875f5cd38efee3b38

-----------------------------------------------------------------------

commit 33d387b0915fbbd5df8807968913a19d668308aa
Author: Jan Schneider <jan at simon.horde.org>
Date:   Fri Aug 13 09:47:35 2010 +0000

    Fix parse error.

 whups/config/mime_drivers.php.dist |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/whups/config/mime_drivers.php.dist?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=33d387b0915fbbd5df8807968913a19d668308aa

-----------------------------------------------------------------------

commit 4714bc26d898ca366e2a49fcb9a6626124353851
Merge: 33d387b 7115a22
Author: Jan Schneider <jan at simon.horde.org>
Date:   Fri Aug 13 09:48:02 2010 +0000

    Merge branch 'master' of /horde/git/horde

 ansel/config/conf.xml                                     |   20 +++++++++++++
 ansel/lib/Ansel.php                                       |    3 +-
 ansel/lib/ImageGenerator/Mini.php                         |   11 +++++++
 ansel/lib/ImageGenerator/PolaroidThumb.php                |    7 ++++-
 ansel/lib/ImageGenerator/PrettyThumb.php                  |    9 +++++-
 ansel/lib/ImageGenerator/Screen.php                       |   11 +++++++
 ansel/lib/ImageGenerator/ShadowSharpThumb.php             |    9 ++++++
 ansel/lib/ImageGenerator/Thumb.php                        |   12 +++++++
 framework/Image/lib/Horde/Image/Effect/Im/Unsharpmask.php |    2 +-
 9 files changed, 80 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/ansel/config/conf.xml?rt=horde-git&r1=b4b9211d7fa7b59fafd3b150ed144695724a3d46&r2=4714bc26d898ca366e2a49fcb9a6626124353851
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=8f763733ecf9cda3ed9172659632a8c1808c02c9&r2=4714bc26d898ca366e2a49fcb9a6626124353851
http://git.horde.org/diff.php/ansel/lib/ImageGenerator/Mini.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=4714bc26d898ca366e2a49fcb9a6626124353851
http://git.horde.org/diff.php/ansel/lib/ImageGenerator/PolaroidThumb.php?rt=horde-git&r1=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9&r2=4714bc26d898ca366e2a49fcb9a6626124353851
http://git.horde.org/diff.php/ansel/lib/ImageGenerator/PrettyThumb.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=4714bc26d898ca366e2a49fcb9a6626124353851
http://git.horde.org/diff.php/ansel/lib/ImageGenerator/Screen.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=4714bc26d898ca366e2a49fcb9a6626124353851
http://git.horde.org/diff.php/ansel/lib/ImageGenerator/ShadowSharpThumb.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=4714bc26d898ca366e2a49fcb9a6626124353851
http://git.horde.org/diff.php/ansel/lib/ImageGenerator/Thumb.php?rt=horde-git&r1=d293fe9fedf628bfe4bf1743f4d6d9c452011465&r2=4714bc26d898ca366e2a49fcb9a6626124353851
http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Effect/Im/Unsharpmask.php?rt=horde-git&r1=d06c8b2415355f47a894a85fd62a7386fe806ef2&r2=4714bc26d898ca366e2a49fcb9a6626124353851

-----------------------------------------------------------------------

commit 04a605a61c597b7d7b993300638d1a5c770c5f34
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 13 14:57:30 2010 +0200

    Fix VFS name.

 whups/view.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/whups/view.php?rt=horde-git&r1=92b2bb533db454a801b2c2a19f9d5d17182ee924&r2=04a605a61c597b7d7b993300638d1a5c770c5f34

-----------------------------------------------------------------------

commit 7ab161ea12a1ba373a68e198e7c229809daacea4
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 13 13:02:25 2010 +0000

    Assign to variable.

 whups/view.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/whups/view.php?rt=horde-git&r1=04a605a61c597b7d7b993300638d1a5c770c5f34&r2=7ab161ea12a1ba373a68e198e7c229809daacea4

-----------------------------------------------------------------------

commit 3521fe2f0972d109adb262f953aabf68d337c11c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 13 17:43:53 2010 -0400

    Remove Imagick:: constant from ImageMagick driver

 framework/Image/lib/Horde/Image/Effect/Im/Unsharpmask.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Effect/Im/Unsharpmask.php?rt=horde-git&r1=bf16e29350bd80d970275ec1b99665e9d7526379&r2=3521fe2f0972d109adb262f953aabf68d337c11c

-----------------------------------------------------------------------

commit c6d7ec215a261919fc0c3fbb270d2ad505747e23
Merge: dd0bf24 3521fe2
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 13 18:24:05 2010 -0400

    Merge branch 'master' into H4-Jonah
    
    Merges recent H4 changes - no new code.
    
    Conflicts:
    	jonah/channels/aggregate.php
    	jonah/channels/delete.php
    	jonah/channels/edit.php
    	jonah/channels/index.php
    	jonah/delivery/html.php
    	jonah/delivery/rss.php
    	jonah/lib/Api.php
    	jonah/lib/Block/cloud.php
    	jonah/lib/Block/latest.php
    	jonah/lib/Block/story.php
    	jonah/lib/Driver.php
    	jonah/lib/Driver/Sql.php
    	jonah/stories/delete.php
    	jonah/stories/edit.php
    	jonah/stories/index.php
    	jonah/stories/pdf.php
    	jonah/stories/results.php
    	jonah/stories/share.php
    	jonah/stories/view.php

 .gitignore                                                        |    1 +
 agora/ban.php                                                     |    6 +-
 agora/deleteforum.php                                             |   10 +-
 agora/editforum.php                                               |   16 +-
 agora/forums.php                                                  |    4 +-
 agora/lib/Block/forums.php                                        |   18 +-
 agora/lib/Block/thread.php                                        |   30 +-
 agora/lib/Block/threads.php                                       |   21 +-
 agora/lib/Comments.php                                            |    2 +-
 agora/lib/Messages.php                                            |   15 +-
 agora/messages/abuse.php                                          |    7 +-
 agora/messages/delete.php                                         |    7 +-
 agora/messages/edit.php                                           |    4 +-
 agora/messages/index.php                                          |   12 +-
 agora/messages/lock.php                                           |    7 +-
 agora/messages/merge.php                                          |    7 +-
 agora/messages/move.php                                           |    7 +-
 agora/messages/split.php                                          |    7 +-
 agora/moderate.php                                                |    5 +-
 agora/moderators.php                                              |   13 +-
 agora/rss/threads.php                                             |    6 +-
 agora/search.php                                                  |    5 +-
 agora/threads.php                                                 |   14 +-
 ansel/browse.php                                                  |    2 +-
 ansel/config/conf.xml                                             |   20 +
 ansel/disclamer.php                                               |    6 +-
 ansel/docs/CHANGES                                                |    2 +
 ansel/docs/CREDITS                                                |    1 +
 ansel/faces/claim.php                                             |    4 +-
 ansel/faces/custom.php                                            |    6 +-
 ansel/faces/face.php                                              |    2 +-
 ansel/faces/gallery.php                                           |    8 +-
 ansel/faces/report.php                                            |    4 +-
 ansel/faces/savecustom.php                                        |    8 +-
 ansel/faces/search/all.php                                        |    2 +-
 ansel/faces/search/image.php                                      |   10 +-
 ansel/faces/search/image_define.php                               |    2 +-
 ansel/faces/search/image_save.php                                 |   18 +-
 ansel/faces/search/image_search.php                               |    6 +-
 ansel/faces/search/name.php                                       |    2 +-
 ansel/faces/search/named.php                                      |    2 +-
 ansel/faces/search/owner.php                                      |    2 +-
 ansel/faces/search/tabs.php                                       |    2 +-
 ansel/gallery.php                                                 |   68 +-
 ansel/gallery/captions.php                                        |   16 +-
 ansel/gallery/delete.php                                          |   15 +-
 ansel/gallery/sort.php                                            |   28 +-
 ansel/group.php                                                   |   37 +-
 ansel/image.php                                                   |   99 +-
 ansel/img/upload.php                                              |   16 +-
 ansel/index.php                                                   |    3 +-
 ansel/js/editcaption.js                                           |   38 -
 ansel/js/slideshow.js                                             |    4 +-
 ansel/lib/Ajax/Imple/EditCaption.php                              |   24 +-
 ansel/lib/Ajax/Imple/EditFaces.php                                |    2 +-
 ansel/lib/Ajax/Imple/EditGalleryFaces.php                         |  125 +
 ansel/lib/Ajax/Imple/Embed.php                                    |    2 +-
 ansel/lib/Ajax/Imple/GallerySlugCheck.php                         |    2 +-
 ansel/lib/Ajax/Imple/ImageSaveGeotag.php                          |    2 +-
 ansel/lib/Ajax/Imple/LocationAutoCompleter.php                    |    2 +-
 ansel/lib/Ajax/Imple/TagActions.php                               |   27 +-
 ansel/lib/Ajax/Imple/ToggleGalleryActions.php                     |    2 +-
 ansel/lib/Ajax/Imple/ToggleOtherGalleries.php                     |    2 +-
 ansel/lib/Ansel.php                                               |   95 +-
 ansel/lib/Api.php                                                 |   54 +-
 ansel/lib/Application.php                                         |   19 +-
 ansel/lib/Block/cloud.php                                         |   35 +-
 ansel/lib/Block/gallery.php                                       |   46 +-
 ansel/lib/Block/my_galleries.php                                  |   31 +-
 ansel/lib/Block/random_photo.php                                  |   29 +-
 ansel/lib/Block/recent_comments.php                               |   48 +-
 ansel/lib/Block/recent_faces.php                                  |   22 +-
 ansel/lib/Block/recently_added.php                                |   45 +-
 ansel/lib/Block/recently_added_geodata.php                        |   44 +-
 ansel/lib/Gallery.php                                             |  151 +-
 ansel/lib/Gallery/Decorator/Date.php                              |  196 +
 ansel/lib/GalleryMode/Base.php                                    |  153 +
 ansel/lib/GalleryMode/Date.php                                    |  564 +-
 ansel/lib/GalleryMode/Normal.php                                  |  122 +-
 ansel/lib/Image.php                                               |  587 +-
 ansel/lib/ImageGenerator.php                                      |  196 +
 ansel/lib/ImageGenerator/Mini.php                                 |   34 +
 ansel/lib/ImageGenerator/PlainStack.php                           |   44 +
 ansel/lib/ImageGenerator/PolaroidStack.php                        |   44 +
 ansel/lib/ImageGenerator/PolaroidThumb.php                        |   50 +
 ansel/lib/ImageGenerator/PrettyThumb.php                          |   57 +
 ansel/lib/ImageGenerator/RoundedStack.php                         |   46 +
 ansel/lib/ImageGenerator/Screen.php                               |   34 +
 ansel/lib/ImageGenerator/ShadowSharpThumb.php                     |   57 +
 ansel/lib/ImageGenerator/Thumb.php                                |   34 +
 ansel/lib/ImageView.php                                           |  196 -
 ansel/lib/ImageView/Mini.php                                      |   23 -
 ansel/lib/ImageView/PlainStack.php                                |   44 -
 ansel/lib/ImageView/PolaroidStack.php                             |   44 -
 ansel/lib/ImageView/PolaroidThumb.php                             |   45 -
 ansel/lib/ImageView/PrettyThumb.php                               |   50 -
 ansel/lib/ImageView/RoundedStack.php                              |   46 -
 ansel/lib/ImageView/Screen.php                                    |   23 -
 ansel/lib/ImageView/ShadowSharpThumb.php                          |   48 -
 ansel/lib/ImageView/Thumb.php                                     |   22 -
 ansel/lib/Search/Tag.php                                          |  300 +
 ansel/lib/Storage.php                                             |  122 +-
 ansel/lib/Tagger.php                                              |  389 +
 ansel/lib/Tags.php                                                |  674 -
 ansel/lib/Tile/DateGallery.php                                    |    2 +-
 ansel/lib/Tile/Gallery.php                                        |    4 +-
 ansel/lib/Tile/Image.php                                          |   12 +-
 ansel/lib/View/Base.php                                           |    9 +-
 ansel/lib/View/EmbeddedRenderer/GalleryLink.php                   |    6 +-
 ansel/lib/View/Gallery.php                                        |    5 +-
 ansel/lib/View/GalleryRenderer/Base.php                           |   11 +-
 ansel/lib/View/GalleryRenderer/Gallery.php                        |   16 +-
 ansel/lib/View/GalleryRenderer/GalleryLightbox.php                |   18 +-
 ansel/lib/View/Image.php                                          |   17 +-
 ansel/lib/View/List.php                                           |   45 +-
 ansel/lib/View/Results.php                                        |   54 +-
 ansel/lib/Widget/Actions.php                                      |   25 +-
 ansel/lib/Widget/Geotag.php                                       |    2 +-
 ansel/lib/Widget/ImageFaces.php                                   |   13 +-
 ansel/lib/Widget/OtherGalleries.php                               |   31 +-
 ansel/lib/Widget/SimilarPhotos.php                                |   53 +-
 ansel/lib/Widget/Tags.php                                         |   24 +-
 ansel/locale/fr_FR/LC_MESSAGES/ansel.mo                           |  Bin 0 -> 189966 bytes
 ansel/map_edit.php                                                |   17 +-
 ansel/po/fr_FR.po                                                 | 3628 ++++
 ansel/protect.php                                                 |    4 +-
 ansel/report.php                                                  |    4 +-
 ansel/rss.php                                                     |   12 +-
 ansel/scripts/upgrades/2010-07-30_migrate_tags_to_content.php     |   39 +
 ansel/templates/captions/captions.inc                             |    2 +-
 ansel/templates/gallery/gallery.inc                               |   11 +-
 ansel/templates/group/category.inc                                |   61 -
 ansel/templates/group/header.inc                                  |    3 +-
 ansel/templates/group/owner.inc                                   |   21 +-
 ansel/templates/image/crop_image.inc                              |    7 +-
 ansel/templates/image/edit_image.inc                              |    7 +-
 ansel/templates/image/preview_cropimage.inc                       |    2 +-
 ansel/templates/image/preview_image.inc                           |    2 +-
 ansel/templates/image/resize_image.inc                            |    7 +-
 ansel/templates/list/header.inc                                   |    2 +-
 ansel/templates/menu.inc                                          |    2 +-
 ansel/templates/tile/image.inc                                    |    6 +-
 ansel/templates/view/gallery.inc                                  |    9 +-
 ansel/templates/view/gallerylightbox.inc                          |   19 +-
 ansel/templates/view/image.inc                                    |   15 +-
 ansel/templates/view/list.inc                                     |    6 +-
 ansel/templates/view/results.inc                                  |   15 +-
 ansel/templates/view/slideshow.inc                                |   13 +-
 ansel/themes/screen.css                                           |   23 -
 ansel/themes/silver/graphics/lightbox/bullet.gif                  |  Bin 0 -> 49 bytes
 ansel/themes/silver/graphics/lightbox/close.gif                   |  Bin 0 -> 222 bytes
 ansel/themes/silver/graphics/lightbox/closelabel.gif              |  Bin 979 -> 979 bytes
 ansel/themes/silver/graphics/lightbox/loading.gif                 |  Bin 0 -> 2767 bytes
 ansel/themes/silver/graphics/lightbox/nextlabel.gif               |  Bin 0 -> 1252 bytes
 ansel/themes/silver/graphics/lightbox/prevlabel.gif               |  Bin 0 -> 1264 bytes
 ansel/themes/tango-blue/graphics/lightbox/bullet.gif              |  Bin 0 -> 49 bytes
 ansel/themes/tango-blue/graphics/lightbox/close.gif               |  Bin 0 -> 222 bytes
 ansel/themes/tango-blue/graphics/lightbox/closelabel.gif          |  Bin 0 -> 979 bytes
 ansel/themes/tango-blue/graphics/lightbox/loading.gif             |  Bin 0 -> 2767 bytes
 ansel/themes/tango-blue/graphics/lightbox/nextlabel.gif           |  Bin 0 -> 1252 bytes
 ansel/themes/tango-blue/graphics/lightbox/prevlabel.gif           |  Bin 0 -> 1264 bytes
 ansel/xppublish.php                                               |    4 +-
 babel/edit.php                                                    |    5 +-
 babel/upload.php                                                  |    4 +-
 babel/view.php                                                    |    2 +-
 beatnik/autogenerate.php                                          |    6 +-
 beatnik/commit.php                                                |    3 +-
 beatnik/delete.php                                                |   10 +-
 beatnik/editrec.php                                               |    6 +-
 beatnik/lib/Driver.php                                            |    3 +-
 beatnik/lib/Driver/ldap2dns.php                                   |    5 +-
 beatnik/lib/Driver/pdnsgsql.php                                   |   52 +-
 beatnik/lib/Driver/sql.php                                        |   58 +-
 beatnik/listzones.php                                             |    2 +-
 beatnik/templates/menu.inc                                        |    2 +-
 beatnik/viewzone.php                                              |    3 +-
 chora/.htaccess                                                   |   12 +-
 chora/annotate.php                                                |    4 +-
 chora/browsedir.php                                               |    9 +-
 chora/config/mime_drivers.php.dist                                |   26 +-
 chora/cvsgraph.php                                                |    5 +-
 chora/diff.php                                                    |    2 +-
 chora/history.php                                                 |    5 +-
 chora/lib/Chora.php                                               |   20 +-
 chora/lib/Exception.php                                           |   13 +
 chora/locale/de_DE/help.xml                                       |   38 +-
 chora/patchsets.php                                               |    3 +-
 chora/stats.php                                                   |    2 +-
 chora/templates/checkout/checkout.inc                             |    2 +-
 chora/templates/directory/header.inc                              |    1 +
 chora/templates/menu.inc                                          |    2 +-
 content/lib/Exception.php                                         |    3 +
 content/lib/Tagger.php                                            |  212 +-
 crumb/lib/Driver/sql.php                                          |   56 +-
 crumb/templates/menu.inc                                          |    2 +-
 fima/account.php                                                  |   29 +-
 fima/ledgers/create.php                                           |    6 +-
 fima/ledgers/delete.php                                           |   18 +-
 fima/ledgers/edit.php                                             |   15 +-
 fima/lib/Driver/sql.php                                           |   53 +-
 fima/lib/Fima.php                                                 |   14 -
 fima/lib/Forms/CreateLedger.php                                   |    2 +-
 fima/lib/UI/VarRenderer/fima.php                                  |    8 +-
 fima/locale/de_DE/help.xml                                        |  226 +-
 fima/postings.php                                                 |  292 +-
 fima/report.php                                                   |    5 +-
 fima/search.php                                                   |    5 +-
 fima/templates/menu.inc                                           |    2 +-
 folks/account/resetpassword.php                                   |    9 +-
 folks/account/tabs.php                                            |    2 +-
 folks/activity.php                                                |    2 +-
 folks/birthday.php                                                |    2 +-
 folks/config/hooks.php.dist                                       |    5 +-
 folks/edit/activity.php                                           |    9 +-
 folks/edit/comments.php                                           |    3 +-
 folks/edit/edit.php                                               |    6 +-
 folks/edit/facebook.php                                           |    9 +-
 folks/edit/friends/add.php                                        |   12 +-
 folks/edit/friends/approve.php                                    |    9 +-
 folks/edit/friends/blacklist.php                                  |    6 +-
 folks/edit/friends/groups.php                                     |   12 +-
 folks/edit/friends/reject.php                                     |    9 +-
 folks/edit/privacy.php                                            |    8 +-
 folks/edit/tabs.php                                               |    2 +-
 folks/friends.php                                                 |    9 +-
 folks/lib/Driver.php                                              |    3 +-
 folks/lib/Driver/sql.php                                          |   71 +-
 folks/lib/Forms/Activity.php                                      |    4 +-
 folks/lib/Friends.php                                             |    6 +-
 folks/lib/Friends/facebook.php                                    |   13 +-
 folks/lib/Friends/prefs.php                                       |    5 +-
 folks/lib/Friends/shared.php                                      |    9 +-
 folks/lib/Friends/sql.php                                         |   63 +-
 folks/lib/Notification/facebook.php                               |   14 +-
 folks/list.php                                                    |    2 +-
 folks/new.php                                                     |    2 +-
 folks/online.php                                                  |    2 +-
 folks/popularity.php                                              |    2 +-
 folks/report.php                                                  |    6 +-
 folks/save_search.php                                             |    6 +-
 folks/search.php                                                  |    2 +-
 folks/templates/menu.inc                                          |    2 +-
 folks/user.php                                                    |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync.php                     |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/ActiveSync/Factory.php  |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php         |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php        |    3 +
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php          |   13 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/File.php          |   15 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php       |   26 +-
 framework/Ajax/lib/Horde/Ajax.php                                 |   36 -
 framework/Ajax/lib/Horde/Ajax/Application/Base.php                |  196 -
 framework/Ajax/lib/Horde/Ajax/Exception.php                       |   16 -
 framework/Ajax/lib/Horde/Ajax/Imple.php                           |   47 -
 framework/Ajax/lib/Horde/Ajax/Imple/AutoCompleter.php             |  120 -
 framework/Ajax/lib/Horde/Ajax/Imple/Base.php                      |   80 -
 framework/Ajax/lib/Horde/Ajax/Imple/Geocoder/Geonames.php         |   70 -
 framework/Ajax/lib/Horde/Ajax/Imple/SpellChecker.php              |  120 -
 framework/Ajax/package.xml                                        |   96 -
 framework/Alarm/lib/Horde/Alarm/Handler/Desktop.php               |   26 +-
 framework/Alarm/lib/Horde/Alarm/Handler/Mail.php                  |   11 +-
 framework/Auth/lib/Horde/Auth/Ldap.php                            |   19 +-
 framework/Block/lib/Horde/Block.php                               |   13 +-
 framework/Block/lib/Horde/Block/Collection.php                    |    3 -
 framework/Block/lib/Horde/Block/Exception.php                     |   15 +
 framework/Block/lib/Horde/Block/Layout.php                        |   15 +-
 framework/Block/lib/Horde/Block/Layout/Manager.php                |   11 +-
 framework/Block/lib/Horde/Block/Layout/View.php                   |    3 -
 framework/Block/package.xml                                       |    2 +
 framework/Browser/lib/Horde/Browser.php                           |   26 -
 framework/Browser/package.xml                                     |    3 +-
 framework/Cli/lib/Horde/Cli.php                                   |   14 +-
 framework/Cli/package.xml                                         |    4 +
 framework/Controller/lib/Horde/Controller.php                     |   13 +
 framework/Controller/lib/Horde/Controller/Base.php                |  505 +-
 framework/Controller/lib/Horde/Controller/Dispatcher.php          |  266 -
 framework/Controller/lib/Horde/Controller/FileUpload.php          |   39 -
 framework/Controller/lib/Horde/Controller/Filter/Gzip.php         |   37 +
 framework/Controller/lib/Horde/Controller/FilterCollection.php    |   20 +
 framework/Controller/lib/Horde/Controller/FilterRunner.php        |   97 +
 framework/Controller/lib/Horde/Controller/Mime/Type.php           |  136 -
 framework/Controller/lib/Horde/Controller/Null.php                |   16 +
 framework/Controller/lib/Horde/Controller/PostFilter.php          |   14 +
 framework/Controller/lib/Horde/Controller/PreFilter.php           |   17 +
 framework/Controller/lib/Horde/Controller/Request.php             |   47 +
 framework/Controller/lib/Horde/Controller/Request/Base.php        |  212 -
 framework/Controller/lib/Horde/Controller/Request/Cli.php         |  121 -
 framework/Controller/lib/Horde/Controller/Request/Http.php        |  506 +-
 framework/Controller/lib/Horde/Controller/Request/Mock.php        |   29 -
 framework/Controller/lib/Horde/Controller/Request/Null.php        |   73 +
 .../Controller/lib/Horde/Controller/RequestConfiguration.php      |   18 +
 framework/Controller/lib/Horde/Controller/Response.php            |   62 +
 framework/Controller/lib/Horde/Controller/Response/Base.php       |   39 -
 framework/Controller/lib/Horde/Controller/Response/Cli.php        |   78 -
 framework/Controller/lib/Horde/Controller/Response/Http.php       |  305 -
 framework/Controller/lib/Horde/Controller/Response/Mock.php       |   26 -
 framework/Controller/lib/Horde/Controller/ResponseWriter.php      |   11 +
 framework/Controller/lib/Horde/Controller/ResponseWriter/Web.php  |   19 +
 .../Controller/lib/Horde/Controller/ResponseWriter/WebDebug.php   |   30 +
 framework/Controller/lib/Horde/Controller/Runner.php              |   46 +
 framework/Controller/lib/Horde/Controller/Scanner.php             |  170 -
 framework/Controller/lib/Horde/Controller/SettingsExporter.php    |   20 +
 .../Controller/lib/Horde/Controller/SettingsExporter/Default.php  |   24 +
 framework/Controller/lib/Horde/Controller/StatusCodes.php         |  139 -
 framework/Controller/lib/Horde/Controller/UrlWriter.php           |   26 +-
 framework/Controller/package.xml                                  |   70 +-
 framework/Controller/test/Horde/Controller/FilterRunnerTest.php   |   73 +
 framework/Core/lib/Horde.php                                      |  192 +-
 framework/Core/lib/Horde/Config.php                               |   14 +-
 framework/Core/lib/Horde/Core/Ajax/Application.php                |  198 +
 framework/Core/lib/Horde/Core/Ajax/Imple.php                      |   83 +
 framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter.php        |  122 +
 framework/Core/lib/Horde/Core/Ajax/Imple/Geocoder/Geonames.php    |   75 +
 framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php         |  122 +
 framework/Core/lib/Horde/Core/Auth/Signup/Base.php                |    4 +-
 framework/Core/lib/Horde/Core/Binder/Ajax.php                     |   17 +
 framework/Core/lib/Horde/Core/Binder/Alarm.php                    |    2 +-
 framework/Core/lib/Horde/Core/Binder/Facebook.php                 |    2 +-
 framework/Core/lib/Horde/Core/Binder/Imple.php                    |   17 +
 framework/Core/lib/Horde/Core/Binder/Mail.php                     |   12 +-
 framework/Core/lib/Horde/Core/Binder/Mapper.php                   |   16 +
 framework/Core/lib/Horde/Core/Binder/MimeViewer.php               |   17 +
 framework/Core/lib/Horde/Core/Binder/Prefs.php                    |   17 +
 framework/Core/lib/Horde/Core/Binder/TextFilter.php               |   17 +
 framework/Core/lib/Horde/Core/Binder/Twitter.php                  |    2 +-
 framework/Core/lib/Horde/Core/Controller/NotFound.php             |   11 +
 framework/Core/lib/Horde/Core/Controller/RequestConfiguration.php |   71 +
 framework/Core/lib/Horde/Core/Controller/RequestMapper.php        |   65 +
 framework/Core/lib/Horde/Core/Controller/SettingsFinder.php       |   31 +
 framework/Core/lib/Horde/Core/Factory/Ajax.php                    |   68 +
 framework/Core/lib/Horde/Core/Factory/Db.php                      |   11 +-
 framework/Core/lib/Horde/Core/Factory/DbPear.php                  |   62 +-
 framework/Core/lib/Horde/Core/Factory/Identity.php                |   16 +-
 framework/Core/lib/Horde/Core/Factory/Imple.php                   |   84 +
 framework/Core/lib/Horde/Core/Factory/MimeViewer.php              |  333 +
 framework/Core/lib/Horde/Core/Factory/Prefs.php                   |  156 +
 framework/Core/lib/Horde/Core/Factory/Request.php                 |   12 +
 framework/Core/lib/Horde/Core/Factory/TextFilter.php              |  156 +
 framework/Core/lib/Horde/Core/Factory/Vfs.php                     |   15 +-
 framework/Core/lib/Horde/Core/LoginTasks/Backend/Horde.php        |   10 +-
 framework/Core/lib/Horde/Core/Mime/Viewer/Css.php                 |   63 +
 framework/Core/lib/Horde/Core/Mime/Viewer/Vcard.php               |  454 +
 framework/Core/lib/Horde/Core/Prefs/Identity.php                  |  115 +
 framework/Core/lib/Horde/Core/Prefs/Ui.php                        |   35 +-
 framework/Core/lib/Horde/Core/Text/Filter/Bbcode.php              |   30 +
 framework/Core/lib/Horde/Core/Text/Filter/Emails.php              |   87 +
 framework/Core/lib/Horde/Core/Text/Filter/Emoticons.php           |    2 +-
 framework/Core/lib/Horde/Core/Text/Filter/Highlightquotes.php     |   84 +
 framework/Core/lib/Horde/Core/Ui/FlagImage.php                    |   39 +
 framework/Core/lib/Horde/Core/Ui/JsCalendar.php                   |  142 +
 framework/Core/lib/Horde/Core/Ui/Language.php                     |   46 +
 framework/Core/lib/Horde/Core/Ui/Pager.php                        |  128 +
 framework/Core/lib/Horde/Core/Ui/Tabs.php                         |  114 +
 framework/Core/lib/Horde/Core/Ui/TagCloud.php                     |  317 +
 framework/Core/lib/Horde/Core/Ui/VarRenderer.php                  |  105 +
 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php             | 1693 ++
 framework/Core/lib/Horde/Core/Ui/VarRenderer/TablesetHtml.php     |  123 +
 framework/Core/lib/Horde/Core/Ui/Widget.php                       |  129 +
 framework/Core/lib/Horde/Menu.php                                 |    2 +-
 framework/Core/lib/Horde/Registry.php                             |  100 +-
 framework/Core/lib/Horde/Script/Files.php                         |   57 +-
 framework/Core/lib/Horde/Themes.php                               |    2 +-
 framework/Core/package.xml                                        |  116 +-
 framework/Data/lib/Horde/Data/Base.php                            |    6 +-
 framework/Data/lib/Horde/Data/Imc.php                             |    8 +-
 framework/Data/lib/Horde/Data/Vcard.php                           |    2 +-
 framework/Data/lib/Horde/Data/Vnote.php                           |    4 +-
 framework/Data/package.xml                                        |    6 +-
 framework/DataTree/DataTree/sql.php                               |   60 +-
 framework/Date/lib/Horde/Date.php                                 |   56 +-
 framework/Date/lib/Horde/Date/Recurrence.php                      |    6 +-
 framework/Date/test/Horde/Date/RecurrenceTest.php                 |   25 +-
 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt.php         |   19 +-
 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Grabber.php |   12 +-
 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Ordinal.php |    6 +-
 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Pointer.php |    5 +-
 .../Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Repeater.php      |   18 +-
 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Scalar.php  |    3 +-
 .../Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Separator.php     |    2 +
 framework/Db/lib/Horde/Db/Adapter/Pdo/Pgsql.php                   |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php           |   12 +-
 framework/Form/Form/Renderer.php                                  |    4 +-
 framework/Form/Form/Type.php                                      |    6 +-
 framework/Http/lib/Horde/Http/Response/Fopen.php                  |    8 +-
 framework/Icalendar/examples/Horde/Icalendar/exchange.ics         |   53 +
 framework/Icalendar/examples/Horde/Icalendar/exdate.ics           |   16 +
 framework/Icalendar/examples/Horde/Icalendar/ical.ics             |   40 +
 framework/Icalendar/examples/Horde/Icalendar/parser.php           |   49 +
 framework/Icalendar/examples/Horde/Icalendar/test_recurring.vcs   |   50 +
 framework/Icalendar/examples/Horde/Icalendar/vnote.txt            |    7 +
 framework/Icalendar/lib/Horde/Icalendar.php                       | 1459 ++
 framework/Icalendar/lib/Horde/Icalendar/Daylight.php              |   44 +
 framework/Icalendar/lib/Horde/Icalendar/Exception.php             |   17 +
 framework/Icalendar/lib/Horde/Icalendar/Standard.php              |   44 +
 framework/Icalendar/lib/Horde/Icalendar/Valarm.php                |   34 +
 framework/Icalendar/lib/Horde/Icalendar/Vcard.php                 |  133 +
 framework/Icalendar/lib/Horde/Icalendar/Vevent.php                |  244 +
 framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php             |  502 +
 framework/Icalendar/lib/Horde/Icalendar/Vjournal.php              |   34 +
 framework/Icalendar/lib/Horde/Icalendar/Vnote.php                 |   69 +
 framework/Icalendar/lib/Horde/Icalendar/Vtimezone.php             |  177 +
 framework/Icalendar/lib/Horde/Icalendar/Vtodo.php                 |   99 +
 framework/Icalendar/package.xml                                   |  292 +
 framework/Icalendar/test/.cvsignore                               |    5 +
 framework/Icalendar/test/Horde/Icalendar/bug_7423.phpt            |   32 +
 framework/Icalendar/test/Horde/Icalendar/charset1.phpt            |   50 +
 framework/Icalendar/test/Horde/Icalendar/common.php               |   15 +
 framework/Icalendar/test/Horde/Icalendar/empty_data.phpt          |   30 +
 .../test/Horde/Icalendar/fixtures/vTimezone/AuthorChats.ics       |  208 +
 .../test/Horde/Icalendar/fixtures/vTimezone/MMMPseminar.ics       |  180 +
 .../test/Horde/Icalendar/fixtures/vTimezone/Moon_Days.ics         |  226 +
 .../test/Horde/Icalendar/fixtures/vTimezone/ProjectCalendar.ics   |  137 +
 .../test/Horde/Icalendar/fixtures/vTimezone/SpanishHolidays.ics   |  316 +
 .../test/Horde/Icalendar/fixtures/vTimezone/allcategories.vcs     |  166 +
 .../test/Horde/Icalendar/fixtures/vTimezone/arsenal32FC.ics       | 3594 ++++
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/events.ics  |   26 +
 .../test/Horde/Icalendar/fixtures/vTimezone/exchange.ics          |   53 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/exdate.ics  |   16 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/iscw.ics    |  103 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/meeting.ics |   71 +
 .../test/Horde/Icalendar/fixtures/vTimezone/privacy_events.ics    |  263 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/rfc2445.ics |  305 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test.vcs    |   34 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test4.vcs   |   39 +
 .../test/Horde/Icalendar/fixtures/vTimezone/test_recurring.vcs    |   50 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/wicca.ics   |  568 +
 framework/Icalendar/test/Horde/Icalendar/geo.phpt                 |   37 +
 framework/Icalendar/test/Horde/Icalendar/iCalendar.phpt           |   36 +
 framework/Icalendar/test/Horde/Icalendar/line-folding.phpt        |  180 +
 framework/Icalendar/test/Horde/Icalendar/quoted-params.phpt       |   43 +
 framework/Icalendar/test/Horde/Icalendar/read-escapes.phpt        |   59 +
 framework/Icalendar/test/Horde/Icalendar/read-vcard-org.phpt      |   25 +
 framework/Icalendar/test/Horde/Icalendar/read-write-escapes.phpt  |   43 +
 framework/Icalendar/test/Horde/Icalendar/timezones.phpt           |  827 +
 framework/Icalendar/test/Horde/Icalendar/vcal20.phpt              |  321 +
 framework/Icalendar/test/Horde/Icalendar/vfreebusy.phpt           |  269 +
 framework/Icalendar/test/Horde/Icalendar/write-escapes.phpt       |   51 +
 framework/Image/lib/Horde/Image/Effect/Gd/UnsharpMask.php         |  134 -
 framework/Image/lib/Horde/Image/Effect/Gd/Unsharpmask.php         |  134 +
 framework/Image/lib/Horde/Image/Effect/Im/Unsharpmask.php         |   58 +
 framework/Image/lib/Horde/Image/Effect/Imagick/Unsharpmask.php    |   68 +
 framework/Image/lib/Horde/Image/Im.php                            |    4 +-
 framework/Image/package.xml                                       |  195 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    4 +-
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Outlook.php         |    4 +-
 framework/Kolab_Filter/package.xml                                |    4 +-
 framework/Kolab_Filter/test/Horde/Kolab/Filter/ResourceTest.php   |   60 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php       |    8 +-
 .../lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Base.php             |    4 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Imap.php        |    8 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php        |    4 +-
 framework/Kolab_FreeBusy/package.xml                              |    2 +-
 framework/Kolab_Resource/lib/Horde/Kolab/Resource.php             |   10 +-
 framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy.php    |   10 +-
 .../Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy/Kolab.php    |    4 +-
 .../Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy/Mock.php     |    4 +-
 framework/Kolab_Resource/lib/Horde/Kolab/Resource/Itip.php        |    8 +-
 framework/Kolab_Resource/package.xml                              |    2 +-
 framework/Log/lib/Horde/Log/Filter.php                            |   45 +
 framework/Log/lib/Horde/Log/Filter/Constraint.php                 |    9 +-
 framework/Log/lib/Horde/Log/Filter/Interface.php                  |   35 -
 framework/Log/lib/Horde/Log/Filter/Level.php                      |    6 +-
 framework/Log/lib/Horde/Log/Filter/Message.php                    |    6 +-
 framework/Log/lib/Horde/Log/Filter/Suppress.php                   |    8 +-
 framework/Log/lib/Horde/Log/Formatter.php                         |   30 +
 framework/Log/lib/Horde/Log/Formatter/Interface.php               |   31 -
 framework/Log/lib/Horde/Log/Formatter/Simple.php                  |    2 +-
 framework/Log/lib/Horde/Log/Formatter/Xml.php                     |    2 +-
 framework/Log/lib/Horde/Log/Handler/Base.php                      |    5 +-
 framework/Log/lib/Horde/Log/Handler/Firebug.php                   |    6 +-
 framework/Log/lib/Horde/Log/Handler/Scribe.php                    |    8 +-
 framework/Log/lib/Horde/Log/Handler/Stream.php                    |   12 +-
 framework/Log/lib/Horde/Log/Logger.php                            |   10 +-
 framework/Log/package.xml                                         |    8 +-
 framework/LoginTasks/lib/Horde/LoginTasks.php                     |    8 +-
 framework/LoginTasks/lib/Horde/LoginTasks/Backend.php             |   12 +-
 framework/LoginTasks/lib/Horde/LoginTasks/SystemTask.php          |    6 +-
 framework/LoginTasks/lib/Horde/LoginTasks/Task.php                |    6 +-
 framework/LoginTasks/lib/Horde/LoginTasks/Tasklist.php            |    6 +-
 framework/LoginTasks/test/Horde/LoginTasks/Stubs.php              |    2 +-
 framework/Mail/lib/Horde/Mail.php                                 |   17 +-
 framework/Mail/lib/Horde/Mail/Driver.php                          |  214 -
 framework/Mail/lib/Horde/Mail/Mail.php                            |  149 -
 framework/Mail/lib/Horde/Mail/Mock.php                            |  138 -
 framework/Mail/lib/Horde/Mail/Null.php                            |   77 -
 framework/Mail/lib/Horde/Mail/Sendmail.php                        |  247 -
 framework/Mail/lib/Horde/Mail/Smtp.php                            |  356 -
 framework/Mail/lib/Horde/Mail/Smtpmx.php                          |  389 -
 framework/Mail/lib/Horde/Mail/Transport.php                       |  213 +
 framework/Mail/lib/Horde/Mail/Transport/Mail.php                  |  148 +
 framework/Mail/lib/Horde/Mail/Transport/Mock.php                  |  137 +
 framework/Mail/lib/Horde/Mail/Transport/Null.php                  |   76 +
 framework/Mail/lib/Horde/Mail/Transport/Sendmail.php              |  246 +
 framework/Mail/lib/Horde/Mail/Transport/Smtp.php                  |  355 +
 framework/Mail/lib/Horde/Mail/Transport/Smtpmx.php                |  388 +
 framework/Mail/package.xml                                        |   32 +-
 framework/Mime/lib/Horde/Mime.php                                 |   41 +-
 framework/Mime/lib/Horde/Mime/Address.php                         |    8 +-
 framework/Mime/lib/Horde/Mime/Exception.php                       |    5 +-
 framework/Mime/lib/Horde/Mime/Headers.php                         |    6 +-
 framework/Mime/lib/Horde/Mime/Magic.php                           |    8 +-
 framework/Mime/lib/Horde/Mime/Mail.php                            |   10 +-
 framework/Mime/lib/Horde/Mime/Mdn.php                             |    6 +-
 framework/Mime/lib/Horde/Mime/Part.php                            |   22 +-
 framework/Mime/lib/Horde/Mime/Viewer.php                          |  285 -
 framework/Mime/lib/Horde/Mime/Viewer/Audio.php                    |   43 -
 framework/Mime/lib/Horde/Mime/Viewer/Css.php                      |  128 -
 framework/Mime/lib/Horde/Mime/Viewer/Deb.php                      |   85 -
 framework/Mime/lib/Horde/Mime/Viewer/Default.php                  |   17 -
 framework/Mime/lib/Horde/Mime/Viewer/Driver.php                   |  351 -
 framework/Mime/lib/Horde/Mime/Viewer/Enriched.php                 |  200 -
 framework/Mime/lib/Horde/Mime/Viewer/Enscript.php                 |  159 -
 framework/Mime/lib/Horde/Mime/Viewer/Html.php                     |  250 -
 framework/Mime/lib/Horde/Mime/Viewer/Images.php                   |   82 -
 framework/Mime/lib/Horde/Mime/Viewer/Msexcel.php                  |   57 -
 framework/Mime/lib/Horde/Mime/Viewer/Mspowerpoint.php             |   60 -
 framework/Mime/lib/Horde/Mime/Viewer/Msword.php                   |   66 -
 framework/Mime/lib/Horde/Mime/Viewer/Ooo.php                      |  128 -
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/common.xsl               | 1165 --
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/global_document.xsl      | 1674 --
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/main_html.xsl            |  462 -
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/palm.xsl                 |  404 -
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/style_header.xsl         |  379 -
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/style_inlined.xsl        |  398 -
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/style_mapping.xsl        |  660 -
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/table.xsl                |  328 -
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/table_cells.xsl          |  484 -
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/table_columns.xsl        |  215 -
 framework/Mime/lib/Horde/Mime/Viewer/Ooo/table_rows.xsl           |  177 -
 framework/Mime/lib/Horde/Mime/Viewer/Pdf.php                      |   44 -
 framework/Mime/lib/Horde/Mime/Viewer/Php.php                      |   72 -
 framework/Mime/lib/Horde/Mime/Viewer/Plain.php                    |   96 -
 framework/Mime/lib/Horde/Mime/Viewer/Rar.php                      |  119 -
 framework/Mime/lib/Horde/Mime/Viewer/Report.php                   |   41 -
 framework/Mime/lib/Horde/Mime/Viewer/Rfc822.php                   |   92 -
 framework/Mime/lib/Horde/Mime/Viewer/Richtext.php                 |  151 -
 framework/Mime/lib/Horde/Mime/Viewer/Rpm.php                      |   87 -
 framework/Mime/lib/Horde/Mime/Viewer/Rtf.php                      |   64 -
 framework/Mime/lib/Horde/Mime/Viewer/Security.php                 |   34 -
 framework/Mime/lib/Horde/Mime/Viewer/Simple.php                   |   43 -
 framework/Mime/lib/Horde/Mime/Viewer/Smil.php                     |  119 -
 framework/Mime/lib/Horde/Mime/Viewer/Source.php                   |   32 -
 framework/Mime/lib/Horde/Mime/Viewer/Srchighlite.php              |  123 -
 framework/Mime/lib/Horde/Mime/Viewer/Tgz.php                      |  139 -
 framework/Mime/lib/Horde/Mime/Viewer/Tnef.php                     |   87 -
 framework/Mime/lib/Horde/Mime/Viewer/Vcard.php                    |  422 -
 framework/Mime/lib/Horde/Mime/Viewer/Webcpp.php                   |  109 -
 framework/Mime/lib/Horde/Mime/Viewer/Wordperfect.php              |   64 -
 framework/Mime/lib/Horde/Mime/Viewer/Zip.php                      |  154 -
 framework/Mime/lib/Horde/Mime/mime.mapping.php                    |    5 +-
 framework/Mime/package.xml                                        |  134 +-
 framework/Mime/test/Horde/Mime/fixtures/url1.html                 |    1 -
 framework/Mime/test/Horde/Mime/fixtures/url2.html                 |    1 -
 framework/Mime/test/Horde/Mime/fixtures/url3.html                 |    1 -
 framework/Mime/test/Horde/Mime/fixtures/url4.html                 |    1 -
 framework/Mime/test/Horde/Mime/fixtures/url5.html                 |    1 -
 framework/Mime/test/Horde/Mime/fixtures/url6.html                 |    1 -
 framework/Mime/test/Horde/Mime/fixtures/url7.html                 |    1 -
 framework/Mime/test/Horde/Mime/url.phpt                           |   56 -
 framework/Mime/test/Horde/Mime/viewer_php.phpt                    |   27 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer.php                   |   55 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Audio.php             |   39 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Base.php              |  441 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Css.php               |  119 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Deb.php               |   97 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Default.php           |   19 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Enriched.php          |  195 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Exception.php         |   17 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php              |  308 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Images.php            |   78 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msexcel.php           |   78 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Mspowerpoint.php      |   81 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msword.php            |   86 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo.php               |  148 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/common.xsl        | 1165 ++
 .../Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/global_document.xsl     | 1674 ++
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/main_html.xsl     |  462 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/palm.xsl          |  404 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_header.xsl  |  379 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_inlined.xsl |  398 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_mapping.xsl |  660 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table.xsl         |  328 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_cells.xsl   |  484 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_columns.xsl |  215 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_rows.xsl    |  177 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Pdf.php               |   41 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Php.php               |   59 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Plain.php             |   96 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rar.php               |  145 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Report.php            |   62 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rfc822.php            |   89 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Richtext.php          |  149 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rpm.php               |   98 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rtf.php               |   83 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Security.php          |   53 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Simple.php            |   43 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Smil.php              |  119 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Source.php            |   34 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Srchighlite.php       |  195 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tgz.php               |  155 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tnef.php              |  103 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Wordperfect.php       |   83 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Zip.php               |  162 +
 framework/Mime_Viewer/package.xml                                 |  184 +
 framework/Mime_Viewer/test/Horde/Mime/Viewer/url.phpt             |   66 +
 framework/Mime_Viewer/test/Horde/Mime/Viewer/viewer_php.phpt      |   27 +
 framework/Model/lib/Horde/Form.php                                |    6 +-
 framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php              |   29 +-
 .../Notification/lib/Horde/Notification/Listener/Javascript.php   |   71 -
 framework/Notification/package.xml                                |    7 +-
 .../Notification/Class/Notification/Listener/JavascriptTest.php   |   85 -
 framework/Oauth/lib/Horde/Oauth/Request.php                       |    2 +-
 framework/Perms/lib/Horde/Perms.php                               |   12 +-
 framework/Perms/lib/Horde/Perms/Datatree.php                      |  248 +
 framework/Perms/lib/Horde/Perms/Permission/DataTreeObject.php     |  590 +
 framework/Perms/package.xml                                       |    8 +
 framework/Prefs/lib/Horde/Prefs.php                               |  206 +-
 framework/Prefs/lib/Horde/Prefs/Exception.php                     |   17 +
 framework/Prefs/lib/Horde/Prefs/File.php                          |   50 +-
 framework/Prefs/lib/Horde/Prefs/Identity.php                      |  179 +-
 framework/Prefs/lib/Horde/Prefs/Imsp.php                          |   54 +-
 framework/Prefs/lib/Horde/Prefs/Kolab.php                         |   15 +-
 framework/Prefs/lib/Horde/Prefs/KolabImap.php                     |   54 +-
 framework/Prefs/lib/Horde/Prefs/Ldap.php                          |  267 +-
 framework/Prefs/lib/Horde/Prefs/Sql.php                           |  130 +-
 framework/Prefs/package.xml                                       |   14 +-
 framework/Rampage/scripts/Horde/Rampage/rampage.php               |   18 +-
 framework/Rdo/lib/Horde/Rdo/Query.php                             |    2 +-
 framework/Routes/lib/Horde/Routes/Utils.php                       |    6 +-
 framework/Rpc/lib/Horde/Rpc.php                                   |   12 +-
 framework/Rpc/lib/Horde/Rpc/ActiveSync.php                        |   13 +-
 framework/Rpc/lib/Horde/Rpc/Webdav.php                            |    2 +-
 framework/Secret/lib/Horde/Secret.php                             |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook.php         |    1 -
 framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php    |   22 +-
 framework/Service_Twitter/doc/twitter.php.example                 |    2 +-
 .../Service_Twitter/lib/Horde/Service/Twitter/Auth/Oauth.php      |    4 +-
 framework/Service_Twitter/lib/Horde/Service/Twitter/Request.php   |   11 +
 .../Service_Twitter/lib/Horde/Service/Twitter/Request/Oauth.php   |   19 +-
 framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php  |    4 -
 framework/Share/lib/Horde/Share.php                               |   11 +
 framework/Share/lib/Horde/Share/Object/Sql.php                    |    2 +-
 framework/Share/lib/Horde/Share/Sql.php                           |   49 +-
 framework/Share/lib/Horde/Share/Sql/Hierarchical.php              |   48 +-
 framework/Support/lib/Horde/Support/Backtrace.php                 |    4 +-
 framework/Support/lib/Horde/Support/Guid.php                      |   42 +-
 framework/Support/lib/Horde/Support/Randomid.php                  |   64 +
 framework/Support/lib/Horde/Support/Stack.php                     |    1 -
 framework/Support/lib/Horde/Support/Uuid.php                      |   38 +-
 framework/Support/package.xml                                     |   23 +-
 framework/Support/test/Horde/Support/RandomidTest.php             |   37 +
 framework/Support/test/Horde/Support/UuidTest.php                 |   19 +-
 framework/SyncML/SyncML/Backend/Sql.php                           |   23 +-
 framework/SyncML/SyncML/Device.php                                |    4 +-
 framework/SyncML/SyncML/Device/Sync4j.php                         |  142 +-
 framework/SyncML/SyncML/Device/Synthesis.php                      |    2 +-
 framework/SyncML/package.xml                                      |    4 +
 framework/SyncML/tests/sif.phpt                                   |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter.php                   |   15 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Bbcode.php            |   48 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Emails.php            |  173 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Emoticons.php         |    4 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Environment.php       |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Exception.php         |   17 +
 framework/Text_Filter/lib/Horde/Text/Filter/Highlightquotes.php   |   82 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php         |    3 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Text2html.php         |   53 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Xss.php               |  433 +-
 framework/Text_Filter/package.xml                                 |  117 +-
 framework/Text_Filter/test/Horde/Text/Filter/AllTests.php         |   38 +
 framework/Text_Filter/test/Horde/Text/Filter/Autoload.php         |   28 +
 framework/Text_Filter/test/Horde/Text/Filter/EmailsTest.php       |   39 +
 framework/Text_Filter/test/Horde/Text/Filter/EnvironmentTest.php  |   35 +
 framework/Text_Filter/test/Horde/Text/Filter/Html2textTest.php    |  448 +
 framework/Text_Filter/test/Horde/Text/Filter/Space2htmlTest.php   |   53 +
 framework/Text_Filter/test/Horde/Text/Filter/Text2htmlTest.php    |  107 +
 framework/Text_Filter/test/Horde/Text/Filter/XssTest.php          |  Bin 0 -> 22419 bytes
 framework/Text_Filter/test/Horde/Text/Filter/emails.phpt          |   40 -
 framework/Text_Filter/test/Horde/Text/Filter/environment.phpt     |   31 -
 .../Text_Filter/test/Horde/Text/Filter/fixtures/html2text.html    |  176 -
 .../Text_Filter/test/Horde/Text/Filter/fixtures/style_xss01.html  |    1 -
 .../Text_Filter/test/Horde/Text/Filter/fixtures/text2html.txt     |    9 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss01.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss02.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss03.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss04.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss05.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss06.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss07.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss08.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss09.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss10.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss100.html |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss11.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss12.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss13.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss14.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss15.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss16.html  |   28 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss17.html  |  Bin 35 -> 0 bytes
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss18.html  |  Bin 32 -> 0 bytes
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss19.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss20.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss21.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss22.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss23.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss24.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss25.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss26.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss27.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss28.html  |    2 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss29.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss30.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss31.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss32.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss33.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss34.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss35.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss36.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss37.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss38.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss39.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss40.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss41.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss42.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss43.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss44.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss45.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss46.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss47.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss48.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss49.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss50.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss51.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss52.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss53.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss54.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss55.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss56.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss57.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss58.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss59.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss60.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss61.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss62.html  |    2 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss63.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss64.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss65.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss66.html  |    3 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss67.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss68.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss69.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss70.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss71.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss72.html  |    4 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss73.html  |    2 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss74.html  |    2 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss75.html  |    2 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss76.html  |    5 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss77.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss78.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss79.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss80.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss81.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss82.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss83.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss84.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss85.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss95.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss96.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss97.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss98.html  |   12 -
 framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss99.html  |    1 -
 framework/Text_Filter/test/Horde/Text/Filter/html2text.phpt       |  155 -
 framework/Text_Filter/test/Horde/Text/Filter/html2text2.phpt      |   37 -
 framework/Text_Filter/test/Horde/Text/Filter/html2text3.phpt      |   66 -
 framework/Text_Filter/test/Horde/Text/Filter/phpunit.xml          |    8 +
 framework/Text_Filter/test/Horde/Text/Filter/space2html.phpt      |   29 -
 framework/Text_Filter/test/Horde/Text/Filter/text2html.phpt       |   94 -
 framework/Text_Filter/test/Horde/Text/Filter/xss.phpt             |  247 -
 framework/Token/lib/Horde/Token.php                               |    2 +-
 framework/Tree/lib/Horde/Tree.php                                 |   51 +-
 framework/Tree/lib/Horde/Tree/Select.php                          |    2 +
 framework/Ui/lib/Horde/Ui/FlagImage.php                           |   39 -
 framework/Ui/lib/Horde/Ui/JsCalendar.php                          |   82 -
 framework/Ui/lib/Horde/Ui/Language.php                            |   44 -
 framework/Ui/lib/Horde/Ui/Layout.php                              |   22 +
 framework/Ui/lib/Horde/Ui/Pager.php                               |  129 -
 framework/Ui/lib/Horde/Ui/Tabs.php                                |  112 -
 framework/Ui/lib/Horde/Ui/TagCloud.php                            |  315 -
 framework/Ui/lib/Horde/Ui/VarRenderer.php                         |  103 -
 framework/Ui/lib/Horde/Ui/VarRenderer/Html.php                    | 1671 --
 framework/Ui/lib/Horde/Ui/VarRenderer/TablesetHtml.php            |  121 -
 framework/Ui/lib/Horde/Ui/Widget.php                              |  127 -
 framework/Ui/package.xml                                          |   83 +-
 framework/Url/lib/Horde/Url.php                                   |   41 +-
 framework/Url/lib/Horde/Url/Exception.php                         |   17 +
 framework/Url/package.xml                                         |    9 +-
 framework/Url/test/Horde/Url/AddTest.php                          |    8 +-
 framework/Url/test/Horde/Url/RedirectTest.php                     |   22 +
 framework/Url/test/Horde/Url/RemoveTest.php                       |    4 +-
 framework/Util/lib/Horde/Util.php                                 |    6 +-
 framework/VFS/lib/VFS/sql.php                                     |  105 +-
 framework/VFS/lib/VFS/sql_file.php                                |   54 +-
 framework/View/lib/Horde/View/Helper/Url.php                      |    2 +-
 framework/iCalendar/docs/examples/exchange.ics                    |   53 -
 framework/iCalendar/docs/examples/exdate.ics                      |   16 -
 framework/iCalendar/docs/examples/ical.ics                        |   40 -
 framework/iCalendar/docs/examples/parser.php                      |   48 -
 framework/iCalendar/docs/examples/test_recurring.vcs              |   50 -
 framework/iCalendar/docs/examples/vnote.txt                       |    7 -
 framework/iCalendar/iCalendar.php                                 | 1490 --
 framework/iCalendar/iCalendar/valarm.php                          |   27 -
 framework/iCalendar/iCalendar/vcard.php                           |  141 -
 framework/iCalendar/iCalendar/vevent.php                          |  229 -
 framework/iCalendar/iCalendar/vfreebusy.php                       |  453 -
 framework/iCalendar/iCalendar/vjournal.php                        |   27 -
 framework/iCalendar/iCalendar/vnote.php                           |   60 -
 framework/iCalendar/iCalendar/vtimezone.php                       |  205 -
 framework/iCalendar/iCalendar/vtodo.php                           |   83 -
 framework/iCalendar/package.xml                                   |  162 -
 framework/iCalendar/tests/.cvsignore                              |    5 -
 framework/iCalendar/tests/bug_7423.phpt                           |   32 -
 framework/iCalendar/tests/charset1.phpt                           |   50 -
 framework/iCalendar/tests/empty_data.phpt                         |   30 -
 framework/iCalendar/tests/fixtures/vTimezone/AuthorChats.ics      |  208 -
 framework/iCalendar/tests/fixtures/vTimezone/MMMPseminar.ics      |  180 -
 framework/iCalendar/tests/fixtures/vTimezone/Moon_Days.ics        |  226 -
 framework/iCalendar/tests/fixtures/vTimezone/ProjectCalendar.ics  |  137 -
 framework/iCalendar/tests/fixtures/vTimezone/SpanishHolidays.ics  |  316 -
 framework/iCalendar/tests/fixtures/vTimezone/allcategories.vcs    |  166 -
 framework/iCalendar/tests/fixtures/vTimezone/arsenal32FC.ics      | 3594 ----
 framework/iCalendar/tests/fixtures/vTimezone/events.ics           |   26 -
 framework/iCalendar/tests/fixtures/vTimezone/exchange.ics         |   53 -
 framework/iCalendar/tests/fixtures/vTimezone/exdate.ics           |   16 -
 framework/iCalendar/tests/fixtures/vTimezone/iscw.ics             |  103 -
 framework/iCalendar/tests/fixtures/vTimezone/meeting.ics          |   71 -
 framework/iCalendar/tests/fixtures/vTimezone/privacy_events.ics   |  263 -
 framework/iCalendar/tests/fixtures/vTimezone/rfc2445.ics          |  305 -
 framework/iCalendar/tests/fixtures/vTimezone/test.vcs             |   34 -
 framework/iCalendar/tests/fixtures/vTimezone/test4.vcs            |   39 -
 framework/iCalendar/tests/fixtures/vTimezone/test_recurring.vcs   |   50 -
 framework/iCalendar/tests/fixtures/vTimezone/wicca.ics            |  568 -
 framework/iCalendar/tests/geo.phpt                                |   37 -
 framework/iCalendar/tests/iCalendar.phpt                          |   36 -
 framework/iCalendar/tests/line-folding.phpt                       |  181 -
 framework/iCalendar/tests/quoted-params.phpt                      |   43 -
 framework/iCalendar/tests/read-escapes.phpt                       |   59 -
 framework/iCalendar/tests/read-vcard-org.phpt                     |   25 -
 framework/iCalendar/tests/read-write-escapes.phpt                 |   43 -
 framework/iCalendar/tests/timezones.phpt                          |  828 -
 framework/iCalendar/tests/vcal20.phpt                             |  321 -
 framework/iCalendar/tests/vfreebusy.phpt                          |  269 -
 framework/iCalendar/tests/write-escapes.phpt                      |   51 -
 gollem/config/mime_drivers.php.dist                               |   37 +-
 gollem/lib/Api.php                                                |    2 +-
 gollem/lib/Auth.php                                               |    9 +-
 gollem/lib/Block/tree_menu.php                                    |    8 +-
 gollem/lib/Gollem.php                                             |    2 +-
 gollem/lib/Mime/Viewer/Images.php                                 |    6 +-
 gollem/locale/ca_ES/help.xml                                      |   26 +-
 gollem/locale/de_DE/help.xml                                      |   68 +-
 gollem/locale/hu_HU/help.xml                                      |   98 +-
 gollem/locale/lv_LV/help.xml                                      |   44 +-
 gollem/locale/zh_TW/help.xml                                      |   26 +-
 gollem/manager.php                                                |    4 +-
 gollem/permissions.php                                            |    8 +-
 gollem/selectlist.php                                             |    2 +-
 gollem/view.php                                                   |    8 +-
 hermes/config/conf.xml                                            |    1 +
 hermes/deliverables.php                                           |    4 +-
 hermes/entry.php                                                  |    3 +-
 hermes/invoicing.php                                              |   18 +-
 hermes/lib/Api.php                                                |   38 +-
 hermes/lib/Block/tree_menu.php                                    |    8 +-
 hermes/lib/Block/tree_stopwatch.php                               |    8 +-
 hermes/lib/Driver/sql.php                                         |   39 +-
 hermes/lib/Forms/Search.php                                       |    4 +-
 hermes/lib/Forms/Time.php                                         |    2 +-
 hermes/lib/Hermes.php                                             |   20 +-
 hermes/lib/Table.php                                              |    8 +-
 hermes/scripts/Sandals.wdgt/themes/screen.css                     |    4 -
 hermes/search.php                                                 |    2 +-
 hermes/templates/menu.inc                                         |    2 +-
 hermes/time.php                                                   |    2 +-
 horde/admin/activesync.php                                        |   75 +-
 horde/admin/alarms.php                                            |    4 +-
 horde/admin/datatree.php                                          |    3 +-
 horde/admin/groups.php                                            |    4 +-
 horde/admin/locale/en_US/help.xml                                 |    2 +-
 horde/admin/locale/eu_ES/help.xml                                 |    2 +-
 horde/admin/locale/fi_FI/help.xml                                 |    2 +-
 horde/admin/locale/hr_HR/help.xml                                 |    2 +-
 horde/admin/locale/hu_HU/help.xml                                 |   44 +-
 horde/admin/perms/addchild.php                                    |    9 +-
 horde/admin/perms/delete.php                                      |   12 +-
 horde/admin/perms/edit.php                                        |   26 +-
 horde/admin/phpshell.php                                          |    3 +-
 horde/admin/sessions.php                                          |    2 +-
 horde/admin/setup/config.php                                      |    7 +-
 horde/admin/setup/index.php                                       |    4 +-
 horde/admin/setup/scripts.php                                     |    7 +-
 horde/admin/user.php                                              |    9 +-
 horde/bin/db_migrate                                              |   11 +-
 horde/config/hooks.php.dist                                       |    4 +-
 horde/config/mime_drivers.php.dist                                |  982 +-
 horde/config/registry.php.dist                                    |    2 +-
 horde/docs/CHANGES                                                |    3 +-
 horde/docs/CODING_STANDARDS                                       |    6 +-
 horde/docs/CODING_STANDARDS.H3                                    |    4 +
 horde/docs/UPGRADING                                              |    4 +
 horde/index.php                                                   |    9 +-
 horde/js/activesyncadmin.js                                       |   56 +-
 horde/js/activesyncprefs.js                                       |   44 +-
 horde/js/addressbooksprefs.js                                     |    2 +-
 horde/js/calendar.js                                              |  161 +-
 horde/js/hordemap/map.js                                          |    2 +-
 horde/js/hordetree.js                                             |   10 +-
 horde/js/inplaceeditor.js                                         |  464 +
 horde/js/logintasks.js                                            |   19 +
 horde/js/open_html_helper.js                                      |   66 +
 horde/js/prefs.js                                                 |   14 +
 horde/js/prototype.js                                             | 3949 +++--
 horde/js/sidebar.js                                               |   68 +-
 horde/js/sourceselect.js                                          |    2 +-
 horde/js/tooltips.js                                              |    4 +-
 horde/js/twitterclient.js                                         |   36 +-
 horde/js/userupdate.js                                            |   29 +
 horde/lib/Ajax/Application.php                                    |    2 +-
 horde/lib/Api.php                                                 |    9 +-
 horde/lib/Application.php                                         |   20 +
 horde/lib/Block/account.php                                       |   23 +-
 horde/lib/Block/cloud.php                                         |   24 +-
 horde/lib/Block/fb_stream.php                                     |   31 +-
 horde/lib/Block/feed.php                                          |   16 +-
 horde/lib/Block/fortune.php                                       |   18 +-
 horde/lib/Block/google.php                                        |   14 +-
 horde/lib/Block/iframe.php                                        |   23 +-
 horde/lib/Block/metar.php                                         |   24 +-
 horde/lib/Block/moon.php                                          |   16 +-
 horde/lib/Block/sunrise.php                                       |   16 +-
 horde/lib/Block/time.php                                          |   14 +-
 horde/lib/Block/twitter_timeline.php                              |   35 +-
 horde/lib/Block/vatid.php                                         |   12 +-
 horde/lib/Block/weatherdotcom.php                                 |   18 +-
 horde/lib/Prefs/Ui.php                                            |  125 +-
 horde/lib/Ui/Sidebar.php                                          |    2 +-
 horde/locale/ca_ES/help.xml                                       |   20 +-
 horde/locale/cs_CZ/help.xml                                       |   38 +-
 horde/locale/de_DE/help.xml                                       |   28 +-
 horde/locale/fr_FR/help.xml                                       |   18 +-
 horde/locale/it_IT/help.xml                                       |   14 +-
 horde/locale/pt_PT/help.xml                                       |   32 +-
 horde/locale/tr_TR/help.xml                                       |   20 +-
 horde/locale/zh_TW/help.xml                                       |   22 +-
 horde/login.php                                                   |   36 +-
 horde/po/translation.php                                          |    6 +-
 horde/rampage.php                                                 |   76 +-
 horde/rpc.php                                                     |    4 +-
 horde/scripts/http_login_refer.php                                |    6 +-
 horde/scripts/import_squirrelmail_file_prefs.php                  |   12 +-
 horde/scripts/import_squirrelmail_sql_prefs.php                   |   13 +-
 horde/scripts/sql/create.pgsql.sql                                |    1 +
 horde/scripts/upgrades/migrate_user_categories.php                |    2 +-
 horde/services/ajax.php                                           |    4 +-
 horde/services/changepassword.php                                 |    8 +-
 horde/services/confirm.php                                        |   12 +-
 horde/services/editor/ckeditor/ckeditor.js                        |    2 +-
 horde/services/editor/ckeditor/ckeditor_basic.js                  |    2 +-
 horde/services/editor/ckeditor/lang/af.js                         |    2 +-
 horde/services/editor/ckeditor/lang/ar.js                         |    2 +-
 horde/services/editor/ckeditor/lang/bg.js                         |    2 +-
 horde/services/editor/ckeditor/lang/bn.js                         |    2 +-
 horde/services/editor/ckeditor/lang/bs.js                         |    2 +-
 horde/services/editor/ckeditor/lang/ca.js                         |    2 +-
 horde/services/editor/ckeditor/lang/cs.js                         |    2 +-
 horde/services/editor/ckeditor/lang/cy.js                         |    2 +-
 horde/services/editor/ckeditor/lang/da.js                         |    2 +-
 horde/services/editor/ckeditor/lang/de.js                         |    2 +-
 horde/services/editor/ckeditor/lang/el.js                         |    2 +-
 horde/services/editor/ckeditor/lang/en-au.js                      |    2 +-
 horde/services/editor/ckeditor/lang/en-ca.js                      |    2 +-
 horde/services/editor/ckeditor/lang/en-gb.js                      |    2 +-
 horde/services/editor/ckeditor/lang/en.js                         |    2 +-
 horde/services/editor/ckeditor/lang/eo.js                         |    2 +-
 horde/services/editor/ckeditor/lang/es.js                         |    2 +-
 horde/services/editor/ckeditor/lang/et.js                         |    2 +-
 horde/services/editor/ckeditor/lang/eu.js                         |    2 +-
 horde/services/editor/ckeditor/lang/fa.js                         |    2 +-
 horde/services/editor/ckeditor/lang/fi.js                         |    2 +-
 horde/services/editor/ckeditor/lang/fo.js                         |    2 +-
 horde/services/editor/ckeditor/lang/fr-ca.js                      |    2 +-
 horde/services/editor/ckeditor/lang/fr.js                         |    2 +-
 horde/services/editor/ckeditor/lang/gl.js                         |    2 +-
 horde/services/editor/ckeditor/lang/gu.js                         |    2 +-
 horde/services/editor/ckeditor/lang/he.js                         |    2 +-
 horde/services/editor/ckeditor/lang/hi.js                         |    2 +-
 horde/services/editor/ckeditor/lang/hr.js                         |    2 +-
 horde/services/editor/ckeditor/lang/hu.js                         |    2 +-
 horde/services/editor/ckeditor/lang/is.js                         |    2 +-
 horde/services/editor/ckeditor/lang/it.js                         |    2 +-
 horde/services/editor/ckeditor/lang/ja.js                         |    2 +-
 horde/services/editor/ckeditor/lang/km.js                         |    2 +-
 horde/services/editor/ckeditor/lang/ko.js                         |    2 +-
 horde/services/editor/ckeditor/lang/lt.js                         |    2 +-
 horde/services/editor/ckeditor/lang/lv.js                         |    2 +-
 horde/services/editor/ckeditor/lang/mn.js                         |    2 +-
 horde/services/editor/ckeditor/lang/ms.js                         |    2 +-
 horde/services/editor/ckeditor/lang/nb.js                         |    2 +-
 horde/services/editor/ckeditor/lang/nl.js                         |    2 +-
 horde/services/editor/ckeditor/lang/no.js                         |    2 +-
 horde/services/editor/ckeditor/lang/pl.js                         |    2 +-
 horde/services/editor/ckeditor/lang/pt-br.js                      |    2 +-
 horde/services/editor/ckeditor/lang/pt.js                         |    2 +-
 horde/services/editor/ckeditor/lang/ro.js                         |    2 +-
 horde/services/editor/ckeditor/lang/ru.js                         |    2 +-
 horde/services/editor/ckeditor/lang/sk.js                         |    2 +-
 horde/services/editor/ckeditor/lang/sl.js                         |    2 +-
 horde/services/editor/ckeditor/lang/sr-latn.js                    |    2 +-
 horde/services/editor/ckeditor/lang/sr.js                         |    2 +-
 horde/services/editor/ckeditor/lang/sv.js                         |    2 +-
 horde/services/editor/ckeditor/lang/th.js                         |    2 +-
 horde/services/editor/ckeditor/lang/tr.js                         |    2 +-
 horde/services/editor/ckeditor/lang/uk.js                         |    2 +-
 horde/services/editor/ckeditor/lang/vi.js                         |    2 +-
 horde/services/editor/ckeditor/lang/zh-cn.js                      |    2 +-
 horde/services/editor/ckeditor/lang/zh.js                         |    2 +-
 horde/services/editor/ckeditor/plugins/clipboard/dialogs/paste.js |    2 +-
 horde/services/editor/ckeditor/plugins/div/dialogs/div.js         |    2 +-
 horde/services/editor/ckeditor/plugins/flash/dialogs/flash.js     |    2 +-
 horde/services/editor/ckeditor/plugins/forms/dialogs/form.js      |    2 +-
 horde/services/editor/ckeditor/plugins/forms/dialogs/textfield.js |    2 +-
 horde/services/editor/ckeditor/plugins/image/dialogs/image.js     |    2 +-
 horde/services/editor/ckeditor/plugins/link/dialogs/link.js       |    2 +-
 .../editor/ckeditor/plugins/liststyle/dialogs/liststyle.js        |    2 +-
 .../editor/ckeditor/plugins/pastefromword/filter/default.js       |    2 +-
 .../editor/ckeditor/plugins/pastetext/dialogs/pastetext.js        |    2 +-
 horde/services/editor/ckeditor/plugins/smiley/dialogs/smiley.js   |    2 +-
 horde/services/editor/ckeditor/plugins/table/dialogs/table.js     |    2 +-
 .../editor/ckeditor/plugins/tabletools/dialogs/tableCell.js       |    2 +-
 horde/services/editor/ckeditor/plugins/wsc/dialogs/wsc.css        |    2 +-
 horde/services/editor/ckeditor/skins/kama/dialog.css              |    6 +-
 horde/services/editor/ckeditor/skins/kama/editor.css              |   12 +-
 horde/services/editor/ckeditor/skins/office2003/dialog.css        |    6 +-
 horde/services/editor/ckeditor/skins/office2003/editor.css        |    8 +-
 horde/services/editor/ckeditor/skins/v2/dialog.css                |    4 +-
 horde/services/editor/ckeditor/skins/v2/editor.css                |   10 +-
 horde/services/editor/ckeditor/themes/default/theme.js            |    2 +-
 horde/services/facebook.php                                       |   11 +-
 horde/services/help/index.php                                     |    4 +-
 horde/services/imple.php                                          |    4 +-
 horde/services/javascript.php                                     |   28 -
 horde/services/language.php                                       |    9 +-
 horde/services/logintasks.php                                     |    5 +-
 horde/services/portal/sidebar.php                                 |   53 -
 horde/services/problem.php                                        |    5 +-
 horde/services/resetpassword.php                                  |   11 +-
 horde/services/sidebar.php                                        |   69 +
 horde/services/twitter.php                                        |   94 +-
 horde/services/twitterapi.php                                     |   39 -
 horde/signup.php                                                  |    9 +-
 horde/templates/admin/menu.inc                                    |    2 +-
 horde/templates/admin/user/list.inc                               |    2 +-
 horde/templates/admin/user/update.inc                             |   28 +-
 horde/templates/block/twitter_tweet.html.php                      |   38 +
 horde/templates/common-footer.inc                                 |    7 +-
 horde/templates/contents/open_view_win.js                         |   27 -
 horde/templates/javascript/open_calendar.js                       |  476 -
 horde/templates/javascript/open_html_helper.js                    |   65 -
 horde/templates/logintasks/logintasks.html                        |   19 +-
 horde/templates/menu/menu.inc                                     |    2 +-
 horde/templates/portal/edit.inc                                   |    5 +-
 horde/templates/portal/sidebar.inc                                |   12 -
 horde/templates/prefs/activesync.html                             |   18 +-
 horde/templates/prefs/app.html                                    |    4 +-
 horde/templates/prefs/begin.html                                  |    2 +-
 horde/templates/prefs/twitter.html                                |   23 +
 horde/templates/sidebar/sidebar.inc                               |   12 +
 horde/themes/facebook.css                                         |   24 +-
 horde/themes/hordeweb/screen.css                                  |    8 +-
 horde/themes/ie6_or_less.css                                      |    4 -
 horde/themes/rtl.css                                              |    4 -
 horde/themes/screen.css                                           |   49 +-
 hylax/compose.php                                                 |    2 +-
 hylax/lib/Driver.php                                              |    4 +-
 hylax/lib/Driver/spandsp.php                                      |    2 +-
 hylax/lib/Image.php                                               |    6 +-
 hylax/lib/Storage.php                                             |   13 +-
 hylax/lib/Storage/sql.php                                         |   32 +-
 hylax/print.php                                                   |    4 +-
 hylax/send.php                                                    |   12 +-
 hylax/view.php                                                    |    5 +-
 imp/attachment.php                                                |    8 +-
 imp/compose-dimp.php                                              |    2 +-
 imp/compose-mimp.php                                              |    2 +-
 imp/compose.php                                                   |   56 +-
 imp/config/conf.xml                                               |   45 +-
 imp/config/hooks.php.dist                                         |    4 +-
 imp/config/mime_drivers.php.dist                                  |  458 +-
 imp/config/prefs.php.dist                                         |  102 +-
 imp/contacts.php                                                  |    4 +-
 imp/docs/CHANGES                                                  |   11 +
 imp/docs/RFCS                                                     |    3 +
 imp/folders-mimp.php                                              |    3 +-
 imp/folders.php                                                   |   14 +-
 imp/index-dimp.php                                                |   13 -
 imp/js/acl.js                                                     |   55 +-
 imp/js/compose-dimp.js                                            |   52 +-
 imp/js/dimpbase.js                                                |   38 +-
 imp/js/imp.js                                                     |   16 +-
 imp/js/message.js                                                 |   19 +
 imp/js/search.js                                                  |    2 +-
 imp/js/viewport.js                                                |    2 +-
 imp/lib/Ajax/Application.php                                      |    9 +-
 imp/lib/Ajax/Imple/ContactAutoCompleter.php                       |    2 +-
 imp/lib/Ajax/Imple/PassphraseDialog.php                           |    4 +-
 imp/lib/Api.php                                                   |    4 +-
 imp/lib/Application.php                                           |   97 +-
 imp/lib/Auth.php                                                  |   43 +-
 imp/lib/Block/Newmail.php                                         |    3 +-
 imp/lib/Block/tree_folders.php                                    |  106 +-
 imp/lib/Compose.php                                               |   92 +-
 imp/lib/Contents.php                                              |   66 +-
 imp/lib/Dimp.php                                                  |    1 +
 imp/lib/IMP.php                                                   |   60 +-
 imp/lib/Imap/Tree.php                                             |    4 +-
 imp/lib/Injector/Binder/AuthImap.php                              |   51 +
 imp/lib/Injector/Binder/Imaptree.php                              |    2 +-
 imp/lib/Injector/Binder/Mail.php                                  |    8 +-
 imp/lib/Injector/Binder/MimeViewer.php                            |   32 +
 imp/lib/Injector/Binder/Quota.php                                 |   10 +-
 imp/lib/Injector/Factory/MimeViewer.php                           |   97 +
 imp/lib/Message.php                                               |   20 +-
 imp/lib/Mime/Viewer/Alternative.php                               |   17 +-
 imp/lib/Mime/Viewer/Appledouble.php                               |   19 +-
 imp/lib/Mime/Viewer/Enriched.php                                  |    9 +-
 imp/lib/Mime/Viewer/Html.php                                      |  393 +-
 imp/lib/Mime/Viewer/Images.php                                    |   42 +-
 imp/lib/Mime/Viewer/Itip.php                                      |  222 +-
 imp/lib/Mime/Viewer/Mdn.php                                       |   22 +-
 imp/lib/Mime/Viewer/Partial.php                                   |   10 +-
 imp/lib/Mime/Viewer/Pdf.php                                       |   25 +-
 imp/lib/Mime/Viewer/Pgp.php                                       |   51 +-
 imp/lib/Mime/Viewer/Plain.php                                     |   25 +-
 imp/lib/Mime/Viewer/Related.php                                   |   15 +-
 imp/lib/Mime/Viewer/Rfc822.php                                    |    6 +-
 imp/lib/Mime/Viewer/Smil.php                                      |   13 +-
 imp/lib/Mime/Viewer/Smime.php                                     |   35 +-
 imp/lib/Mime/Viewer/Status.php                                    |   24 +-
 imp/lib/Mime/Viewer/Tnef.php                                      |  140 -
 imp/lib/Mime/Viewer/Vcard.php                                     |    8 +-
 imp/lib/Mime/Viewer/Zip.php                                       |   35 +-
 imp/lib/Prefs/Identity.php                                        |   41 +-
 imp/lib/Prefs/Ui.php                                              |  217 +-
 imp/lib/Quota/Sql.php                                             |   78 +-
 imp/lib/Sentmail/Sql.php                                          |   10 +-
 imp/lib/Spam.php                                                  |   15 +-
 imp/lib/Ui/Block.php                                              |    3 +-
 imp/lib/Ui/Compose.php                                            |   34 +-
 imp/lib/Ui/Mailbox.php                                            |    2 +-
 imp/lib/Ui/Message.php                                            |    8 +-
 imp/lib/Ui/Mimp.php                                               |    2 +-
 imp/lib/Views/Compose.php                                         |    8 +-
 imp/lib/Views/ListMessages.php                                    |    3 +-
 imp/lib/tests/mime_viewer_html.phpt                               |  124 +-
 imp/locale/ca_ES/help.xml                                         |  330 +-
 imp/locale/cs_CZ/help.xml                                         |  248 +-
 imp/locale/da_DK/help.xml                                         |   58 +-
 imp/locale/de_DE/help.xml                                         | 1000 +-
 imp/locale/el_GR/help.xml                                         |   84 +-
 imp/locale/en_US/help.xml                                         |    8 +
 imp/locale/fr_FR/help.xml                                         |   66 +-
 imp/locale/hu_HU/help.xml                                         |  328 +-
 imp/locale/it_IT/help.xml                                         |   30 +-
 imp/locale/pt_BR/help.xml                                         |  320 +-
 imp/locale/ru_RU/help.xml                                         |   76 +-
 imp/locale/sk_SK/help.xml                                         |  154 +-
 imp/locale/tr_TR/help.xml                                         |  416 +-
 imp/locale/zh_TW/help.xml                                         |  764 +-
 imp/mailbox.php                                                   |   46 +-
 imp/message-mimp.php                                              |   14 +-
 imp/message.php                                                   |   35 +-
 imp/pgp.php                                                       |   31 +-
 imp/rss.php                                                       |    2 +-
 imp/search-basic.php                                              |    3 +-
 imp/search.php                                                    |   13 +-
 imp/smime.php                                                     |   35 +-
 imp/templates/dimp/index.inc                                      |   20 +-
 imp/templates/dimp/javascript_defs_dimp.php                       |    4 +-
 imp/templates/imp/compose/redirect.html                           |    4 +-
 imp/templates/prefs/pgpprivatekey.html                            |    6 +-
 imp/templates/prefs/pgppublickey.html                             |    8 +-
 imp/templates/prefs/sentmail.html                                 |    2 +-
 imp/templates/prefs/smimeprivatekey.html                          |    4 +-
 imp/templates/prefs/smimepublickey.html                           |    8 +-
 imp/thread.php                                                    |    5 +-
 imp/view.php                                                      |    7 +-
 ingo/blacklist.php                                                |    3 +-
 ingo/config/backends.php.dist                                     |    2 +-
 ingo/docs/CHANGES                                                 |    2 +
 ingo/filters.php                                                  |   12 +-
 ingo/forward.php                                                  |    6 +-
 ingo/lib/Application.php                                          |   24 +-
 ingo/lib/Block/overview.php                                       |   22 +-
 ingo/lib/Ingo.php                                                 |    4 +-
 ingo/lib/Script/Maildrop/Recipe.php                               |    2 +-
 ingo/lib/Script/Maildrop/Variable.php                             |    2 +-
 ingo/lib/Script/Procmail/Recipe.php                               |    8 +-
 ingo/lib/Storage/Prefs.php                                        |   20 +-
 ingo/lib/Storage/Sql.php                                          |   80 +-
 ingo/lib/Ui/VarRenderer/Ingo.php                                  |    2 +-
 ingo/locale/ca_ES/help.xml                                        |  150 +-
 ingo/locale/de_DE/help.xml                                        |  152 +-
 ingo/locale/fr_FR/help.xml                                        |  226 +-
 ingo/locale/lv_LV/help.xml                                        |  182 +-
 ingo/rule.php                                                     |    6 +-
 ingo/script.php                                                   |    3 +-
 ingo/spam.php                                                     |    8 +-
 ingo/vacation.php                                                 |    6 +-
 ingo/whitelist.php                                                |    3 +-
 jonah/channels/edit.php                                           |    2 +-
 jonah/channels/index.php                                          |    2 +-
 jonah/delivery/html.php                                           |    2 +-
 jonah/delivery/rss.php                                            |    2 +-
 jonah/lib/Api.php                                                 |    6 +-
 jonah/lib/Block/latest.php                                        |    2 +-
 jonah/lib/Block/story.php                                         |   18 +-
 jonah/lib/Driver.php                                              |    6 +-
 jonah/lib/Driver/Sql.php                                          |   48 +-
 jonah/lib/News.php                                                |    6 +-
 jonah/lib/News/sql.php                                            |   49 +-
 jonah/stories/delete.php                                          |    4 +-
 jonah/stories/edit.php                                            |    2 +-
 jonah/stories/index.php                                           |    2 +-
 jonah/stories/pdf.php                                             |    3 +-
 jonah/stories/results.php                                         |    5 +-
 jonah/stories/share.php                                           |    6 +-
 jonah/stories/view.php                                            |    3 +-
 kastalia/templates/common-footer.inc                              |    2 +-
 kastalia/templates/menu.inc                                       |    2 +-
 koward/lib/Koward/Cli.php                                         |    4 +-
 koward/lib/Koward/Controller/Application.php                      |    7 +-
 koward/lib/Koward/Controller/IndexController.php                  |   18 +-
 koward/lib/Koward/Controller/ObjectController.php                 |   38 +-
 koward/www/horde/config/prefs.php.dist                            |    2 +-
 koward/www/htdocs/horde/themes/ie6_or_less.css                    |    4 -
 koward/www/htdocs/horde/themes/rtl.css                            |    4 -
 koward/www/htdocs/horde/themes/screen.css                         |    4 -
 koward/www/htdocs/koward/koward.php                               |    2 +-
 kronolith/add.php                                                 |   84 +-
 kronolith/attendees.php                                           |   14 +-
 kronolith/calendars/create.php                                    |   10 +-
 kronolith/calendars/delete.php                                    |   20 +-
 kronolith/calendars/edit.php                                      |   26 +-
 kronolith/calendars/index.php                                     |    9 +-
 kronolith/calendars/info.php                                      |    4 +-
 kronolith/calendars/remote_edit.php                               |   19 +-
 kronolith/calendars/remote_subscribe.php                          |   16 +-
 kronolith/calendars/remote_unsubscribe.php                        |   19 +-
 kronolith/config/hooks.php.dist                                   |    4 +-
 kronolith/contacts.php                                            |    4 +
 kronolith/data.php                                                |   78 +-
 kronolith/day.php                                                 |    4 +
 kronolith/delete.php                                              |   26 +-
 kronolith/docs/CHANGES                                            |    3 +
 kronolith/edit.php                                                |  182 +-
 kronolith/event.php                                               |   13 +-
 kronolith/fb.php                                                  |    6 +-
 kronolith/index.php                                               |   54 +-
 kronolith/js/calendar-panel.js                                    |    2 +-
 kronolith/js/edit.js                                              |  531 +
 kronolith/js/goto.js                                              |   63 +
 kronolith/js/kronolith.js                                         |   40 +-
 kronolith/js/views.js                                             |    4 +-
 kronolith/lib/Ajax/Application.php                                |   51 +-
 kronolith/lib/Ajax/Imple/ContactAutoCompleter.php                 |    7 +-
 kronolith/lib/Ajax/Imple/Embed.php                                |    2 +-
 kronolith/lib/Ajax/Imple/TagActions.php                           |    2 +-
 kronolith/lib/Ajax/Imple/TagAutoCompleter.php                     |    7 +-
 kronolith/lib/Api.php                                             |  148 +-
 kronolith/lib/Application.php                                     |   23 +-
 kronolith/lib/Block/month.php                                     |   74 +-
 kronolith/lib/Block/monthlist.php                                 |   54 +-
 kronolith/lib/Block/prevmonthlist.php                             |   38 +-
 kronolith/lib/Block/summary.php                                   |   61 +-
 kronolith/lib/Block/tree_alarms.php                               |    8 +-
 kronolith/lib/Block/tree_menu.php                                 |    8 +-
 kronolith/lib/Calendar.php                                        |  121 +
 kronolith/lib/Calendar/External.php                               |   78 +
 kronolith/lib/Calendar/Holiday.php                                |   57 +
 kronolith/lib/Calendar/Internal.php                               |  123 +
 kronolith/lib/Calendar/Remote.php                                 |  165 +
 kronolith/lib/Driver.php                                          |   31 +-
 kronolith/lib/Driver/Horde.php                                    |   13 +-
 kronolith/lib/Driver/Ical.php                                     |  536 +-
 kronolith/lib/Driver/Kolab.php                                    |   65 +-
 kronolith/lib/Driver/Sql.php                                      |  232 +-
 kronolith/lib/Event.php                                           |  362 +-
 kronolith/lib/Event/Ical.php                                      |   69 +-
 kronolith/lib/Event/Kolab.php                                     |    2 +-
 kronolith/lib/Event/Resource.php                                  |  177 +-
 kronolith/lib/Event/Sql.php                                       |   76 +-
 kronolith/lib/FreeBusy.php                                        |   24 +-
 kronolith/lib/FreeBusy/View.php                                   |   10 +-
 kronolith/lib/Geo/Mysql.php                                       |    5 +-
 kronolith/lib/Geo/Sql.php                                         |   61 +-
 kronolith/lib/Kronolith.php                                       |  490 +-
 kronolith/lib/LoginTasks/Task/PurgeEvents.php                     |    7 +-
 kronolith/lib/Resource.php                                        |    4 +-
 kronolith/lib/Storage/kolab.php                                   |    4 +-
 kronolith/lib/Storage/sql.php                                     |   56 +-
 kronolith/lib/Tagger.php                                          |    2 +-
 kronolith/lib/View/Day.php                                        |   15 +-
 kronolith/lib/View/EditEvent.php                                  |   24 +-
 kronolith/lib/View/ExportEvent.php                                |    2 +-
 kronolith/lib/View/Month.php                                      |    6 +-
 kronolith/lib/View/Week.php                                       |   12 +-
 kronolith/lib/tests/allday.phpt                                   |    6 +-
 kronolith/lib/tests/bug7068.phpt                                  |    6 +-
 kronolith/lib/tests/toicalendar.phpt                              |   16 +-
 kronolith/locale/ca_ES/help.xml                                   |   58 +-
 kronolith/locale/de_DE/help.xml                                   |   94 +-
 kronolith/locale/fr_FR/help.xml                                   |   44 +-
 kronolith/locale/hu_HU/help.xml                                   |  152 +-
 kronolith/locale/pt_BR/help.xml                                   |   56 +-
 kronolith/locale/tr_TR/help.xml                                   |   56 +-
 kronolith/month.php                                               |    4 +
 kronolith/new.php                                                 |   30 +-
 kronolith/perms.php                                               |    4 +
 kronolith/po/de_DE.po                                             |    6 +-
 kronolith/resources/create.php                                    |    9 +-
 kronolith/resources/delete.php                                    |   16 +-
 kronolith/resources/edit.php                                      |   16 +-
 kronolith/resources/groups/create.php                             |    6 +-
 kronolith/resources/groups/delete.php                             |   12 +-
 kronolith/resources/groups/edit.php                               |   12 +-
 kronolith/resources/groups/index.php                              |    3 +-
 kronolith/resources/index.php                                     |    7 +-
 kronolith/scripts/agenda.php                                      |   74 +-
 kronolith/scripts/import_squirrelmail_calendar.php                |    9 +-
 kronolith/scripts/upgrades/convert_to_utc.php                     |    7 +-
 kronolith/search.php                                              |   43 +-
 kronolith/templates/agenda/notification.html.php                  |   19 +
 kronolith/templates/agenda/notification.plain.php                 |   11 +
 kronolith/templates/calendar_titles.inc                           |    2 +-
 kronolith/templates/chunks/calendar.php                           |    7 +-
 kronolith/templates/common-header.inc                             |    6 -
 kronolith/templates/contacts/contacts.inc                         |    2 +-
 kronolith/templates/data/export.inc                               |    8 +-
 kronolith/templates/data/import.inc                               |    8 +-
 kronolith/templates/delete/delete.inc                             |    1 +
 kronolith/templates/delete/one.inc                                |    1 +
 kronolith/templates/edit/edit.inc                                 |  135 +-
 kronolith/templates/edit/edit_timespan.inc                        |   30 +-
 kronolith/templates/edit/javascript.inc                           |  288 -
 kronolith/templates/itip/notification.html.php                    |    2 +-
 kronolith/templates/javascript/goto.js                            |  316 -
 kronolith/templates/javascript_defs.php                           |   17 +-
 kronolith/templates/menu.inc                                      |    2 +-
 kronolith/templates/panel.inc                                     |   57 +-
 kronolith/templates/search/search_advanced.inc                    |    4 -
 kronolith/templates/view/view.inc                                 |    6 +-
 kronolith/themes/screen.css                                       |    5 +-
 kronolith/view.php                                                |    4 +
 kronolith/week.php                                                |    4 +
 kronolith/workweek.php                                            |    5 +
 kronolith/year.php                                                |    5 +
 luxor/config/mime_drivers.php.dist                                |   38 +-
 luxor/lib/Driver/sql.php                                          |   46 +-
 luxor/lib/Lang/Generic.php                                        |    2 +-
 luxor/lib/Luxor.php                                               |   12 +-
 luxor/search.php                                                  |    6 +-
 luxor/source.php                                                  |    2 +-
 luxor/symbol.php                                                  |    2 +-
 luxor/templates/menu.inc                                          |    2 +-
 mnemo/lib/Ajax/Imple/EditNote.php                                 |   84 +
 mnemo/lib/Application.php                                         |   22 +-
 mnemo/lib/Block/note.php                                          |   85 +
 mnemo/lib/Block/summary.php                                       |   18 +-
 mnemo/lib/Block/tree_menu.php                                     |   23 +-
 mnemo/lib/Driver.php                                              |   14 -
 mnemo/lib/Driver/kolab.php                                        |    4 +-
 mnemo/lib/Driver/sql.php                                          |   88 +-
 mnemo/lib/Forms/CreateNotepad.php                                 |    2 +-
 mnemo/lib/Mnemo.php                                               |   12 +-
 mnemo/locale/de_DE/help.xml                                       |   54 +-
 mnemo/locale/hu_HU/help.xml                                       |   56 +-
 mnemo/locale/it_IT/help.xml                                       |   10 +-
 mnemo/locale/lv_LV/help.xml                                       |   34 +-
 mnemo/locale/sk_SK/help.xml                                       |   34 +-
 mnemo/locale/tr_TR/help.xml                                       |   38 +-
 mnemo/memo.php                                                    |   50 +-
 mnemo/note/pdf.php                                                |   15 +-
 mnemo/notepads/create.php                                         |    6 +-
 mnemo/notepads/delete.php                                         |   15 +-
 mnemo/notepads/edit.php                                           |   12 +-
 mnemo/notes/index.php                                             |    5 +-
 mnemo/search.php                                                  |    6 +-
 mnemo/templates/menu.inc                                          |    2 +-
 mnemo/templates/view/memo.inc                                     |    2 +-
 mnemo/themes/screen.css                                           |    3 +
 mnemo/view.php                                                    |   15 +-
 nag/js/calendar.js                                                |  109 +
 nag/lib/Api.php                                                   |    5 +-
 nag/lib/Application.php                                           |   18 +-
 nag/lib/Block/summary.php                                         |   16 +-
 nag/lib/Block/tree_alarms.php                                     |    8 +-
 nag/lib/Block/tree_menu.php                                       |    8 +-
 nag/lib/Driver.php                                                |   16 +-
 nag/lib/Driver/Kolab.php                                          |    4 +-
 nag/lib/Driver/Sql.php                                            |  319 +-
 nag/lib/Nag.php                                                   |   10 +-
 nag/lib/Task.php                                                  |    2 +-
 nag/lib/Ui/VarRenderer/Nag.php                                    |  120 +-
 nag/list.php                                                      |    2 +-
 nag/locale/ca_ES/help.xml                                         |   14 +-
 nag/locale/de_DE/help.xml                                         |   26 +-
 nag/locale/hu_HU/help.xml                                         |   12 +-
 nag/locale/lv_LV/help.xml                                         |   12 +-
 nag/locale/sk_SK/help.xml                                         |   14 +-
 nag/locale/tr_TR/help.xml                                         |   14 +-
 nag/quick.php                                                     |   18 +-
 .../upgrades/2006-04-18_add_creator_and_assignee_fields.php       |    4 +-
 nag/search.php                                                    |    6 +-
 nag/task.php                                                      |   36 +-
 nag/tasklists/create.php                                          |    6 +-
 nag/tasklists/delete.php                                          |   15 +-
 nag/tasklists/edit.php                                            |   12 +-
 nag/tasks/index.php                                               |    7 +-
 nag/templates/menu.inc                                            |    2 +-
 nag/themes/screen.css                                             |    5 +
 nag/view.php                                                      |   12 +-
 news/add.php                                                      |   12 +-
 news/admin/categories/delete.php                                  |    3 +-
 news/admin/categories/edit.php                                    |    4 +-
 news/admin/sources/delete.php                                     |    3 +-
 news/admin/sources/edit.php                                       |    3 +-
 news/admin/tabs.php                                               |    2 +-
 news/browse.php                                                   |    3 +-
 news/delete.php                                                   |    8 +-
 news/delete_file.php                                              |    8 +-
 news/edit.php                                                     |   24 +-
 news/files.php                                                    |    2 +-
 news/lib/Block/category.php                                       |   14 +-
 news/lib/Block/last.php                                           |   15 +-
 news/lib/Block/last_blogs.php                                     |   13 +-
 news/lib/Block/most_commented.php                                 |   14 +-
 news/lib/Block/most_read.php                                      |   14 +-
 news/lib/Driver/sql.php                                           |   58 +-
 news/lib/Forms/Search.php                                         |    2 +-
 news/lib/News.php                                                 |    2 +-
 news/lib/Search.php                                               |    2 +-
 news/lib/TagCloud.php                                             |    2 +-
 news/mail.php                                                     |    9 +-
 news/news.php                                                     |    3 +-
 news/note.php                                                     |    5 +-
 news/pdf.php                                                      |    3 +-
 news/search.php                                                   |    3 +-
 news/templates/menu.inc                                           |    2 +-
 operator/lib/Driver/asterisksql.php                               |   74 +-
 operator/search.php                                               |    2 +-
 operator/templates/menu.inc                                       |    2 +-
 passwd/lib/Driver.php                                             |    5 +-
 passwd/locale/de_DE/help.xml                                      |   34 +-
 passwd/locale/hu_HU/help.xml                                      |   34 +-
 passwd/locale/ru_RU/help.xml                                      |   44 +-
 passwd/main.php                                                   |    5 +-
 pastie/lib/Driver/Sql.php                                         |   62 +-
 pastie/paste.php                                                  |    4 +-
 pastie/templates/menu.inc                                         |    2 +-
 shout/dialplan.php                                                |    2 +-
 shout/index.php                                                   |    8 +-
 shout/lib/Ajax/Application.php                                    |    2 +-
 shout/lib/Driver/Ldap.php                                         |    3 +-
 shout/lib/Driver/Sql.php                                          |   63 +-
 shout/lib/Shout.php                                               |    2 +-
 shout/templates/menu.inc                                          |    2 +-
 shout/wizard.php                                                  |    3 +-
 skeleton/templates/menu.inc                                       |    2 +-
 skoli/add.php                                                     |    7 +-
 skoli/classes/create.php                                          |    9 +-
 skoli/classes/delete.php                                          |   12 +-
 skoli/classes/edit.php                                            |   12 +-
 skoli/classes/index.php                                           |    3 +-
 skoli/data.php                                                    |    3 +-
 skoli/entry.php                                                   |   23 +-
 skoli/lib/Driver.php                                              |   13 -
 skoli/lib/Driver/sql.php                                          |   99 +-
 skoli/lib/Forms/CreateClass.php                                   |    2 +-
 skoli/list.php                                                    |    3 +-
 skoli/locale/de_DE/help.xml                                       |   10 +-
 skoli/search.php                                                  |    5 +-
 skoli/templates/menu.inc                                          |    2 +-
 trean/add.php                                                     |   27 +-
 trean/bookmark.php                                                |    6 +-
 trean/browse.php                                                  |   11 +-
 trean/data.php                                                    |    6 +-
 trean/edit.php                                                    |   49 +-
 trean/lib/Api.php                                                 |   34 +-
 trean/lib/Application.php                                         |    4 +-
 trean/lib/Block/bookmarks.php                                     |   22 +-
 trean/lib/Block/highestrated.php                                  |   19 +-
 trean/lib/Block/mostclicked.php                                   |   19 +-
 trean/lib/Block/tree_menu.php                                     |   17 +-
 trean/lib/Bookmarks.php                                           |   10 +-
 trean/lib/Trean.php                                               |    4 +-
 trean/locale/lv_LV/help.xml                                       |    8 +-
 trean/redirect.php                                                |    2 +-
 trean/templates/menu.inc                                          |    2 +-
 turba/add.php                                                     |    8 +-
 turba/addressbooks/create.php                                     |    5 +-
 turba/addressbooks/delete.php                                     |   14 +-
 turba/addressbooks/edit.php                                       |   11 +-
 turba/browse.php                                                  |    2 +-
 turba/config/mime_drivers.php.dist                                |   20 +-
 turba/contact.php                                                 |   13 +-
 turba/data.php                                                    |    2 +-
 turba/delete.php                                                  |   26 +-
 turba/deletefile.php                                              |   11 +-
 turba/edit.php                                                    |   22 +-
 turba/js/browse.js                                                |   92 +
 turba/lib/Api.php                                                 |   10 +-
 turba/lib/Block/minisearch.php                                    |   13 +-
 turba/lib/Block/tree_menu.php                                     |   12 +-
 turba/lib/Driver.php                                              |  166 +-
 turba/lib/Driver/Facebook.php                                     |   89 +-
 turba/lib/Driver/Kolab.php                                        |   10 +-
 turba/lib/Driver/Sql.php                                          |    2 +-
 turba/lib/Form/AddContact.php                                     |    6 +-
 turba/lib/Form/EditContactGroup.php                               |   33 +-
 turba/lib/LoginTasks/SystemTask/UpgradeLists.php                  |    2 +-
 turba/lib/Object.php                                              |   25 +-
 turba/lib/Object/Group.php                                        |    8 +-
 turba/lib/Turba.php                                               |   23 +
 turba/lib/View/Browse.php                                         |    8 +-
 turba/lib/View/DeleteContact.php                                  |    2 +-
 turba/lib/View/EditContact.php                                    |    2 +-
 turba/lib/View/List.php                                           |   16 +-
 turba/lib/tests/tohash.phpt                                       |    4 +-
 turba/locale/ca_ES/help.xml                                       |   56 +-
 turba/locale/de_DE/help.xml                                       |  104 +-
 turba/locale/fr_FR/help.xml                                       |   56 +-
 turba/locale/pt_BR/help.xml                                       |    8 +-
 turba/locale/pt_PT/help.xml                                       |   32 +-
 turba/locale/sk_SK/help.xml                                       |   30 +-
 turba/locale/tr_TR/help.xml                                       |   64 +-
 turba/merge.php                                                   |   18 +-
 turba/scripts/import_squirrelmail_file_abook.php                  |    5 +-
 turba/scripts/import_squirrelmail_sql_abook.php                   |    8 +-
 turba/scripts/upgrades/2.1_to_2.2_sql_schema.php                  |   19 +-
 turba/scripts/upgrades/public_to_horde_share.php                  |    4 +-
 turba/search.php                                                  |   32 +-
 turba/templates/addressbook_list.php                              |    8 +-
 turba/templates/browse/actions.inc                                |    6 +-
 turba/templates/browse/column_headers.inc                         |   10 +-
 turba/templates/browse/javascript.inc                             |   88 -
 turba/templates/browse/row.inc                                    |   19 +-
 turba/templates/data/import.inc                                   |    2 +-
 turba/templates/list/alphaPager.inc                               |    7 +-
 turba/templates/menu.inc                                          |    2 +-
 turba/templates/search/header.html.php                            |    2 +-
 turba/vcard.php                                                   |    9 +-
 turba/view.php                                                    |    3 +-
 vilma/domains/delete.php                                          |    7 +-
 vilma/domains/edit.php                                            |    4 +-
 vilma/lib/Driver.php                                              |    5 +-
 vilma/lib/Driver/qmailldap.php                                    |   42 +-
 vilma/lib/Driver/sql.php                                          |   35 +-
 vilma/lib/Vilma.php                                               |    4 +-
 vilma/users/delete.php                                            |   55 +-
 vilma/users/editAlias.php                                         |   53 +-
 vilma/users/index.php                                             |    4 +-
 vilma/virtuals/delete.php                                         |   12 +-
 vilma/virtuals/edit.php                                           |    6 +-
 vilma/virtuals/index.php                                          |    2 +-
 whups/admin/index.php                                             |    9 +-
 whups/config/mime_drivers.php.dist                                |   50 +-
 whups/data.php                                                    |    7 +-
 whups/lib/Ajax/Imple/ContactAutoCompleter.php                     |    2 +-
 whups/lib/Block/myqueries.php                                     |   10 +-
 whups/lib/Block/myrequests.php                                    |   11 +-
 whups/lib/Block/mytickets.php                                     |   11 +-
 whups/lib/Block/query.php                                         |   16 +-
 whups/lib/Block/queuecontents.php                                 |   16 +-
 whups/lib/Block/queuesummary.php                                  |   11 +-
 whups/lib/Block/tree_menu.php                                     |    8 +-
 whups/lib/Block/unassigned.php                                    |   11 +-
 whups/lib/Driver/sql.php                                          |   54 +-
 whups/lib/Forms/VarRenderer.php                                   |   18 +-
 whups/lib/Mime/Viewer/Zip.php                                     |   32 +-
 whups/lib/Query.php                                               |    4 +-
 whups/lib/Renderer/Comment.php                                    |    4 +-
 whups/lib/Renderer/Query.php                                      |    2 +-
 whups/lib/Ticket.php                                              |    3 +-
 whups/lib/View/Results.php                                        |    2 +-
 whups/lib/Whups.php                                               |   17 +-
 whups/query/index.php                                             |    6 +-
 whups/query/run.php                                               |    4 +-
 whups/queue/index.php                                             |    4 +-
 whups/scripts/bugzilla-import.php                                 |    2 +-
 whups/search.php                                                  |    5 +-
 whups/search/rss.php                                              |    6 +-
 whups/templates/menu.inc                                          |    2 +-
 whups/ticket/create.php                                           |    7 +-
 whups/ticket/delete.php                                           |   11 +-
 whups/ticket/delete_attachment.php                                |    7 +-
 whups/ticket/delete_history.php                                   |    7 +-
 whups/ticket/queue.php                                            |    4 +-
 whups/ticket/type.php                                             |    4 +-
 whups/ticket/update.php                                           |    4 +-
 whups/view.php                                                    |   24 +-
 wicked/diff.php                                                   |   16 +-
 wicked/display.php                                                |   19 +-
 wicked/history.php                                                |    7 +-
 wicked/lib/Block/page.php                                         |   12 +-
 wicked/lib/Driver/sql.php                                         |   64 +-
 wicked/lib/Page/AddPage.php                                       |    3 +-
 wicked/lib/Page/DeletePage.php                                    |   23 +-
 wicked/lib/Page/EditPage.php                                      |   12 +-
 wicked/lib/Page/MergeOrRename.php                                 |    6 +-
 wicked/lib/Page/NewPage.php                                       |   16 +-
 wicked/lib/Page/RevertPage.php                                    |   22 +-
 wicked/lib/Page/SyncPages.php                                     |   12 +-
 wicked/scripts/mail-filter.php                                    |    2 +-
 wicked/templates/display/standard.inc                             |    2 +-
 wicked/templates/menu.inc                                         |    2 +-
 1628 files changed, 56124 insertions(+), 51409 deletions(-)

http://git.horde.org/diff.php/.gitignore?rt=horde-git&r1=ec20a8aeafdd6b9d32d3ad84033116906d26fc7f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/ban.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/deleteforum.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/editforum.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/forums.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/lib/Block/forums.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/lib/Block/thread.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/lib/Block/threads.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/lib/Comments.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/lib/Messages.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/messages/abuse.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/messages/delete.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/messages/edit.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/messages/index.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/messages/lock.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/messages/merge.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/messages/move.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/messages/split.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/moderate.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/moderators.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/rss/threads.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/search.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/agora/threads.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/browse.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/config/conf.xml?rt=horde-git&r1=b4b9211d7fa7b59fafd3b150ed144695724a3d46&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/disclamer.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/docs/CHANGES?rt=horde-git&r1=630a32e184831be163232908ce7a99936d834c26&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/docs/CREDITS?rt=horde-git&r1=8a517bbf2a3f1bee8f19b8bf1de4cb270fb8a2b7&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/faces/claim.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/faces/custom.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/faces/face.php?rt=horde-git&r1=17429190a9f9a8bf80779b35978cac02ebb1e50b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/faces/gallery.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/faces/report.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/faces/savecustom.php?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/faces/search/all.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/faces/search/image.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/faces/search/image_define.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/faces/search/image_save.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/faces/search/image_search.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/faces/search/name.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/faces/search/named.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/faces/search/owner.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/faces/search/tabs.php?rt=horde-git&r1=01f3b2a47fad7946a8c640fcda0a01cfaf45c648&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/gallery.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/gallery/captions.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/gallery/delete.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/gallery/sort.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/group.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/image.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/img/upload.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/index.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/js/editcaption.js?rt=horde-git&r1=342c9c84bd64728e7bb89092616407f773ba688a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/js/slideshow.js?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/EditCaption.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/EditFaces.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/lib/Ajax/Imple/EditGalleryFaces.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/Embed.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/GallerySlugCheck.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/ImageSaveGeotag.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/LocationAutoCompleter.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/TagActions.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/ToggleGalleryActions.php?rt=horde-git&r1=d06f295c234496e58ebca0db2ef65bbc0cffc753&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/ToggleOtherGalleries.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Api.php?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Application.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Block/cloud.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Block/gallery.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Block/my_galleries.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Block/random_photo.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Block/recent_comments.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Block/recent_faces.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Block/recently_added.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Block/recently_added_geodata.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/lib/Gallery/Decorator/Date.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/lib/GalleryMode/Base.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Date.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Normal.php?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Image.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/lib/ImageGenerator.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/lib/ImageGenerator/Mini.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/lib/ImageGenerator/PlainStack.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/lib/ImageGenerator/PolaroidStack.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/lib/ImageGenerator/PolaroidThumb.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/lib/ImageGenerator/PrettyThumb.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/lib/ImageGenerator/RoundedStack.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/lib/ImageGenerator/Screen.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/lib/ImageGenerator/ShadowSharpThumb.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/lib/ImageGenerator/Thumb.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/ImageView.php?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/ImageView/Mini.php?rt=horde-git&r1=cbd8bad59d9ec401aebdac10da48d90f3dc3f012&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/ImageView/PlainStack.php?rt=horde-git&r1=cbd8bad59d9ec401aebdac10da48d90f3dc3f012&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/ImageView/PolaroidStack.php?rt=horde-git&r1=cbd8bad59d9ec401aebdac10da48d90f3dc3f012&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/ImageView/PolaroidThumb.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/ImageView/PrettyThumb.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/ImageView/RoundedStack.php?rt=horde-git&r1=cbd8bad59d9ec401aebdac10da48d90f3dc3f012&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/ImageView/Screen.php?rt=horde-git&r1=cbd8bad59d9ec401aebdac10da48d90f3dc3f012&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/ImageView/ShadowSharpThumb.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/ImageView/Thumb.php?rt=horde-git&r1=cbd8bad59d9ec401aebdac10da48d90f3dc3f012&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/lib/Search/Tag.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/lib/Tagger.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Tags.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Tile/DateGallery.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Tile/Gallery.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Tile/Image.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/View/Base.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/View/EmbeddedRenderer/GalleryLink.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/View/Gallery.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/Base.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/Gallery.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/GalleryLightbox.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/View/Image.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/View/List.php?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/View/Results.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Widget/Actions.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Widget/Geotag.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Widget/ImageFaces.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Widget/OtherGalleries.php?rt=horde-git&r1=c1ef2524dc208e5ae4b056709bcf014dfb299505&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Widget/SimilarPhotos.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/lib/Widget/Tags.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/locale/fr_FR/LC_MESSAGES/ansel.mo?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/map_edit.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/po/fr_FR.po?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/protect.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/report.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/rss.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/ansel/scripts/upgrades/2010-07-30_migrate_tags_to_content.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/captions/captions.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/gallery/gallery.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/group/category.inc?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/group/header.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/group/owner.inc?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/image/crop_image.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/image/edit_image.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/image/preview_cropimage.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/image/preview_image.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/image/resize_image.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/list/header.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/tile/image.inc?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/view/gallery.inc?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/view/gallerylightbox.inc?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/view/image.inc?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/view/list.inc?rt=horde-git&r1=b563f84d8f0055a4f7fec6720778f5b961d5de8d&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/view/results.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/templates/view/slideshow.inc?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/themes/screen.css?rt=horde-git&r1=0395936f19ae533fdc096354b5b358da57ae8036&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/themes/silver/graphics/lightbox/bullet.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/themes/silver/graphics/lightbox/close.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/themes/silver/graphics/lightbox/closelabel.gif?rt=horde-git&r1=8a517bbf2a3f1bee8f19b8bf1de4cb270fb8a2b7&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/themes/silver/graphics/lightbox/loading.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/themes/silver/graphics/lightbox/nextlabel.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/themes/silver/graphics/lightbox/prevlabel.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/themes/tango-blue/graphics/lightbox/bullet.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/themes/tango-blue/graphics/lightbox/close.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/themes/tango-blue/graphics/lightbox/closelabel.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/themes/tango-blue/graphics/lightbox/loading.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/themes/tango-blue/graphics/lightbox/nextlabel.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/themes/tango-blue/graphics/lightbox/prevlabel.gif?rt=horde-git&r1=9d00fc15c891b74d170b4a66cadf101dcac48912&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ansel/xppublish.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/babel/edit.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/babel/upload.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/babel/view.php?rt=horde-git&r1=f694e1112316d4cc7bef9e9275e538f64628095a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/beatnik/autogenerate.php?rt=horde-git&r1=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/beatnik/commit.php?rt=horde-git&r1=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/beatnik/delete.php?rt=horde-git&r1=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/beatnik/editrec.php?rt=horde-git&r1=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/beatnik/lib/Driver.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/beatnik/lib/Driver/ldap2dns.php?rt=horde-git&r1=f635f9c1d2180e02a50252e62eafa90a03569ef3&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/beatnik/lib/Driver/pdnsgsql.php?rt=horde-git&r1=7e23da770e15011048375e5554f08dee8fb8aa03&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/beatnik/lib/Driver/sql.php?rt=horde-git&r1=b9163a56232f4f46f6942e17b032eb16471ca931&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/beatnik/listzones.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/beatnik/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/beatnik/viewzone.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/chora/.htaccess?rt=horde-git&r1=3939d4a2f45f25e3784f8a892207827357ea07f7&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/chora/annotate.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/chora/browsedir.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/chora/config/mime_drivers.php.dist?rt=horde-git&r1=08137096bf5e05ab323d44662b2b322b3f739aca&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/chora/cvsgraph.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/chora/diff.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/chora/history.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/chora/lib/Chora.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/chora/lib/Exception.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/chora/locale/de_DE/help.xml?rt=horde-git&r1=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/chora/patchsets.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/chora/stats.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/chora/templates/checkout/checkout.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/chora/templates/directory/header.inc?rt=horde-git&r1=afb243b5f24581b460250fa092b6748426ff5a30&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/chora/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/content/lib/Exception.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/content/lib/Tagger.php?rt=horde-git&r1=81e6ed1d8f39a1886ebb3e35aa02bec8f9ed6c52&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/crumb/lib/Driver/sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/crumb/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/fima/account.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/fima/ledgers/create.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/fima/ledgers/delete.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/fima/ledgers/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/fima/lib/Driver/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/fima/lib/Fima.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/fima/lib/Forms/CreateLedger.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/fima/lib/UI/VarRenderer/fima.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/fima/locale/de_DE/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/fima/postings.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/fima/report.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/fima/search.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/fima/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/account/resetpassword.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/account/tabs.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/activity.php?rt=horde-git&r1=c359db9b00ea1ede5895a66550f6987a110cf514&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/birthday.php?rt=horde-git&r1=c359db9b00ea1ede5895a66550f6987a110cf514&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/config/hooks.php.dist?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/edit/activity.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/edit/comments.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/edit/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/edit/facebook.php?rt=horde-git&r1=bd23015e57f302b8c55627095b50e04335309793&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/edit/friends/add.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/edit/friends/approve.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/edit/friends/blacklist.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/edit/friends/groups.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/edit/friends/reject.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/edit/privacy.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/edit/tabs.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/friends.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/lib/Driver.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/lib/Driver/sql.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/lib/Forms/Activity.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/lib/Friends.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/lib/Friends/facebook.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/lib/Friends/prefs.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/lib/Friends/shared.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/lib/Friends/sql.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/lib/Notification/facebook.php?rt=horde-git&r1=7ee32238f69e45b2d5f5c37853321505118e530f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/list.php?rt=horde-git&r1=c359db9b00ea1ede5895a66550f6987a110cf514&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/new.php?rt=horde-git&r1=c359db9b00ea1ede5895a66550f6987a110cf514&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/online.php?rt=horde-git&r1=c359db9b00ea1ede5895a66550f6987a110cf514&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/popularity.php?rt=horde-git&r1=c359db9b00ea1ede5895a66550f6987a110cf514&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/report.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/save_search.php?rt=horde-git&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/search.php?rt=horde-git&r1=6194e9375a9bc9ea15989ddb6da6420a2cdd3d34&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/folks/user.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync.php?rt=horde-git&r1=da5f0dc719d294cd95f376dae3150f2de7ed06b1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/ActiveSync/Factory.php?rt=horde-git&r1=121652b06b516af77a95fa3b18f62975c20b17e1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php?rt=horde-git&r1=fc0ca8d332b41545fdf26ed418d225b11697a516&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php?rt=horde-git&r1=95c4c936bee17d6326310e3e34bb99d401db7dde&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php?rt=horde-git&r1=d59fe80160008b7d0e7c4e61b0459c7c5bbb2894&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php?rt=horde-git&r1=21d34ecea4e7d28a44c7ac7e16e844fb8541d5c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php?rt=horde-git&r1=34ea879fc775caec7b968386495966a8732c5c26&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/File.php?rt=horde-git&r1=fc0ca8d332b41545fdf26ed418d225b11697a516&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/History.php?rt=horde-git&r1=da5f0dc719d294cd95f376dae3150f2de7ed06b1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax.php?rt=horde-git&r1=b72c6d41a4678781abd1a9f0910d5cf7f785389b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Application/Base.php?rt=horde-git&r1=45a58c6905e88bd5187afb012388cb0b774b8e9e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Exception.php?rt=horde-git&r1=13879630963e68a2bfe3f85e37082bd6d5ac6631&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Imple.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Imple/AutoCompleter.php?rt=horde-git&r1=982c3e5f00025038177f38640ee2468072004c77&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Imple/Base.php?rt=horde-git&r1=82ed1890bd98c37f2740a782f9eab123e5e50c0c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Imple/Geocoder/Geonames.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Imple/SpellChecker.php?rt=horde-git&r1=7c6fee520ba0dc9d13a01b906349afd8b850e4e7&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ajax/package.xml?rt=horde-git&r1=13879630963e68a2bfe3f85e37082bd6d5ac6631&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Alarm/lib/Horde/Alarm/Handler/Desktop.php?rt=horde-git&r1=3e4a9d6208d5cdec779b80517db1a52d9829a933&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Alarm/lib/Horde/Alarm/Handler/Mail.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Ldap.php?rt=horde-git&r1=70f3c549d92507b12371884d4c1d31f93ec7ea2c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Block/lib/Horde/Block.php?rt=horde-git&r1=44ea3d9ab81bde2dfc2199621d7ed377b8e0c9c2&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Collection.php?rt=horde-git&r1=6979c65b9e77dc2b8f17769b38bdebace679a474&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Block/lib/Horde/Block/Exception.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Layout.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Layout/Manager.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Layout/View.php?rt=horde-git&r1=7ec1d18fc3b2a7c54cb0730e5d4c867951758020&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Block/package.xml?rt=horde-git&r1=0d00b758975eb54f57460eb9d3b60740deefac58&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Browser/lib/Horde/Browser.php?rt=horde-git&r1=0ad10d38fd7e182c2d49fafb5b633c48c94aa6fb&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Browser/package.xml?rt=horde-git&r1=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Cli/lib/Horde/Cli.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Cli/package.xml?rt=horde-git&r1=9da0b0ee14f5b152dc3a1e4f8dd531c59c37c90c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Dispatcher.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/FileUpload.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/Filter/Gzip.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/FilterCollection.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/FilterRunner.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Mime/Type.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/Null.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/PostFilter.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/PreFilter.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/Request.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Request/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Request/Cli.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Request/Http.php?rt=horde-git&r1=8a9328f19d062c3ab899bfa743666888cafd169f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Request/Mock.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/Request/Null.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/RequestConfiguration.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/Response.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Response/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Response/Cli.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Response/Http.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Response/Mock.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/ResponseWriter.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/ResponseWriter/Web.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/ResponseWriter/WebDebug.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/Runner.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Scanner.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/SettingsExporter.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/SettingsExporter/Default.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/StatusCodes.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/UrlWriter.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Controller/package.xml?rt=horde-git&r1=d3d3baab02895180cece777e6b881703701da408&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Controller/test/Horde/Controller/FilterRunnerTest.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=1ecf24cad25d135302eca71c28032a325b1ca4e1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde/Config.php?rt=horde-git&r1=f51219d853ecbc41ae3948bef25f6c5e8c36217f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ajax/Application.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ajax/Imple.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ajax/Imple/Geocoder/Geonames.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Auth/Signup/Base.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Ajax.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Alarm.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Facebook.php?rt=horde-git&r1=ae1d6ce5e8d61aba5949fd83f613943d66cbcab8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Imple.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Mail.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Mapper.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/MimeViewer.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Prefs.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/TextFilter.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Twitter.php?rt=horde-git&r1=ae1d6ce5e8d61aba5949fd83f613943d66cbcab8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Controller/NotFound.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Controller/RequestConfiguration.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Controller/RequestMapper.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Controller/SettingsFinder.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/Ajax.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Db.php?rt=horde-git&r1=b6ce0f85be89200ceb6b21f43e48688852a33b06&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/DbPear.php?rt=horde-git&r1=ee01f847f597abcbfe19e7719f220527c470346f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Identity.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/Imple.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/MimeViewer.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/Prefs.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/Request.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/TextFilter.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Vfs.php?rt=horde-git&r1=9aa328f6ea99dd166aafb2b51e85f6cb5a9ead74&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/LoginTasks/Backend/Horde.php?rt=horde-git&r1=e9dc058d8a81b6dec6bb332b7e7baf2026900e67&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Mime/Viewer/Css.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Mime/Viewer/Vcard.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Prefs/Identity.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=ddcc547d9cee57008e50b003c9b418b2e050a7f5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Text/Filter/Bbcode.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Text/Filter/Emails.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Text/Filter/Emoticons.php?rt=horde-git&r1=a24c64699916138f8b346fe46e6ff48a6608f0f2&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Text/Filter/Highlightquotes.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/FlagImage.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/JsCalendar.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/Language.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/Pager.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/Tabs.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/TagCloud.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/VarRenderer.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/VarRenderer/TablesetHtml.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Ui/Widget.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde/Menu.php?rt=horde-git&r1=51c9bd36796c4574f64321a4bbd8ad4b7600a707&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde/Script/Files.php?rt=horde-git&r1=5dfb1dc4140eb2996f0251c6335ccdb05028f93c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/lib/Horde/Themes.php?rt=horde-git&r1=51c9bd36796c4574f64321a4bbd8ad4b7600a707&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Data/lib/Horde/Data/Base.php?rt=horde-git&r1=609a4de082af6aa075685575fb4158dcf831e241&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Data/lib/Horde/Data/Imc.php?rt=horde-git&r1=af3026787e3c0fa81dd7ee1307e111a56d555a83&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Data/lib/Horde/Data/Vcard.php?rt=horde-git&r1=76771a86d2919834c03e512bcb8e36595771080e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Data/lib/Horde/Data/Vnote.php?rt=horde-git&r1=76771a86d2919834c03e512bcb8e36595771080e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Data/package.xml?rt=horde-git&r1=af3026787e3c0fa81dd7ee1307e111a56d555a83&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/DataTree/DataTree/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Date/lib/Horde/Date.php?rt=horde-git&r1=d4b6994753687e423f469cd6dffe15c7ba5d09e7&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Date/lib/Horde/Date/Recurrence.php?rt=horde-git&r1=477b883efa5257115fa0453a9cb87aa8fe0d29a8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Date/test/Horde/Date/RecurrenceTest.php?rt=horde-git&r1=8a72cd4622aa0f66082f4240eaff1cfec2611fa6&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt.php?rt=horde-git&r1=1e901184aa6ec232fc16ddea7b78d69ca76127c1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Grabber.php?rt=horde-git&r1=1e901184aa6ec232fc16ddea7b78d69ca76127c1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Ordinal.php?rt=horde-git&r1=1e901184aa6ec232fc16ddea7b78d69ca76127c1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Pointer.php?rt=horde-git&r1=1e901184aa6ec232fc16ddea7b78d69ca76127c1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Repeater.php?rt=horde-git&r1=1e901184aa6ec232fc16ddea7b78d69ca76127c1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Scalar.php?rt=horde-git&r1=1e901184aa6ec232fc16ddea7b78d69ca76127c1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Pt/Separator.php?rt=horde-git&r1=1e901184aa6ec232fc16ddea7b78d69ca76127c1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Pdo/Pgsql.php?rt=horde-git&r1=88900ef70b3ad00e535e76477a09ca12ba810528&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php?rt=horde-git&r1=a191e1b6cc60cf9a270d66131f398e51fc487719&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Form/Form/Renderer.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Form/Form/Type.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Response/Fopen.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/exchange.ics?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/exdate.ics?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/ical.ics?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/parser.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/test_recurring.vcs?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/vnote.txt?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Daylight.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Exception.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Standard.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Valarm.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vcard.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vevent.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vjournal.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vnote.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vtimezone.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vtodo.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/package.xml?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/.cvsignore?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/bug_7423.phpt?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/charset1.phpt?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/common.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/empty_data.phpt?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/AuthorChats.ics?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/MMMPseminar.ics?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/Moon_Days.ics?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/ProjectCalendar.ics?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/SpanishHolidays.ics?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/allcategories.vcs?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/arsenal32FC.ics?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/events.ics?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/exchange.ics?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/exdate.ics?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/iscw.ics?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/meeting.ics?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/privacy_events.ics?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/rfc2445.ics?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test.vcs?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test4.vcs?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test_recurring.vcs?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/wicca.ics?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/geo.phpt?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/iCalendar.phpt?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/line-folding.phpt?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/quoted-params.phpt?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/read-escapes.phpt?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/read-vcard-org.phpt?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/read-write-escapes.phpt?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/timezones.phpt?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/vcal20.phpt?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/vfreebusy.phpt?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/write-escapes.phpt?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Effect/Gd/UnsharpMask.php?rt=horde-git&r1=a33d30317a9b84b942796dcd441c035f18a1a914&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Image/lib/Horde/Image/Effect/Gd/Unsharpmask.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Image/lib/Horde/Image/Effect/Im/Unsharpmask.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Image/lib/Horde/Image/Effect/Imagick/Unsharpmask.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Im.php?rt=horde-git&r1=d1fb290f4e13496f8fb10bf3f538fdfd1d740b42&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Image/package.xml?rt=horde-git&r1=d2e9b983c1ccb7661a544ba5346961a138308e68&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=f2887752556ddf50907ffa0a5a398873220ec0b5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Outlook.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Kolab_Filter/package.xml?rt=horde-git&r1=2be282e64fc4519a6254ec721be3751cd42c7a2d&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/ResourceTest.php?rt=horde-git&r1=2be282e64fc4519a6254ec721be3751cd42c7a2d&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php?rt=horde-git&r1=461b328a22b10fd54a870f81aa73b6a974af74cd&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Base.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Imap.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php?rt=horde-git&r1=461b328a22b10fd54a870f81aa73b6a974af74cd&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/package.xml?rt=horde-git&r1=28e19acb70381e68771468eb0c0cab9ef15ea2c1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource.php?rt=horde-git&r1=02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy.php?rt=horde-git&r1=02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy/Kolab.php?rt=horde-git&r1=02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy/Mock.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Itip.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Kolab_Resource/package.xml?rt=horde-git&r1=02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Log/lib/Horde/Log/Filter.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Constraint.php?rt=horde-git&r1=378a3d6e4dbb5618edb7f9b9e1f8fc811e7276ee&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Interface.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Level.php?rt=horde-git&r1=d8bdc6d56520c56babf23bea8c315953f1472800&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Message.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Filter/Suppress.php?rt=horde-git&r1=79176634bcec327bf1cf6e76c10cc35779671bc2&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Log/lib/Horde/Log/Formatter.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Formatter/Interface.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Formatter/Simple.php?rt=horde-git&r1=5b8ebd2770f430b618924b61dbccaea0bf14e478&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Formatter/Xml.php?rt=horde-git&r1=5b8ebd2770f430b618924b61dbccaea0bf14e478&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Handler/Base.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Handler/Firebug.php?rt=horde-git&r1=069ae7ae903e148655c5e0b03218295b361e2897&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Handler/Scribe.php?rt=horde-git&r1=7ba71d6a8021a9319633f1166a1ecad30ccd55d0&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Handler/Stream.php?rt=horde-git&r1=5b8ebd2770f430b618924b61dbccaea0bf14e478&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Logger.php?rt=horde-git&r1=dbda92bd4bed887dcbd80cd547f7ebcfdc2af80e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Log/package.xml?rt=horde-git&r1=7ba71d6a8021a9319633f1166a1ecad30ccd55d0&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks.php?rt=horde-git&r1=66468480ef1d7e115c15c3f45ebd83086c1155c7&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Backend.php?rt=horde-git&r1=66468480ef1d7e115c15c3f45ebd83086c1155c7&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/SystemTask.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Task.php?rt=horde-git&r1=2a01cd71f3808507b569caa4b53518f0ea83be6e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Tasklist.php?rt=horde-git&r1=2a01cd71f3808507b569caa4b53518f0ea83be6e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/LoginTasks/test/Horde/LoginTasks/Stubs.php?rt=horde-git&r1=66468480ef1d7e115c15c3f45ebd83086c1155c7&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mail/lib/Horde/Mail.php?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mail/lib/Horde/Mail/Driver.php?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mail/lib/Horde/Mail/Mail.php?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mail/lib/Horde/Mail/Mock.php?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mail/lib/Horde/Mail/Null.php?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mail/lib/Horde/Mail/Sendmail.php?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mail/lib/Horde/Mail/Smtp.php?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mail/lib/Horde/Mail/Smtpmx.php?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mail/lib/Horde/Mail/Transport.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mail/lib/Horde/Mail/Transport/Mail.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mail/lib/Horde/Mail/Transport/Mock.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mail/lib/Horde/Mail/Transport/Null.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mail/lib/Horde/Mail/Transport/Sendmail.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mail/lib/Horde/Mail/Transport/Smtp.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mail/lib/Horde/Mail/Transport/Smtpmx.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mail/package.xml?rt=horde-git&r1=bbb688cfc7432f14026b9f8f559da657a9443ba1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Address.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Exception.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Headers.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Magic.php?rt=horde-git&r1=30fc86fd904af822bd92a4e1a7d19defef2484c3&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Mail.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Mdn.php?rt=horde-git&r1=808a4d46879f908e87cb97e2735ef5e9076105ea&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Part.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Audio.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Css.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Deb.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Default.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Driver.php?rt=horde-git&r1=bcf78fab6904296a2d923651d46fef0812bb74bf&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Enriched.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Enscript.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Html.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Images.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Msexcel.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Mspowerpoint.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Msword.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/common.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/global_document.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/main_html.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/palm.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/style_header.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/style_inlined.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/style_mapping.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/table.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/table_cells.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/table_columns.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Ooo/table_rows.xsl?rt=horde-git&r1=a4b998108570ae725f783cad48c955df39bf6155&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Pdf.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Php.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Plain.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Rar.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Report.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Rfc822.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Richtext.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Rpm.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Rtf.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Security.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Simple.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Smil.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Source.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Srchighlite.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Tgz.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Tnef.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Vcard.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Webcpp.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Wordperfect.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Zip.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/mime.mapping.php?rt=horde-git&r1=b9218c358ff19eef6aaf88791471c2c629baefdf&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/package.xml?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/fixtures/url1.html?rt=horde-git&r1=9fc97eebefd27f3f030872a96655debaa7e2b20a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/fixtures/url2.html?rt=horde-git&r1=9fc97eebefd27f3f030872a96655debaa7e2b20a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/fixtures/url3.html?rt=horde-git&r1=9fc97eebefd27f3f030872a96655debaa7e2b20a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/fixtures/url4.html?rt=horde-git&r1=9fc97eebefd27f3f030872a96655debaa7e2b20a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/fixtures/url5.html?rt=horde-git&r1=9fc97eebefd27f3f030872a96655debaa7e2b20a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/fixtures/url6.html?rt=horde-git&r1=9fc97eebefd27f3f030872a96655debaa7e2b20a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/fixtures/url7.html?rt=horde-git&r1=9fc97eebefd27f3f030872a96655debaa7e2b20a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/url.phpt?rt=horde-git&r1=9fc97eebefd27f3f030872a96655debaa7e2b20a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/viewer_php.phpt?rt=horde-git&r1=a940b0a2acb8d4d16a2cf1ffdaf6c6a23ddbf588&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Audio.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Base.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Css.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Deb.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Default.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Enriched.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Exception.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Images.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msexcel.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Mspowerpoint.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msword.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/common.xsl?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/global_document.xsl?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/main_html.xsl?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/palm.xsl?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_header.xsl?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_inlined.xsl?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_mapping.xsl?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table.xsl?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_cells.xsl?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_columns.xsl?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_rows.xsl?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Pdf.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Php.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Plain.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rar.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Report.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rfc822.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Richtext.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rpm.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Rtf.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Security.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Simple.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Smil.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Source.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Srchighlite.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tgz.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Tnef.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Wordperfect.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Zip.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/package.xml?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/test/Horde/Mime/Viewer/url.phpt?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Mime_Viewer/test/Horde/Mime/Viewer/viewer_php.phpt?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Model/lib/Horde/Form.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Notification/lib/Horde/Notification/Listener/Javascript.php?rt=horde-git&r1=5cb275f850668dcca18a2d671afa0d588218611b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Notification/package.xml?rt=horde-git&r1=231e494b97fefdf39ceddae93332ac990e547a43&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Notification/test/Horde/Notification/Class/Notification/Listener/JavascriptTest.php?rt=horde-git&r1=e48b8a54fc54a179be749967a6a8b6b73cc1162e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Oauth/lib/Horde/Oauth/Request.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Datatree.php?rt=horde-git&r1=f866a2f5cb272ffe5cd0857b84774107d0df85f9&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Permission/DataTreeObject.php?rt=horde-git&r1=f866a2f5cb272ffe5cd0857b84774107d0df85f9&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Perms/package.xml?rt=horde-git&r1=f866a2f5cb272ffe5cd0857b84774107d0df85f9&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Prefs/lib/Horde/Prefs/Exception.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/File.php?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Identity.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Imsp.php?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Kolab.php?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/KolabImap.php?rt=horde-git&r1=804a9137cf115b82e3e8688b6c68cad4e1329991&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Ldap.php?rt=horde-git&r1=e9643a02ba31ad1c81cf6ff5ad3b7e68cc7a4da9&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Sql.php?rt=horde-git&r1=ee01f847f597abcbfe19e7719f220527c470346f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Prefs/package.xml?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Rampage/scripts/Horde/Rampage/rampage.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Rdo/lib/Horde/Rdo/Query.php?rt=horde-git&r1=28a5d9e2b445583cf648db1c4583c24b004dbcf2&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Routes/lib/Horde/Routes/Utils.php?rt=horde-git&r1=9efcedd290ee24895f91f9c587c641c21b7628e7&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/ActiveSync.php?rt=horde-git&r1=586420a74e33395131e4b36b2cff92b97725a25f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/Webdav.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Secret/lib/Horde/Secret.php?rt=horde-git&r1=adbdf2167a21a091e69e3a14e553ea0d84b2f7ae&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Service_Twitter/doc/twitter.php.example?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Auth/Oauth.php?rt=horde-git&r1=ba321d2d1745ffb077c313bd60670b8d0b7f28f0&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Request.php?rt=horde-git&r1=ba321d2d1745ffb077c313bd60670b8d0b7f28f0&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Request/Oauth.php?rt=horde-git&r1=ba321d2d1745ffb077c313bd60670b8d0b7f28f0&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php?rt=horde-git&r1=71a3a265ed69fa0cfccb095bbbbd11d599d660e1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Object/Sql.php?rt=horde-git&r1=8803573f569534186783002ad4d82150a2b727b8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Sql/Hierarchical.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Support/lib/Horde/Support/Backtrace.php?rt=horde-git&r1=67c8356f34e93a36beb529f62ed759aaa1de1db1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Support/lib/Horde/Support/Guid.php?rt=horde-git&r1=a2362bc321848e5a3191a07b039eda951d8ac268&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Support/lib/Horde/Support/Randomid.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Support/lib/Horde/Support/Stack.php?rt=horde-git&r1=95eb2a91e2d18aec9d9eea81eea3dfb0efe395e0&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Support/lib/Horde/Support/Uuid.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Support/package.xml?rt=horde-git&r1=1e901184aa6ec232fc16ddea7b78d69ca76127c1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Support/test/Horde/Support/RandomidTest.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Support/test/Horde/Support/UuidTest.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend/Sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/SyncML/SyncML/Device.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/SyncML/SyncML/Device/Sync4j.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/SyncML/SyncML/Device/Synthesis.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/SyncML/package.xml?rt=horde-git&r1=9cb1db2414871d3c98a0ebed0d11288c84cb384f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/SyncML/tests/sif.phpt?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter.php?rt=horde-git&r1=22f1769f5a769204ddeb3bfbdf12ae971b282997&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Bbcode.php?rt=horde-git&r1=cd9a236dbe25be9450e508682950d45de4ba6287&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Emails.php?rt=horde-git&r1=22f1769f5a769204ddeb3bfbdf12ae971b282997&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Emoticons.php?rt=horde-git&r1=a24c64699916138f8b346fe46e6ff48a6608f0f2&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Environment.php?rt=horde-git&r1=627a1c64d6a13ae37e40c1abca767377e0c98054&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Text_Filter/lib/Horde/Text/Filter/Exception.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Highlightquotes.php?rt=horde-git&r1=22f1769f5a769204ddeb3bfbdf12ae971b282997&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php?rt=horde-git&r1=22f1769f5a769204ddeb3bfbdf12ae971b282997&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Text2html.php?rt=horde-git&r1=22f1769f5a769204ddeb3bfbdf12ae971b282997&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Xss.php?rt=horde-git&r1=22f1769f5a769204ddeb3bfbdf12ae971b282997&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/package.xml?rt=horde-git&r1=01be634d9b7a943fb6d437db62005cf99636dc10&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/AllTests.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/Autoload.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/EmailsTest.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/EnvironmentTest.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/Html2textTest.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/Space2htmlTest.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/Text2htmlTest.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/XssTest.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/emails.phpt?rt=horde-git&r1=6526ed2737651e556c17a12501f97d228322887f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/environment.phpt?rt=horde-git&r1=6526ed2737651e556c17a12501f97d228322887f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/html2text.html?rt=horde-git&r1=9313cdee4f6ab63e30b3be1a858ab101b6a5b111&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/style_xss01.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/text2html.txt?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss01.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss02.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss03.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss04.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss05.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss06.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss07.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss08.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss09.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss10.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss100.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss11.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss12.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss13.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss14.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss15.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss16.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss17.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss18.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss19.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss20.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss21.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss22.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss23.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss24.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss25.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss26.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss27.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss28.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss29.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss30.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss31.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss32.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss33.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss34.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss35.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss36.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss37.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss38.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss39.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss40.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss41.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss42.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss43.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss44.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss45.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss46.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss47.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss48.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss49.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss50.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss51.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss52.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss53.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss54.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss55.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss56.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss57.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss58.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss59.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss60.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss61.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss62.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss63.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss64.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss65.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss66.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss67.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss68.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss69.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss70.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss71.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss72.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss73.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss74.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss75.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss76.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss77.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss78.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss79.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss80.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss81.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss82.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss83.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss84.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss85.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss95.html?rt=horde-git&r1=23c8ed79dd7c65bca75f984646522f01fbec467b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss96.html?rt=horde-git&r1=14d802ae6bf6ae4e7d8721deeb3fd7ffab66a97a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss97.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss98.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/fixtures/xss99.html?rt=horde-git&r1=a4821dba3cebdd907a36635ce22b9569ce35e32b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/html2text.phpt?rt=horde-git&r1=a07a670b86c2a5d7c611d903ffbd516f99f30ee7&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/html2text2.phpt?rt=horde-git&r1=a07a670b86c2a5d7c611d903ffbd516f99f30ee7&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/html2text3.phpt?rt=horde-git&r1=9313cdee4f6ab63e30b3be1a858ab101b6a5b111&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Text_Filter/test/Horde/Text/Filter/phpunit.xml?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/space2html.phpt?rt=horde-git&r1=6526ed2737651e556c17a12501f97d228322887f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/text2html.phpt?rt=horde-git&r1=6526ed2737651e556c17a12501f97d228322887f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Text_Filter/test/Horde/Text/Filter/xss.phpt?rt=horde-git&r1=23c8ed79dd7c65bca75f984646522f01fbec467b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Token/lib/Horde/Token.php?rt=horde-git&r1=69d631396c9c6560805bd0aadf8f775797a45f2d&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Tree/lib/Horde/Tree.php?rt=horde-git&r1=65b6788f024084c4c2a8a335b08dd800c8042468&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Tree/lib/Horde/Tree/Select.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/FlagImage.php?rt=horde-git&r1=86fabfe0c09db15976a0b88f05351f756527268c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/JsCalendar.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/Language.php?rt=horde-git&r1=51c9bd36796c4574f64321a4bbd8ad4b7600a707&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Ui/lib/Horde/Ui/Layout.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/Pager.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/Tabs.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/TagCloud.php?rt=horde-git&r1=c3458e6dd9780340bb18f6e54fdd10b02e880f52&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/VarRenderer.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/VarRenderer/Html.php?rt=horde-git&r1=c16292ee564fc1962d8e103be10759864c4cfbba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/VarRenderer/TablesetHtml.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/Widget.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Ui/package.xml?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Url/lib/Horde/Url.php?rt=horde-git&r1=7a42b804b9c6737e2a4a1d6680bb1d147b1c2f41&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Url/lib/Horde/Url/Exception.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Url/package.xml?rt=horde-git&r1=7a42b804b9c6737e2a4a1d6680bb1d147b1c2f41&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Url/test/Horde/Url/AddTest.php?rt=horde-git&r1=5aa89b8dd72db54de4ece643ac6ba9e9ab199476&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/framework/Url/test/Horde/Url/RedirectTest.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Url/test/Horde/Url/RemoveTest.php?rt=horde-git&r1=5aa89b8dd72db54de4ece643ac6ba9e9ab199476&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=136f92429a107d4c35f9e7bfeb8fe329f7cb8817&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/VFS/lib/VFS/sql.php?rt=horde-git&r1=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/VFS/lib/VFS/sql_file.php?rt=horde-git&r1=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/View/lib/Horde/View/Helper/Url.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/exchange.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/exdate.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/ical.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/parser.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/test_recurring.vcs?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/vnote.txt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/iCalendar.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/valarm.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vcard.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vevent.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vfreebusy.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vjournal.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vnote.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vtimezone.php?rt=horde-git&r1=767847624b436609597b50aa7aa372470cd8fb65&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vtodo.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/package.xml?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/.cvsignore?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/bug_7423.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/charset1.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/empty_data.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/AuthorChats.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/MMMPseminar.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/Moon_Days.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/ProjectCalendar.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/SpanishHolidays.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/allcategories.vcs?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/arsenal32FC.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/events.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/exchange.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/exdate.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/iscw.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/meeting.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/privacy_events.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/rfc2445.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/test.vcs?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/test4.vcs?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/test_recurring.vcs?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/wicca.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/geo.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/iCalendar.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/line-folding.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/quoted-params.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/read-escapes.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/read-vcard-org.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/read-write-escapes.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/timezones.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/vcal20.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/vfreebusy.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/framework/iCalendar/tests/write-escapes.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/gollem/config/mime_drivers.php.dist?rt=horde-git&r1=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/gollem/lib/Api.php?rt=horde-git&r1=1ed41f6721afe6cf43bd54c58ab8252d0346ac65&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/gollem/lib/Auth.php?rt=horde-git&r1=6ec7d614c26d88f25c2d2cf49e2d0263a1322106&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/gollem/lib/Block/tree_menu.php?rt=horde-git&r1=508a445fb73741355a7fea8beb46d3eb94c97402&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/gollem/lib/Gollem.php?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/gollem/lib/Mime/Viewer/Images.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/gollem/locale/ca_ES/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/gollem/locale/de_DE/help.xml?rt=horde-git&r1=e919bd5e8abcc1f4db1dc045052f8958f91eeb17&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/gollem/locale/hu_HU/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/gollem/locale/lv_LV/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/gollem/locale/zh_TW/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/gollem/manager.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/gollem/permissions.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/gollem/selectlist.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/gollem/view.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hermes/config/conf.xml?rt=horde-git&r1=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hermes/deliverables.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hermes/entry.php?rt=horde-git&r1=21e6ab16bb3435a787bf3596c0e3d42d7dbc9161&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hermes/invoicing.php?rt=horde-git&r1=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hermes/lib/Api.php?rt=horde-git&r1=fcd15e9464bd2ba2f56b8d9ca97a0875761600b8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hermes/lib/Block/tree_menu.php?rt=horde-git&r1=6b350756466586e9bbe386c35483613548c937e2&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hermes/lib/Block/tree_stopwatch.php?rt=horde-git&r1=6b350756466586e9bbe386c35483613548c937e2&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hermes/lib/Driver/sql.php?rt=horde-git&r1=91a5163263bf4d6c0be4f84d6ce1649221e267c7&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hermes/lib/Forms/Search.php?rt=horde-git&r1=6266e6db7fc9124db6a84941b6bb12d3541a47b4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hermes/lib/Forms/Time.php?rt=horde-git&r1=6266e6db7fc9124db6a84941b6bb12d3541a47b4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hermes/lib/Hermes.php?rt=horde-git&r1=b79b69328c922ef5ee0b1725da492f3fd074462f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hermes/lib/Table.php?rt=horde-git&r1=7a85d89d830b74cb282fa7c8d59bf63d715a5ad9&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hermes/scripts/Sandals.wdgt/themes/screen.css?rt=horde-git&r1=0c2f24b15a3d885cb320b245ad1c8527f95cb1d4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hermes/search.php?rt=horde-git&r1=6266e6db7fc9124db6a84941b6bb12d3541a47b4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hermes/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hermes/time.php?rt=horde-git&r1=21e6ab16bb3435a787bf3596c0e3d42d7dbc9161&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/activesync.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/alarms.php?rt=horde-git&r1=df513e2ad330d85e3f88efad89ec4345de13a100&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/datatree.php?rt=horde-git&r1=4e4cf781c170606b3c1254bbde2a6f6a88ae2f3e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/groups.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/locale/en_US/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/locale/eu_ES/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/locale/fi_FI/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/locale/hr_HR/help.xml?rt=horde-git&r1=123bb8818add89d4a54750af95a3f9ff0632db6d&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/locale/hu_HU/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/perms/addchild.php?rt=horde-git&r1=4fd5de48328cc44ba9e468a6acb62a36ea1959dd&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/perms/delete.php?rt=horde-git&r1=b59a9a7f414dc3edc7d6fc0caf8396e38b1c4649&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/perms/edit.php?rt=horde-git&r1=b59a9a7f414dc3edc7d6fc0caf8396e38b1c4649&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/phpshell.php?rt=horde-git&r1=e6b9cd6b5de87a7e42fda5e312ceecd997e9cd46&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/sessions.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/setup/config.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/setup/index.php?rt=horde-git&r1=f51219d853ecbc41ae3948bef25f6c5e8c36217f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/setup/scripts.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/admin/user.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/bin/db_migrate?rt=horde-git&r1=e6bc4a5f2498d3799e5b577e0f84e1bf90999348&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/config/hooks.php.dist?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/config/mime_drivers.php.dist?rt=horde-git&r1=3fbb9ddd1f97c04eff42fcd9348a2bf1947fd5e0&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/config/registry.php.dist?rt=horde-git&r1=90a2ff3748fc26760444e567070a2e9177aaa6cd&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/docs/CHANGES?rt=horde-git&r1=fb4e3b7bec566917e72775db5e6233ac19738b01&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/docs/CODING_STANDARDS?rt=horde-git&r1=5e2dfa927f89ca13fdcc17cb9bd918feb6622d10&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/docs/CODING_STANDARDS.H3?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/docs/UPGRADING?rt=horde-git&r1=4da2e6c5009d7689dbf34ee1edd98526a0f72fb3&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/index.php?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/js/activesyncadmin.js?rt=horde-git&r1=0dec72b31cd515965182bb33edad467dff007db7&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/js/activesyncprefs.js?rt=horde-git&r1=8269eda25d9529726b3a65a36dc6950f5abc46ca&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/js/addressbooksprefs.js?rt=horde-git&r1=72ef5e9f82429ee5834271b476dfdd1a623604be&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/js/calendar.js?rt=horde-git&r1=8bdd7eab708a4526fdd3ded6762f56358012dc6e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/js/hordemap/map.js?rt=horde-git&r1=83485e5e6d7ba0e0d32b795450bb469199a6a509&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/js/hordetree.js?rt=horde-git&r1=fbd31925287e16e404599fde3ef2c77ae30b8e38&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/horde/js/inplaceeditor.js?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/horde/js/logintasks.js?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/horde/js/open_html_helper.js?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/horde/js/prefs.js?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/js/prototype.js?rt=horde-git&r1=8b7dea70d5b9821baac636e337b4781d03c0cff6&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/js/sidebar.js?rt=horde-git&r1=0b28bedd89f53114aed8161d517f2dff3ffc4911&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/js/sourceselect.js?rt=horde-git&r1=49b7db90e118e2490db49d076b5ce4f4aaec720b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/js/tooltips.js?rt=horde-git&r1=fee134d1813a1f8f4f9e784165174d9255f657f3&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/js/twitterclient.js?rt=horde-git&r1=dc2c41f40942fa286d6eec13fa10adf58d3f92ff&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/horde/js/userupdate.js?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Ajax/Application.php?rt=horde-git&r1=0b28bedd89f53114aed8161d517f2dff3ffc4911&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Api.php?rt=horde-git&r1=8833a205a23668ee25146144822b83ea1ecb832f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Application.php?rt=horde-git&r1=a861b23f6c641b45228b9a8a2a8cf90e5013be5e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Block/account.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Block/cloud.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Block/fb_stream.php?rt=horde-git&r1=26dfe1d2eef0e3ca0651735b927dbb2eb7458a7e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Block/feed.php?rt=horde-git&r1=6773f72d82d15be155590ed3ed3428b0ec35cd2c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Block/fortune.php?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Block/google.php?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Block/iframe.php?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Block/metar.php?rt=horde-git&r1=93510a91b24963b05c9c834cdf6ef395f7137193&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Block/moon.php?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Block/sunrise.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Block/time.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Block/twitter_timeline.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Block/vatid.php?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Block/weatherdotcom.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Prefs/Ui.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/lib/Ui/Sidebar.php?rt=horde-git&r1=e0960a0aa3b24cffbcebcd40970daf6c1e22e793&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/locale/ca_ES/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/locale/cs_CZ/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/locale/de_DE/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/locale/fr_FR/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/locale/it_IT/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/locale/pt_PT/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/locale/tr_TR/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/locale/zh_TW/help.xml?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/po/translation.php?rt=horde-git&r1=be7b1b7393f8d6e0bb8f548792fc72d9a615a992&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/rampage.php?rt=horde-git&r1=53c5cf65e2a7adf62cb6fa46d1d3e082252aae63&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/rpc.php?rt=horde-git&r1=6fc09b8317f9dbde2538e0585e8def7631936eb4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/scripts/http_login_refer.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/scripts/import_squirrelmail_file_prefs.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/scripts/import_squirrelmail_sql_prefs.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/scripts/sql/create.pgsql.sql?rt=horde-git&r1=4bc8f0fecaa18456a19f5b8a2da9ea8d9586f89e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/scripts/upgrades/migrate_user_categories.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/ajax.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/changepassword.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/confirm.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/ckeditor.js?rt=horde-git&r1=4257acdd7b07b2c29c32e5110f66f48292278031&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/ckeditor_basic.js?rt=horde-git&r1=4257acdd7b07b2c29c32e5110f66f48292278031&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/af.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/ar.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/bg.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/bn.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/bs.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/ca.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/cs.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/cy.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/da.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/de.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/el.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/en-au.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/en-ca.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/en-gb.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/en.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/eo.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/es.js?rt=horde-git&r1=4257acdd7b07b2c29c32e5110f66f48292278031&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/et.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/eu.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/fa.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/fi.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/fo.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/fr-ca.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/fr.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/gl.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/gu.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/he.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/hi.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/hr.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/hu.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/is.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/it.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/ja.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/km.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/ko.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/lt.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/lv.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/mn.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/ms.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/nb.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/nl.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/no.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/pl.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/pt-br.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/pt.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/ro.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/ru.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/sk.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/sl.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/sr-latn.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/sr.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/sv.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/th.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/tr.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/uk.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/vi.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/zh-cn.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/zh.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/clipboard/dialogs/paste.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/div/dialogs/div.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/flash/dialogs/flash.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/forms/dialogs/form.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/forms/dialogs/textfield.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/image/dialogs/image.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/link/dialogs/link.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/liststyle/dialogs/liststyle.js?rt=horde-git&r1=4257acdd7b07b2c29c32e5110f66f48292278031&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/pastefromword/filter/default.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/pastetext/dialogs/pastetext.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/smiley/dialogs/smiley.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/table/dialogs/table.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/tabletools/dialogs/tableCell.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/wsc/dialogs/wsc.css?rt=horde-git&r1=5105e1796b383539944505ea3f5ed7ca191a316d&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/skins/kama/dialog.css?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/skins/kama/editor.css?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/skins/office2003/dialog.css?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/skins/office2003/editor.css?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/skins/v2/dialog.css?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/skins/v2/editor.css?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/editor/ckeditor/themes/default/theme.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/facebook.php?rt=horde-git&r1=26dfe1d2eef0e3ca0651735b927dbb2eb7458a7e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/help/index.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/imple.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/javascript.php?rt=horde-git&r1=a55a240fee0e6fe4908e44211fd25f70e68a7b2a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/language.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/logintasks.php?rt=horde-git&r1=f1a520a5003e419b985f41662e6188b441a4814f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/portal/sidebar.php?rt=horde-git&r1=0b28bedd89f53114aed8161d517f2dff3ffc4911&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/problem.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/resetpassword.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/horde/services/sidebar.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/twitter.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/services/twitterapi.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/signup.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/templates/admin/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/templates/admin/user/list.inc?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/templates/admin/user/update.inc?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/horde/templates/block/twitter_tweet.html.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/templates/common-footer.inc?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/templates/contents/open_view_win.js?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/templates/javascript/open_calendar.js?rt=horde-git&r1=8f7b65e5fc300e6e60ca493a863ca5010ee11f85&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/templates/javascript/open_html_helper.js?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/templates/logintasks/logintasks.html?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/templates/menu/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/templates/portal/edit.inc?rt=horde-git&r1=b6422461f93ef14c20c52830caeff86fbab08b3e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/templates/portal/sidebar.inc?rt=horde-git&r1=0b28bedd89f53114aed8161d517f2dff3ffc4911&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/templates/prefs/activesync.html?rt=horde-git&r1=114ba01a0badc43999b068cfd03b14d15eaa663c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/templates/prefs/app.html?rt=horde-git&r1=ddcc547d9cee57008e50b003c9b418b2e050a7f5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/templates/prefs/begin.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/horde/templates/prefs/twitter.html?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/horde/templates/sidebar/sidebar.inc?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/themes/facebook.css?rt=horde-git&r1=56a647c9f01f66e97560fad249d81693cbb4fd83&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/themes/hordeweb/screen.css?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/themes/ie6_or_less.css?rt=horde-git&r1=41e79b3ecbd42ca346a7a69e69a3c721b5583389&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/themes/rtl.css?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hylax/compose.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hylax/lib/Driver.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hylax/lib/Driver/spandsp.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hylax/lib/Image.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hylax/lib/Storage.php?rt=horde-git&r1=1065ab77abdfe7b025e24dab33a2db9cbbea90ac&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hylax/lib/Storage/sql.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hylax/print.php?rt=horde-git&r1=8976e91b8d972f01583ab242adeb977b2f1852ce&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hylax/send.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/hylax/view.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/attachment.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=d99358c7192283e929ff5427ec62456e622b2e3c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/config/conf.xml?rt=horde-git&r1=d2f9d03d6c60cd28c6f841cd251a8ac7415a6621&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/config/mime_drivers.php.dist?rt=horde-git&r1=0d3074deac715da0270637b4398536f6032e7024&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=d24e5bc6d3120312922d85c62424618a8617e7b4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/contacts.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=37db1ae919326399b18d6d2eacfdec37e5c632d9&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/docs/RFCS?rt=horde-git&r1=6d09e5a4cff91180789155a863ef6e65d9ff7864&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/folders-mimp.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/index-dimp.php?rt=horde-git&r1=2effd3ce519011db72737c32c437f9c6364a23f0&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/js/acl.js?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=ff6f63bd81b26adfe9573e67aef4a2d03a798140&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=37db1ae919326399b18d6d2eacfdec37e5c632d9&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/js/imp.js?rt=horde-git&r1=d6ddd5319c226270e0124d093a151c52eadca97b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/js/message.js?rt=horde-git&r1=25e4e9f441d22b3df2b6f6396ff8b4be3063695c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/js/search.js?rt=horde-git&r1=4ff6763fddf80477f6e7d5c169bedf33cbf8e6ec&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/js/viewport.js?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=37db1ae919326399b18d6d2eacfdec37e5c632d9&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Ajax/Imple/ContactAutoCompleter.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Ajax/Imple/PassphraseDialog.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Api.php?rt=horde-git&r1=5d365dac5c0677af0dba884864092918c12c7245&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=d9af0ff84f2101b03a7725014afe1d010793d8d4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=e32e232b8aa734f9c3393b7ff460861b32b0e850&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Block/Newmail.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Block/tree_folders.php?rt=horde-git&r1=d24e5bc6d3120312922d85c62424618a8617e7b4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Dimp.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=a609599aaecc2d2add98b197b1389eef294b91a5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=37db1ae919326399b18d6d2eacfdec37e5c632d9&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/imp/lib/Injector/Binder/AuthImap.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Imaptree.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Mail.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/imp/lib/Injector/Binder/MimeViewer.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Quota.php?rt=horde-git&r1=d67f346b2333b41b3dcea0ea21c7a3f81632ce5c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/imp/lib/Injector/Factory/MimeViewer.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Alternative.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Appledouble.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Enriched.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Images.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Itip.php?rt=horde-git&r1=0c8011581ba136b49dfa6380c69bc3979e19b29e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Mdn.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Partial.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pdf.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Plain.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Related.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Rfc822.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smil.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smime.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Status.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Tnef.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Vcard.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Zip.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Prefs/Identity.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=d24e5bc6d3120312922d85c62424618a8617e7b4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Quota/Sql.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Sentmail/Sql.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Ui/Block.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Ui/Mailbox.php?rt=horde-git&r1=aba071378907bfd551fa9773b395ea68412b45a3&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Ui/Message.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Ui/Mimp.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/lib/tests/mime_viewer_html.phpt?rt=horde-git&r1=c976326cfd1ee61836b14cfdfc223cea86053683&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/locale/ca_ES/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/locale/cs_CZ/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/locale/da_DK/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/locale/de_DE/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/locale/el_GR/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/locale/en_US/help.xml?rt=horde-git&r1=f94e8a8507a6d50807448d4eb6bbf74d4c73e4f8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/locale/fr_FR/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/locale/hu_HU/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/locale/it_IT/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/locale/pt_BR/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/locale/ru_RU/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/locale/sk_SK/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/locale/tr_TR/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/locale/zh_TW/help.xml?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/rss.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/search-basic.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/search.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/smime.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/templates/dimp/index.inc?rt=horde-git&r1=034c899d59320b764bdcb750d2d1a3eaf0fb7af1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/templates/dimp/javascript_defs_dimp.php?rt=horde-git&r1=37db1ae919326399b18d6d2eacfdec37e5c632d9&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/templates/imp/compose/redirect.html?rt=horde-git&r1=b52d7646b607b11d6ec24b306f764db6a4995595&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/templates/prefs/pgpprivatekey.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/templates/prefs/pgppublickey.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/templates/prefs/sentmail.html?rt=horde-git&r1=24d822349cce4f81ea50220504b3180b3b735346&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/templates/prefs/smimeprivatekey.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/templates/prefs/smimepublickey.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/thread.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/imp/view.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/blacklist.php?rt=horde-git&r1=17f5a57919fff298f5436008a2e33b930894b13a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/config/backends.php.dist?rt=horde-git&r1=2457678e563d01f9f306711761f214bc8d653fec&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/docs/CHANGES?rt=horde-git&r1=ac2de5be025256de7a2eec40b1662ed0e9c87699&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/filters.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/forward.php?rt=horde-git&r1=17f5a57919fff298f5436008a2e33b930894b13a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/lib/Application.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/lib/Block/overview.php?rt=horde-git&r1=2a629e5dae217a42c1c847ed85e0ed530a177c6d&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/lib/Ingo.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/lib/Script/Maildrop/Recipe.php?rt=horde-git&r1=840f1b2390b7936d58b2abcafdcaec1b46fff40d&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/lib/Script/Maildrop/Variable.php?rt=horde-git&r1=840f1b2390b7936d58b2abcafdcaec1b46fff40d&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/lib/Script/Procmail/Recipe.php?rt=horde-git&r1=c4232e3d4d98929909c02900d62a188479d4eccd&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/lib/Storage/Prefs.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/lib/Storage/Sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/lib/Ui/VarRenderer/Ingo.php?rt=horde-git&r1=ce45992f1b882ca56743c47290c6796c25f6f6d4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/locale/ca_ES/help.xml?rt=horde-git&r1=bade9b19e5062957438ae2935ef95cb653250b1a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/locale/de_DE/help.xml?rt=horde-git&r1=bade9b19e5062957438ae2935ef95cb653250b1a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/locale/fr_FR/help.xml?rt=horde-git&r1=bade9b19e5062957438ae2935ef95cb653250b1a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/locale/lv_LV/help.xml?rt=horde-git&r1=bade9b19e5062957438ae2935ef95cb653250b1a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/rule.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/script.php?rt=horde-git&r1=17f5a57919fff298f5436008a2e33b930894b13a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/spam.php?rt=horde-git&r1=ce45992f1b882ca56743c47290c6796c25f6f6d4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/vacation.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/ingo/whitelist.php?rt=horde-git&r1=17f5a57919fff298f5436008a2e33b930894b13a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/channels/edit.php?rt=horde-git&r1=37c65c5b819bba634686bd1ddfbb4ce5d46f0fc6&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/channels/index.php?rt=horde-git&r1=348406b09781fd0868ab0b804af3ccfe9556c79f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/delivery/html.php?rt=horde-git&r1=8ca4604b21b0f5f53fec362c600ee9e6714dba67&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/delivery/rss.php?rt=horde-git&r1=913f7069b25fd3a481de761163815d6ea4c23f59&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/lib/Api.php?rt=horde-git&r1=dd0bf24f4f69f88e760586061b14147b73fce849&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/lib/Block/latest.php?rt=horde-git&r1=913f7069b25fd3a481de761163815d6ea4c23f59&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/lib/Block/story.php?rt=horde-git&r1=913f7069b25fd3a481de761163815d6ea4c23f59&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/lib/Driver.php?rt=horde-git&r1=0775dea7ea23c4d2dbbfc16f19914225d5103ff2&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/lib/Driver/Sql.php?rt=horde-git&r1=dd0bf24f4f69f88e760586061b14147b73fce849&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/lib/News.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/lib/News/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/stories/delete.php?rt=horde-git&r1=4d0ba9c055dc45b8ad59c584a30a9b4f4ff256eb&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/stories/edit.php?rt=horde-git&r1=691cf253cee9340e8646cf36195a3c866fbad2b6&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/stories/index.php?rt=horde-git&r1=80205df3710417a4bd88ea1d11d1e277b3ea313e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/stories/pdf.php?rt=horde-git&r1=6bd49d1c31bca54c9fbf9af8a3fe6912af4a3588&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/stories/results.php?rt=horde-git&r1=dd0bf24f4f69f88e760586061b14147b73fce849&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/stories/share.php?rt=horde-git&r1=913f7069b25fd3a481de761163815d6ea4c23f59&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/jonah/stories/view.php?rt=horde-git&r1=80205df3710417a4bd88ea1d11d1e277b3ea313e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kastalia/templates/common-footer.inc?rt=horde-git&r1=70cc149678b00f8fe32463d1dfcb169967c9de44&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kastalia/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/koward/lib/Koward/Cli.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/koward/lib/Koward/Controller/Application.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/koward/lib/Koward/Controller/IndexController.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/koward/lib/Koward/Controller/ObjectController.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/koward/www/horde/config/prefs.php.dist?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/koward/www/htdocs/horde/themes/ie6_or_less.css?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/koward/www/htdocs/horde/themes/rtl.css?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/koward/www/htdocs/horde/themes/screen.css?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/koward/www/htdocs/koward/koward.php?rt=horde-git&r1=53c5cf65e2a7adf62cb6fa46d1d3e082252aae63&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/add.php?rt=horde-git&r1=ee0a7e0a65e1cedb48629ceb59e5db3f096a2bed&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/attendees.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/calendars/create.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/calendars/delete.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/calendars/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/calendars/index.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/calendars/info.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/calendars/remote_edit.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/calendars/remote_subscribe.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/calendars/remote_unsubscribe.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/config/hooks.php.dist?rt=horde-git&r1=9368dc6eedfbb043aa3b213cf5039416cf79c36b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/contacts.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/day.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/delete.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-git&r1=fd150aee89b8cd3ef784c67557c9588396e209a0&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/edit.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/event.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/fb.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/index.php?rt=horde-git&r1=48360a7399b640a69bf51ea671798837b5c49780&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/js/calendar-panel.js?rt=horde-git&r1=d3ad60793bf4e8c0a5fd5a8bff97f2d450338c7d&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/kronolith/js/edit.js?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/kronolith/js/goto.js?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=eaa17bf3175f2e4656fd3431919bf0ce19096738&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/js/views.js?rt=horde-git&r1=ae0bd709a1f03a74b10c7485b655a63b20ea062c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php?rt=horde-git&r1=f3943e8fc2471ce1a26a4818f669021c786b67a8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/Embed.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/TagActions.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/TagAutoCompleter.php?rt=horde-git&r1=2675b5cdc4012d1d667eeedee5a7d648bfa95b3e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Block/month.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Block/monthlist.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Block/prevmonthlist.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Block/summary.php?rt=horde-git&r1=3644cfe2d76526cca4e429520440b8db262d275b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Block/tree_alarms.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Block/tree_menu.php?rt=horde-git&r1=508a445fb73741355a7fea8beb46d3eb94c97402&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/kronolith/lib/Calendar.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/kronolith/lib/Calendar/External.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/kronolith/lib/Calendar/Holiday.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/kronolith/lib/Calendar/Internal.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/kronolith/lib/Calendar/Remote.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Driver.php?rt=horde-git&r1=0e5db4432a7cd1e122b0d5a17bc083c4d9baf624&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Driver/Horde.php?rt=horde-git&r1=74db9af4aebdc521455dc1477391c159aa35eaa5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=84c029d5fed72391f86912a9eb8d4595e6041b7b&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Driver/Kolab.php?rt=horde-git&r1=a90c8acb3cf4fc4eb219799aa297a672709532a6&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Event/Ical.php?rt=horde-git&r1=755d7cebd4191d74755041595e327eacb694cf69&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Event/Kolab.php?rt=horde-git&r1=7e3440b207db90c35549d3fc9a76a0ef82887fa3&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Event/Resource.php?rt=horde-git&r1=7e3440b207db90c35549d3fc9a76a0ef82887fa3&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Event/Sql.php?rt=horde-git&r1=7e3440b207db90c35549d3fc9a76a0ef82887fa3&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/FreeBusy.php?rt=horde-git&r1=57c363e041c30768af6907affc146de65d388455&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/FreeBusy/View.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Geo/Mysql.php?rt=horde-git&r1=b9fc7693dbb12a44721988226a0363b27fe294e8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Geo/Sql.php?rt=horde-git&r1=b9fc7693dbb12a44721988226a0363b27fe294e8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=808a4d46879f908e87cb97e2735ef5e9076105ea&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/LoginTasks/Task/PurgeEvents.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Resource.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Storage/kolab.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Storage/sql.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/Tagger.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/View/Day.php?rt=horde-git&r1=2ebfb5e4a07bd3ab6e00ba21ae9b9cd7f3f970dc&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/View/EditEvent.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/View/ExportEvent.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/View/Month.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/View/Week.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/tests/allday.phpt?rt=horde-git&r1=8e991d7139c86d178bb37a227d7493c46e488b27&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/tests/bug7068.phpt?rt=horde-git&r1=8e991d7139c86d178bb37a227d7493c46e488b27&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/lib/tests/toicalendar.phpt?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/locale/ca_ES/help.xml?rt=horde-git&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/locale/de_DE/help.xml?rt=horde-git&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/locale/fr_FR/help.xml?rt=horde-git&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/locale/hu_HU/help.xml?rt=horde-git&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/locale/pt_BR/help.xml?rt=horde-git&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/locale/tr_TR/help.xml?rt=horde-git&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/month.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/new.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/perms.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/po/de_DE.po?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/resources/create.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/resources/delete.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/resources/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/resources/groups/create.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/resources/groups/delete.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/resources/groups/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/resources/groups/index.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/resources/index.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/scripts/agenda.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/scripts/import_squirrelmail_calendar.php?rt=horde-git&r1=8e991d7139c86d178bb37a227d7493c46e488b27&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/scripts/upgrades/convert_to_utc.php?rt=horde-git&r1=ee01f847f597abcbfe19e7719f220527c470346f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/search.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/kronolith/templates/agenda/notification.html.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/kronolith/templates/agenda/notification.plain.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/calendar_titles.inc?rt=horde-git&r1=a4703c1673eb838b565bd5a416963ade00059eaa&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/chunks/calendar.php?rt=horde-git&r1=eaa17bf3175f2e4656fd3431919bf0ce19096738&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/common-header.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/contacts/contacts.inc?rt=horde-git&r1=ea8bf7cdee66921a04150b65896f8aefd424249f&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/data/export.inc?rt=horde-git&r1=f438b2c85670201c39e3697860518609765f389a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/data/import.inc?rt=horde-git&r1=f438b2c85670201c39e3697860518609765f389a&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/delete/delete.inc?rt=horde-git&r1=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/delete/one.inc?rt=horde-git&r1=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/edit/edit.inc?rt=horde-git&r1=614292148c99d573cf5516faf0e261d283ba91a3&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/edit/edit_timespan.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/edit/javascript.inc?rt=horde-git&r1=c21b3e6ca9c80fd87f5360ff5564bc1003e78557&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/itip/notification.html.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/javascript/goto.js?rt=horde-git&r1=9b8087dc95430062395b40e3a3eb2381e825442c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/javascript_defs.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/panel.inc?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/search/search_advanced.inc?rt=horde-git&r1=3e51d67bd8fab45456a4c5388a41335d838b4a64&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/templates/view/view.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/themes/screen.css?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/view.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/week.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/workweek.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/kronolith/year.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/luxor/config/mime_drivers.php.dist?rt=horde-git&r1=a6e50ed6d17f606444e6bb7d4130628d36005d52&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/luxor/lib/Driver/sql.php?rt=horde-git&r1=a6e50ed6d17f606444e6bb7d4130628d36005d52&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/luxor/lib/Lang/Generic.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/luxor/lib/Luxor.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/luxor/search.php?rt=horde-git&r1=a6e50ed6d17f606444e6bb7d4130628d36005d52&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/luxor/source.php?rt=horde-git&r1=a6e50ed6d17f606444e6bb7d4130628d36005d52&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/luxor/symbol.php?rt=horde-git&r1=a6e50ed6d17f606444e6bb7d4130628d36005d52&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/luxor/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/mnemo/lib/Ajax/Imple/EditNote.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/lib/Application.php?rt=horde-git&r1=abda7d126953b51915647525d50919d18f41e1ae&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/mnemo/lib/Block/note.php?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/lib/Block/summary.php?rt=horde-git&r1=4df314b97c7341fa01c6159134fb7cd0df98a11d&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/lib/Block/tree_menu.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/lib/Driver.php?rt=horde-git&r1=c16292ee564fc1962d8e103be10759864c4cfbba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/lib/Driver/kolab.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/lib/Driver/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/lib/Forms/CreateNotepad.php?rt=horde-git&r1=4df314b97c7341fa01c6159134fb7cd0df98a11d&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/lib/Mnemo.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/locale/de_DE/help.xml?rt=horde-git&r1=e3584d4c26d4ef312304e28bd26e038dbe6d50eb&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/locale/hu_HU/help.xml?rt=horde-git&r1=e3584d4c26d4ef312304e28bd26e038dbe6d50eb&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/locale/it_IT/help.xml?rt=horde-git&r1=e3584d4c26d4ef312304e28bd26e038dbe6d50eb&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/locale/lv_LV/help.xml?rt=horde-git&r1=e3584d4c26d4ef312304e28bd26e038dbe6d50eb&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/locale/sk_SK/help.xml?rt=horde-git&r1=e3584d4c26d4ef312304e28bd26e038dbe6d50eb&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/locale/tr_TR/help.xml?rt=horde-git&r1=e3584d4c26d4ef312304e28bd26e038dbe6d50eb&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/memo.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/note/pdf.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/notepads/create.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/notepads/delete.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/notepads/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/notes/index.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/search.php?rt=horde-git&r1=a6be9f9e0be27ba612bc61d0e74e83c54ce8bbf4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/templates/view/memo.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/themes/screen.css?rt=horde-git&r1=0c2f24b15a3d885cb320b245ad1c8527f95cb1d4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/mnemo/view.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/nag/js/calendar.js?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/lib/Application.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/lib/Block/summary.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/lib/Block/tree_alarms.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/lib/Block/tree_menu.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/lib/Driver.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/lib/Driver/Kolab.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/lib/Driver/Sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/lib/Task.php?rt=horde-git&r1=51c9bd36796c4574f64321a4bbd8ad4b7600a707&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/lib/Ui/VarRenderer/Nag.php?rt=horde-git&r1=7fb94c01e7b32caf1833bbf3e8ba1810dfb05bbd&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/list.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/locale/ca_ES/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/locale/de_DE/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/locale/hu_HU/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/locale/lv_LV/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/locale/sk_SK/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/locale/tr_TR/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/quick.php?rt=horde-git&r1=659c348abc1a65fec88aa8c25b6848687dcb9f05&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/scripts/upgrades/2006-04-18_add_creator_and_assignee_fields.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/search.php?rt=horde-git&r1=659c348abc1a65fec88aa8c25b6848687dcb9f05&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/task.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/tasklists/create.php?rt=horde-git&r1=dd901625c8f3574de37747664f578f9399fcebc6&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/tasklists/delete.php?rt=horde-git&r1=dd901625c8f3574de37747664f578f9399fcebc6&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/tasklists/edit.php?rt=horde-git&r1=dd901625c8f3574de37747664f578f9399fcebc6&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/tasks/index.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/themes/screen.css?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/nag/view.php?rt=horde-git&r1=7e3440b207db90c35549d3fc9a76a0ef82887fa3&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/add.php?rt=horde-git&r1=61ccb02baff68b3cf61b273272accb413a20c252&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/admin/categories/delete.php?rt=horde-git&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/admin/categories/edit.php?rt=horde-git&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/admin/sources/delete.php?rt=horde-git&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/admin/sources/edit.php?rt=horde-git&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/admin/tabs.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/browse.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/delete.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/delete_file.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/files.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/lib/Block/category.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/lib/Block/last.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/lib/Block/last_blogs.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/lib/Block/most_commented.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/lib/Block/most_read.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/lib/Driver/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/lib/Forms/Search.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/lib/News.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/lib/Search.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/lib/TagCloud.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/mail.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/news.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/note.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/pdf.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/search.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/news/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/operator/lib/Driver/asterisksql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/operator/search.php?rt=horde-git&r1=62bf2e16044836371a8c666f0a9f1916dd005d6e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/operator/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/passwd/lib/Driver.php?rt=horde-git&r1=2b06b89c4e2e1a154fb0c2e85139036ac036e74e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/passwd/locale/de_DE/help.xml?rt=horde-git&r1=2b06b89c4e2e1a154fb0c2e85139036ac036e74e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/passwd/locale/hu_HU/help.xml?rt=horde-git&r1=2b06b89c4e2e1a154fb0c2e85139036ac036e74e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/passwd/locale/ru_RU/help.xml?rt=horde-git&r1=2b06b89c4e2e1a154fb0c2e85139036ac036e74e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/passwd/main.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/pastie/lib/Driver/Sql.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/pastie/paste.php?rt=horde-git&r1=199d69917b210225bae181ee599516f36e9e45e7&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/pastie/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/shout/dialplan.php?rt=horde-git&r1=0e5253a44cf668770dbf2904bead70e659eefc69&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/shout/index.php?rt=horde-git&r1=117296c034218e907c3462861e791a570327e731&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/shout/lib/Ajax/Application.php?rt=horde-git&r1=538efc094f170366ed934de3624038e9c9abaa88&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/shout/lib/Driver/Ldap.php?rt=horde-git&r1=36e371fdee96c64b10586ed85df1d14e432a0017&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/shout/lib/Driver/Sql.php?rt=horde-git&r1=221a6048197774701d290c35c08c2f58c6683d68&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/shout/lib/Shout.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/shout/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/shout/wizard.php?rt=horde-git&r1=7ca4d2c9c96f0e18c482677accc65b22ba777497&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/skeleton/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/skoli/add.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/skoli/classes/create.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/skoli/classes/delete.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/skoli/classes/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/skoli/classes/index.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/skoli/data.php?rt=horde-git&r1=9eec0f0da1c14e242b6f822e983fe22678073f10&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/skoli/entry.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/skoli/lib/Driver.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/skoli/lib/Driver/sql.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/skoli/lib/Forms/CreateClass.php?rt=horde-git&r1=15803a5314228be2a466a7c0b7487e7be589e343&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/skoli/list.php?rt=horde-git&r1=51c9bd36796c4574f64321a4bbd8ad4b7600a707&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/skoli/locale/de_DE/help.xml?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/skoli/search.php?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/skoli/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/trean/add.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/trean/bookmark.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/trean/browse.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/trean/data.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/trean/edit.php?rt=horde-git&r1=31b2ac50c49873340ebb4d737f7965b5fefb762c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/trean/lib/Api.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/trean/lib/Application.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/trean/lib/Block/bookmarks.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/trean/lib/Block/highestrated.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/trean/lib/Block/mostclicked.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/trean/lib/Block/tree_menu.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/trean/lib/Bookmarks.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/trean/lib/Trean.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/trean/locale/lv_LV/help.xml?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/trean/redirect.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/trean/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/add.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/addressbooks/create.php?rt=horde-git&r1=2bb7416f9fa0ba83dd402aa19bd3286e0fc96c26&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/addressbooks/delete.php?rt=horde-git&r1=2bb7416f9fa0ba83dd402aa19bd3286e0fc96c26&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/addressbooks/edit.php?rt=horde-git&r1=2bb7416f9fa0ba83dd402aa19bd3286e0fc96c26&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/browse.php?rt=horde-git&r1=840e1c7ffdb2fa6880e207de8d92bf4d6f7b77da&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/config/mime_drivers.php.dist?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/contact.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/data.php?rt=horde-git&r1=d99358c7192283e929ff5427ec62456e622b2e3c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/delete.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/deletefile.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/edit.php?rt=horde-git&r1=a85e65cacb497253afbf558a31e439fc8d265ae4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/co.php/turba/js/browse.js?rt=horde-git&r=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/Api.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/Block/minisearch.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/Block/tree_menu.php?rt=horde-git&r1=508a445fb73741355a7fea8beb46d3eb94c97402&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/Driver.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/Driver/Facebook.php?rt=horde-git&r1=c1d5af276a1a4032771f72b3c97bc80352681b25&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/Driver/Kolab.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/Driver/Sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/Form/AddContact.php?rt=horde-git&r1=2bb7416f9fa0ba83dd402aa19bd3286e0fc96c26&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/Form/EditContactGroup.php?rt=horde-git&r1=2bb7416f9fa0ba83dd402aa19bd3286e0fc96c26&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/LoginTasks/SystemTask/UpgradeLists.php?rt=horde-git&r1=cb6494583ab83224d61cdda712a4f97ff21e9746&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/Object.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/Object/Group.php?rt=horde-git&r1=1ca59d026c65ea733abbaa569704eff245116716&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-git&r1=833c0c52de8324e1d0e6dce3b2f1e467de14ff91&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/View/Browse.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/View/DeleteContact.php?rt=horde-git&r1=7ab2b244936de50db86beeeb9ec729d2b0d6a760&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/View/EditContact.php?rt=horde-git&r1=2bb7416f9fa0ba83dd402aa19bd3286e0fc96c26&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/View/List.php?rt=horde-git&r1=7857f589b7a93fbd3a78a5a7d2aa70f54ceacdd9&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/lib/tests/tohash.phpt?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/locale/ca_ES/help.xml?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/locale/de_DE/help.xml?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/locale/fr_FR/help.xml?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/locale/pt_BR/help.xml?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/locale/pt_PT/help.xml?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/locale/sk_SK/help.xml?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/locale/tr_TR/help.xml?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/merge.php?rt=horde-git&r1=5a021f983ec8c5ea5972293ba801e2b9eccbe8fb&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/scripts/import_squirrelmail_file_abook.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/scripts/import_squirrelmail_sql_abook.php?rt=horde-git&r1=804a9137cf115b82e3e8688b6c68cad4e1329991&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/scripts/upgrades/2.1_to_2.2_sql_schema.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/scripts/upgrades/public_to_horde_share.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/search.php?rt=horde-git&r1=7ab2b244936de50db86beeeb9ec729d2b0d6a760&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/templates/addressbook_list.php?rt=horde-git&r1=43899681e6260cacb2db7f88c4cedcdd0ad9fc7e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/templates/browse/actions.inc?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/templates/browse/column_headers.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/templates/browse/javascript.inc?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/templates/browse/row.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/templates/data/import.inc?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/templates/list/alphaPager.inc?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/templates/search/header.html.php?rt=horde-git&r1=6afd0fd29bd356acaf80feff1bf701da16710df8&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/vcard.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/turba/view.php?rt=horde-git&r1=f5399cbe5655d87958e9c0a10c42938573bdec28&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/vilma/domains/delete.php?rt=horde-git&r1=7c5d7e45cef461482636d06d39521bd40fa20ece&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/vilma/domains/edit.php?rt=horde-git&r1=7c5d7e45cef461482636d06d39521bd40fa20ece&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/vilma/lib/Driver.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/vilma/lib/Driver/qmailldap.php?rt=horde-git&r1=7e23da770e15011048375e5554f08dee8fb8aa03&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/vilma/lib/Driver/sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/vilma/lib/Vilma.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/vilma/users/delete.php?rt=horde-git&r1=7c5d7e45cef461482636d06d39521bd40fa20ece&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/vilma/users/editAlias.php?rt=horde-git&r1=7c5d7e45cef461482636d06d39521bd40fa20ece&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/vilma/users/index.php?rt=horde-git&r1=7c5d7e45cef461482636d06d39521bd40fa20ece&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/vilma/virtuals/delete.php?rt=horde-git&r1=7c5d7e45cef461482636d06d39521bd40fa20ece&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/vilma/virtuals/edit.php?rt=horde-git&r1=7c5d7e45cef461482636d06d39521bd40fa20ece&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/vilma/virtuals/index.php?rt=horde-git&r1=7c5d7e45cef461482636d06d39521bd40fa20ece&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/admin/index.php?rt=horde-git&r1=ab0b2256b777f895fce1f4fde2db62b01a536747&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/config/mime_drivers.php.dist?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/data.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/Ajax/Imple/ContactAutoCompleter.php?rt=horde-git&r1=d010e1c4130cd1de967d92539b519e3d4be71c52&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/Block/myqueries.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/Block/myrequests.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/Block/mytickets.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/Block/query.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/Block/queuecontents.php?rt=horde-git&r1=961e51d5b0bfa9fb19746cd44bab50546e56e480&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/Block/queuesummary.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/Block/tree_menu.php?rt=horde-git&r1=508a445fb73741355a7fea8beb46d3eb94c97402&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/Block/unassigned.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/Driver/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/Forms/VarRenderer.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/Mime/Viewer/Zip.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/Query.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/Renderer/Comment.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/Renderer/Query.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/Ticket.php?rt=horde-git&r1=3a21238c567c5b4b71fd24f6d8f462336e455232&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/View/Results.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/lib/Whups.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/query/index.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/query/run.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/queue/index.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/scripts/bugzilla-import.php?rt=horde-git&r1=dcb26893a7b058b05fc02846ca079300819f8ce0&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/search.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/search/rss.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/ticket/create.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/ticket/delete.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/ticket/delete_attachment.php?rt=horde-git&r1=e94c9f7e4c6ab6824eb38fde6b899fef5d152101&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/ticket/delete_history.php?rt=horde-git&r1=24aa50f612552f775dc6c2054a8a61b0bbf95b88&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/ticket/queue.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/ticket/type.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/ticket/update.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/whups/view.php?rt=horde-git&r1=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/wicked/diff.php?rt=horde-git&r1=a4e98230bc8a69ec705dfe5fe8968b1d0e879c89&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/wicked/display.php?rt=horde-git&r1=a4e98230bc8a69ec705dfe5fe8968b1d0e879c89&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/wicked/history.php?rt=horde-git&r1=a4e98230bc8a69ec705dfe5fe8968b1d0e879c89&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/wicked/lib/Block/page.php?rt=horde-git&r1=a4e98230bc8a69ec705dfe5fe8968b1d0e879c89&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/wicked/lib/Driver/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/wicked/lib/Page/AddPage.php?rt=horde-git&r1=92b12343f3c66891d49ca8936f60a6d74bee0fdc&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/wicked/lib/Page/DeletePage.php?rt=horde-git&r1=92b12343f3c66891d49ca8936f60a6d74bee0fdc&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/wicked/lib/Page/EditPage.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/wicked/lib/Page/MergeOrRename.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/wicked/lib/Page/NewPage.php?rt=horde-git&r1=92b12343f3c66891d49ca8936f60a6d74bee0fdc&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/wicked/lib/Page/RevertPage.php?rt=horde-git&r1=92b12343f3c66891d49ca8936f60a6d74bee0fdc&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/wicked/lib/Page/SyncPages.php?rt=horde-git&r1=92b12343f3c66891d49ca8936f60a6d74bee0fdc&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/wicked/scripts/mail-filter.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/wicked/templates/display/standard.inc?rt=horde-git&r1=1d26cdc2d6320f14ef789bff0f51bbf2c66d12e1&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23
http://git.horde.org/diff.php/wicked/templates/menu.inc?rt=horde-git&r1=bad88c7b12aa154a64de9471361a2f28fe1f684e&r2=c6d7ec215a261919fc0c3fbb270d2ad505747e23




More information about the commits mailing list